I hereby claim:
- I am Buildstarted on github.
- I am buildstarted (https://keybase.io/buildstarted) on keybase.
- I have a public key whose fingerprint is E303 68B8 FF63 E80F A5D4 F754 6733 62F3 2718 9B09
To claim this, I am signing this object:
| <!DOCTYPE html PUBLIC> <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <title>nullcrew.org</title> | |
| <style type="text/css">*{margin:0; padding:0; border: 0; overflow:hidden} html, body {height: 100%;}</style> | |
| </head> | |
| <body width="100%" height="100%"> | |
| <noscript><meta http-equiv="refresh" content="0;url=http://imptestrm.com/rg-erdr.php?_dnm=nullcrew.org&_cfrg=1&_drid=as-drid-2908636497978342" /><center><p style="padding:1em; font-size:1.5em;">For search results please <a href="http://imptestrm.com/rg-erdr.php?_dnm=nullcrew.org&_cfrg=1&_drid=as-drid-2908636497978342" style="text-decoration:underline; color:#0000EE;">CLICK HERE</a>.</p></center></noscript> | |
| <div id="rmgblock" width="100%" height="100%"></div> |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| namespace DbExecutorTests | |
| { | |
| using System.Data; | |
| using DapperWrapper; |
| using System; | |
| using System.Data.Entity.SqlServer; | |
| using System.Diagnostics; | |
| using System.Linq; | |
| using System.Threading; | |
| using Microsoft.AspNet.SignalR.Transports; | |
| namespace UserPresence | |
| { | |
| /// <summary> |
| function stringFormat (formatString) | |
| { | |
| var builder = []; | |
| var st = 0; | |
| var j = 0; | |
| for (var i = 0; i < formatString.length; i++) | |
| { | |
| switch (st) |
I hereby claim:
To claim this, I am signing this object:
| namespace CastClassVsIsInst | |
| { | |
| using System; | |
| using System.Diagnostics; | |
| class Program | |
| { | |
| private class Blah { } | |
| static void Main(string[] args) | |
| { |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Threading.Tasks; | |
| using System.Web; | |
| using Microsoft.AspNet.SignalR; | |
| namespace MoveShapesDemo | |
| { | |
| public class Shape |
| using System; | |
| using System.Reflection; | |
| using CommonDomain; | |
| using CommonDomain.Core; | |
| using CommonDomain.Persistence; | |
| using CommonDomain.Persistence.EventStore; | |
| using EventStore; | |
| using EventStore.Dispatcher; |
| using System; | |
| using System.Reflection; | |
| using CommonDomain; | |
| using CommonDomain.Core; | |
| using CommonDomain.Persistence; | |
| using CommonDomain.Persistence.EventStore; | |
| using EventStore; | |
| using EventStore.Dispatcher; |
| // ==UserScript== | |
| // @name JabbR Firehose | |
| // @namespace http://jabbr.buildstarted.com/ | |
| // @version 0.1 | |
| // @description firehose | |
| // @match https://jabbr.net/* | |
| // @copyright 2012+, You | |
| // @require http://code.jquery.com/jquery-latest.js | |
| // ==/UserScript== |