Build a digital clock in Conway's Game of Life
https://www.reddit.com/r/programming/comments/5yik62/build_a_digital_clock_in_conways_game_of_life/
submitted by /u/red_fern (https://www.reddit.com/user/red_fern)
[link] (http://codegolf.stackexchange.com/questions/88783/build-a-digital-clock-in-conways-game-of-life/111932#111932) [comments] (https://www.reddit.com/r/programming/comments/5yik62/build_a_digital_clock_in_conways_game_of_life/)
https://www.reddit.com/r/programming/comments/5yik62/build_a_digital_clock_in_conways_game_of_life/
submitted by /u/red_fern (https://www.reddit.com/user/red_fern)
[link] (http://codegolf.stackexchange.com/questions/88783/build-a-digital-clock-in-conways-game-of-life/111932#111932) [comments] (https://www.reddit.com/r/programming/comments/5yik62/build_a_digital_clock_in_conways_game_of_life/)
New Features in C# 7.0
https://www.reddit.com/r/programming/comments/5yioct/new_features_in_c_70/
submitted by /u/yvesmh (https://www.reddit.com/user/yvesmh)
[link] (https://blogs.msdn.microsoft.com/dotnet/2017/03/09/new-features-in-c-7-0/) [comments] (https://www.reddit.com/r/programming/comments/5yioct/new_features_in_c_70/)
https://www.reddit.com/r/programming/comments/5yioct/new_features_in_c_70/
submitted by /u/yvesmh (https://www.reddit.com/user/yvesmh)
[link] (https://blogs.msdn.microsoft.com/dotnet/2017/03/09/new-features-in-c-7-0/) [comments] (https://www.reddit.com/r/programming/comments/5yioct/new_features_in_c_70/)
Google Cloud SQL for Postgres [BETA]
https://www.reddit.com/r/programming/comments/5yiv2m/google_cloud_sql_for_postgres_beta/
submitted by /u/CaptainMythral (https://www.reddit.com/user/CaptainMythral)
[link] (https://cloud.google.com/sql/docs/postgres/) [comments] (https://www.reddit.com/r/programming/comments/5yiv2m/google_cloud_sql_for_postgres_beta/)
https://www.reddit.com/r/programming/comments/5yiv2m/google_cloud_sql_for_postgres_beta/
submitted by /u/CaptainMythral (https://www.reddit.com/user/CaptainMythral)
[link] (https://cloud.google.com/sql/docs/postgres/) [comments] (https://www.reddit.com/r/programming/comments/5yiv2m/google_cloud_sql_for_postgres_beta/)
Use of stackmap frames and how it helps in byte code verification?
https://www.reddit.com/r/programming/comments/5yj1n8/use_of_stackmap_frames_and_how_it_helps_in_byte/
submitted by /u/farfromequilibrium (https://www.reddit.com/user/farfromequilibrium)
[link] (http://stackoverflow.com/questions/42707610/use-of-stackmap-frames-and-how-it-helps-in-byte-code-verification) [comments] (https://www.reddit.com/r/programming/comments/5yj1n8/use_of_stackmap_frames_and_how_it_helps_in_byte/)
https://www.reddit.com/r/programming/comments/5yj1n8/use_of_stackmap_frames_and_how_it_helps_in_byte/
submitted by /u/farfromequilibrium (https://www.reddit.com/user/farfromequilibrium)
[link] (http://stackoverflow.com/questions/42707610/use-of-stackmap-frames-and-how-it-helps-in-byte-code-verification) [comments] (https://www.reddit.com/r/programming/comments/5yj1n8/use_of_stackmap_frames_and_how_it_helps_in_byte/)
CULT - the CPU Ultimate Latency Test
https://www.reddit.com/r/programming/comments/5yjalu/cult_the_cpu_ultimate_latency_test/
submitted by /u/kirbyfan64sos (https://www.reddit.com/user/kirbyfan64sos)
[link] (https://github.com/asmjit/cult) [comments] (https://www.reddit.com/r/programming/comments/5yjalu/cult_the_cpu_ultimate_latency_test/)
https://www.reddit.com/r/programming/comments/5yjalu/cult_the_cpu_ultimate_latency_test/
submitted by /u/kirbyfan64sos (https://www.reddit.com/user/kirbyfan64sos)
[link] (https://github.com/asmjit/cult) [comments] (https://www.reddit.com/r/programming/comments/5yjalu/cult_the_cpu_ultimate_latency_test/)
How to Train Neural Networks With Backpropagation
https://www.reddit.com/r/programming/comments/5yjcjj/how_to_train_neural_networks_with_backpropagation/
submitted by /u/Atrix256 (https://www.reddit.com/user/Atrix256)
[link] (http://blog.demofox.org/2017/03/09/how-to-train-neural-networks-with-backpropagation/) [comments] (https://www.reddit.com/r/programming/comments/5yjcjj/how_to_train_neural_networks_with_backpropagation/)
https://www.reddit.com/r/programming/comments/5yjcjj/how_to_train_neural_networks_with_backpropagation/
submitted by /u/Atrix256 (https://www.reddit.com/user/Atrix256)
[link] (http://blog.demofox.org/2017/03/09/how-to-train-neural-networks-with-backpropagation/) [comments] (https://www.reddit.com/r/programming/comments/5yjcjj/how_to_train_neural_networks_with_backpropagation/)
Hewlett Packard Enterprise Software Government Summit 2017. March 22, Washington, DC
https://www.reddit.com/r/programming/comments/5yjo7x/hewlett_packard_enterprise_software_government/
submitted by /u/confused_Born_ (https://www.reddit.com/user/confused_Born_)
[link] (http://hpegovsummit.com/agenda) [comments] (https://www.reddit.com/r/programming/comments/5yjo7x/hewlett_packard_enterprise_software_government/)
https://www.reddit.com/r/programming/comments/5yjo7x/hewlett_packard_enterprise_software_government/
submitted by /u/confused_Born_ (https://www.reddit.com/user/confused_Born_)
[link] (http://hpegovsummit.com/agenda) [comments] (https://www.reddit.com/r/programming/comments/5yjo7x/hewlett_packard_enterprise_software_government/)
Leap Year: (Example 1)C program to check if a given year is leap year or...
https://www.reddit.com/r/programming/comments/5ykoke/leap_year_example_1c_program_to_check_if_a_given/
submitted by /u/NEWNXA (https://www.reddit.com/user/NEWNXA)
[link] (http://newnxa.blogspot.com/2017/03/leap-year-example-1c-program-to-check.html) [comments] (https://www.reddit.com/r/programming/comments/5ykoke/leap_year_example_1c_program_to_check_if_a_given/)
https://www.reddit.com/r/programming/comments/5ykoke/leap_year_example_1c_program_to_check_if_a_given/
submitted by /u/NEWNXA (https://www.reddit.com/user/NEWNXA)
[link] (http://newnxa.blogspot.com/2017/03/leap-year-example-1c-program-to-check.html) [comments] (https://www.reddit.com/r/programming/comments/5ykoke/leap_year_example_1c_program_to_check_if_a_given/)
Mozilla - Quantum Flow Engineering Newsletter #1
https://www.reddit.com/r/programming/comments/5ykuca/mozilla_quantum_flow_engineering_newsletter_1/
submitted by /u/F22Rapture (https://www.reddit.com/user/F22Rapture)
[link] (https://groups.google.com/forum/#!msg/mozilla.dev.platform/h85KQQnJIxU/ktSNt3y8BAAJ) [comments] (https://www.reddit.com/r/programming/comments/5ykuca/mozilla_quantum_flow_engineering_newsletter_1/)
https://www.reddit.com/r/programming/comments/5ykuca/mozilla_quantum_flow_engineering_newsletter_1/
submitted by /u/F22Rapture (https://www.reddit.com/user/F22Rapture)
[link] (https://groups.google.com/forum/#!msg/mozilla.dev.platform/h85KQQnJIxU/ktSNt3y8BAAJ) [comments] (https://www.reddit.com/r/programming/comments/5ykuca/mozilla_quantum_flow_engineering_newsletter_1/)
Porting Ruby to Crystal
https://www.reddit.com/r/programming/comments/5ykyau/porting_ruby_to_crystal/
submitted by /u/sdogruyol (https://www.reddit.com/user/sdogruyol)
[link] (http://squarism.com/2017/02/25/porting-ruby-to-crystal/) [comments] (https://www.reddit.com/r/programming/comments/5ykyau/porting_ruby_to_crystal/)
https://www.reddit.com/r/programming/comments/5ykyau/porting_ruby_to_crystal/
submitted by /u/sdogruyol (https://www.reddit.com/user/sdogruyol)
[link] (http://squarism.com/2017/02/25/porting-ruby-to-crystal/) [comments] (https://www.reddit.com/r/programming/comments/5ykyau/porting_ruby_to_crystal/)
#IBM #QISKit - Dive into #quantum #computing with a new #API and #SDK
https://www.reddit.com/r/programming/comments/5yl4w7/ibm_qiskit_dive_into_quantum_computing_with_a_new/
submitted by /u/juarezbarbosajunior (https://www.reddit.com/user/juarezbarbosajunior)
[link] (https://developer.ibm.com/open/openprojects/qiskit/) [comments] (https://www.reddit.com/r/programming/comments/5yl4w7/ibm_qiskit_dive_into_quantum_computing_with_a_new/)
https://www.reddit.com/r/programming/comments/5yl4w7/ibm_qiskit_dive_into_quantum_computing_with_a_new/
submitted by /u/juarezbarbosajunior (https://www.reddit.com/user/juarezbarbosajunior)
[link] (https://developer.ibm.com/open/openprojects/qiskit/) [comments] (https://www.reddit.com/r/programming/comments/5yl4w7/ibm_qiskit_dive_into_quantum_computing_with_a_new/)
Writing servers for existing and undocumented clients with Go
https://www.reddit.com/r/programming/comments/5yl7hl/writing_servers_for_existing_and_undocumented/
submitted by /u/gogroob (https://www.reddit.com/user/gogroob)
[link] (https://groob.io/posts/how-i-start/) [comments] (https://www.reddit.com/r/programming/comments/5yl7hl/writing_servers_for_existing_and_undocumented/)
https://www.reddit.com/r/programming/comments/5yl7hl/writing_servers_for_existing_and_undocumented/
submitted by /u/gogroob (https://www.reddit.com/user/gogroob)
[link] (https://groob.io/posts/how-i-start/) [comments] (https://www.reddit.com/r/programming/comments/5yl7hl/writing_servers_for_existing_and_undocumented/)
Papers that will actually make you a better programmer
https://www.reddit.com/r/programming/comments/5yl915/papers_that_will_actually_make_you_a_better/
submitted by /u/ThisIs_MyName (https://www.reddit.com/user/ThisIs_MyName)
[link] (https://lobste.rs/s/itxtjr/papers_will_actually_make_you_better) [comments] (https://www.reddit.com/r/programming/comments/5yl915/papers_that_will_actually_make_you_a_better/)
https://www.reddit.com/r/programming/comments/5yl915/papers_that_will_actually_make_you_a_better/
submitted by /u/ThisIs_MyName (https://www.reddit.com/user/ThisIs_MyName)
[link] (https://lobste.rs/s/itxtjr/papers_will_actually_make_you_better) [comments] (https://www.reddit.com/r/programming/comments/5yl915/papers_that_will_actually_make_you_a_better/)
Deterministics and Non Deterministics Algorithms
https://www.reddit.com/r/programming/comments/5yl7iu/deterministics_and_non_deterministics_algorithms/
submitted by /u/NEWNXA (https://www.reddit.com/user/NEWNXA)
[link] (http://newnxa.blogspot.com/2017/02/deterministics-and-non-deterministics_17.html) [comments] (https://www.reddit.com/r/programming/comments/5yl7iu/deterministics_and_non_deterministics_algorithms/)
https://www.reddit.com/r/programming/comments/5yl7iu/deterministics_and_non_deterministics_algorithms/
submitted by /u/NEWNXA (https://www.reddit.com/user/NEWNXA)
[link] (http://newnxa.blogspot.com/2017/02/deterministics-and-non-deterministics_17.html) [comments] (https://www.reddit.com/r/programming/comments/5yl7iu/deterministics_and_non_deterministics_algorithms/)
Basics of Depth First Search(DFS) Algorithm
https://www.reddit.com/r/programming/comments/5yl94d/basics_of_depth_first_searchdfs_algorithm/
submitted by /u/NEWNXA (https://www.reddit.com/user/NEWNXA)
[link] (http://newnxa.blogspot.com/2017/02/basics-of-depth-first-searchdfs.html) [comments] (https://www.reddit.com/r/programming/comments/5yl94d/basics_of_depth_first_searchdfs_algorithm/)
https://www.reddit.com/r/programming/comments/5yl94d/basics_of_depth_first_searchdfs_algorithm/
submitted by /u/NEWNXA (https://www.reddit.com/user/NEWNXA)
[link] (http://newnxa.blogspot.com/2017/02/basics-of-depth-first-searchdfs.html) [comments] (https://www.reddit.com/r/programming/comments/5yl94d/basics_of_depth_first_searchdfs_algorithm/)
Testing is a separate skill and that’s why you are frustrated
https://www.reddit.com/r/programming/comments/5yl9h5/testing_is_a_separate_skill_and_thats_why_you_are/
submitted by /u/paneq (https://www.reddit.com/user/paneq)
[link] (https://medium.com/@pankowecki/testing-is-a-separate-skill-and-thats-why-you-are-frustrated-7239b1500a6c) [comments] (https://www.reddit.com/r/programming/comments/5yl9h5/testing_is_a_separate_skill_and_thats_why_you_are/)
https://www.reddit.com/r/programming/comments/5yl9h5/testing_is_a_separate_skill_and_thats_why_you_are/
submitted by /u/paneq (https://www.reddit.com/user/paneq)
[link] (https://medium.com/@pankowecki/testing-is-a-separate-skill-and-thats-why-you-are-frustrated-7239b1500a6c) [comments] (https://www.reddit.com/r/programming/comments/5yl9h5/testing_is_a_separate_skill_and_thats_why_you_are/)
370 Free Online Programming & Computer Science Courses You Can Start This Month
https://www.reddit.com/r/programming/comments/5ylo51/370_free_online_programming_amp_computer_science/
submitted by /u/gshdhf0912 (https://www.reddit.com/user/gshdhf0912)
[link] (http://forbeautifullife.com/370-free-online-programming-computer-science-courses-you-can-start-this-month-pdf/) [comments] (https://www.reddit.com/r/programming/comments/5ylo51/370_free_online_programming_amp_computer_science/)
https://www.reddit.com/r/programming/comments/5ylo51/370_free_online_programming_amp_computer_science/
submitted by /u/gshdhf0912 (https://www.reddit.com/user/gshdhf0912)
[link] (http://forbeautifullife.com/370-free-online-programming-computer-science-courses-you-can-start-this-month-pdf/) [comments] (https://www.reddit.com/r/programming/comments/5ylo51/370_free_online_programming_amp_computer_science/)
Routing System And Http Methods
https://www.reddit.com/r/programming/comments/5ylt0q/routing_system_and_http_methods/
submitted by /u/StackAcademy (https://www.reddit.com/user/StackAcademy)
[link] (https://youtu.be/hKJekVUO04E) [comments] (https://www.reddit.com/r/programming/comments/5ylt0q/routing_system_and_http_methods/)
https://www.reddit.com/r/programming/comments/5ylt0q/routing_system_and_http_methods/
submitted by /u/StackAcademy (https://www.reddit.com/user/StackAcademy)
[link] (https://youtu.be/hKJekVUO04E) [comments] (https://www.reddit.com/r/programming/comments/5ylt0q/routing_system_and_http_methods/)
ctop - concise commandline monitoring for containers
https://www.reddit.com/r/programming/comments/5ylu0u/ctop_concise_commandline_monitoring_for_containers/
submitted by /u/speckz (https://www.reddit.com/user/speckz)
[link] (https://bcicen.github.io/ctop/) [comments] (https://www.reddit.com/r/programming/comments/5ylu0u/ctop_concise_commandline_monitoring_for_containers/)
https://www.reddit.com/r/programming/comments/5ylu0u/ctop_concise_commandline_monitoring_for_containers/
submitted by /u/speckz (https://www.reddit.com/user/speckz)
[link] (https://bcicen.github.io/ctop/) [comments] (https://www.reddit.com/r/programming/comments/5ylu0u/ctop_concise_commandline_monitoring_for_containers/)
Fluent validation in c# with AutoFac
https://www.reddit.com/r/programming/comments/5ylvp4/fluent_validation_in_c_with_autofac/
submitted by /u/codescribler (https://www.reddit.com/user/codescribler)
[link] (https://levelnis.co.uk/blog/fluent-validation-with-autofac-basic-examples) [comments] (https://www.reddit.com/r/programming/comments/5ylvp4/fluent_validation_in_c_with_autofac/)
https://www.reddit.com/r/programming/comments/5ylvp4/fluent_validation_in_c_with_autofac/
submitted by /u/codescribler (https://www.reddit.com/user/codescribler)
[link] (https://levelnis.co.uk/blog/fluent-validation-with-autofac-basic-examples) [comments] (https://www.reddit.com/r/programming/comments/5ylvp4/fluent_validation_in_c_with_autofac/)
Explore the new features of Java 9 with examples
https://www.reddit.com/r/programming/comments/5ylw24/explore_the_new_features_of_java_9_with_examples/
submitted by /u/springuni (https://www.reddit.com/user/springuni)
[link] (http://www.journaldev.com/13121/java-9-features-with-examples) [comments] (https://www.reddit.com/r/programming/comments/5ylw24/explore_the_new_features_of_java_9_with_examples/)
https://www.reddit.com/r/programming/comments/5ylw24/explore_the_new_features_of_java_9_with_examples/
submitted by /u/springuni (https://www.reddit.com/user/springuni)
[link] (http://www.journaldev.com/13121/java-9-features-with-examples) [comments] (https://www.reddit.com/r/programming/comments/5ylw24/explore_the_new_features_of_java_9_with_examples/)