|
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. |
|
Feb
7 |
|
revised |
Sorting strings is much harder than you thought Added tag 'natural-sort' |
|
Feb
7 |
|
revised |
Is there a way to sort so that "Vitamin B12" is not in front of "Vitamin B6"? Changed tags. Is nothing special to ruby-rails, but to sorting and natural-sort. |
|
Feb
6 |
|
revised |
How to document Ruby code? changed obsolete link and link-title |
|
Jan
25 |
|
comment |
How to make a disk image and restore from it later? Also check out ddrescue. Maybe with SystemRescueCd. |