Skip to content
View ElijahLynn's full-sized avatar
😎
All Your DevOps Belong To Us
😎
All Your DevOps Belong To Us

Organizations

@NYC-Camp @NBCUTechnology
Block or Report

Block or report ElijahLynn

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. open-source-voting-systems open-source-voting-systems Public

    List of open source voting systems and related ideas/materials. PRs welcome!

    11

  2. drupal-to-durpal drupal-to-durpal Public

    Forked from panicsteve/cloud-to-butt

    Chrome extension that replaces occurrences of 'Drupal' with 'Durpal'

    JavaScript 4 1

  3. Cherry pick range commits from anoth... Cherry pick range commits from another repo
    1
    // Say you have a Repo and you are in a few levels deep. /profiles/publisher/modules/contrib/
    2
    // You have a module called ../contrib/embed_external
    3
    // You want to pull changes you made to it to upstream
    4
    // pwd ../contrib
    5
    // git clone embed-external-upstream EE-upstream
  4. Script to toggle fullscreen for Guak... Script to toggle fullscreen for Guake 0.8.x
    1
    #!/usr/bin/env python2
    2
    # -*- coding: utf-8; -*- 
    3
    
                  
    4
    # Depends on https://github.com/Guake/guake/pull/1446
    5
    import dbus
  5. Purge (ban) an entire domain in Varn... Purge (ban) an entire domain in Varnish Cache 3
    1
    ## How to purge ('ban') an entire domain in Varnish Cache 3
    2
    
                  
    3
    #####EDIT: NB
    4
    Ban is technically different from Purge. Banned objects remain in memory but banning is faster than purging. Read the Varnish 3 documentation [here](https://www.varnish-software.com/static/book/Cache_invalidation.html#banning) and [here](https://www.varnish-cache.org/docs/3.0/tutorial/purging.html).
    5
    
                  
  6. git deep log git deep log
    1
    // No directories with --follow.
    2
    git log -M --follow <filename>