Search Results for "spssw-1.66.jar" - Page 17

Showing 644 open source projects for "spssw-1.66.jar"

View related business solutions
  • SysAid multi-layered ITSM solution Icon
    SysAid multi-layered ITSM solution

    For organizations spanning all industries and sizes from SMBs to Fortune 500 corporations

    SysAid is an ITSM, Service Desk and Help Desk software solution that integrates all of the essential IT tools into one product. Its rich set of features include a powerful Help Desk, IT Asset Management, and other easy-to-use tools for analyzing and optimizing IT performance.
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
  • 1
    This project contains temporal features added to relational database. Temporal operators are provided to the user in the form of JAR. Once the JAR file is included in the user project, the required temporal operators can be invoked using specific parameters. The query builder at the back end analyses these parameters and builds query accordingly. Authors: Ramya N (ramyauv85@gmail.com), Ramyashri M (ramyamoneera@gmail.com), Pooja P (poojaparamesh@gmail.com)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    jAMOS

    jAMOS

    AMOS BASIC reimplementation in Java

    jAMOS is a cross platform, Java-based reimplementation of François Lionet's AMOS BASIC on the Amiga.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3

    daogenerator

    DAOGenerator automatically generates dao classes for Jee web apps

    DAOgenerator is pure Java, open source application, generates DAO classes for Jee applications. Additionally you can use auto generated mapping.xml on your Spring projects. Fully compatible with eclipse/JPA POJO generator DAO Generator currently supports below ORM frameworks: Hibernate JPA Application is platform free, you can run via console: java -jar daogenerator.jar OR right click -> open with -> Java SE Binary (Windows) Application requeries Java 1.6+ You can check online tutorial...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    zfind

    zfind

    zfind is a fast file search utility/API for searching within archives

    Many times, developers (or even, normal users) run into an issue of searching for a resource that is inside a zip. Worse, that resource is inside a zip which is itself inside ANOTHER zip (i.e. nested archive). Possibly you need to verify whether a particular resource is present in an ear or you want to know part of a file name but don't know which zip/jar on your hard disk contains that class file. zfind solves this problem. zfind is very fast and it works on most common archive/compress...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Sage Intacct Cloud Accounting and Financial Management Software Icon
    Sage Intacct Cloud Accounting and Financial Management Software

    Cloud accounting, payroll, and HR that grows with you

    Drive your organization forward with the right solution at the right price. AI-powered continuous accounting and ERP to support your growth now and into the future.
  • 5
    Munchie

    Munchie

    Munchie is small program designed to help you decide where to go eat.

    Munchie is a fun little jar program (so java required) that can help you and your coworkers (or friends) make the important decisions in life. Where to eat for lunch. The program organizes a self-populated list of your favorite restaurants. It features a rating system and a choose for me option calculated by a weighted random number generator that takes in account your ratings and the amount of time since last visiting the restaurant. Note** The information you have put in is tied to your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Darkside Fonts

    Fonts inspired by Darkside ROM (by thederekjay)

    -- DARKSIDE Fonts -- inspired by TDJ's (thederekjay) ROM ::DARKSIDE::DIGITAL::WARFARE:: How to run (jar file): 1) copy some text that you want to convert 2) run the program, wait a second or two 3) paste clipboard to some text editor 4) be amazed 5) if you are not, or have a suggestion (esp on the o and c and q...), mail me at rahul_manne@hotmail.com --------- Changelog (alpha) -------------- -Currently does not support any text except the basic alphabet, space, and line. -Using...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    2go4x
    By downloading 2go4x.jar and using it on your pc through kemulator (also available for download in Files->res), you will be able to use your existing 2go account to log in to the popular IM service. Uploading the log file (log.txt), Wireshark dumps (if you can), or deciphering the reverse-engineered .jar file (Files->src) will help us build the 2go4x API to be used by all to freely expand our much beloved 2go network!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    graphICs

    graphICs

    graphICs is a converter transforming GDS II-data to Asymptote-code

    graphICs is used to visualize IC-layout-data from GDS II-files. It reads a stream of GDS II-records, optimizes it by removing objects smaller than a user-defined minimal size an writes it to Asymptote-code. This code can be translated via Asymptote to PDF, PNG or other formats. The output can be specified to be printed on an A-format paper, portrait or landscape, top/right, center or bottom/left align. To use graphICs you need to download the JAR-file containing the program (no installation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Program in Forth on an Android 2.2 Tablet. This project uses the J2EE Forth SourceForge Project for its functionality delivered in its Jar file If you are having problems trying to download this App from an Android Browser please download it from our web site: http://www.ptaisp.co.za/androidforth/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Engage for Amazon Connect, the Pre-built Contact Center Platform Icon
    Engage for Amazon Connect, the Pre-built Contact Center Platform

    Utilizing the power of AWS and Generative AI, Engage provides your customers with highly personalized, exceptional experiences.

    Engage is a pre-built, intelligent contact center platform that transforms customer service.
  • 10

    EasyLogging827

    EasyLogging827 jar can be easily imported in your project and can be e

    EasyLogging827 jar can be easily imported in your project and can be easily used to log the outputs. You can use these outputs for monitoring purpose later on. Instruction on using EasyLogging827:- 1) First import it in your java project. 2) Call following static methods on MyLogger class:- 2.1) errorMsg(String s) 2.2) infoMsg(String s) 2.3) debugMsg(String s) 2.4) warningMsg(String s) 3) Pass the output in the form of String objects in these static methods. 4) Log...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    files_equal

    comparing two files using the console

    This is a console java program intended to be used in batch files to compare many pairs of files. To compare just a few files other (graphical) solutions exist. 1-Open the console, and go to the directory where files_equal.jar is. 2-Type: java -jar files_equal.jar file1 file2 The program will print either: equal file1 file2 or different file1 file2 A better way to use this program is creating a batch file and adding its directory to the PATH variable. Read the readme.txt file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    HMBDownloader

    Contrôler un lecteur HMB pour télécharger en http(s) et ftp.

    ... Flashgot (et en choisissant le fichier jar en gestionnaire de téléchargements. Mettre alors [URL] [FNAME] dans la fenêtre.) Guide d'utilisation et d'installation complet par zozodesbois de geekyhmb (merci encore) : http://geekyhmb.niloo.fr/content/hmb-downloader
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Galaxy in blue
    A java application for retrieving android bluetooth message on tcp/ip connection. Installs dll and jar to your java home path and ask for com port where your operating system map the bluetooth input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Bracer

    Bracer

    Repository has been moved to: http://dtitov.github.com/bracer

    Java library for parsing and evaluating math expressions. Javadoc is available at http://bracer.sourceforge.net/javadoc/ P.S. This library depends on Apache Commons Math, so don't forget to include commons-math-2.2.jar to your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Java library for access to Moodle's web services via the REST protocol (09/11/2013) Development of this project has been resurrected and the current code may be downloaded from https://github.com/bantonia/MoodleRest A compiled .jar will be available here once the code has been finalized. (30/03/2012 A newer version (V0.1.5) to work with Moodle 2.2 has been uploaded. Although still requires more documentation (better than it was) etc... Calls to create and update users now provides facilities...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    XML XSL-FO PDF

    transformación de XML a PDF usando XSL-FO

    ... a partir de un XML se hace relativamente sencillo. para ayuda de la aplicación, ejecute lo siguiente por consola: $java -jar xml2pdf.jar -h
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    httest Buddy

    httest Buddy

    Editor and Java-Wrapper for httest

    An executable Jar file contains both a Swing-based editor with syntax-highlighting, online help, example generator etc. for the "httest" tool (https://sourceforge.net/projects/htt/), as well as a Java API wrapper for writing JUnit tests with "httest".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The Deep Email Miner Application is a software solution for the multistaged analysis of an Email Corpus. Social network analysis and text mining techniques are connected to enable an in depth view into the underlying information. The self-executable Version 1.1 jar file will now run on Java 1.5 or higher. A Windows executable file of Version 1.1 is also provided in the Files section. Documentation can be found on the project homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    ExiProcessor

    Command-line program for processing Efficient XML Interchange (EXI)

    ... to integrate EXIficient into existing Java XML libraries. Command Line Examples: Encode XML to EXI: java -jar ExiProcessor.jar -xml_in notebook.xml -exi_out notebook.exi Decode EXI to XML file: java -jar ExiProcessor.jar -exi_in notebook.exi -xml_out notebook.decoded.xml Decode EXI to XML on stdout: java -jar ExiProcessor.jar -exi_in notebook.exi
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    edifact

    EDIFACT to XML conversion

    Very simplistic parser that converts EDIFACT into a DOM tree for further processing to perform the data extraction/transformation/binding. Useful and easy to use when complete mapping is unnecessary. An executable JAR of the parser is available. Usage: java -jar edifact-to-xml.jar <edifact-filename> This wil emit the DOM tree as XML to standardout. Example input: UNA:+.? ' UNB+IATB:1+6XPPC+LHPPC+940101:0950+1' UNH+1+PAORES:93:1:IA' MSG+1:45' IFT+3+X?'???:?+?&YZCOMPANY AVAILABILITY' UNT...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Swing GUI  Bean Form Binding
    A util toolkit which populate the back end form bean from GUI Swing component and vis versa It is intendend to be used as a lightweighted utility without importing massive of third party jar file It is flexible in a way you can add a third part GUI Swing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Nen

    Nen

    neural network implementation in java

    3-layer neural network for regression and classification with sigmoid activation function and command line interface similar to LibSVM. Quick Start: "java -jar nen.jar"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Small java console utilite for renaming Track-XX.mp3 files according to rows from tracklist file with song names. Useful not only for mp3 files but for any. This is small jar file compiled for java 1.5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    For Java developpers who need to request SOAP server... until SOAP is deprecated. This is a client Java API. It does not require neither perform any code generation. It fits within a single jar file. soap-dust is validated against real servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    The Butterfly Mod

    A mod for Minecraft that adds Butterflies to the game.

    This mod adds butterflies to the game. Different butterflies spawn in different locations. Below there is a list of all butterflies with their spawn locations and conditions. Some butterflies will be rare finds to make it a little bit more exciting. That's why the information of most of the rare butterflies is not shown on this page. You will be able to catch these butterflies dead or alive. Dead Butterflies can be made into mountable trophies and Caught Butterflies can be tamed and...
    Downloads: 1 This Week
    Last Update:
    See Project