darkphotn


Member since 01/13/2008

5 snippets

1870 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

darkphotn's Recent Snippets



« Prev 1 Next »
1 719 posted 16 years ago by darkphotn
Yes, this is valid code. Designed by myself, unless otherwise noted.
0 1007 posted 16 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 726 posted 16 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 568 posted 16 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 2711 posted 16 years ago by darkphotn
« Prev 1 Next »