Skip to content

Instantly share code, notes, and snippets.

@Dynalon
Dynalon / test.md
Created October 11, 2012 17:34
Some description

Heading 1

  • list item 1

  • list item 2

    This is a quote

this is a block quote

@Dynalon
Dynalon / test.c
Created October 11, 2012 17:51
Test
int main (void) {
printf ("Hello world!");
}
@Dynalon
Dynalon / test.c
Created October 11, 2012 18:13 — forked from anonymous/test.c
Test
int main (void)
{
printf ("hello world!");
}
@Dynalon
Dynalon / test.cs
Created October 26, 2012 06:56
ServiceStack DataContract example
using System;
using ServiceStack.Text;
using ServiceStack.ServiceModel.Serialization;
using System.Runtime.Serialization;
namespace Test
{
[DataContract]
public class MyClass
{
#!/bin/bash
NET=10.0.0.0/16
# i.e. 256Kbit/s
RATE_OUT=$1
# i.e. 6Mbit/s
RATE_IN=$2
DELAY_IN=$3
DELAY_OUT=$4
using System;
using ServiceStack.OrmLite;
using System.IO;
namespace ormlitebug
{
class MainClass
{
public static void Main (string[] args)
{
#include <stdio.h>
void main(int argc, char[] argv) {
printf("hello, world!\n");
}
# Your wiki name
[Home](home.md)
[About](about.md)
[Download](download.md)
# Brand name
[Menu Item 1](item1.md)
* [SubMenu Item 1](subitem1.md)
* [SubMenu Item 2](subitem2.md)
- - - -
* [SubMenu Item 3](subitem3.md)
[Menu Item 2](item2.md)