A Junior’s Development Setup
A Junior's Development Setup,So after reading Karan Sharma's on his setup, I felt compelled to write a little post of my own. Who Am I and What Kind of Development Do I Do? I was a...
Review your auto-generated code
Review your auto-generated code,In this post I'll review several mistakes that, based on my experience, may be frequent that we make developing code in Java, and particularly using...
My Development Setup on a Macbook
My Development Setup on a Macbook,I recently purchased a new 13' Macbook Pro 2015(after Apple's brilliant keynote) and quite like it so far. This is my first experience with macOS....
Source Code for Game of Life
Source Code for Game of Life,Last week I blogged about the Game of Life. Well it took some searching through dead hard drives and old USB storage but I found the program I wrote, a...
How to use Twitter’s Search REST API most effectively.
How to use Twitter’s Search REST API most effectively., 原文链接:How to use Twitter’s Search REST API most effectively.
JavaとApache MINAでお手軽にSSHサーバ作成
JavaとApache MINAでお手軽にSSHサーバ作成, はじめに Apache MINAを使うとJavaで簡単にSSHサーバを作ることができます。 以下はEmbedding SSHD in 5 minutesを元にしたSSHサーバのソースです。...
A Friendly Overlord
A Friendly Overlord,I've been working on this one in silence for a bit. Awhile back it hit me, before I started growing my Overlord project in complexity I wanted to refine it for ...
Javaで短いFizzBuzz
Javaで短いFizzBuzz,数年前にAnarchy Golfに投稿したjavaのFizzBuzzです。 懐しくて公開しました。 class f{public static void main(String[]a){for(int i=0;++i<101;)System.out.println((...
Gradleでマルチプロジェクト
Gradleでマルチプロジェクト,Gradleは単一プロジェクトだけではなく複数のプロジェクトをまとめて扱うことができて、マルチプロジェクトと呼んでいます。 マルチプロジェクトではいくつかのレイ...
OpenCV on a Raspberry Pi
OpenCV on a Raspberry Pi, Raspberry Pi (5 Part Series) 1 Arduino to RPi -- Galvanically Isolated I2C 2 Blueberry Pi -- How I Setup My Raspberry Pi as a Robot Base 3 Pi Power -- How...