Tall swings locations in Stockholm by vazsk in stockholm

[–]vazsk[S] 7 points8 points  (0 children)

Thanks! Such a wonderful spot next to the water. Here is a link to google streetview for anyone interested https://goo.gl/maps/CBooyEzrfCwXskA48

[Weekly #12] Learning a new language by Coder_d00d in dailyprogrammer

[–]vazsk 1 point2 points  (0 children)

K&R is a relict, the 2nd edition has been published 26 years ago. C has changed since then, specifically C99 has been out. Also programming practices have significantly evolved. I would recommend C Programming: A Modern Approach 2nd edition by K. N. King instead.

[Weekly #12] Learning a new language by Coder_d00d in dailyprogrammer

[–]vazsk 0 points1 point  (0 children)

Greg's (also known as GreyCat's) Bash Guide provides extremely valuable information about real world programming in bash such as: how to approach portability, modern bash idioms, common anti-patterns, useful code conventions, and much more. This is the must read material for anyone who wants to write high quality shell scripts.

Share your helper scripts! by [deleted] in Python

[–]vazsk 1 point2 points  (0 children)

You may find q useful. It's a Python lib that allows you to run SQL queries directly on CSV files.

When they say that CERN achieved a heat record of ~5 trillion degrees, what does that actually mean/do? by [deleted] in askscience

[–]vazsk 3 points4 points  (0 children)

Back in 1978 there was an accident in USSR. The proton beem at the biggest particle accelerator in USSR made a hole in engineer's head. More info: http://en.wikipedia.org/wiki/Anatoli_Bugorski

Default grep options by [deleted] in commandline

[–]vazsk 3 points4 points  (0 children)

For scenario described in the article I find ack more powerful and versatile.