Submit your source codes

From DeveloperWiki

Jump to: navigation, search

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.


Page title



[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.

Send your contents to:Image:Email.png


[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.

CodeLanguage
abapABAP
actionscriptActionScript
adaAda
apacheApache HTTP Server Apache Log
applescriptAppleScript
asmAssembly language
aspActive Server Pages (ASP)
autoitAutoIt
bashBash
basic4glBasic4GL
blitzbasicBlitz BASIC
bnfBackus-Naur Form
cC
c_macC (Mac)
caddclAutoCAD DCL
cadlispAutoLISP
cfdgCFDG
cfmColdFusion
cpp-qtC++ (Qt toolkit)
cppC++
csharpC#
cssCascading Style Sheets (CSS)
dD
delphiDelphi
diffDiff
divDIV
dosDOS batch file
dotDOT
eiffelEiffel
fortranFortran
freebasicFreeBASIC
generoGenero
gmlGame Maker Language (GML)
groovyGroovy
haskellHaskell
html4strictHTML
idlUno IDL
iniINI
innoInno
ioIo
javaJava
java5Java(TM) 2 Platform Standard Edition 5.0
javascriptJavaScript
latexLaTeX
CodeLanguage
lispLisp
luaLua
m68kMotorola 68000 Assembler
matlabMATLAB M
mircmIRC scripting language
mpasmMicrochip Assembler
mysqlMySQL
nsisNullsoft Scriptable Install System (NSIS)
objcObjective-C
ocaml-briefObjective Caml
ocamlObjective Caml
oobasOpenOffice.org Basic
oracle8Oracle 8 SQL
pascalPascal
perper
perlPerl
php-briefPHP
phpPHP
plsqlPL/SQL
pythonPython
qbasicQBasic/QuickBASIC
railsRails
regWindows Registry
robotsrobots.txt
rubyRuby
sasSAS System
schemeScheme
sdlbasicSdlBasic
smalltalkSmalltalk
smartySmarty
sqlSQL
tclTcl
textPlain text
thinbasicthinBasic
tsqlTransact-SQL]
vbVisual Basic
vbnetVisual Basic .NET
vhdlVHSIC Hardware Description Language
visualfoxproVisual FoxPro
winbatchWinbatch
xmlXML
xppMicrosoft_Dynamics_AX
z80ZiLOG 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:]]

Personal tools