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
//****************************************************************** // 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}",
...
-
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 = 100; 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 = 85; 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 = 84.5; 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 = 85; 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 = 84; 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 = 85; 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 = 74; 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 = 75; 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 = 40; 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 = 20; 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 // // Demonstrates the difference between the addition and string // concatenation operators. //**************************************************************** using System; namespace Addition
...
-
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
using System; public class Example { public static void Main() { int value = 10000; 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 = 1000; 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 = 100; 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 = 10; 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 = 4; 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("{1}^{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 = 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 = 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 = 2; for (int power = 0; power <= 32; power++) Console.WriteLine("{0}^{1} = {2:N0} (0x{2:X})",
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HelloWorld { class HelloWorld { static void Main(string[] args)
...
-
1 2 3 4 5 6 7 8 9
using System; class MainClass { public static void Main() { double num = 64354.2345; Console.WriteLine("Default format: " + num); Console.WriteLine("Value in 1,000s: " +
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Linq; using System.Collections.Generic; public class Program { public static void Main() { IEnumerable<int> xs = new int[] { 1, 2, 3, 4, 5 };
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; public class Program { public static void Main() { IEnumerable<int> xs = new int[] { 1, 2, 3, 4, 5 }; Console.WriteLine(xs.Length);
...
-
1 2 3 4 5 6 7 8 9
using System; public class Program { public static void Main() { IEnumerable<int> xs = new int[] { 1, 2, 3, 4, 5 }; Console.WriteLine(xs.Length); }


