blogged find better blogs
HomeTechnologyEntertainmentSportsPoliticsBusinessHumorWorld NewsLifestyleDirectoryMore Topics
Blog Detail
On the way to inifinity and the unknown

Advanced interdisciplinary Science of the near future with computer design, software, AI, genetics, nanotechnology, Physics, mathematics, and chemistry.
On the way to inifinity and the unknown Blog  
Related Blogs
previous blog next blog
n/a
unrated


recent postsrss feed

Zippy the Chimp and leaky hidden logic

Dec 7, 2009
I know I am not a shell script guru and this could be done a better way, but I just like to automate stuff so I don't have to spend a lot of time typing. What I discovered is that I thought I had set "alias ll="ls -la"" in my ".bashrc" and so I have...

Using files in C

Dec 7, 2009
The structure passed to the file function must be of type FILE int countw; FILE *file; When opening, the file structure pointer will be NULL if it is not opened for some reason, either access control ( read only) ( wrong user ), doesn't exist, or...

Aliens aren't that alien

Dec 7, 2009
My main interest in dealing with the puzzle game that I converted was to consider certainty, scope and as Dr Strang says of matrices "basis". In order to understand and make a reasonable conjecture which has certainty, it is necessary to first...

Game fixes 6-stein, segmentation fault

Dec 6, 2009
I knew this flaw was in the game and failed to fix it. The symptoms are a segmentation fault due to the access of memory outside an array bounds when the mouse is clicked in window 2 to the right of the puzzle hints.. The code below in the mouse...

Google project available

Dec 6, 2009
I created a Google project and that link is to download the source. I tried my best to make this a good example, check for all errors, make it safe code, document where needed, use my best skills ( such as they are ) and keep to the subject and just...


Comments & Reviews:
Be the First to Review this Blog!