Mateusz Czerwiński

less info
83 reputation
19
bio website github.com/mrfustrr
location Gdansk, Poland
age
visits member for 1 year, 5 months
seen 1 hour ago
stats profile views 35

Apr
28
comment Imdb api with Ruby
In the same way like @kiddorails made it, 'json = JSON.parse(response.body).first', don't forget about to require 'json' .
Apr
28
answered Imdb api with Ruby
Apr
28
comment installation issue ruby2.0 in ubuntu
Maybe this link will be usefull - rubysource.com/installing-ruby-with-rvm-on-ubuntu or try read sth about rvm (ruby version manager) rvm.io
Apr
28
comment installation issue ruby2.0 in ubuntu
what will you get if you write '$ which ruby' in bash ?
Apr
18
awarded  Commentator
Apr
18
comment How to access nested parameters in Rails
stackoverflow.com/questions/14083654/… - maybe this will help ?
Apr
17
awarded  Enthusiast
Apr
5
revised I want to make a shell command program in ruby for windows but everything is in linux
czech mistake
Apr
4
awarded  Informed
Apr
4
comment I want to make a shell command program in ruby for windows but everything is in linux
Frankly speaking, I think the simplest way is to make it as gem, then you get 'program name - parameters' but it lose your idea to executable it by 'ruby "program name" -add'.
Apr
4
answered I want to make a shell command program in ruby for windows but everything is in linux
Apr
1
awarded  Popular Question
Feb
11
comment Ruby: Access return value of a method inside initialize
Without changing the logic of your class, I think that no.
Feb
11
comment Ruby: Access return value of a method inside initialize
Do you try to override the include? method, for example def include?(value) @entries.include?(value) end
Feb
5
revised How to implement merge sort from “The Introduction to Algorithms” by Cormen and Co
I deleted the link to repository because the code is easy to implement and below was published a working code.
Jan
18
revised How to implement merge sort from “The Introduction to Algorithms” by Cormen and Co
add correct solution
Jan
15
comment How to implement merge sort from “The Introduction to Algorithms” by Cormen and Co
@kobrien, it's working now.
Jan
5
answered MtGox price ticker through Ruby
Jan
1
revised Ruby view csv data
added 120 characters in body
Jan
1
answered Ruby view csv data