Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am th3fallen on github.
* I am th3fallen (https://keybase.io/th3fallen) on keybase.
* I have a public key whose fingerprint is DE80 9CFD D777 C1F1 04F9 A02C 1775 47AA 11DD DC04
To claim this, I am signing this object:
@th3fallen
th3fallen / update.sh
Last active June 29, 2016 19:56
Mac safe bash script to update font-awesome from 3.2.1 to 4.*
#!/bin/bash
old=(
'adjust'
'adn'
'align-center'
'align-justify'
'align-left'
'align-right'
'ambulance'
var path = require('path');
var autoprefixer = require('autoprefixer');
var webpack = require('webpack');
var HtmlWebpackPlugin = require('html-webpack-plugin');
var CaseSensitivePathsPlugin = require('case-sensitive-paths-webpack-plugin');
var ExtractTextPlugin = require('extract-text-webpack-plugin');
var paths = require('./paths');
var FoundationSitesLoader = require('foundation-sites-loader');
module.exports = {
import React from 'react';
import RecipientRows from './RecipientRows';
import Spinner from '../SharedComponents/Spinner';
export default class RecipientTable extends React.Component {
constructor(props) {
super(props);
}
render() {
@th3fallen
th3fallen / index.js
Last active September 19, 2017 17:44 — forked from anonymous/index.js
My error
import React from "react";
import { render } from "react-dom";
class App extends React.Component {
render() {
return {
<div>
<h1>Hello!</h1>
</div>
};
@th3fallen
th3fallen / stupid.js
Created June 6, 2018 19:52
God im stupid
<span className="hint--bottom" aria-label={ <Fragment>
<TimeRange start={ shift.date('start_time') } end={ shift.date('end_time') } />
{ position && ` | ${position.name}` }
{ site && ` | ${site.name }` }
{ notes && notes.length && ` | ${notes}` }
</Fragment> }>
Witness Me!
</span>