Skip to content
View ericgreene's full-sized avatar
  • @Enflick TextNow
  • San Diego, CA
  • 16:48 (UTC -07:00)

Highlights

  • Pro

Block or report ericgreene

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. foss foss Public

    Foss is a modern replacement for ls, written in Go, and inspired by Exa (http://bsago.me/exa/).

    Go

  2. go-serp go-serp Public

    Forked from serpapi/google-search-results-golang

    Google Search Results GoLang API

    Go 1

  3. LVM setup 1 command before fstab LVM setup 1 command before fstab
    1
    #!/bin/bash
    2
    pvcreate /dev/xvdb1; 
    3
    vgcreate DataGroup00 /dev/xvdb1; 
    4
    lvcreate -l +100%FREE DataGroup00 -n data; 
    5
    vgscan; 
  4. Every "split" mechanical keyboard cu... Every "split" mechanical keyboard currently being sold that I know of
    1
    * [Kinesis Freestyle](https://www.kinesis-ergo.com/shop/freestyle2-for-mac/) (Terrible key switches. Mushy and un-lovable)
    2
    
                  
    3
    * [Kinesis Freestyle Edge](https://gaming.kinesis-ergo.com/edge/) (Traditional layout with too many keys, mech switches, proably too big to be tented easily/properly)
    4
    
                  
    5
    * [Matias Ergo Pro](http://matias.ca/ergopro/pc/) (Looks pretty great. Have not tried.)
  5. cristalhq/aconfig cristalhq/aconfig Public

    Simple, useful and opinionated config loader.

    Go 629 41