Programming: Difference between revisions
>Maxwell |
>Maxwell |
||
Line 86: | Line 86: | ||
*[[Batch]] | *[[Batch]] | ||
*[[BBCODE]] | *[[BBCODE]] | ||
*[[C++]] | |||
*[[C++]] | *[[C]] | ||
*[[C Sharp]] | *[[C Sharp]] | ||
*Cobol lol i heard this is makin a cumbake these dayz | *[[Cobol]] lol i heard this is makin a cumbake these dayz | ||
*[[Curl]] | *[[Curl]] | ||
* | *[[Hope]] this looks interesting and i've never heard of it.. also looks pretty useless | ||
*[[HTML]] | *[[HTML]] | ||
*[[Java]] | *[[Java]] | ||
* | *[[Javascript]] | ||
*[[Lisp]] | *[[Lisp]] | ||
*[[LOLCODE]] | *[[LOLCODE]] | ||
*mIRC Script | *[[mIRC Script]] | ||
* | *[[MySQL]] | ||
*[[Perl]] | *[[Perl]] | ||
*[[Php]] | *[[Php]] | ||
*[[Python]] | *[[Python]] | ||
*[[Qbasic]] | *[[Qbasic]] | ||
* | *[[Ruby]] - In comparison with languages such as Python, Perl, and C, Ruby fucking sucks. (ruby can do what 100 lines of C can do in 3 with worthless built in functions though) | ||
*Scheme read ur scip? | *Scheme read ur scip? | ||
* | *[[Snobol]] - just use awk dumbass | ||
*Tcl | *[[Tcl]] | ||
*[[Visual Basic]] | *[[Visual Basic]] | ||
*Visual Foxpro | *[[Visual Foxpro]] | ||
*[[XML]] | *[[XML]] | ||
A great tip is to start with some form of BASIC (generally QBASIC). Get good at it. BASIC is the foundation that will teach you most of the fundamentals of programming: simple variables, strings, GOTO, calling files into your program, basic logical statements (IF...THEN...ELSE), and pretty much anything else that you will use later on. This is your first key on the trial to machine code. Then, move on to C/C++; contrary to popular belief, it's not that hard to learn. Move on with Perl, then Python. It's okay, take your time. You can move on with Php and Visual Basic .NET for the sake of it, if you want. The pinnacle of it all is understanding Assembly, but boy I hope you have enough free time for that shit. | |||
==Tools== | ==Tools== |
Revision as of 06:00, 24 March 2009
I know how to MACHINE CODE.
Chart
Skill \ Language | ASM | Bash | DOS Batch | C | C++ | C# | CSS | Flash ActionScript | HTML | Java | JavaScript | Perl | PHP | Python | Ruby |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Awesome | N/A | N/A | Januszeal | N/A | N/A | N/A | Picatta | N/A | Picatta, Dart27 | N/A | N/A | N/A | Picatta, Azure | Picatta | N/A |
Great | N/A | N/A | Atucha01, Picatta | N/A | Catnapped | N/A | Catnapped, Dart27, Azure, Tisteca | N/A | Catnapped | N/A | N/A | N/A | Dart27 | N/A | N/A |
Okay | N/A | Januszeal | Catnapped | N/A | N/A | N/A | N/A | Dart27 | Januszeal, Teimros | N/A | Picatta, Catnapped | Catnapped | Catnapped | Catnapped | N/A |
Learning | Catnapped | N/A | N/A | Atucha01 | Atucha01 | Catnapped | N/A | N/A | N/A | N/A | N/A | Atucha01 | N/A | Atucha01, Tek | N/A |
Programming Languages
These are languages you program your computer in. I'm listing a bunch of them that I know of off the top of my head in an attempt to make idiots curious enough about them that maybe, eventually, every insurgent will know at least one, and thus, be able to right their own fucking programs for a change.
sorry coding is top sekurit buisnesses if people really want to learn they will read Dijkstra's writtings religiously, AND MEMORIZE THEM!
The only one you really need to know is CODE
- Assembly
- Bash
- Batch
- BBCODE
- C++
- C
- C Sharp
- Cobol lol i heard this is makin a cumbake these dayz
- Curl
- Hope this looks interesting and i've never heard of it.. also looks pretty useless
- HTML
- Java
- Javascript
- Lisp
- LOLCODE
- mIRC Script
- MySQL
- Perl
- Php
- Python
- Qbasic
- Ruby - In comparison with languages such as Python, Perl, and C, Ruby fucking sucks. (ruby can do what 100 lines of C can do in 3 with worthless built in functions though)
- Scheme read ur scip?
- Snobol - just use awk dumbass
- Tcl
- Visual Basic
- Visual Foxpro
- XML
A great tip is to start with some form of BASIC (generally QBASIC). Get good at it. BASIC is the foundation that will teach you most of the fundamentals of programming: simple variables, strings, GOTO, calling files into your program, basic logical statements (IF...THEN...ELSE), and pretty much anything else that you will use later on. This is your first key on the trial to machine code. Then, move on to C/C++; contrary to popular belief, it's not that hard to learn. Move on with Perl, then Python. It's okay, take your time. You can move on with Php and Visual Basic .NET for the sake of it, if you want. The pinnacle of it all is understanding Assembly, but boy I hope you have enough free time for that shit.
Tools
Pastebin's are a good way to share your code with other people so that they may give you advice / help debug your code if you are having problems.