Recent public codes are listed below. You can filter them by the following programming languages:
- view
- All
- Ada
- Assembler
- Assembler
- AWK (gawk)
- AWK (mawk)
- Bash
- bc
- Brainf**k
- C
- C#
- C++
- C++0x
- C99 strict
- CLIPS
- Clojure
- COBOL
- COBOL 85
- Common Lisp (clisp)
- D (dmd)
- Erlang
- F#
- Factor
- Falcon
- Forth
- Fortran
- Go
- Groovy
- Haskell
- Icon
- Intercal
- Java
- JavaScript (rhino)
- JavaScript (spidermonkey)
- Lua
- Nemerle
- Nice
- Nimrod
- Objective-C
- Ocaml
- Oz
- Pascal (fpc)
- Pascal (gpc)
- Perl
- Perl 6
- PHP
- Pike
- Prolog (gnu)
- Prolog (swi)
- Python
- Python 3
- R
- Ruby
- Scala
- Scheme (guile)
- Smalltalk
- SQL
- Tcl
- Text
- Unlambda
- VB.NET
- Whitespace
-
1 2 3 4 5 6 7 8 9
unit MemoryDeclaration; interface uses Addresses, Classes, SysUtils, Windows, Messages, Variants, Dialogs; function ReadInteger(ProcessID, Address: Cardinal): Cardinal; function ReadString(ProcessID, Address: Integer): String; function ReadByte(ProcessID, Address: Cardinal): Byte;
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> static enum {MAXDIGITS=100, PLUS=1, MINUS=-1}; typedef struct { char number[MAXDIGITS]; int sign; int lastdigit;
...
-
1 2 3 4 5 6 7 8 9
using System; namespace _45Acsharp { class Program { static int CanWin(string s1, string s2) { int a, b;
...
-
1 2 3 4 5 6 7 8 9
using System; namespace _45Acsharp { class Program { static int CanWin(string s1, string s2) { int a, b;
...
-
1 2 3 4 5 6 7 8 9
using System; namespace _45Acsharp { class Program { static int CanWin(string s1, string s2) { int a, b;
...
-
1 2 3 4 5 6 7 8 9
using System; namespace _45Acsharp { class Program { static int CanWin(string s1, string s2) { int a, b;
...
-
1 2 3 4 5 6 7 8 9
using System; namespace _45Acsharp { class Program { static int CanWin(string s1, string s2) { int a, b;
...
-
1 2 3 4 5 6 7 8 9
using System; namespace _45Acsharp { class Program { static int CanWin(string s1, string s2) { int a, b;
...
-
1 2 3 4 5 6 7 8
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------------------------------------------------------------------------------
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using Windows.UI.Xaml.Markup; using Windows.UI.Xaml; using Application2.XamlTypeInfo; namespace Application2 { public partial class App : IXamlMetadataProvider
...
-
1
<html><body><big><big><big><big> Hallo</big></big></big></big></body></html>
-
1 2 3 4 5
public void test() { int i = 0; i++; }
-
1 2 3 4 5 6 7 8 9
public class DeleteCategory : IHttpHandler, IReadOnlySessionState { public void ProcessRequest(HttpContext context) { context.Response.DisablePageCaching(); int categoryID = int.Parse(context.Request.QueryString["id"]); UserData ud = LoginHelper.LoggedInUserData;
...
-
1 2 3 4 5 6 7 8 9
program P(input,output); var m,n:integer; function FUN(n:integer):integer; var x:integer begin if n < 1 then FUN:=1 else begin x:=n*FUN(n-1); m:=m-1;
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.ComponentModel; using System.Text; class StringBuilderTest
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.ComponentModel; using System.Text; class StringBuilderTest
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing;
...
-
1 2 3 4 5 6 7 8 9
class StringBuilderTest { static void Main() { string text = null; text = Clipboard.GetText(); // Keep the console window open in debug mode.
...
-
1 2 3 4 5 6 7 8 9
class StringBuilderTest { static void Main() { string text = null; // Use StringBuilder for concatenation in tight loops. System.Text.StringBuilder sb = new System.Text.StringBuilder(); for (int i = 0; i < 100; i++)
...
-
1 2 3 4 5 6 7 8 9
using System; public class Example { public static void Main() { int value = 499; for (int power = 0; power <= 32; power++) Console.WriteLine("{0}^{1} = {2:N0}",
...
-
1 2 3 4 5 6 7 8 9
using System; public class Example { public static void Main() { int value = 500; for (int power = 0; power <= 32; power++) Console.WriteLine("{0}^{1} = {2:N0}",
...
-
1 2 3 4 5 6 7 8 9
using System; public class Example { public static void Main() { int value = 2500; for (int power = 0; power <= 32; power++) Console.WriteLine("{0}^{1} = {2:N0}",
...
-
1 2 3 4 5 6 7 8 9
using System; public class Example { public static void Main() { int value = 1500; for (int power = 0; power <= 32; power++) Console.WriteLine("{0}^{1} = {2:N0}",
...
-
1 2 3 4 5 6 7 8 9
using System; public class Example { public static void Main() { int value = 3 ; for (int power = 0; power <= 32; power++) Console.WriteLine("{0}^{1} = {2:N0}",
...
-
1 2 3 4 5 6 7 8 9
using System; public class Example { public static void Main() { int value = 2 ; for (int power = 0; power <= 32; power++) Console.WriteLine("{0}^{1} = {2:N0}",
...
-
1 2 3 4 5 6 7 8 9
using System; public class Example { public static void Main() { int value =1 ; for (int power = 0; power <= 32; power++) Console.WriteLine("{0}^{1} = {2:N0}",
...
-
1 2 3 4 5 6 7 8 9
using System; public class Example { public static void Main() { int value = 1000000; for (int power = 0; power <= 32; power++) Console.WriteLine("{0}^{1} = {2:N0}",
...
-
1 2 3 4 5 6 7 8 9
using System; public class Example { public static void Main() { int value = 100000; for (int power = 0; power <= 32; power++) Console.WriteLine("{0}^{1} = {2:N0}",
...
-
1 2 3 4 5 6 7 8 9
//****************************************************************** // Addition.cs C#: Ken Culp // // Demonstrations the difference between the addition and string // concatenation //****************************************************************** using system; namespace addition
...
-
1 2 3 4 5 6 7 8 9
using System; public class Example { public static void Main() { int value = 1000; for (int power = 0; power <= 32; power++) Console.WriteLine("{0}^{1} = {2:N0}",
...


