IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New I can answer all those questions.
Let's see: C, Java, check.

1. Unix is a family of operating systems. Traditionally, operating systems are used to mediate access to the hardware resources of the computer for application programs. I/O - There are three main streams for input and output. Standard In (stdin) is used for input to the program, and traditionally comes from the console (ie- keyboard). Standard Out (stdout) is used for output, and traditionally goes to the console (ie- the monitor). Standard Error (stderr) is for outputting error messages from either the program or the system, and also traditionally goes to the console (ie- the monitor). However, these streams can be redirected to/from other things, such as a file, over a network, another program, etc.

2. Let's see... inheritance, polymorphism, abstraction, encapsulation... I'd give you a cocktail napkin design of a simple system, but my ascii art sucks.

3. Heh, we've been over this before:) Uppercase.c: check each member of a string to ensure it falls in the 0x61 to 0x7A range, and if so, subtract 0x20 from it. This will convert [a-z] to [A-Z].

4. You mean things like arrays, hashes, bintrees, balanced trees (red black, AVL trees), sets, linked lists, doubly linked lists, etc etc, blahdeblah, bullshit bullshit?

5. Well, those depend on platform. On mine, an int is 32 bits long, shorts are 16 bits long, though I gotta admit I need a reference to nav my way around floats; IEEE 754 doesn't come off the top of my head yet, and of course you gotta find out if your signed ints are 1s complement or what have you. Bitwise ANDs and ORs are a great way to do certain types of things, though...

... and I'm not even that great of a student; some of the kids I go to school with put me to shame on a routine basis. That said, I wrote a killer movie recommendations subsystem for my third year SA class that got serious kudos from the prof... did it by calculating various users' deviation from the taste of the requesting user, and using them to assign weightings to various movies. Returns a java.util.TreeMap with the most recommended movies being lowest weighted, and therefore being at the root of the tree (use the getFirst() method). You can also use it to get the least recommended movie by pulling from the ultimate branch (use the getLast() method). The nice thing about returning the TreeMap data structure is that it's up to the calling program just how many recommendations it wants to get because it can just make successive calls to
do (int i = 0; i < numRecs; i++)\n{\n   String[] retArray[i] = someTreeMap.getFirst();\n   someTreeMap.remove(retArray[i]);\n}
So, am I hired? ;P
--\n-------------------------------------------------------------------\n* Jack Troughton                            jake at consultron.ca *\n* [link|http://consultron.ca|http://consultron.ca]                   [link|irc://irc.ecomstation.ca|irc://irc.ecomstation.ca] *\n* Kingston Ontario Canada               [link|news://news.consultron.ca|news://news.consultron.ca] *\n-------------------------------------------------------------------
New When can you get here?
Seriously.

Shoot me a resume - first two letters of my first name first two letters of my last name at that big internet book store.

You'd have to move BTW.



"The significant problems we face cannot be solved at the same level of thinking we were at when we created them."     --Albert Einstein

"This is still a dangerous world. It's a world of madmen and uncertainty and potential mental losses."     --George W. Bush
Expand Edited by tuberculosis Nov. 8, 2004, 03:47:59 PM EST
New YEAH!
-drl
New Ooh yeah - IWETHEY-West, here we come!
     Finding decent programmers - (tuberculosis) - (56)
         well.. - (deSitter)
         Not surprising. - (admin) - (35)
             Don't agree - (tuberculosis) - (34)
                 Hire Jake - (deSitter)
                 Re: Don't agree - (admin) - (22)
                     Oh yeah - we want one scripting language - (tuberculosis) - (21)
                         Please don't ask the one about the manhole covers. :-/ - (Another Scott) - (1)
                             Otherwise known as... - (admin)
                         Shell scripting isn't the same thing at all. - (admin) - (9)
                             I said it was rhetorical - (tuberculosis) - (1)
                                 Don't you mean, "rederickal"? - (admin)
                             Admin, I'd like a copy of the CD or the ISO. -NT - (folkert) - (6)
                                 I'll throw a copy up on my site. - (admin) - (5)
                                     I wonder if that CD would be good as a VMWare image - (tonytib)
                                     When ever. Its a *NOT* short term thing. -NT - (folkert)
                                     Re: I'll throw a copy up on my site. - (admin) - (2)
                                         Interesting. - (folkert) - (1)
                                             Enjoy. -NT - (admin)
                         Potentially sparse? I don't think so... - (ben_tilly) - (6)
                             I took the ones that start with 0 into account. - (admin) - (2)
                                 I was referring to the step where you... - (ben_tilly) - (1)
                                     Ah, gotcha. Good point. -NT - (admin)
                             For various values of "sparse" - (tuberculosis) - (1)
                                 Unless you have a lot of knowledge... - (ben_tilly)
                             Re: social security numbers can start with 0 - (a6l6e6x)
                         Re: Oh yeah - we want one scripting language - (ubernostrum) - (1)
                             IRLRPD. (new thread) - (Another Scott)
                 NEED to be fixed or MAY need to be fixed? - (ben_tilly) - (1)
                     MAY - (tuberculosis)
                 you dont sell fish anymore, who cares if its fresh? - (daemon)
                 Reversing words is trickier than chars - (Arkadiy) - (6)
                     read the post above yours :-) - (daemon)
                     You're missing an obvious and good solution - (tuberculosis) - (4)
                         ohhh - (Arkadiy)
                         An obvious but NOT necessarily good solution - (ben_tilly) - (2)
                             It gives the results I expect - (tuberculosis) - (1)
                                 I was assuming... - (ben_tilly)
         Well it helps if you learn to spell it - (ben_tilly) - (10)
             I think you'd pass - (tuberculosis) - (9)
                 RemoveSpaces - (Arkadiy)
                 I might pass at that... - (ben_tilly) - (7)
                     Wife's-pathology interviews? >:-) -NT - (Another Scott) - (3)
                         Yes, she'll be a pathological expert -NT - (ben_tilly) - (2)
                             wow! goatrope her into a trip east - (daemon) - (1)
                                 That's up to her - (ben_tilly)
                     If you do decide to come here - (tuberculosis) - (2)
                         Get yourself enough iwetheyers in your dept... - (FuManChu) - (1)
                             Imagine what PARC might have done - (tuberculosis)
         I can answer all those questions. - (jake123) - (3)
             When can you get here? - (tuberculosis) - (2)
                 YEAH! -NT - (deSitter)
                 Ooh yeah - IWETHEY-West, here we come! -NT - (inthane-chan)
         I could take a stab... - (Arkadiy)
         Almost contradictory requests - (tablizer) - (1)
             Not true - (broomberg)
         There seems to be a problem in CS education - (ubernostrum)

I valued your opinion more when I was being paid to.
94 ms