最新发布第2176页
My Development Setup on a Macbook-拾光赋

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

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., 原文链接:How to use Twitter’s Search REST API most effectively.
JavaとApache MINAでお手軽にSSHサーバ作成-拾光赋

JavaとApache MINAでお手軽にSSHサーバ作成

JavaとApache MINAでお手軽にSSHサーバ作成, はじめに Apache MINAを使うとJavaで簡単にSSHサーバを作ることができます。 以下はEmbedding SSHD in 5 minutesを元にしたSSHサーバのソースです。...
A Friendly Overlord-拾光赋

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を作った

SpockとS2JUnit4を混在できないのでspock-seasarを作った, はじめに SAStrutsなどSeasarベースのテストケースを作る時にS2JUnit4を使っているのですが、最近知ったSpockは簡潔に書くことができ...
Overlord-拾光赋

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

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でマルチプロジェクト,Gradleは単一プロジェクトだけではなく複数のプロジェクトをまとめて扱うことができて、マルチプロジェクトと呼んでいます。 マルチプロジェクトではいくつかのレイ...
OpenCV on a Raspberry Pi-拾光赋

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 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

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...