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
Ranked #3K
~30.8K People Reached
Favorite Tags
Member Avatar for Cup of Squirrel

[CENTER][b]YaBasic: The beginners choice[/b][/CENTER] [CENTER][i][SIZE=1]By Michael "Cup of Squirrels" Garwood[/i][/SIZE][/CENTER] So you know how it is, you have some kind of sudden fascination with computers, and want to learn how to program. This could be for a number of reasons: You could be a middle aged man who wants to …

Member Avatar for Ioh
0
4K
Member Avatar for Yzk
Member Avatar for drh9

Anyone have much experience in Haskell? I'm a comp sci student and have a project to essentially write a parser and an interpreter in Haskell. Would be grateful if anyone could suggest some resources (books or on web), or if I send in my code if anyone could make suggestions …

Member Avatar for Dhruv Gairola
0
228
Member Avatar for senateboy

im using the python command prompt to enter these commands and after the window is shown. it becomes "not responding" which makes all later commands to it do absolutly nothing, including simply trying to resize the window with the mouse. this is how the code starts out... [CODE]import os, sys, …

Member Avatar for vegaseat
0
9K
Member Avatar for mikewalsh89

Ok, I am writing a program to find the root of f(x)= x - cos(x) using Newton-Raphson method. I implemented a loop and have calculated the root with no problems. However I want to break the loop when the difference between iterations = 10^-8. how exactly can I do this. …

Member Avatar for Nuez_Jr
0
144
Member Avatar for rixius

:( I've been looking at the [url="http://theory.lcs.mit.edu/~rivest/rfc1321.txt"]text[/url] written by professor Rivest, and I REALLY do not understand the MD5 algorithm. It produces a 32 bit encryption.. so its 32 characters, no matter what. But you can hash a string with an unlimited amount of characters... But if you do the …

Member Avatar for WaltP
0
268
Member Avatar for Toba

I've been wondering about this for awhile now: does random data compress? Some people seem to think it does, while others maintain that it doesn't. I mean to mathematically prove that only 1/255 of random files can compress. Conditions: Original file size: 32 bytes Maximum size of "compressed" file: 31 …

Member Avatar for Real-tiner
0
385
Member Avatar for gwenny

I'm trying to write a program using a stack to determine if the two sequences of characters are the mirror image of each other. Can anyone help me to get started?

Member Avatar for gwenny
0
173
Member Avatar for aviral82

hi all , i have to create an ellispe the inputs are major axis , minor axis , and the angle of the major axis the ellipse needs to be tilted. thanks aviral

Member Avatar for alc6379
0
186
Member Avatar for aviral82

hi all, i have to make a rectangle in c++. The inputs are length,breadth,center point and the aspect angle. The rectangle should be tilted at that angle

Member Avatar for alc6379
0
115
Member Avatar for Dani

There are two types of computer programming errors ... [b]Compile-Time[/b] One type is a compile time error. If there is a syntax error in the code, the compiler will detect the error and the program won't even compile. At this point, the programmer is unable to form an executable that …

Member Avatar for Narue
0
456
Member Avatar for vertica

here is the problem The following problems require you to make some assumptions. Be sure to specify them. What is the shortest the address on a typical letter could be, if it is to get to a unique human recipient? (Assume the permitted characters are A-Z, 0-9). Explain your assumptions …

Member Avatar for Nuez_Jr
0
108
Member Avatar for chound

Is it possible to open notepad and type some gibberish and save it as a .exe file and run it? :mrgreen:

Member Avatar for Nuez_Jr
0
221
Member Avatar for Neco_Coneco

Like if I enter ab* it will draw a state diagram ;) I know they have ones that convert nfa to dfa but I have yet to find one that will draw from an expression. Thanks

Member Avatar for Nuez_Jr
0
108