Skip to content

Instantly share code, notes, and snippets.

View langford's full-sized avatar

Michael Langford langford

View GitHub Profile
@langford
langford / index.html
Created December 4, 2024 17:53 — forked from omarmousa09/index.html
yeti login
<form>
<div class="svgContainer">
<div>
<svg class="mySVG" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200 200">
<defs>
<circle id="armMaskPath" cx="100" cy="100" r="100"/>
</defs>
<clipPath id="armMask">
<use xlink:href="#armMaskPath" overflow="visible"/>
</clipPath>
import AddressBook
import UIKit
typealias CThingPtr = UnsafeMutablePointer <ABRecordRef>
func cthing_dispose(o:CThingPtr?)->(){
}
func cthing_create(cString:UnsafePointer<Int8>)->CThingPtr{
return nil
@langford
langford / 0_reuse_code.js
Created April 3, 2014 14:31
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console