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

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

View related business solutions
  • Cloudflare secures and ensures the reliability of your external-facing resources such as websites, APIs, and applications. Icon
    It protects your internal resources such as behind-the-firewall applications, teams, and devices.
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
  • 1

    Java Wizard Development Framework

    Reduced SWING coding. New UI components. Easy layout management.

    About: 1) Projects helps Java - SWING developers to develop UI forms very faster. 2) API contains reusable Components & Layouts that developers can directly use in their projects. 3) Just include project JAR file in your existing project then import and use all features (refer JavaWizardDevelopmentDocumentation) * Don't worry about Java's complex layouts, just pass your components as parameters to our "MyLayout" class and we'll do it for you. * New & pre-aligned UI components like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A simple java program that generates a random password. Requires Java preinstalled. Instructions: 1. Download the jar file, and save it on your computer 2. Open command prompt in windows (search for cmd) 3. Type "cd" followed by the path of the directory that contains the jar file 4. Type "java -jar RanPassGenv1.jar" 5. Follow the instructions that appear in command prompt. This was a simple test program I made in 15 minutes. You can use it or the source code however you want.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    getNya

    getNya

    Simple application for downloading pictures from Zerochan.net

    Simple java application for downloading high-quality pictures from Zerochan.net. You can find images by size or a tag. It's simple. And flat. All you need to do: download .jar file and run it with Oracle JVM (or any another JVM supporting image decoding)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    IMG2GSLIB

    Converts images to GSLIB grids -NEW: 3D support.

    IMG2GSLIB is a small command line tool that converts images to grids into GEO-EAS format readable by geoscientific software such as GSLIB, SGeMS, Isatis, Gocad, Petrel, etc. It now can output 3D volumes from image stacking. The ASCII result is sent to stdout, so you can redirect it using the > operator if you want to save it to a file. Run java -jar IMG2GSLIB.jar without arguments to get help on usage. Requirements: -Java 1.7
    Downloads: 0 This Week
    Last Update:
    See Project
  • Digital Payments by Deluxe Payment Exchange Icon
    Digital Payments by Deluxe Payment Exchange

    A single integrated payables solution that takes manual payment processes out of the equation, helping reduce risk and cutting costs for your business

    Save time, money and your sanity. Deluxe Payment Exchange+ (DPX+) is our integrated payments solution that streamlines and automates your accounts payable (AP) disbursements. DPX+ ensures secure payments and offers suppliers alternate ways to receive funds, including mailed checks, ACH, virtual credit cards, debit cards, or eCheck payments. By simply integrating with your existing accounting software like QuickBooks®, you’ll implement efficient payment solutions for AP with ease—without costly development fees or untimely delays.
  • 5
    Java Vulnerable Lab - Pentesting Lab

    Java Vulnerable Lab - Pentesting Lab

    a deliberately vulnerable Web application

    .../javavulnerablelab/files/v0.1/JavaVulnerableLab.ova/download Credentials for the VM: ------------------------ Username: root Password: cspf Stand-alone file: (Run the Jar file directly) -------------- http://sourceforge.net/projects/javavulnerablelab/files/v0.2/JavaVulnerableLab.jar/download
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6

    Natural Language Analysis with Ngrams

    NLP tool for statistical analysis of words, sentences, documents

    Goal of this project is to have a NLP tool that would give statistical analysis results based on Google Ngram data. Furthermore, it is now just a NetBeans project without a final JAR. Furthermore, there will be a github version for anyone who wishes to contribute. In the future versions, user will be able to convert a single word to numerical data, to be able to compare two words and get the comparison data, and to be able to do the same for the sentences, paragraphs and documents. I...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    easyjasub

    easyjasub

    Tool to add furigana and in-line translation to Japanese subtitles

    ... associate them. The program is now in early development stage, you may need to read the the inline help (-h option) or browse the code in http://github.com/riccardove/easyjasub A JRE is required, even by the Windows .exe version. wkhtmltoimage is required, take it from http://sf.net/p/wkhtmltopdf BDSup2Sub may be useful (BDN/XML subtitles are created as intermediate output). Basic usage: easyjasub.exe -ja subtitle.jp.srt -tr subtitle.en.srt java -jar easyjasub-cmd.jar -ja subtitle.jp.srt...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    AntiLVL Reloaded

    AntiLVL Reloaded

    AntiLVL Android LVL Hack Remove License verification of Android

    .... It will not always work. However, it has been designed to get around obfuscation and to apply many variations. AntiLVL is a configurable Smali code patcher with rules defined in user-modifiable XML files stored inside the jar called fingerprints. Brief summary of how it works: Decompiles the Apk Perform regular expression matching Carrie out defined modifications Recompile, update classes.dex Resign and zipalign Remove Google Play Store Check
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    2048 clone developed by Peter Krause and Sean Adams. The jar file downloaded is an executable jar file that will run on opening. However, contained inside the jar file are all the source files along with pictures necessary for running the game
    Downloads: 0 This Week
    Last Update:
    See Project
  • Purchasing and invoice automation solution for small to mid market companies. Icon
    Purchasing and invoice automation solution for small to mid market companies.

    Save your team 10s of hours/week with a fully personalized and automated procurement process.

    ProcureDesk is an integrated purchasing and invoicing platform tailored to help small to medium sized businesses streamline their procurement processes. This user-friendly system automates workflows and consolidates purchasing data into a centralized dashboard, allowing companies to control spending and enhance transparency efficiently. Features like automated invoice matching, simple requisition creation, and immediate cash flow insights minimize manual tasks and boost operational efficiency. ProcureDesk is perfect for smaller enterprises leveraging big-business strategies to reduce costs and optimize their purchasing activities. Discover how ProcureDesk can transform your procurement process into a more effective and manageable part of your business.
  • 10
    Command Line Tic Tac Toe game to run: java -jar TicTacToe.jar [-c [1|2]] the -c represents a computer player followed by the desired position for the computer player If no player is number then the game will run as if there are two computer players and they will have a simulated game. Running the program with no arguments is "default" and will allow for 2 players to switch turns. Each player chooses a number represented by the board printed by the screen. If the space...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Kmeans and Average linkage clustering methods. The Readme is included with the jar file, but the file itself is executable. All that is required is that the data files be set up such that each line is another set of data points with each dimension being separated by a space. For further understanding look at data1.txt - data4.txt. The Readme explains how to run the file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    JARStarter

    Powerful Freeware Tool for Launching Java Applications

    If you often launch JAR (or JAD) files, and you need to executer these files in various environments, then JARStarter (old name is Hitonic JAR-Starter) is what you are looking for. Quick example, you have some Java environments on your PC: Java 2SE JDK 1.4.0, Java 2SE JDK 1.5.0, Sun WTK 1.0.4, Sun SDK 3.0, Nokia S60 3rd FP2 SDK. What happens if you click on a JAR-file? That's right. You launch the file in the last installed environment. JARStarter allows you select the environment...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    PersonalTransparentJavaProxy

    Simple PROXY to filter website and domain with regex

    ... blocking entire web domain. JAR is runnable and that's all.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Jar Archiver

    Jar打包小工具

    可以在這邊取得詳細的說明: http://xavier-debug.blogspot.tw/2014/09/jar.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Partitioning Tool for Oracle

    Partitioning Tool for Oracle

    Tool for managing partitions in oracle database

    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Shark - Shared Knowledge
    Shark is a programming framework to build semantic P2P applications. NOTE: We have moved our code to GitHub. We still publish our new jar files here on sourceforge. Have also a look at our web page: www.sharksystem.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Android System Bar Tint

    Android System Bar Tint

    Apply background tinting to the Android system UI

    Apply background tinting to the Android system UI when using KitKat translucent modes. Android 4.4 (KitKat) introduced translucent system UI styling for status and navigation bars. These styles are great for wallpaper based activities like the home screen launcher, but the minimal background protection provided makes them less useful for other types of activity unless you supply your own backgrounds inside your layout. Determining the size, position and existence of the system UI for a given...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    ApacheConfParser

    Java Apache http server configuration parser

    This project is a Java Utility that is used to parse the Apache http server configuration. The distributed jar file is both a Java library and runnable jar file. Please see the Wiki section for information on jar usage. This project currently supports Apache 2.2 and Apache 2.4 with Java 1.6-1.8. Source code for this repository is hosted on github https://github.com/jrossi227/ApacheConfParser
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    S2Mp MC Changer

    Basic JAR&ZIP changing script

    S2Mp MC Changer is basic script changing JAR archives of Minecraft app and ZIP packages containing texturepacks depend of user requirements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Absolute Xml Framework for Java

    A simple but very sophisticated XML solution for the Java developer

    The intention of this XML Framework is to allow the Java developer to do many difficult things with XML using a convenient set on methods in the API of this framework. Simplifying common Java XML coding using a rather sophisticated framework. This project is delivered as a JAR file You can find elements with XPATH statements A method provided that accepts a HashMap and adds this content to your xml. Two sample classes provided that give examples how to create different formats of XML...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    GLJ

    Java library to help create OpenGL 3 applications on top of JOGL 2

    The idea is to provide just enough tools to make usage of OpenGL 3 less painful, but without adding too many abstractions so that it still feels like OpenGL. This library also allows to distribute the application as a single jar (all the native libraries are unpacked in a temporary folder at startup).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    JRunUpdate

    A launcher to update a jar file before it runs

    This program checks if there is an update of the main application. In this case, it performs the update. Finally, it launches the main application. The main application is configurable at run time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Blog Post Editor

    Blog Post Editor

    Blogspot / Wordpress Writer

    Blog Post Editor is an application for blogging, similar to the "Windows Live Writer", but because the blog post editor using java, so this application can run on almost all platforms, windows, linux, or mac, "Blog Post Editor" also keep all your posts in the database locally... Use blogpost.*bundle.exe for one click installation no need JRE setup manually Use *.jar file for non windows os,, (need JRE 8) How to use: (Indonesian Language) http://www.ttsberita.com/2014/06/cara...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Wap Auto Index Advance

    Wap Auto Index Advance

    Auto Index wap is Advance of Download Portal (Multi Language)

    Djamolwap 13v -Advance Auto Index With Web Admin Panel + Multi Language + Themes ||||||||||||||||||||||||||||||||||||| New Updates ||||||||||||||||||||||||||||||||||||| - Multi Language Website 1) English 2) Urdu 3) Gujrati 4) Russian - User/Visitor manual change language website - Multi Language Plugin On/Off - Added Function in Admin Panel - Automatic All Mp3 Tag Setting Added _____________________________________________ Official Website : http://ai.djamol.com Demo...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CryptoPad v1.0

    CryptoPad v1.0

    AES-128 bit file encryptor

    CryptoPad is a Java based file encryptor ! It can encrypt every type of file. The icing on the cake is that it's 100% cross-platform. i.e. You can run the same .jar file on Windows, Mac OS, Linux and any OS capable of running JRE 8 :) CryptoPad uses AES-128 bit symmetric key encryption to secure your data.
    Downloads: 1 This Week
    Last Update:
    See Project