Skip to content

Instantly share code, notes, and snippets.

View roachhd's full-sized avatar

Lachlan Seward roachhd

View GitHub Profile
@roachhd
roachhd / gist.css
Last active August 29, 2015 14:11
Gist embed styles
.line-data { font-size:11px; font-family: Consolas,"Liberation Mono",Courier,monospace; }
.line-numbers { font-size:11px; background-color: #ECECEC; border-right: 1px solid #DDDDDD; color: #AAAAAA; padding: 0.0em; text-align: right; }
.line-pre { font-size:11px;font-family: Consolas,"Liberation Mono",Courier,monospace; }
@roachhd
roachhd / index.html
Created December 14, 2014 14:53
twit wig gist
<script src="https://gist.github.com/roachhd/490c1d3b8955f8681f24.js"></script>
@roachhd
roachhd / README.md
Created December 14, 2014 13:31
gist style trials

Embed the gist <script src="https://gist.github.com/roachhd/a46aebf14e52db311eb9.js"></script>

@roachhd
roachhd / academic-stuffs.md
Created December 14, 2014 13:01
Academic Sites
@roachhd
roachhd / maddys-jokes.md
Created December 14, 2014 10:42
Maddy's Jokes

Maddy's Jokes

Will you remember my tomorrow? Yes Will you remember me next week? Yes Will you remember me next month? Yes Will you remember me next year? Yes

<head>
<style>
/* Better styles for embedding GitHub Gists */
.gist{font-size:13px;line-height:18px;margin-bottom:20px;width:100%}
.gist pre{font-family:Menlo,Monaco,'Bitstream Vera Sans Mono','Courier New',monospace !important}
.gist-meta{font-family:Helvetica,Arial,sans-serif;font-size:13px !important}
.gist-meta a{color:#26a !important;text-decoration:none}
.gist-meta a:hover{color:#0e4071 !important}
</style>
</head>
<head><style>
/* Better styles for embedding GitHub Gists */
.gist{font-size:13px;line-height:18px;margin-bottom:20px;width:100%}
.gist pre{font-family:Menlo,Monaco,'Bitstream Vera Sans Mono','Courier New',monospace !important}
.gist-meta{font-family:Helvetica,Arial,sans-serif;font-size:13px !important}
.gist-meta a{color:#26a !important;text-decoration:none}
.gist-meta a:hover{color:#0e4071 !important}</style>
</head>
<body>
@roachhd
roachhd / app.js
Created December 13, 2014 14:57
Example for Gist STYLIN
(function () {
// declare thee datasource outside of the grid
// so we can control which page of data to show
var dataSource = new kendo.data.DataSource({
type: 'odata',
transport: {
read: 'http://demos.kendoui.com/service/Northwind.svc/Orders'
},
pageSize: 20,
@roachhd
roachhd / README.md
Created December 13, 2014 14:40
A spining giffy loading thing

spining gif

@roachhd
roachhd / README.md
Created December 12, 2014 23:27
CURL on my Windows 8.1

CURL on my Windows 8.1

On the curl download page there's a link to the download wizard. Complete all the steps as follows:

  • 1 Select Type of Package: curl executable
  • 2 Select Operating System: Windows / Win32 or Win64
  • 3 Select for What Flavour: Generic
  • 4 Select which Win32 Version (only if you selected Windows / Win32 in step 2): Unspecified

If you chose Windows / Win32 you should end up here, a page that links to http://www.paehl.com/open_source/?CURL_x.y.z (x.y.z will change as newer versions of curl are released). There you can click the first link ("Download WITHOUT SSL") or second link ("Download WITH SUPPORT SSL") for a zip file with curl.exe.