Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Favorite Forums

10 Posted Topics

Member Avatar for brittany435

For average, try double average; average = ( myList[0] + myList[1] ... ) / 10; A for loop is really better, but I will let you try it first. For number above average int i,numabove; for ( you do this part ) if ( myList[i] > average ) numabove++ Finally …

Member Avatar for Reverend Jim
0
4K
Member Avatar for Miyuki

I want to use Python to make something similar to the fc command found in MS-DOS and Windows. How would I handle opening 2+ files and reading them a byte at a time for comparing?

Member Avatar for Jack_9
0
546
Member Avatar for Miyuki

I want to let users select a line of text by triple-clicking anywhere on that line. How can I use the API to support the feature?

Member Avatar for Scuppery
0
68
Member Avatar for Miyuki

Is it possible to have Netbeans set up for Cygwin and for Borland 5 free compiler then let me choose a compiler for each project?

Member Avatar for tesuji
0
90
Member Avatar for haikur

You should consider making a soundex class. [URL="http://en.wikipedia.org/wiki/Soundex"]http://en.wikipedia.org/wiki/Soundex[/URL] This should help more than using regex.

Member Avatar for Miyuki
0
133
Member Avatar for Miyuki

I want to make Python code to make a new directory then put you into it, same as typing md and cd yourself, but only one command typed. I can use os.chdir() but after Python program exits I return to original directory, not going to new one. How do I …

Member Avatar for jrcagle
0
227
Member Avatar for Miyuki

SysFileTree() in REXX offers an easy way to work with all files (or subset) in a directory tree. For a summary of the function, see [URL="http://publib.boulder.ibm.com/infocenter/iadthelp/v6r0/index.jsp?topic=/com.ibm.etools.iseries.orxw.doc/orxw_ref614.htm"]http://publib.boulder.ibm.com/infocenter/iadthelp/v6r0/index.jsp?topic=/com.ibm.etools.iseries.orxw.doc/orxw_ref614.htm[/URL]. Which Python module offers similar function?

Member Avatar for jrcagle
0
77
Member Avatar for Jhakda

Consider VB.net instead. See [I]VB is Unicode, isn't it?[/I] under [URL="http://www.microsoft.com/globaldev/DrIntl/columns/003/default.mspx"]http://www.microsoft.com/globaldev/DrIntl/columns/003/default.mspx[/URL]

Member Avatar for Miyuki
0
79
Member Avatar for bhoot_jb

gcc is a part of Cygwin which you can get at [url]http://www.cygwin.com/[/url]

Member Avatar for bhoot_jb
0
133
Member Avatar for Maulth

Write scores to a temp file then use wput (wput itself or something you do yourself using its source code) to copy the temp file to your web server. Then make a .shtml to display the scores to users.

Member Avatar for vijayan121
0
134

The End.