Showing 848 open source projects for "ojdbc14.jar"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Contract Automation Made Easy Icon
    Contract Automation Made Easy

    Use Docubee to easily gather data, generate contracts, share them your way, and collect secure eSignatures

    Docubee is an intelligent contract automation platform that allows you to quickly and painlessly generate, manage, share, and sign contracts. Featuring powerful conditional logic-based workflows, generative AI technology, and an easily adaptable interface, Docubee makes it easy to automate your most complex contracts and agreements.
  • 1

    CATS Generation Quickfixes

    Automatically generates Unit Tests and provides feedback in eclipse.

    ...-quickfixes/tests. Using the eclipse preferences, you can enable uncovered lines and deleted lines. Uncovered lines shows lines that EvoSuite couldn't test so they might not be reachable under any circumstance. Possibly deleted lines are lines that the Java compiler may be removing as they are not needed. Notice: This plugin attaches 2 JAR files to projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    UuidGen

    JAVA-based generation of UUIDs

    A generator for UUIDs is often needed. Not all OS platforms include one. This JAVA-based command-line tool will generate a UUID, write it to the terminal and copy it to the clipboard, every time you call it - or double-click its JAR file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Xrsync

    Xrsync

    Xrsync uploads an entire folder from MS-Win client to Linux server

    ... that can login to the Linux host using an account with a home directory on that host. Executable: Just download Xrsync.exe and run. Plugin for Eclipse: Download com.dj.srcRsync_1.0.0.*.jar and copy it to %eclipse%/plugins. Reopen Eclipse after the copy, it will be available in the name of "Xrsync" in the main menu named "Code Assist", the toolbar and the right-key pop-up menu, with an icon of dark green background and a white upward arrow in the center.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    SimpleHexAssistant

    A faithful assistant for your hex debugging

    A faithful assistant for your hex debugging. It is java based and can assist you in any platform. Cute and compact, you will like for sure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Network Performance Monitoring | Statseeker Icon
    Network Performance Monitoring | Statseeker

    Statseeker is a powerful network performance monitoring solution for businesses

    Using just a single server or virtual machine, Statseeker can be up and running within minutes, and discovering your entire network in less than an hour, without any significant effect on your bandwidth availability.
  • 5

    EAR Search

    Search for text and regular expressions recursively within an EAR file

    The "EAR Search" tool allows you to search for text and regular expressions within a given JAVA archive file (EAR, WAR, JAR and ZIP). The tool does recursively search within included archive files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Phone Number Encoding

    Find words for given phone number

    This program finds words for a given number. The words are taken from a dictionary file. Improved with groovy memoization: http://www.solutionsiq.com/resources/agileiq-blog/bid/72880/Programming-with-Groovy-Trampoline-and-Memoize 1. You may download code: git clone git://git.code.sf.net/p/numberencoding/code numberencoding-code 2. Build: mvn clean install assembly:assembly -DskipTests -Dmaven.test.skip=true -DdownloadSources=true -Dcheckstyle.skip=true 3. Run: java -jar target/numberencoding...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    QueLang

    QueLang is a designing tool to use for Questionnaire Design.

    This is the first implementation of QueLang. QueLang is a language I designed for Questionnaire Design and Implementation. This software can compile your code (written in .ql text files) into a special .qlc format (a kind of database). Then it can read those .qlc files to open them in viewer and export them to PDF format. It can be also used for exam and test designing! Tested on: -Linux Ubuntu 12.04 -Windows 7 64-bit QueLang can run by double clicking the .jar (or .exe) file. NOW...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    RoboStopwatch

    Automation scheduler and monitor with stopwatch GUI widget.

    This program schedules, launches and monitors any Java Runnable object. Anything you can do from Java, you can schedule and monitor using this program. It includes a nifty stopwatch widget as a metaphor for measuring performance. The monitoring is done via event messages which are displayed in real time in a GUI dialog and stored in a JavaDB database. Any number of tasks (Runnables) can be launched and monitored simultaneously. The user / programmer of the API Jar designs their own...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Zorc

    Zorc

    A text based game reboot

    A summer project at a programming camp (TIC) turned into this. As a team this was developed, this is nowhere near as complicated as Zork as it does not use a parser. Feel free to change the code and play with it. There is a batch file attached. This is for Windows only. It assumes that you have the jar file in the root downloads folder, that this is in a root folder, Pictures, Videos, Documents, Desktop. If so, double clicking will launch Zorc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 10

    xkpFTP java component

    FTP java component

    This class .jar java ftp component, easy connect, upload and download files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    wavPlayer

    This program plays .wav files from your computer

    Place this java .jar file in any folder, and it will automatically start playing .wav files in the folder you put it in and all subfolders. It has all the tools a normal mediaplayer has, knows how to recycle memory, and has some features to make it easier to use. Feedback is greatly appreciated!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    DiffBot Java API

    DiffBot API's in JAVA

    DiffBot provides its API in only JSON format, so I created this integrity API in Java to integrate diffBot API in java very quickly and easy. Please Note : DiffBot Java API 0.1 BETA version. Used Other Library integrated in code : Json commons-httpclient-2.0 commons-logging-1.1.1 DiffBotAPI jar : Jar file to use as API in other projects Q. How To use jar file in other projects? A. -- Add Jar file as lib in project. -- No need to add any other extra lib in project for our API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Java Game of 31

    Java Card Game

    This GUI driven application plays the Game of 31 with a single human player. The human plays against 5 AI-driven players. A full description of the game rules is provided in "rules.txt". A .jar file is provided for running the game. It must be in the same directory as the "res/" folder so that it can locate the card images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Jar Class Finder

    Jar Class Finder

    Search Tools

    Whether a class file or jar file existing in your computer, this guy can help to find out~ Jar Class Finder is a search tool that provider the search function for you to finding out a specified jar file/class file in your disk. 1, easy to use 2, write by java 3, support the regular expression searching 4, multiple search way 4-1, you can search by the jar name 4-2, you can search by the class name 4-3, you can search by the package.class name 5, support the exactly searching...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15

    Java Chat Network

    Java Chat Server and Client

    This project provides a simple chat server and client application, created using my Java Socket Network library. The server accepts multiple chat clients and echoes text messages received from individual clients to the rest of the clients. Executable .jar files for the Chat Server and Chat Client are provided. Note: the Socket Network library allows a single server and client to run on the same machine, but two clients may not run on the same machine (due to how the ports are handled...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Java Socket Network

    Java Socket Network Library

    "Java Socket Network" is an easy-to-use library that allows users to create simple, event-driven, server-client desktop applications. Users can create "server" and "client" applications which interact with each other from different machines (on the same network). Each server can support multiple clients at the same time. To create a server or client, simply extend AbstractServer (or AbstractClient) and override 4 simple methods. The library handles message sending/receiving, client...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Simple Java Database

    Simple Database written in Java

    A simple database with commands similar to those of SQL. It is to be run from the command line. (java -jar DatabaseJAR.jar) The application allows users to create tables, add data to the tables, view data from tables using various filters, back-up and restore the database, read commands from a text file, perform various set operations (such as union and intersection) on tables, and define indices on tables to allow faster manipulation. (To simplify the binary tree structure, the define index...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Java Sliding Tile Puzzle

    Java Sliding Tile Puzzle

    ... (one for an easy puzzle, one for a more difficult puzzle) are provided in the "res/" folder. An executable .jar is provided for running the application. It must be run in the same directory as the "res/" folder so that it can find the arrow button images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Java Projectile Motion Calculator

    Java Projectile Motion Calculator

    Swing GUI based projectile motion problem solver. Simply input the known values and click solve. Contains error handling to detect if too much data was entered or if not enough data was entered. Also provides a menu for swapping between metric and Old English units. Sample problem situations provided in "sampleProblems.txt". An executable .jar is provided for running the application. (The application takes a few seconds to start.) NOTE: in most situations in which the final y axis...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Java Bingo Game

    Java Bingo Game

    This application plays games of Bingo with the user. It provides a large variety of game options, such as: call speed, number of cards, AI difficulty, and game type. The most recent game options are stored in a preferences file, so that they are remembered throughout executions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Jcart

    A soundcart for Windows

    This application allows you to assign a wav file to an onscreen button. When using this app there are a few files and folders generated. In the same directory as the jar config.properties is generated. This holds the names of the files you want to play. These options can also be configured through the Sound Setup menu item. All files you want to play must be copied into the same directory as the jar. Then you must put the names of the files into the Sound Setup window. The files are copied...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    kFunction

    kFunction

    Komplexe Funktionen Plotter

    Dies ist kFunction, der Plotter für komplexe Funktionen, der im Zuge meiner Fachbereichsarbeit entstanden ist. Zum Download stehen alle Source-Files, sowie eine .exe und eine .jar Datei zur Verfügung. Java Version 1.7.0 wird benötigt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    PageRank for wikipedia

    PageRank algorithm for wikipedia pages on Amazon Elastic MapReduce

    • Implemented the project using PageRank algorithm for Wikipedia pages on Amazon Elastic MapReduce. • Designed MapReduce jobs for red links removal, outlink adjacency graph, compute the total number of pages, PageRank calculation, sorting of PageRanks. • To run the project on amazon Elastic MapReduce specify jar location. Pass the directory locations as an argument of input and output respectively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    PFM2OSM

    Polish Format Map to Openstreetmap Format and Navit converter

    ... accept data in PFM format. Original logic by: Pindaro ( diecavallax@yahoo.com.br ). House number support, retrofit from Java 1.7 to Java 1.6 and translation to English by me. Dependencies: appframework-1.0.3.jar, common-lang3.jar and swing-worker-1.1.jar.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    JarSignerGUI

    JarSignerGUI

    Graphical User Interface for keytool and jarsigner JDK tools

    Using JarSignerGUI you can simply sign your JAR files without using the command line. It is written in Java and open source.
    Downloads: 3 This Week
    Last Update:
    See Project