排序
Indexing – Teaching Things Better
Indexing - Teaching Things Better,I want to talk about indexing. More importantly, I want to talk about how we are explaining indexing to new programmers. But first, I need to lay ...
Introducing python-cli-ui
Introducing python-cli-ui,This post was originally posted on my blog For quite some time I've been adding a file called ui.py in some of the Python projects I was working on. Since...
my solution of Tidy Number (Google Code Jam)
my solution of Tidy Number (Google Code Jam), 原文链接:my solution of Tidy Number (Google Code Jam)
Oversized Pancake Flipper – Google Code Jam
Oversized Pancake Flipper - Google Code Jam, Google Code Jam If you're a programmer and you don't know Google Code Jam, you should definitely go and check that. It's basically a co...
CMake, Visual Studio, and the Command Line
CMake, Visual Studio, and the Command Line,This post was originally posted on my blog For quite some time now I've been working inside teams who were using Visual Studio to build c...
Writing My First Compiler
Writing My First Compiler, Start I wrote my first compiler for a university class project and I really enjoyed it so I want to share my experience on that. I'm about to get very te...
Rainu Ittycheriah is new…
Rainu Ittycheriah is new..., Hello everyone My name is Rainu Ittycheriah, and I've been coding for about 2 years. I'm currently trying to grow in depth as a software engineer, and ...
How to use uWSGI with python3.6 in Ubuntu
How to use uWSGI with python3.6 in Ubuntu, PauLoX's Howto (6 Part Series) 1 How to use uWSGI with python3.6 in Ubuntu 2 Upgrading PostgreSQL from 9.5 to 9.6 on Ubuntu 17.04 ... 2 m...
A Quick Introduction: Hashing
A Quick Introduction: Hashing, What is it? Hashing is a method of determining the equivalence of two chunks of data. A cryptographic hash function generates a unique string for any...
Using Google’s BigQuery to Better Understand the Python Ecosystem
Using Google's BigQuery to Better Understand the Python Ecosystem,When it comes to programming, it's important to be aware of the tools that your contemporaries are using. Not only...
Certificate Pinning your Android and iOS apps.
Certificate Pinning your Android and iOS apps.,When we, developers, are working in the development of any kind of software, we can't forget about security ðŸ”. The minimum sec...