nathanpc's Contributions
Below are the tutorials, code snippets, and resources nathanpc has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
Set and Get Text in the Clipboard in C# Tutorials (Last Comment: nathanpc, Views: 2,395)
Code Snippets
Submitted: June 24, 2010        Views: 1177
When you have a kernel on some part of a floppy, that isn't the boot sector, you can use this to boot it up.
Submitted: March 19, 2011        Views: 548
Want a code to initialize a AJAX object compatible many browsers? This snippet is what you were looking for!
Submitted: December 3, 2009        Views: 7474
ASCII converter to binary using Fasm syntax
Submitted: December 4, 2009        Views: 1584
Shows how to divide by negative numbers using Fasm.
Submitted: September 3, 2011        Views: 787
A field counter like Twitter does count the characters
Submitted: September 16, 2009        Views: 547
A very nice example to use RecordStore, using for example a contact program
Submitted: June 22, 2010        Views: 2631
How to get the input from the keyboard and compare it with another string.
Deleted: HelloWorld Dialog For Win32 in Assembly by nathanpc
Submitted: December 2, 2009        Views: 171
HelloWorld GUI dialog using Tasm
Submitted: September 16, 2009        Views: 2608
Simple "Hello World" OS written in Assembly(Nasm)
Submitted: November 10, 2010        Views: 770
This program was developed as a funny way to test the compatibility between arrays in ksh and bash.
Submitted: December 8, 2010        Views: 870
Simple example of how you can list, add, remove and search on a file, using it like a database. Teaching a bit of how to use the grep function and file I/O
VBE And Mouse Use in Assembly by nathanpc
Submitted: May 28, 2010        Views: 1379
Simple use of VBE(for a higher resolution, used 320x200 256 color graphics - MCGA, VGA), keyboard and mouse using Assembly. (Fasm Syntax)
Submitted: June 30, 2010        Views: 894
Simple ARM Assembly snippet that will help you when you need to wait for the VBlank of the GameBoy screen to write something to it, or any other thing.