Skip to content

Instantly share code, notes, and snippets.

View kevinsawicki's full-sized avatar

Kevin Sawicki kevinsawicki

View GitHub Profile
@kevinsawicki
kevinsawicki / instructions.md
Last active August 29, 2015 13:56
Style hyperlinks in Atom
  • Open Atom
  • Click the Atom > Open Your Stylesheet menu item
  • Paste code below
.editor .markup.underline.link.hyperlink {
  color: #F9EE98;
  text-decoration: underline;
}
@kevinsawicki
kevinsawicki / transcript.coffee
Created May 28, 2014 19:00
Convert Campfire Transcript
#!/usr/bin/env coffee
fs = require 'fs'
log = fs.readFileSync('log.txt', 'utf8')
lines = log.split('\n')
lines = lines.filter (line) -> not /\thas entered the room$/.test(line)
lines = lines.filter (line) -> not /\thas left the room$/.test(line)
@kevinsawicki
kevinsawicki / .gitignore
Last active December 4, 2015 22:17
Require issue
node_modules
@kevinsawicki
kevinsawicki / index.html
Last active February 1, 2023 19:15
Electron Vibrancy Example
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Vibrancy Example</title>
<style>
* {
color: rgba(100, 100, 100, 0.9);
}
h1 {

token = aio_XoSD69IcBnZXuIaRrpgQPgx5yBWw