Observation 4
both the rate of growth and volatility of a thread (the probability that a thread topic will diverge and the rate of divergance) are directly...
both the rate of growth and volatility of a thread (the probability that a thread topic will diverge and the rate of divergance) are directly...
Im not sure if it is a sign of the times (Microsoft layoffs & 2/3 loss in share price, Suns losing 98% of share price value etc) or just a...
There is a screenie of the app at workits proving fairly useful to me thus far. If I am further motivated in this direction I may add functionality...
I found some free time hiding beneath my bed so I spent some 3 and a half hours making a little application which sits in your taskbar and tells you...
If (You are in the UK) And (Are Interested in Attending Graduate School Or (Are In Graduate School And are Interested in seeing how your School...
Below are a series of surprisingly relevant quotes taken from a book published in the 1970s. Some of the quotes are from the 60s.Any Given Program,...
There are some people here (not me) who are interested in starting up a small games business. They might be discouraged to do so due to the recent...
I just seen Washu's post on how he loves Python but do not find his argument very convincing. I would reply but the post is old so I decided to do it...
Why the Frock does Microsoft Solver Foundation (http://code.msdn.microsoft.com/solverfoundation) require Microsoft Office 2007 to be installed to use...
After spending much of my time off completing Roger Zelazny's works, trapped in the wikipedia time sink whirlpool, gamedev and watching TV Shows and...
So I did not do much programming this week. Actually, I dont think I did any. But I did think about what I want the Generic RPG to be. I wrote down...
I have been distracted because someone on the forums mentioned Roger Zelazny's Amber Chronicles on Wednesday which meant that I had to look it up,...
I was able to add a couple of things to the game tonight. Which was basically to enable defining a world and per pixel scrolling through it. This was...
So Ive added another hobby project in addition to the development of the functional scripting language to rotate through. I've completed the logic...
One of the guiding principle for this language to have it be a lightweight language to learn functional programming in (I am learning alot from...
So the language is currently basically just the untyped lambda calculus with floats, strings, booleans, Console Input, abbreviation of lambdas (e.g....
factorial = rec ( fun fct . fun n . if n == 0.0 then 1.0 else n * (fct (n + -1.0)) );A recursive function via Y combinator. Need to think of how to...
So Ive added strings, floats and booleans to the language. As well there is now named binding so programs can now be written. The language is still...
So this is an interim post. Although Ive added strings and "blocks" to the logic program this post is about a new project.So implementing that last...
So I went ahead and added those things. Pi takes ~0.09 seconds here so its between Tangent and Epoch... not that this is intended to be a real...
GameDev.net uses cookies to ensure you have the best experience on our platform. Learn more