Archive for October, 2005

Sun ONE Messaging Server 6.0 Administrator’s Guide

Comments off

Comments off

Prazžské potoky

Po Praze podél potoků – výborně zpracované stránky pro turisty i cyklisty.

Comments off

Chyby v IE

IE Brouci (Chyby / Bugy IE)
KEYWORDS: Internet Exlorer, CSS, bugs

Comments off

Comments off

Unit Testing for DB Applications

DbUnit is a JUnit extension (also usable with Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.

DbUnit has the ability to export and import your database data to and from XML datasets. Since version 2.0, DbUnit can works with very large dataset when use in streaming mode. DbUnit can also helps you to verify that your database data match expected set of values.

Comments off

Eclipse Keyboard Shortcuts

- Full Oficial list (PDF and OO)
- Eclipse Keystroke Cheatsheet (shorter list of most useful ones)

Comments off

m4 Macro Preprocessor

GNU m4 is a macro processor, in the sense that it copies its input to the output, expanding macros as it goes.

Comments off

Unix for Advanced Users (online guide)

Comments off

Mac OS X Tiger vs. Windows XP

X vs. XP – This site attempts to bring some objectivity to the OS wars by comparing over 100 topics relating to Mac OS X (10.4) and Windows XP (Home and Pro).

Comments off

Free Java Hosting

MyJavaServer provides a development environment for Java web applications.

Comments off

Comments off

JavaScript MD5/SHA1

Paj’s Home: Cryptography: JavaScript MD5 (includes JavaScipts for MD4, MD5, SHA1.
Page includes Online demonstration for the functions (you can count the hashes online.

Comments off

Name Decoder

Comments off

Sun Bug Database

Bug Database (http://bugs.sun.com/bugdatabase/) alias http://developer.java.sun.com/developer/bugParade/
KEYWORDS: java bugzilla

Comments off

Java tips – Examine tracebacks without stopping Java

You can dump out tracebacks of a Java process at any time, and see what line of code is being executed by each thread. This is VERY handy for analysing thread problems, like deadlock.

At the NT-DOS prompt, just type control-break (a little used key on the upper-right).

On Unix, send a QUIT signal to the java process group. Here’s how to send a QUIT signal:

% kill -QUIT -32352

where 32352 is the process group ID (PGID). You must include the minus sign before the PGID. Get the PGID with this command:

% ps -e -o ‘pgid user fname args’ | grep java |sort -n

The first column will contain the PGID. The QUIT signal is often bound to control-\ (backslash).

I map the QUIT signal to control-A with

% stty quit “^A”

You’ll get the tracebacks printed to the screen, without causing the program to exit. This dump is more thorough than you get from an uncaught exception. Read more at http://developer.java.sun.com/developer/onlineTraining/Programming/JDCBook/stack.html

To see uncompiled line numbers, use the option “java -Djava.compiler=NONE com.lgc.stuff” when you launch the process in question.

I have not found a way to send a signal under Cygnus bash on Windows.
(Java tips)

====================
Another way could be using jstack -m %p (jstack).

Comments off

Java Stack Traces

Comments off

Just for Fun

The Face transformer (online) is a fun toy only, and is not guaranteed fit for any purpose, implied or otherwise. The Perception Laboratory and the University of St Andrews accepts no responsibility for loss or damage incured while using this software.

Comments off

ps2pdf

Comments off

Book online

O’Reilly’s CD Bookshelf Online:
- The Java Reference Library
- The Java Enterprise CD Bookshelf
- The Perl CD Bookshelf
- The Perl CD Bookshelf
- The Networking CD Bookshelf
- The Networking CD Bookshelf
- The UNIX CD Bookshelf
- Web Developer`s Library
- The Oracle PL/SQL CD Bookshelf, version 1.0
- The Linux Web server CD Bookshelf, version 1.0
- Using Samba

Comments off

Perl Guides

Comments off

HowTo

- eHow.com – Clear Instructions on How To Do (just about) Everything
- wikiHow – How-To Manual That Anyone Can Write or Edit

Comments off

Comments off

Ceki – log4j The Complete Manual download

Comments off

Log4j Eclipse Plugin

Ganymede – log4j plugin to Eclipse that works similar to chainsaw (SocketServer). Includes color, filtering, detailed information, and saves settings.

Comments off

Net (HTTP) traffic

NetTool is a utility for monitoring and manipulating application-level network messages. There is currently a TCP tunnel, and an HTTP Sender tool. It is generally the same purpose tool as Axis TcpMonitor.
More in Using NetTool

Comments off

Comments off

Comments off

Double letters in regexp

([a-zA-Z])\1 will match a double letter, such as letter
(link)

Comments off

TCP/IP PSD/FAQ
KEYWORDS: netstat, snoop

Comments off

Knihovna CSS

Comments off

Comments off

IP Browser – View your IP and browser information
KEYWORDS: user agent, ip address

Comments off

Comments off

XMLRPC Debugger
KEYWORDS: web services

Comments off

Better Large Project Overiview

The goal of the Mylar Technology project is to help the Eclipse UI scale gracefully to very large workspaces. Currently Eclipse views can quickly become overloaded with elements unrelated to the task at hand. Mylar monitors programming activity, actively searches for related elements, and extends the Eclipse UI to focus on the elements of interest (e.g. by filtering uninteresting nodes from the Package Explorer, visible to the left).

Comments off

Opera Search.ini Editor

Opsed (Opera Search.ini Editor aka Op6sed) is a simple tool for easy customization of the search engines used by the Opera browser.

Comments off

Content-length (in vim)

How to find the content length of an HTTP request:
1) Place the cursor before the first character on the line with (the start of the message-body after headers):
2) Type:
!G wc -c ENTER

!G jumps to the command line and wc -c performs the word count and prints the value for the Content-Length

3) Type:
u

Comments off

Unix terminal for Windows

Comments off

Squash centra (Praha)

Comments off

Free Backlink Check Tool.

Comments off

Regexp page

RegulárníVýrazy.info (cz): Tutoriály, On-line aplikace, Programy, Odkazy

Comments off

UML editor

Gaphor is a UML modeling environment. It helps you create diagrams which describe a system (application). Gaphor has a UML 2.0 compliant data model (the “UML metamodel”) and an XML storage format.
(Linux, FreeBSD, Windows)

Comments off

SQL editor

QueryCommander is a SQL editor, similar to the Microsoft Query Analyzer, in a Visual Studio type of enviroment. QueryCommander includes features like IntelliSense, automatic comment header, xml-documentation, xml2data etc.
Supports Microsoft SQL Server 2000, Microsoft SQL Server 2005 (YUKON), Microsoft SQL Server 6.5, MySQL 4.x, Oracle 9i ,Firebird, DB2.

Comments off

Developer Toolbar for IE – finally

The IE Developer Toolbar provides several features for deeply exploring and understanding Web pages.
Read the rest of this entry »

Comments off

Apache Beehive

Apache Beehive – the goal is to make J2EE programming easier by building a simple object model on J2EE and Struts. Using the new JSR-175 annotations, Beehive reduces the coding necessary for J2EE.
Read the rest of this entry »

Comments off

Technické blogy

- Techblog – Lepší než 21. století – pro ty, které zajímá věda a technika
- Al-Ash – natural science and technology

Comments off

Linux.com :: CLI Series
KEYWORDS: Command Line Interface

Comments off

Web o digitálním vysílání

DigiZone.cz – digitální vysílání: zpravodajství, set-top-box, technologie, legislativa.

Comments off

Hosting Java OpenSource Projects

JavaForge – FREE Hosting For Your OpenSource Java Projects.
JavaForge is a free service provided by the Javalobby Network for hosting your open source projects. Using the great Intland CodeBeamer software, we can provide the following services:

Trackers to track and manage issues ranging from bugs to requirements
Dashboard, task & bug reports with trending
Document Management
Source Code Comprehension
SCM integrations for Subversion, CVS, PVCS, CM Synergy and SourceSafe
Full Managed Subversion support
Full Managed CVS support (COMING SOON UPON DEMAND!)
QA statistics and metrics with trends
Coding violations
Build and Release
Instant messaging (Chat)
Discussion Forums
Integrations:
Eclipse (WSAD)
Wiki
WebDAV

Javalobby Launches Subversion-based Collaboration Platform

KEYWORDS: SourceForge

Comments off