webwurst

Germany

8h
revised NPM can't install appjs. Error: Cannot find module 'graceful-fs'
added 1 characters in body
1d
revised NPM wont work because of my wrong node version
Added link do manpage.
1d
answered NPM wont work because of my wrong node version
1d
answered NPM can't install appjs. Error: Cannot find module 'graceful-fs'
May
13
comment Manually closing a port from commandline
Just killing owning process didn't work for me, but fuser did. Thx!
May
10
comment Use Popen to execute a Powershell script in Python, how can I get the Powershell script's output and update it to web page?
It is. See Python documentation of subprocess.
Apr
17
revised Test whether a Ruby class is a subclass of another class
Added link to documentation
Apr
15
revised Ruby - URL encoding
Added link to GitHub repository of "Addressable::URI"
Apr
12
comment ruby regex and grouping
You can make use of last_match or the return value of match. Also some global variables are set. See MatchData for this.
Apr
12
revised What's the difference between Sunspot keywords and fulltext
Added link to line in source code of Sunspot on GitHub
Apr
10
revised Regular expression - Ruby vs Perl
Changed matching method
Apr
10
answered Regular expression - Ruby vs Perl
Apr
8
awarded Yearling
Apr
8
awarded Necromancer
Feb
28
awarded Revival
Feb
16
comment Where does bundler store gems?
You can also specify the installation path as a parameter to bundle install: $ bundle install --path vendor/bundle
Feb
15
comment Test whether a Ruby class is a subclass of another class
For documentation see Core API / Module / #<.
Feb
7
awarded Commentator
Feb
7
comment Is there a way to sort so that "Vitamin B12" is not in front of "Vitamin B6"?
Thanks for this. I learned a lot!
Feb
7
comment Is there a way to sort so that "Vitamin B12" is not in front of "Vitamin B6"?
See also @sethbc answer on this topic.
1 2 3 4 5