Search results
"category:/programming"
| Title and summary | Date/time | |
|---|---|---|
|
1
|
Amazon EC2 boot script to associate elastic ip
After installation of the AWS API tools you can associate an elastic ip address to the instance from the instance itself during boot process. I've written an SysV RC script. |
Jul 20, 2011 8:43:00 PM |
|
2
|
Reform the JCP
Dan Allen and Lincoln Baxter like to have a reformation of the JCP. With this article they want to make their position clear. It is demanded nearly a total turnaround from the current process to an open, better community ruled process. A better way would ... |
Nov 3, 2010 4:48:00 PM |
|
3
|
vim tab settings
Useful tab settings vor the vim editor: :set tabstop=4 softtabstop=4 shiftwidth=4 expandtab |
Nov 3, 2010 12:25:00 PM |
|
4
|
Oneliner to handle file system limitations on file move
A simple oneliner to move files to a file size limited file system (e.g. 2Gb)... destdir=/destination... |
Oct 31, 2010 1:31:00 AM |
|
5
|
Java 7 supports creating symbolic links
Just discovered at http://openjdk.java.... |
Jul 6, 2010 8:50:00 PM |
|
6
|
DWH n days ago up to now
To query data for a datawarehouse report starting at n-days ago at midnight up to newest available data, I can use the following SQL: timestamp(char(date(... |
Apr 20, 2010 9:20:00 AM |
|
7
|
Snoop USB data stream in Linux
Greg Kroah-Hartman provided some older article to use printk in the USB driver of the Linux kernel to output complete data: http://www.linuxjour... |
Feb 10, 2010 5:03:00 PM |
|
8
|
Yipiiih - first successful deployment
An hour ago I've got our new Latte2 build environment to successful deploy the first application. This has been a long way and there is still some work to be done next week. But now I think it'll become a full success. |
Nov 6, 2009 6:31:00 PM |
|
9
|
Use Gson to convert between JSON and Java objects
It is really a simple and fast solution to use google-gson to convert Java objects with primitives to JSON and back. A call to new Gson().toJson(primit... |
Oct 18, 2009 2:28:00 AM |
