- Portals
- The Current Year
- ED in the News
- Admins
- Help ED Rebuild
- Archive
- ED Bookmarklet
- Donate Bitcoin
Contact an admin on Discord or EDF if you want an account. Also fuck bots.
Code: Difference between revisions
imported>Unknown Created page with " thumb|left|Code. {{haxor}} '''Code''' (or source code) is a series of statements and words that are written by a programmer to make a program..." |
imported>XeroCool No edit summary |
||
Line 1: | Line 1: | ||
[[Image:Onezeroone.jpg|thumb|left|Code.]] | [[Image:Onezeroone.jpg|thumb|left|Code.]] | ||
{{haxor}} | {{haxor}} | ||
Line 65: | Line 64: | ||
</body> | </body> | ||
</html> | </html> | ||
'''[[Python]]''' | |||
import socket | |||
sock = socket.socket() | |||
sock.connect(("127.0.0.1",6667)) | |||
while True: | |||
sock.send("JEWS DID 9/11\r\n") | |||
== See Also == | == See Also == | ||
*[[Programming]] | *[[Programming]] |
Revision as of 20:17, 2 June 2011
Code is part of a series on Programming. [Enter the Matrix] | |
ADA • Assembly • C • C++ • COBOL • Debug • DOS • Erlang • Error • Fdisk • Fortran • Integer • Java • LOLCode • Machine Code • Matlab • MIRC Script • MUMPS • Open Source • Perl • PHP • Programming language • Python • QBASIC • Ruby on Rails • Scratch • SSH • Visual Basic
Firefox XPS IRC Attack • Safari XPS Attack • Sandworm
Bill Gates • Linus Torvalds • Weev • Goatse Security • Terry Davis • Theo de Raadt
Operating system • Warez • Notepad • Is not a bug, it's a feature • Database Error |
Code (or source code) is a series of statements and words that are written by a programmer to make a program (like Windows). To make your code into a program, you need a compiler. You must first also learn one of the over 9000 programming languages to code in (no srsly, look.). Coding is usually boring as fuck, and takes forever to actually make a working program (having to debug 72 times takes up a lot of time).
Examples of Code
// sux.java public class sux { public static void main(String[] args) { System.out.println("Java sucks"); } }
#include <stdio.h> int main(void) { printf("C"); return 0; }
10 INPUT "lol wut?", U$ 20 PRINT U$ 30 INPUT "???", N 40 S$ = "" 50 FOR I = 1 TO N 60 S$ = S$ + "lolwut" 70 NEXT I 80 PRINT S$
sync on make object cube 1,1 do yrotate object 1,wrapvalue(object angle y(1)+1) text 0,0,"COCKSUCKER" sync loop
if(this.WScript){ WScript.Echo('You\'re running this program from the desktop.'); }else{ alert('You\'re running this program from the browser.'); }
MsgBox Hello world.
HAI CAN HAS STDIO? VISIBLE "I CAN HAZ CHEEZEBURGER?" KTHXBYE
<html> <head> <title>8====o</title> </head> <body bgcolor="#FF0000" scroll="no"> <center><h1><br />COCKS</h1></center> </body> </html>
import socket sock = socket.socket() sock.connect(("127.0.0.1",6667)) while True: sock.send("JEWS DID 9/11\r\n")
See Also
Code is part of a series on Visit the Softwarez Portal for complete coverage. |