排序
Rewriting z from scratch
Rewriting z from scratch,z is a tool that will remember all the directories you are visiting when using your terminal, and then make it possible to jump around those directories qu...
Cache Me Outside: Speed Boosts in Python
Cache Me Outside: Speed Boosts in Python,I just came across a little nugget of wisdom after reading this blog post about making words out of Periodic Table Elements. I highly recom...
Open Source: The itch, the hustle and the merge
Open Source: The itch, the hustle and the merge,DISCLAIMER: Before you begin, be aware that the protagonist of any fictional account that this write-up might contain would be a mal...
Douglas Adams’s Whale
Douglas Adams's Whale, Intro I think it is important to find ways that your background or experience specifically help you to stand out in any given group. If you can pinpoint thos...
Hi, I’m Cody Melthratter
Hi, I'm Cody Melthratter,I have been coding for 5 years. You can find me on GitHub as cmelthratter I live in san jose. I work for Intel I mostly program in these languages: Java. I...
Python unit testing with Mock – Part Two
Python unit testing with Mock - Part Two, How do you write tests? Python has many frameworks for writing tests, but ultimately they come down to collecting functions whose names be...
Python unit testing with Mock – Part One
Python unit testing with Mock - Part One, What is this article? Months ago, I was asked to give a talk to the Puget Sound Python Meetup group. This is the article-rendering of that...
How to Set Up Cucumber Tests for Java
How to Set Up Cucumber Tests for Java,Java cucumber tests have 3 parts. The feature file The step definitions (the 'glue' file(s)) The junit test file The feature file is where the...
Auto Pi Finder or Any Device Really
Auto Pi Finder or Any Device Really,The aim of this is to demonstrate how to automatically find a Pi on a network using an Android application. To understand what is needed, we sho...
Interfaces and Annotations in Python3
Interfaces and Annotations in Python3,Originally published on my blog TL;DR: Annotations in Python3 are very useful when declaring interfaces using abc metaclass. If you want to st...
Doing New Things Right
Doing New Things Right,I came up with a project about a week ago, and before I started, I decided that, regardless of who else sees it, I wanted to do things the right way. The mai...