Sun ONE Messaging Server 6.0 Administrator’s Guide
Permalink Comments off
Přehled dopravních omezení na hlavních komunikacích v Praze
KEYWORDS: Praha, doprava
Permalink Comments off
Po Praze podél potoků – výborně zpracované stránky pro turisty i cyklisty.
Permalink Comments off
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.
Permalink Comments off
- Full Oficial list (PDF and OO)
- Eclipse Keystroke Cheatsheet (shorter list of most useful ones)
Permalink Comments off
GNU m4 is a macro processor, in the sense that it copies its input to the output, expanding macros as it goes.
Permalink Comments off
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).
Permalink Comments off
MyJavaServer provides a development environment for Java web applications.
Permalink Comments off
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.
Permalink Comments off
The Cyborg Name Decoder says that Gallat means General Artificial Lifeform Limited to Accurate Troubleshooting.
Permalink Comments off
Bug Database (http://bugs.sun.com/bugdatabase/) alias http://developer.java.sun.com/developer/bugParade/
KEYWORDS: java bugzilla
Permalink Comments off
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).
Permalink Comments off
- An Introduction to Java Stack Traces
- Advanced Synchronization in Java Threads
Read the rest of this entry »
Permalink Comments off
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.
Permalink Comments off
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
Permalink Comments off
- perldoc.perl.org
- Rex Swain’s HTMLified Perl 5 Reference Guide
- Quick Reference Guide (pdf)
- Perl Programmers Reference Guide
Permalink Comments off
- eHow.com – Clear Instructions on How To Do (just about) Everything
- wikiHow – How-To Manual That Anyone Can Write or Edit
Permalink Comments off
Ganymede – log4j plugin to Eclipse that works similar to chainsaw (SocketServer). Includes color, filtering, detailed information, and saves settings.
Permalink Comments off
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
Permalink Comments off
([a-zA-Z])\1 will match a double letter, such as letter
(link)
Permalink Comments off
IP Browser – View your IP and browser information
KEYWORDS: user agent, ip address
Permalink Comments off
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).
Permalink Comments off
Opsed (Opera Search.ini Editor aka Op6sed) is a simple tool for easy customization of the search engines used by the Opera browser.
Permalink Comments off
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
Permalink Comments off
Permalink Comments off
RegulárníVýrazy.info (cz): Tutoriály, On-line aplikace, Programy, Odkazy
Permalink Comments off
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)
Permalink Comments off
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.
Permalink Comments off
The IE Developer Toolbar provides several features for deeply exploring and understanding Web pages.
Read the rest of this entry »
Permalink Comments off
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 »
Permalink Comments off
- Techblog – Lepší než 21. století – pro ty, které zajímá věda a technika
- Al-Ash – natural science and technology
Permalink Comments off
DigiZone.cz – digitální vysílání: zpravodajství, set-top-box, technologie, legislativa.
Permalink Comments off
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
Permalink Comments off