Skip to content

Instantly share code, notes, and snippets.

View majorgreys's full-sized avatar

Tahir H. Butt majorgreys

  • Brooklyn, NY
  • 17:34 (UTC -12:00)
View GitHub Profile
C:\Users\tahir\dev\test-fable-electron\samples\material-ui [master ≡]> npm install
┌───────────────────────────────────────────────────────────────────────────────────────┐
│ npm update check failed │
│ Try running with sudo or get access │
│ to the local update config store via │
│ sudo chown -R $USER:$(id -gn $USER) C:\WINDOWS\system32\config\systemprofile\\.config │
└───────────────────────────────────────────────────────────────────────────────────────┘
> uglifyjs-webpack-plugin@0.4.6 postinstall C:\Users\tahir\dev\test-fable-electron\samples\material-ui\node_modules\uglifyjs-webpack-plugin
#load @".paket/load/net45/canopy.fsx"
#load @".paket/load/net45/FSharp.Data.fsx"
open FSharp.Data
open canopy
open OpenQA.Selenium
open System.Text.RegularExpressions
open FSharp.Data.HttpContentTypes
// `choco install selenium-all-drivers`
root@LAPTOP-TU9VCUM6:~# rm -fr /etc/pacman.d/gnupg; pacman-key --init; pacman-key --populate archlinux
gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
gpg: no ultimately trusted keys found
gpg: starting migration from earlier GnuPG versions
gpg: porting secret keys from '/etc/pacman.d/gnupg/secring.gpg' to gpg-agent
gpg: migration succeeded
gpg: Generating pacman keyring master key...
gpg: key A8841C7BE8350423 marked as ultimately trusted
gpg: directory '/etc/pacman.d/gnupg/openpgp-revocs.d' created
gpg: revocation certificate stored as '/etc/pacman.d/gnupg/openpgp-revocs.d/A74835A61AD5404EE3F0C9A1A8841C7BE8350423.rev

Keybase proof

I hereby claim:

  • I am majorgreys on github.
  • I am tahirb (https://keybase.io/tahirb) on keybase.
  • I have a public key ASDR0IGm3hHET9yfuZCys8qnePcgzoFh-8fccK39Mt7iggo

To claim this, I am signing this object:

<?php
/**
* @package Make GCDI
*/
/**
* The GC Digital Initiatives Child Theme of Make
*
*
* @see MAKE_Setup_Scripts::enqueue_frontend_styles()
Checking /home/tbutt/.emacs.d/.local/packages/elpa...
Checking /home/tbutt/.emacs.d/.local/packages/elpa/ac-alchemist-20150907.2356...
Compiling /home/tbutt/.emacs.d/.local/packages/elpa/ac-alchemist-20150907.2356/ac-alchemist-autoloads.el...
Compiling /home/tbutt/.emacs.d/.local/packages/elpa/ac-alchemist-20150907.2356/ac-alchemist-pkg.el...
Compiling /home/tbutt/.emacs.d/.local/packages/elpa/ac-alchemist-20150907.2356/ac-alchemist.el...
Checking /home/tbutt/.emacs.d/.local/packages/elpa/ac-php-core-20180222.224...
Compiling /home/tbutt/.emacs.d/.local/packages/elpa/ac-php-core-20180222.224/ac-php-comm-tags-data.el...
Compiling /home/tbutt/.emacs.d/.local/packages/elpa/ac-php-core-20180222.224/ac-php-core-autoloads.el...
Compiling /home/tbutt/.emacs.d/.local/packages/elpa/ac-php-core-20180222.224/ac-php-core-pkg.el...
Compiling /home/tbutt/.emacs.d/.local/packages/elpa/ac-php-core-20180222.224/ac-php-core.el...
@majorgreys
majorgreys / gist:aa5db32158b6e2f45eac9c35b7a27457
Created March 8, 2018 19:18
Citation key format for Better BibTex
[auth:lower][>0][year]|[PublicationTitle:lower:abbr][>0]:[month:lower][year:lower]|[title:capitalize][year]
FROM ubuntu:trusty
WORKDIR /opt/code
ENV PYENV_ROOT="/opt/pyenv" \
PATH="/opt/pyenv/bin:/opt/pyenv/shims:$PATH" \
LC_ALL="C.UTF-8" \
LANG="C.UTF-8"
RUN apt-get update && apt-get install -y --no-install-recommends \
Python 3.6.7 (default, Nov 3 2018, 23:50:05)
[GCC 4.2.1 Compatible Apple LLVM 10.0.0 (clang-1000.10.44.2)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from ddtrace import patch_all; patch_all(logging=True)
>>> import logging
>>> from ddtrace import tracer
>>> import asyncio
>>> from ddtrace.context import Context
>>> import random
>>>