I hereby claim:
- I am earlz on github.
- I am earlz (https://keybase.io/earlz) on keybase.
- I have a public key whose fingerprint is C114 6A0D 6250 CAEA E3C7 5516 224E 8EA1 9223 B76D
To claim this, I am signing this object:
//BarelyMVC Fluent Router API proof of concept | |
using System; | |
using System.Collections.Generic; | |
namespace tester | |
{ | |
class MainClass | |
{ | |
public static void Main(string[] args) |
rem this is a generic media player | |
rem this prog was made by jordan earls | |
starty: | |
print "type 1 to choose where media is" | |
print "type 2 to pause music" | |
print "type 3 to resume music" | |
print "type 4 to reload music" | |
print "type 5 to change volume" | |
print "type 6 to change speed" | |
start: |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <windows.h> | |
#include <winioctl.h> | |
DWORD WINAPI bah(unsigned int t){ | |
//MessageBox(NULL,"hi3","bah",0); |
pub struct Route { | |
matcher: ~PatternMatcher, | |
handler: ~fn:Send+Freeze(&mut ControllerContext) | |
} | |
pub struct Router{ | |
routes: ~[Route], | |
} | |
pub trait PatternMatcher { |
using System; | |
namespace ConsoleApplication4 | |
{ | |
class Program | |
{ | |
static void Main(string[] args) | |
{ | |
CheckNull(null); | |
} |
using System; | |
namespace ConsoleApplication4 | |
{ | |
class Program | |
{ | |
static void Main(string[] args) | |
{ | |
CheckNull(null); | |
} |
.locals init ([0] bool) | |
IL1: | |
ldarg.0 | |
call bool [mscorlib]System.String::IsNullOrEmpty(string) | |
stloc.0 | |
ldloc.0 | |
ldc.i4 0 | |
bne.un.s IL1 | |
br f |
use std::io::println; | |
use std::c_str::CString; | |
use std::libc::c_char; | |
#[no_mangle] | |
pub extern fn foorust() { | |
println("hello from rust!"); | |
} | |
#[no_mangle] |
How does dogecoin work? |
I hereby claim:
To claim this, I am signing this object: