Profile
Achievement
darkphotn's Recent Snippets
- All /
« Prev 1 Next »
Yes, this is valid code.
Designed by myself, unless otherwise noted.
0
1295
posted 17 years ago by darkphotn
Large factorials are easy to do in LISP, although a number above (2000!) may crash it. I designed this because of an online post from a mathematician talking about the number 1000! . Code like this is difficult to write in C-like languages, but a s...
0
1024
posted 17 years ago by darkphotn
This demonstrates how to make your own console "scripts" using C -- for example, you could capitalize every character that comes in. Tweak the line labelled "TWEAK THIS LINE" in order to get it to do what you want. This particular example will add...
1
812
posted 17 years ago by darkphotn
This demonstrates a simple "Hello World" style program for 16-bit (DOS) x86 assembly using Microsoft's free MASM assembler.
0
3342
posted 17 years ago by darkphotn