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:
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; |
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 |
namespace CastClassVsIsInst | |
{ | |
using System; | |
using System.Diagnostics; | |
class Program | |
{ | |
private class Blah { } | |
static void Main(string[] args) | |
{ |
I hereby claim:
To claim this, I am signing this object:
<div id="bored" class="step slide" data-x="-1000" data-y="-1500"> | |
<q>Aren't you just <b>bored</b> with all those slides-based presentations?</q> | |
</div> | |
<div class="step slide" data-x="0" data-y="-1500"> | |
<q>Don't you think that presentations given <strong>in modern browsers</strong> shouldn't <strong>copy the limits</strong> of 'classic' slide decks?</q> | |
</div> | |
<div class="step slide" data-x="1000" data-y="-1500"> | |
<q>Would you like to <strong>impress your audience</strong> with <strong>stunning visualization</strong> of your talk?</q> | |
</div> |
// ==UserScript== | |
// @name JabbR Script | |
// @namespace http://jabbr.buildstarted.com/ | |
// @version 0.2 | |
// @description Ignores users in a persistent basis | |
// @match https://jabbr.net/* | |
// @copyright 2012+, You | |
// @require http://code.jquery.com/jquery-latest.js | |
// ==/UserScript== |
function stringFormat (formatString) | |
{ | |
var builder = []; | |
var st = 0; | |
var j = 0; | |
for (var i = 0; i < formatString.length; i++) | |
{ | |
switch (st) |
using System; | |
using System.Data.Entity.SqlServer; | |
using System.Diagnostics; | |
using System.Linq; | |
using System.Threading; | |
using Microsoft.AspNet.SignalR.Transports; | |
namespace UserPresence | |
{ | |
/// <summary> |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace DbExecutorTests | |
{ | |
using System.Data; | |
using DapperWrapper; |