Skip to content
View graste's full-sized avatar

Organizations

@honeybee @honeylex @honeyquip @daikon-cqrs

Block or report graste

Report abuse

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

Report abuse

Pinned Loading

  1. Agavi-FAQ Agavi-FAQ Public

    Frequently Asked Questions and Snippets for Agavi PHP Framework

    JavaScript 23 6

  2. job-title-generator job-title-generator Public

    Generate yourself a new business card with a job title every hipster would be jealous of...

    HTML 11 1

  3. dotfiles-etc dotfiles-etc Public

    dotfiles and configurations

    Vim Script 4 4

  4. datetime-local-picker datetime-local-picker Public

    AMD compatible javascript datetime picker that no longer supports HTML5 input types datetime-local and date

    JavaScript 4

  5. elasticsearch-hackday-geolocation elasticsearch-hackday-geolocation Public

    Simple Quick'n'Dirty Demo of the ElasticSearch "geo_polygon" Filter

    4 1

  6. strace process for network and memor... strace process for network and memory and other syscalls
    1
    # File activity
    2
    
                  
    3
    ```strace -e trace=file -fp PID``` (file) or ```strace -e trace=desc -fp PID``` (file descriptors)
    4
    
                  
    5
    Common calls: