排序
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 ...
SpockとS2JUnit4を混在できないのでspock-seasarを作った
SpockとS2JUnit4を混在できないのでspock-seasarを作った, はじめに SAStrutsなどSeasarベースのテストケースを作る時にS2JUnit4を使っているのですが、最近知ったSpockは簡潔に書くことができ...
Overlord
Overlord,Note, try as I might, guys, I can't get the numbers to line up in my HTML version of my code. Instead, you might just load it into Geany or Notepad+ to follow along, since...
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...
XNA style Game class with Python/Pygame
XNA style Game class with Python/Pygame,XNA/MonoGame are great. You have such a wealth of classes at your disposable. There have been some great games made with it; Terraria and Ma...
How to Deploy a Django Site in 2022
How to Deploy a Django Site in 2022,It’s a confusing place out there. You’ve built a great site with Django and the next step is getting it in front of people… but where to star...