I'm a curious developer interested in all things web.
-
geedew
- USA
- https://geedew.com/
Highlights
Block or Report
Block or report geedew
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
twitter-archive/twitter-text-js Public archive
A JavaScript implementation of Twitter's text processing library
-
pifantastic/grunt-s3 Public
A grunt task to automate moving files to/from Amazon S3.
-
sproutsocial/inputosaurus-text Public archive
[DEPRECATED] A jQuery UI widget that allows an input[type="text"] element to have multiple values
-
cross-console Public
A console approach to make sure console is available and can be stifled under the right situations.
-
1
# Pulled from https://stackoverflow.com/questions/18641864/git-bash-shell-fails-to-create-symbolic-links
2# https://stackoverflow.com/users/124119/camilo-martin
34# Detect windows (assumes we are in 'msysgit' or similar).
5windows() { [[ -n "$WINDIR" ]]; }
-