Skip to content

Instantly share code, notes, and snippets.

View flexbox's full-sized avatar

David Leuliette flexbox

View GitHub Profile

Keybase proof

I hereby claim:

  • I am flexbox on github.
  • I am flexbox (https://keybase.io/flexbox) on keybase.
  • I have a public key ASD0uHrYzMtMUAjnMd1Nlw5MtRBT3ArkQO6bOepLXgqkPAo

To claim this, I am signing this object:

.m-menu_main {
width: 100%;
float: left;
margin-right: 1.81818%;
display: inline;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
*zoom: 1;

Team: LEADER — https://flexbox.github.io/backpacklist/

Name: The backpack list

Use Case: Helping you to travel more

Unique angle: Ask you this question right now “What else would I want to do before I die?”

@flexbox
flexbox / ruby_dev_london.md
Created April 27, 2017 14:50
Ruby 💎 + London 🇬🇧 = ❤

The role is a permanent role working in London

If interested in hearing more please can you send an e-mail to [email protected]

The Role

We look for great engineers. We list some technologies below that we expect you to have some knowledge or experience of, but fundamentally we look for people who are passionate about developing great systems. You need to love Ruby but, if you are not a polyglot, you’ll be an exception in the team.

We’re looking for people who will join us in building a global platform, who are looking to be challenged and who are able to embrace responsibility. We have major projects kicking off all the time and a very ambitious roadmap.Whatever level you are, we are serious about helping you grow in your career and in our commitment to TDD and XP practices.

@flexbox
flexbox / application-stores.md
Last active October 12, 2017 14:38
TODO list for deploying native application on the Apple store & Google play store
@flexbox
flexbox / 1.md
Last active August 24, 2017 13:02

stackalert.io backlog

// Copy paste this script on your console
var disabled = false;
var r = confirm('Start the Autolike on this page?');
var min_time_to_decide = 300;
var max_additional_time_to_decide = 1000;
var time_to_decide = function() {
additional_time_to_decide = Math.floor(Math.random() * max_additional_time_to_decide);
return min_time_to_decide + additional_time_to_decide;
@flexbox
flexbox / ajax.js
Last active November 22, 2017 10:39
How I’m (Not) Using jQuery – http://youmightnotneedjquery.com/
//https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
fetch('/data.json')
.then(res => res.json())
.then(res => {
// res is my data
});
@flexbox
flexbox / high_voltage.rb
Created December 7, 2017 09:58
Styleguide for high_voltage
# config/initializers/high_voltage.rb
HighVoltage.configure do |config|
config.routes = false
config.layout = 'design'
end

Problem

Current Usages

Spec