BlogHide Resteemsmodernlearner (25)in computer-science • 4 years agoDijkstra, the Man Who Carried Computer Science on his ShouldersThis is a wonderful essay about E.W. Dijkstra, a famous computer scientist: Personally, I read through many of his EWDs, the essays that Dijkstra wrote about computer science and the software…modernlearner (25)in cryptocurrency • 4 years agoHow-to: Binance Pool MiningHere is a video discussing how you can use the Binance mining pool: You will need a lot of hardware to be able to mine effectively, but with a mining pool you can split the rewards.resteemedcodemy (64)in diy • 4 years agoInput Boxes and Buttons - Python Kivy GUI Tutorial #2In this video we'll start to look at using input boxes and buttons with Kivy and Python. Input boxes and buttons are the most basic input/output type things in any programming language, and…modernlearner (25)in android • 4 years agoStatic Analysis for Java and C++ with Facebook InferHere's a short video on how you can get started using static analysis for your C++ or Java or Objective-C codebase. Yes that means you can use static analysis for your Android or iOS coding!modernlearner (25)in python • 4 years agocreating multiline strings in PythonTriple Quotes for a Multiline Python String You can use a triple quote or triple double-quote to create a multiline string in Python: multiline = '''