I hereby claim:
- I am rdingwall on github.
- I am rdingwall (https://keybase.io/rdingwall) on keybase.
- I have a public key ASDC0xBNbZR_uxgQP6SIKfqfb8voFFZGN7kmHIZBlSjg5wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import org.jpos.iso.ISOUtil; | |
| import sun.nio.cs.ext.IBM1047; | |
| import sun.nio.cs.ext.IBM1140; | |
| import java.awt.event.KeyEvent; | |
| import java.nio.ByteBuffer; | |
| import java.nio.CharBuffer; | |
| /** | |
| * Created by richard on 10/11/2016. |
| { | |
| "id": "150d439b14573a7c", | |
| "threadId": "150d439b14573a7c", | |
| "labelIds": [ | |
| "INBOX", | |
| "CATEGORY_UPDATES", | |
| "Label_14" | |
| ], | |
| "snippet": "Beatport Pro Top 100 DJ Charts Twitter Facebook Instagram Order Number: 28056409 User ID: #1806151", | |
| "historyId": "6283996", |
| <p style="text-align: center;"> | |
| <a href="http://www.charitystaff.org.uk/" target="_blank"><img class="aligncenter wp-image-8130" alt="CSVA WINNERSLOGO 2014" src="http://www.sparkinside.org/wp-content/uploads/2014/06/CSVA-WINNERSLOGO-2014.jpg" width="150" height="150" /></a> | |
| <a href="http://womenofthefuture.co.uk/" target="_blank"><img class="aligncenter wp-image-8130" alt="WOF_shortlist_button" src="http://www.sparkinside.org/wp-content/uploads/2014/10/WOF_shortlist_button.png" width="150" height="150" /></a> | |
| </p> |
| module Jekyll | |
| class LessCssFile < StaticFile | |
| def write(dest) | |
| # do nothing | |
| end | |
| end | |
| # Expects a lessc: key in your _config.yml file with the path to a local less.js/bin/lessc | |
| # Less.js will require node.js to be installed |
| using System; | |
| using System.Data; | |
| using System.Data.Common; | |
| using System.Data.SqlTypes; | |
| using System.Runtime.CompilerServices; | |
| using Oracle.DataAccess.Client; | |
| namespace Foo | |
| { | |
| /// <summary> |
| using System; | |
| using System.ComponentModel; | |
| using System.Diagnostics; | |
| using System.IO; | |
| using System.Linq; | |
| using CsvHelper.Configuration; | |
| using Xunit; | |
| namespace CsvHelper.Tests | |
| { |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>Console Reporter Spec</title> | |
| <link rel="stylesheet" href="../ext/jasmine.css" type="text/css" /> | |
| <script type="text/javascript" src="../ext/jasmine.js"></script> | |
| <script type="text/javascript" src="../ext/jasmine-html.js"></script> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <!-- Mocha 1.0.2 at time of writing --> | |
| <script type="text/javascript" src="https://raw.github.com/visionmedia/mocha/master/mocha.js"></script> | |
| <link rel="stylesheet" type="text/css" href="https://raw.github.com/visionmedia/mocha/master/mocha.css" /> | |
| </head> | |
| <script lang="text/javascript"> | |
| mocha.setup({ | |
| ui: "bdd", |