Submit your source codes
From DeveloperWiki
Contents |
[edit] Store your source codes today! Find them later !
DeveloperWiki is a source code repository, where you can store, share your source codes starting from "Hello world"s to "methods, classes, APIs & Frameworks".
Simply create a page on DeveloperWiki and Submit your source codes. Currently DeveloperWiki supports these categories(See below List at the bottom). Doesn't matter if you have something outside from these areas, we can create new categories for you. Let's make grow up this site with your contribution.
[edit] Create new "Source Code Page" and submit your source code
To get started, read the instructions here.
- Please provide a "Good title" for your source code page.
- Don't forget to wrap the source code with source tags
- Add your page to a existing category, find out how.
- Important! Please read DeveloperWiki Copyrights before continue.
- Please do not place copyrighted, offensive, or libelous content. That's it.
[edit] Submit your Source code via email
If you are new to the "DeveloperWiki" or "Wiki", you can submit your source code by email, we will publish your source code on behalf of you.
[edit] Formatting source code with source tags
<source lang="ENTER_LANG_TAG_HERE"> // See the table below, to find out Supported languages(lang tags) ...foo bar... </source>
PHP example
<source lang="php"> <?php // Hello World in PHP echo 'Hello World!'; ?> </source>
Results in:
<?php // Hello World in PHP echo 'Hello World!'; ?>
[edit] Supported languages
These are the languages known by GeSHi that can be used in the lang parameter.
| Code | Language |
|---|---|
abap | ABAP |
actionscript | ActionScript |
ada | Ada |
apache | Apache HTTP Server Apache Log |
applescript | AppleScript |
asm | Assembly language |
asp | Active Server Pages (ASP) |
autoit | AutoIt |
bash | Bash |
basic4gl | Basic4GL |
blitzbasic | Blitz BASIC |
bnf | Backus-Naur Form |
c | C |
c_mac | C (Mac) |
caddcl | AutoCAD DCL |
cadlisp | AutoLISP |
cfdg | CFDG |
cfm | ColdFusion |
cpp-qt | C++ (Qt toolkit) |
cpp | C++ |
csharp | C# |
css | Cascading Style Sheets (CSS) |
d | D |
delphi | Delphi |
diff | Diff |
div | DIV |
dos | DOS batch file |
dot | DOT |
eiffel | Eiffel |
fortran | Fortran |
freebasic | FreeBASIC |
genero | Genero |
gml | Game Maker Language (GML) |
groovy | Groovy |
haskell | Haskell |
html4strict | HTML |
idl | Uno IDL |
ini | INI |
inno | Inno |
io | Io |
java | Java |
java5 | Java(TM) 2 Platform Standard Edition 5.0 |
javascript | JavaScript |
latex | LaTeX |
| Code | Language |
|---|---|
lisp | Lisp |
lua | Lua |
m68k | Motorola 68000 Assembler |
matlab | MATLAB M |
mirc | mIRC scripting language |
mpasm | Microchip Assembler |
mysql | MySQL |
nsis | Nullsoft Scriptable Install System (NSIS) |
objc | Objective-C |
ocaml-brief | Objective Caml |
ocaml | Objective Caml |
oobas | OpenOffice.org Basic |
oracle8 | Oracle 8 SQL |
pascal | Pascal |
per | per |
perl | Perl |
php-brief | PHP |
php | PHP |
plsql | PL/SQL |
python | Python |
qbasic | QBasic/QuickBASIC |
rails | Rails |
reg | Windows Registry |
robots | robots.txt |
ruby | Ruby |
sas | SAS System |
scheme | Scheme |
sdlbasic | SdlBasic |
smalltalk | Smalltalk |
smarty | Smarty |
sql | SQL |
tcl | Tcl |
text | Plain text |
thinbasic | thinBasic |
tsql | Transact-SQL] |
vb | Visual Basic |
vbnet | Visual Basic .NET |
vhdl | VHSIC Hardware Description Language |
visualfoxpro | Visual FoxPro |
winbatch | Winbatch |
xml | XML |
xpp | Microsoft_Dynamics_AX |
z80 | ZiLOG Z80 Assembler |
[edit] Existing Categories
* Java * Php * Perl * Python * Ruby on Rails * VB/VB.Net * ASP/ASP.Net * HTML * Javascript * CSS * MsSQL * MySQL * Oracle * PostgreSQL
[[Category:]]