Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- Note Mania QT 1.0.3 (Windows)
- Note Mania QT is a lightweight, easy-to-use yet feature-rich personal info manager, which can act as a simple sticky note pad or reminder to a comprehensive organizer. With Note Mania QT, you can quickly save ideas hit you unexpectedly, schedule one-time or recurring events, schedule programs' launch, receive titles from...
- Software downloads 2009-06-03
- First Impression 1.02 (Windows)
- First Impression can load images from any exotically named files and folders.First Impression has several interpolation modes to provide better results when an image is resized. You can also flip and rotate the loaded image.You can easily navigate through image files in a folder, using the Space and Back-space key.Image...
- Software downloads 2008-10-16
- Prism HUD 1.0 (Windows)
- Prism HUD is a lightweight but detailed and accurate HUD(head-up display)-style system performance & resources monitor, which can help you know what and how well your system is performing always. Prism HUD can inform you: CPU: total usage and each core's load; Memory: total usage and hard faults; Disk: each...
- Software downloads 2009-06-16
Additional Resources
- Local util-linux vulnerability reported
- A vulnerability affecting the util-linux package has been reported on Secunia. It can potentially be exploited by malicious local users to perform certain actions with escalated privileges. Util-linux is a suite of essential utilities that can be found in many Linux systems. While not particularly serious, especially...
- Blog posts 2007-10-08
- Oracle JDBC Logging Using java.util.logging
- The Oracle JDBC drivers use two different mechanisms to generate log output. Versions of the JDBC drivers for older versions of Java, 1.2 and 1.3, use a proprietary mechanism. Versions of the JDBC drivers for newer versions of Java, 1.4 and later, use the Java standard logging mechanism, java.util.logging This...
- White papers 2006-06-01
- The java.util.concurrent tools
- Java is a language built with threading in mind. The java.lang.Thread class has been around since release 1.0, synchronized is one of the built-in keywords, and java.lang.Object has had wait, notify, and notifyAll methods throughout. These basic tools allow for rudimentary thread control. However, during the design and development of...
- Technical articles 2004-01-22
- Date Util 1.2 (Mobile)
- Date Util is a simple tool designed for the iPhone to calculate a future date based on adding a number of days, work days, or weeks. InstructionsUpon opening Date Util, the date shown defaults to todays date. To change this date, click the Date? button and a wheel will appear...
- Software downloads 2009-03-07
- Folder Util 1.0 (Mac)
- Folder Util is REALbasic plugin allow to get the path of the special apple folders like Internet PlugIn Folder, Favorites Folder, Utilities Folder and mores.
- Software downloads 2003-05-15
- Disk usage monitoring
- your script fails for 2 reasons!You didn't grep out floppy and mine was reported as "-" which is not a number.Try these small changes typeset not needed either adding a grep -iv for floppy and using grep -E to only return numeric values.#!/bin/bashfs=`mount|egrep '^/dev'|grep -iv cdrom|grep -iv floppy|awk '{print $3}'`thresh=90warn=95for...
- Discussion threads 2005-10-04
- How do I... Perform date/time arithmetic with Java's Calendar class?
- Java's Calendar class offers a set of methods for converting and manipulating temporal information. In addition to retrieving the current date and time, the Calendar class also provides an API for date arithmetic. The API takes care of the numerous minor adjustments that have to be made when adding and...
- Blog posts 2007-08-15
- java error with cisco sdm
- Suddenly im having problem to use cisco sdm in my computer , the jave gives me error of :java.lang.noclassdeffounderror: com/cisco/xdm/gui/gsnd the errors :java.io.IOException: Data error cyclic redundancy check at java.io.FileInputStream.readBytesNative Method at java.io.FileInputStream.readUnknown Source at java.util.zip.InflaterInputStream.fillUnknown Source at java.util.zip.InflaterInputStream.readUnknown Source at java.util.zip.GZIPInputStream.readUnknown Source at com.cisco.nm.util.sgz.SgzReader.read(SgzReader.java:97) at com.cisco.nm.util.sgz.SgzReader.loadFromStream(SgzReader.java:159) at com.cisco.nm.util.sgz.LoaderThread.run(LoaderThread.java:44)java.lang.NoClassDefFoundError: com/cisco/xdm/gui/a7 at XDMApplet.startUnknown Source at com.cisco.nm.util.sgz.Env.start(Env.java:37) at com.cisco.nm.util.sgz.Loader.start(Loader.java:109) at sun.applet.AppletPanel.runUnknown Source at java.lang.Thread.runUnknown Sourcejava.lang.NoClassDefFoundError:...
- Discussion threads 2007-02-18
- java error with cisco sdm
- Suddenly im having problem to use cisco sdm in my computer , the jave gives me error of : java.lang.noclassdeffounderror: com/cisco/xdm/gui/gs nd the errors : java.io.IOException: Data error cyclic redundancy check at java.io.FileInputStream.readBytesNative Method at java.io.FileInputStream.readUnknown Source at java.util.zip.InflaterInputStream.fillUnknown Source at...
- Discussion threads 2007-02-18
- Java error with cisco sdm
- Suddenly im having problem to use cisco sdm in my computer , the jave gives me error of : java.lang.noclassdeffounderror: com/cisco/xdm/gui/gs nd the errors : java.io.IOException: Data error cyclic redundancy check at java.io.FileInputStream.readBytesNative Method at java.io.FileInputStream.readUnknown Source at java.util.zip.InflaterInputStream.fillUnknown Source at...
- Discussion threads 2007-02-19
- Reading compressed files in Java
- Thanks to the Java.util.jar and Java.util.zip packages, Java 2 eases the burden of working with compressed files--regardless of the format. This article explains the ins and outs of working with these handy packages.Recently, I was assigned the task of importing Web logs into a SQL database for analysis. Unfortunately, the...
- Technical articles 2002-03-25
- Master these advanced Java date concepts
- Understanding some of the more advanced concepts of Java date classes can be helpful when you need to internationalize your applications or when users span time zones. Here's an explanation of these concepts and a look at how to store dates in SQL format.If your Java application presents dates and...
- Technical articles 2001-10-23
- Transitioning into OOP: Abstract data types in Java
- Ignorance is bliss, at least when it comes to knowing the internals of a particular operation. See how Java abstract data types provide you with a consistent interface while keeping the implementation details hidden.In our previous article "Transitioning into OOP: Using complex data types in Java," we discussed reference data...
- Technical articles 2002-01-15
- Creating data structures with the Java Collections Framework
- All but the most trivial computer programs employ some type of data structure. Java provides the most common data structures via the Java Collections Framework. The good news is that it can easily be used and extended.By Alexandre CalsavaraThe Java Platform provides the most commonly used data structures in the...
- Technical articles 2002-05-06
- Deadlock situation
- Hi,I am using hibernate 3 and MS Sql Server 2005 with jtds 1.2 driver. i am getting a deadlock exception in the server logs if i perform a Load Test with multiple users. *******************************************ERROR LOGS:*******************************************org.hibernate.exception.LockAcquisitionException: could not execute query at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:82) at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) at org.hibernate.loader.Loader.doList(Loader.java:2223) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104) at org.hibernate.loader.Loader.list(Loader.java:2099) at org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:94) at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1569) at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:283) at org.hibernate.impl.CriteriaImpl$Subcriteria.list(CriteriaImpl.java:458) at tavant.app.iciciprudential.common.utils.HibernateUtil.getAppByContractNumber(HibernateUtil.java:76) at tavant.app.iciciprudential.business.Wrapper.retrieveUnderWritingAppByContractNumber(Wrapper.java:171) at...
- Discussion threads 2008-01-31
- Windows 2000 migration
- Windows 2000 migrationOk here we go again but this time I would like to not migrate into a new XP system. I have used the XP cd to backup files & settings and would REALLY like to not put XP on the system and put everything back into a fresh...
- Q&A 2005-12-29
- Test drive the regex package in JDK 1.4
- Regular expressions have been a powerful tool in Perl for some time. Now, Java developers can leverage this functionality with JDK 1.4's java.util.regex package. The java.util.regex package includes three classes:· Pattern—Pattern objects are a compiled version of a regular expression rather than a direct string representation.· Matcher—You employ a Matcher object to...
- Technical articles 2003-03-24
- << Previous
- page 1 of 1
- Next >>