Geeky blog:
Geek Blog
This allow you to output nice "javadoc" documentation.
The output is a bit more modern and colorful than the standard JavaDoc output.
It also uses Javascript, templates and CSS extensively, so that:
- It can provide nice features (show/hide methods, filter package, class name etc...)
- It is easy to customize (CSS & easy to read templates)
- It can create nice, colorized and linked source files in HTML format.
Source Example
- Compatible output with the standard javadoc tool, so your existing links / search engine references won?t break.
Here are some examples of the output for some API's (jdk1.6, struts, ant etc...)
Examples:
Doclet Examples
Creating a simple installation image of debian in qemu, for testing installation of software etc...
My long analysis of Linux after 10 years of use, and what i think about most distros and why, along with my new pick for a Linux Desktop.
Finding a good bookmarking site and creating a usefull browser home page.
The computer i setup for my toddler.
A basic way to secure a linux based server without the hassle.
JSP's - Getting started
Ubuntu Draper 6.0.6 on Evo610c
Installing DataBinder, a Wicket + Hibernate Solution jor java5.
Ubuntu Draper 6.0.6 on Evo610c
Moving from gentoo to Debian on UML
Code samples etc.. for wicket
Verisign payflow pro installation on Solaris
Installation of Trails the "rails for java".
Using JAMon to monitor java response time etc ...
Infos about DokuWiki Installation.
Various notes about setting a VPN between Cisco and linux.
Tips about setting up Samba
Infos about connecting to Qarbon's jabber server.
Just a doc about using a kyocera printer from windows.
Scary, old, ugly

code from college.
12/3/06: Http Traces with wget
This will print all the HTTP headers (including redirect / cookies etc ...):
wget -S http://www.somesite.com/
03/01/06 Creating a ssh connection to linux in Exceed
In Exceed connections / xstart
Create a new connection
Method: Secure shell
enter host etc ...
Go in settings / security
Click on the properties button (for ssh)
Press "config" next to authentication methods
and select only "keybaord interactive"
Save.
03/02/05 convert avi to divx
mencoder MVI_0081.AVI -o output.avi -ovc lavc -oac copy -lavcopts vcodec=mpeg4:vbitrate=200:vhq:vpass=1
09/28/04 PHP with support for postgresql on gentoo
put postgres,pgsql in USE flags, remove mysql from USE flags (otherwise it would install mysql onl y apparently), then emerge mod_php
08/30/04 SQL rowcount and max number of rows returned
select count(1) from ad_referers where date='2004_7';
Also to limit the number of rows returned with postgres, use "limit"
select * from ad_referers order by value desc limit 10;
08/27/04 Fixing an unix shell that displays trash (broken font)
That happens usually when doing a cat of a binary file for example, then whatever you type appears in a 'symbol' font, that is very messed up.
to fix that run on the broken shell:
08/27/04 Fixing an unix shell that doesn't echo keystrokes anymore
That happens for example if doing a ^C while entering a ssh passord, to fix run:
Mercurial branch problem
Comments
Add a new Comment