Main > Free Download Search >

Free geektools whois java client software for mac

geektools whois java client

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2890
GeekTools Whois Java Client 1.0.1

GeekTools Whois Java Client 1.0.1


GeekTools Whois Java Client - Finger-style whois more>>
GeekTools Whois Java Client is a finger-style whois which uses the GeekTools Whois Proxy Server provided by CenterGate Research Group, LLC.

GeekTools Whois Java Client is fully customizable, its properties file can be used to modified the default whois server and port.

Completly freeware.


<<less
Download (13KB)
Added: 2006-01-23 License: Freeware Price:
1370 downloads
Ignatius Chess Client 1.0

Ignatius Chess Client 1.0


Ignatius Chess Client - Internet chess club client more>>
Ignatius is a chess client featuring premove, multiple piece sets, different board styles, a fully customizable console, rating tracker, macros, a seek graph, and much more.

Completly freeware for personal use.
<<less
Download (7.4MB)
Added: 2007-05-29 License: Freeware Price:
881 downloads
TyperLive Client 1.1

TyperLive Client 1.1


TyperLive Client - Keystroke recorder, streams text live more>>
TyperLive Client is a monitoring system that records all your text into log files, and sends them to the client over a network.
Enhancements:
- Updated security on server/client transactions.
- Now reads all characters created by SHIFT key. (Shows capital letters, and no longer says " shift 1", but rather "!")
- Have multiple client windows open at once.
<<less
Download (1MB)
Added: 2006-04-19 License: Freeware Price:
732 downloads
Make Java Document 1.0

Make Java Document 1.0


Make Java Document - Java document creator more>>
Make Java Document is an AppleScript which makes a Javadoc application generate a series of HTML document files, and move them into the folder as the Java source files that you have selected.

Completly freeware.

<<less
Download (3KB)
Added: 2006-01-26 License: Freeware Price:
1368 downloads
MW Java Linker Patch 1.4

MW Java Linker Patch 1.4


MW Java Linker Patch is designed to meet all your needs of updating the linker, which fixes problems merging GIF files into the JAR file output from the linker. more>> <<less
Download (529KB)
Added: 1999-03-05 License: Freeware Price:
downloads
Exchange CodeWarrior Java Compiler 1.0

Exchange CodeWarrior Java Compiler 1.0


Exchange CodeWarrior Java Compiler - Change the required software kit to develope Java programs more>>
Exchange CodeWarrior Java Compiler is a small AppleScript that changes the required software kit to develope Java programs under the versions of 1.0.2 and 1.1.3 by the Metrowerks Codewarrior.

The related software is classes.zip library and MW Java compiler. Please note that Java 1.1.3 public beta folder should be stayed in the Metrowerks CodeWarrior folder where the installer of public beta has initially located the stuff.

<<less
Download (2KB)
Added: 2006-02-01 License: Freeware Price:
1367 downloads
Chat Client 8.5

Chat Client 8.5


Chat Client - Gay.com chat client more>>
Chat Client is a Gay.com chat client.
Main features:
- Java uses your web browser so it re-downloads every time you want to use it. Chat Client does not.
- No history or cookies created from chatting.
- Password protection and anti-flooding protection.
- Disable incoming private requests with 1 click, Allows you to screen your privates and stop annoying pop-ups.
- Connects to most Java based chat servers.
- Tells you when people come in a room under 2 nicks (Clone).
- Hide Mode allows ALL windows to be hidden and removed from taskbar. Great for @ work chatters.
- Custom Messages for Ignore or Away mode.
- Alerts you of nick changes for a given chatter in a room.
- Allows you to automatically log your private and public conversations to disk.
- Multi-color text and fonts.
Enhancements:
- Fixed Gay.com buddy list to correctly display buddies online.
- Corrected crash issue with blank pop-up.
<<less
Download (3.6MB)
Added: 2007-02-26 License: Freeware Price:
995 downloads
Clean Java Classes 1.0

Clean Java Classes 1.0


Clean Java Classes - Removes Java class files *.class generated by a Java compiler more>>
Clean Java Classes removes Java class files *.class generated by a Java compiler. Select file(s) or folder(s) and drop them on the droplet icon. Then all the class files in the folders and all subfolders will be deleted.
The folders search is done recursively.

If some folder becomes empty with no items in it, then it is also removed. On searching folders, the script also changes the viewby method of each folder to "View by Name".


<<less
Download (4KB)
Added: 2006-01-20 License: Freeware Price:
1374 downloads
SQuirrel SQL Client 2.5

SQuirrel SQL Client 2.5


SQuirreL SQL Client is a graphical Java program that will allow you to view the structure of a JDBC compliant database more>>
SQuirreL SQL Client is a graphical Java program that will allow you to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands etc, see Introduction.
The minimum version of Java supported is 1.5.x as of SQuirreL version 2.4. See the Old Versions page for versions of SQuirreL that will work with older versions of Java. SQuirreLs functionality may be extended through the use of plugins.
Main features:
Object Tree of Session window
- Right-click to access the popup menu which provides access to advanced script generation and graphing features. The graph plugin allows the user to create table charts.
SQL Editor with code completion popup (ctrl+space) open
- Code completion can be used to access drop-down lists of options that include keywords, tables, columns, views, stored procedures. Code completion also provides join generation functions.
SQL Editor with tools popup menu (ctrl+t) shown
- With the tools popup any editor function can be located with only a single short cut: ctrl+t
- Additionally, the list can be searched incrementally with just a few keystrokes.
SQL Editor with bookmark selection popup (ctrl+j) shown
- Bookmarks are user-defined code templates. SQuirreL comes with several pre-defined example bookmarks for the most common SQL and DDL statements.
Abbreviations and auto corrections dialog
- This feature works much like auto corrects in common office products. With the entries shown in the dialog you may for example type sf which will expand to SELECT * FROM.
Editing of SQL results.
- The result tabs of SQL queries support editing the rows returned from a query on a single table. You may also edit the contents tab of tables in the Object tree.
Graph: Charts of tables and their relations.
- To create new charts or to add tables to existing charts right mouse click tables in the Object tree and choose the Add to graph menu. Graph manipulation functions can be accessed by using the right-click context popup menu.
Graph: Scaling and distributing tables on configurable page sizes to prepare for printing
- Use the right-click context popup menu to switch to the scaling and printing mode.
Enhancements:
- Enhancements
- New plugins provide enhanced capabilities:
- DB2 Plugin: Stored Procedures, Triggers and Views are shown in the object tree and have a Source tab which displays the source of the selected object and a Details tab which gives DB2-specific information about the object. Sequences and Indexes are also shown in the object tree and have a details tab giving DB2-specific information about them.
- H2 Plugin: Indexes and Views are shown in the object tree and have a Source tab which displays the source of the selected object and a Details tab which gives H2-specific information about the object. Sequences and Indexes are also shown in the object tree and have a details tab giving H2-specific information about them.
- PostgreSQL Plugin: Stored Procedures, Triggers and Views are shown in the object tree and have a Source tab which displays the source of the selected object and a Details tab which gives PostgreSQL-specific information about the object. Sequences and Indexes are also shown in the object tree and have a details tab giving DB2-specific information about them.
- Sybase Plugin: Allows the user to reverse engineer to the source code for Views and Stored Procedures displayed in the object tree.
- Added better support for executing large scripts so that SQuirreL remains responsive to UI interaction, as well as providing much faster execution.
- Added custom statement tokenizer framework to allow plugins to control how statements are tokenized.
- Drop tables, Delete Records and Copy Tables features now will order the tables according to Foreign Key dependencies instead of alphabetically by name.
- Oracle Plugin now supports executing create statements for triggers, stored procedures and functions using "/" just as is done in SQL-Plus. Also "@" can now be used to indicate a file to be parsed and executed while running another script in SQL Editor.
- SQL History Dialog allows for searching previously executed statements by regular expression.
- Many bug fixes
<<less
Download (14.6MB)
Added: 2007-06-12 License: GPL Price:
533 downloads
FirstClass Client 8.102

FirstClass Client 8.102


FirstClass Client is a potential and easy to use client for their messaging, discussion groups, document sharing, conferences system. more>>

FirstClass Client 8.102 is a potential and easy to use client for their messaging, discussion groups, document sharing, conferences system.

<<less
Download (4.6MB)
Added: 2006-12-08 License: Freeware Price:
downloads
Ph Client 0.2

Ph Client 0.2


Ph Client is a client for connecting to the UIUC Ph server. Many educational, business and government institutions run these servers to keep track of names, phone numbers and other pertinent more>>
Ph Client is a client for connecting to the UIUC Ph server. Many educational, business and government institutions run these servers to keep track of names, phone numbers and other pertinent information.
<<less
Download (176KB)
Added: 2004-09-11 License: Freeware Price:
1872 downloads
Apple Remote Desktop Client 3.3.1

Apple Remote Desktop Client 3.3.1


Apple Remote Desktop Client is an effective solution that gives users the power to manage Mac systems from anywhere on your network or remotely across the Internet and reduce administrative costs and enhance productivity in any environment. more>> <<less
Download (4.1MB)
Added: 2009-08-19 License: update/patch Price: Notavailable
downloads
Open RETS Client 0.7.15

Open RETS Client 0.7.15


Open RETS Client - Retrieve Multiple Listing Service (MLS) related data from a remote/local RETS compatible server more>> Open RETS Client - Retrieve Multiple Listing Service (MLS) related data from a remote/local RETS compatible server

Open RETS Client (ORC) is a command-line application written in Java, designed to retrieve Multiple Listing Service (MLS) related data from a remote/local Real Estate Transaction Standard (RETS) compatible server.
The ORC supports the majority of functional operations as defined per the Real Estate Transaction Standard Protocol Specification, version 1.0.
As outlined in the RETS Specification, the client program may communicate with a property or other real estate data server for the purposes of retrieving real estate property information.
Designed around a three-tier architecture, the RETS Client has been separated into an application logic layer, a presentation layer, and a storage layer.
Currently, the ORC supports the following functional operations:
- Login Transaction
- Logout Transaction
- Action Transaction
- Search Transaction
- GetMetadata Transaction
- GetObject Transaction
- Change Password Transaction
System requirements:
- Java Runtime Environment (JRE), version 1.4.0 or later
- A minimum of 32 MB of RAM (48 MB recommended)
Optional:
- A shell-compatible command language interpreter -- like Bash, Korn or C shell.
- A Web client -- for reading the Open RETS Client Application Programming Intreface (API), HOWTO and FAQ documentation.
- A Portable Document Format or Postscript reader -- for reading the ORC design specifications, HOWTO and FAQ documentation.

<<less
Download (8.1MB)
Added: 2008-02-07 License: GPL Price: FREE
191 downloads
CommuniGate Client 3.2.1

CommuniGate Client 3.2.1


Allows users to access a CommuniGate Server. more>>
CommuniGate Client allows users to access theCommuniGate Server and components. TheCommuniGate series of server componentsincludes voice messaging, paging, email,faxing, and many others.

Each component canbe added separately, and with this client youwill have access to any component installed onthe server you are accessing.
<<less
Download (1.4MB)
Added: 2004-09-03 License: Freeware Price:
1879 downloads
IP Monitor for Java 2.0.2

IP Monitor for Java 2.0.2


IP Monitor for Java - Display IP address & perform whois/finger/DNS queries more>>
IP Monitor for Java is a handy application which automatically displays the current IP network address of your workstation right onto your desktop.

It allows you to quickly copy (or automatically save) the current IP address without having to dig through any of your networking control panels.

IP Monitor also provides a centralized interface from which you can easily perform Domain Name Server, Finger and Whois queries.


<<less
Download (53KB)
Added: 2005-11-08 License: Freeware Price:
1450 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5