I hereby claim:
- I am louistakepillz on github.
- I am peelz (https://keybase.io/peelz) on keybase.
- I have a public key ASC8UpbEDLbre_Ah6c18QUxnfAFan0hexNc_UxtmskUyGAo
To claim this, I am signing this object:
| import React from 'react' | |
| import PropTypes from 'prop-types' | |
| import { Route, Switch } from 'react-router-dom' | |
| const generateRouteId = (() => { | |
| let i = 0 | |
| return (name) => { | |
| return `${name}-${i}` | |
| } | |
| })() |
| import React from 'react' | |
| import PropTypes from 'prop-types' | |
| import { connect } from 'react-redux' | |
| import { bindActionCreators } from 'redux' | |
| import { Route } from 'react-router-dom' | |
| import { fromJS } from 'immutable' | |
| import { setCurrentRoutes } from './actions' | |
| @connect( |
| " Inspired by https://vi.stackexchange.com/questions/4091/how-to-bind-a-set-of-buffers-to-a-tab | |
| if !exists("g:WindowBufManager") | |
| let g:WindowBufManager= {} | |
| endif | |
| function! InitTabBufferList() | |
| if !has_key(g:WindowBufManager, tabpagenr()) | |
| let g:WindowBufManager[tabpagenr()] = [] | |
| endif | |
| endfunction |
I hereby claim:
To claim this, I am signing this object:
| import Crawler from 'crawler'; | |
| import url from 'url'; | |
| const BASE_ADDRESS = 'https://en.wikipedia.org/'; | |
| const COUNTRY_PATTERN = /.*?Visa_requirements_for_(.*?)_citizens.*?/i; | |
| const VISA_REQUIRED_PATTERN = /.*?visa\s+required.*?/i; | |
| const VISA_NOT_REQUIRED_PATTERN = /.*?visa\s+not\s+required.*?/i; | |
| const visaRequirements = {}; |
| '.source.js': | |
| 'React Component Export': | |
| 'prefix': 'drc6' | |
| 'body': """ | |
| import React, { Component, PropTypes } from 'react'; | |
| export default class $1 extends Component { | |
| render() { | |
| return ( |
| import path from 'path'; | |
| import fs from 'fs'; | |
| import Discord from 'discord.js'; | |
| import request from 'superagent'; | |
| import plugins from '~/plugins'; | |
| import * as utils from '~/utils.js'; | |
| const bot = new Discord.Client(); | |
| function* getCommand(content) { |
| var gulp = require('gulp'); | |
| var bowerFiles = require('gulp-main-bower-files'); | |
| var runSequence = require('run-sequence').use(gulp); | |
| // Preprocessor & plugins | |
| var plugins = require('gulp-load-plugins')({ camelize: true, lazy: true }); | |
| var precss = require('precss'); | |
| var autoprefixer = require('autoprefixer'); | |
| var mqpacker = require('css-mqpacker'); | |
| var csswring = require('csswring'); |
| #!/bin/bash | |
| DEVICE=/dev/sda1 | |
| IMAGE_PATH='/media/$1/Storage/.veracrypt/volume' | |
| MOUNT_PATH='/mnt/volume' | |
| if [[ "$USER" != "root" ]]; then | |
| gvfs-mount -d $DEVICE | |
| gksu -D $(basename $0) $0 $USER | |
| exit $? |
| #DAEMON=/usr/local/bin/portspoof | |
| #CONFIG=/usr/local/etc/portspoof.conf | |
| #SIGNATURES=/usr/local/etc/portspoof_signatures | |
| PS_UNFILTEREDPORTS="53 80 443 49152:65535" | |
| PS_INTERFACES="eth0" | |
| PS_LISTENPORT=4444 | |
| PS_USER=daemon | |
| # WARNING: do not use the -D (daemon) option, as it will yield the wrong PID | |
| #PS_ARGUMENTS="-c $CONFIG -s $SIGNATURES" |