Skip to content
View lillesvin's full-sized avatar
Block or Report

Block or report lillesvin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. domaininator domaininator Public

    Fast generation and lookups of all domain names matching a specific regexp pattern

    Go

  2. muscletail muscletail Public

    Like `tail` on steroids

    Go

  3. gut gut Public

    Like cut but supports using regexes for delimiters

    Go 1

  4. misc-processing misc-processing Public

    Miscellaneous Processing scripts

    Processing

  5. Data bending is fun! Data bending is fun!
    1
    #!/usr/bin/env ruby
    2
    
                  
    3
    ##
    4
    # ByteScramble
    5
    #
  6. Monitor a file looking for a string.... Monitor a file looking for a string. If the moving average of the interval is lower than THRESHOLD, do something!
    1
    #!/bin/bash
    2
    
                  
    3
    # This is executed whenever conditions are met
    4
    # Change this to whatever you would like to have happen
    5
    alert() {