Skip to content

Instantly share code, notes, and snippets.

View slothelle's full-sized avatar
🦥
I miss working with @nixpad

L slothelle

🦥
I miss working with @nixpad
  • slothlandia
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Brilliant</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>

Keybase proof

I hereby claim:

  • I am feministy on github.
  • I am feministy (https://keybase.io/feministy) on keybase.
  • I have a public key ASA-aCC8MSEzLR9mGgmBWaLrdDeqi_OcPb94itjyzlyl8Qo

To claim this, I am signing this object:

@slothelle
slothelle / challenges.md
Last active December 14, 2015 16:37
Mostly non-math based introductory programming challenges.

Knowledge required

  • Conditional statements (if, etc)
  • Loops (while, etc)
  • Lists ([1, 2, 3])
  • Priting to standard out (affectionately known as STDOUT)
  • The difference between strings and integers

Additional information

@slothelle
slothelle / SassMeister-input.scss
Created December 23, 2014 20:14
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
$leftSpacing: 0px;
$topSpacing: 50px;
#icons {
clear: both;
@slothelle
slothelle / SassMeister-input.scss
Created November 20, 2014 19:47
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
$colors: (
_0: rgb(48,61,69),
_1: rgb(210,158,105),
_2: rgb(93,188,174),
_3: rgb(242,101,51),
{
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"draw_indent_guides": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
".gitkeep",
@slothelle
slothelle / Gemfile
Last active December 18, 2018 02:43
Deploying Rails 4 apps with Resque and Redis to Heroku using Unicorn with a Procfile.
# and whatever other gems you need
gem 'resque', '~> 1.24.1'
gem 'unicorn', '~> 4.6.2'
@slothelle
slothelle / SassMeister-input-HTML.html
Created April 14, 2014 18:28
Generated by SassMeister.com.
<!DOCTYPE html>
<html>
<head></head>
<body>
<h1>Taco!</h1>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
</body>