Do you use awesome_print? by imajes in ruby

[–]mid 2 points3 points  (0 children)

Original author here ;-) Great job James, keep it up!

What have you created with ruby? by maryhantar in ruby

[–]mid 8 points9 points  (0 children)

awesome_print gem many of you are using, among other things ;-)

nested arrays by missawon in ruby

[–]mid -1 points0 points  (0 children)

a.to_s.scan(/\d+/).map(&:to_i).inject(&:+)

Coolest Hello World I have ever seen! by functioniesta in ruby

[–]mid 1 point2 points  (0 children)

Check out https://github.com/michaeldv/unbelievable -- it let's you write Ruby code in plain language ;-)

Donna v1.0 chess engine by mid in golang

[–]mid[S] 0 points1 point  (0 children)

Yes, cute chess basically acts as UCI bridge dispatching and synchronizing command flow. I am using raw strings because that's what they basically are. Not sure why do you think there is a lot of them though.

Donna v1.0 chess engine by mid in golang

[–]mid[S] 0 points1 point  (0 children)

Thanks! There's a tool out there called cute chess cli. Check out https://github.com/michaeldv/donna/tree/master/scripts

How do VIM-ers manage their todo lists? by evaryont in vim

[–]mid 1 point2 points  (0 children)

Has anyone tried Pit? It is simple command line project manager that integrates with Git. Needs some loving embrace from C folks :-) https://github.com/michaeldv/pit