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

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

View related business solutions
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely.

    Stay productive working at any distance from anywhere with Monitask.
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • 1
    AWS X-Ray Java Agent

    AWS X-Ray Java Agent

    The official AWS X-Ray Auto Instrumentation Agent for Java

    The AWS X-Ray Java Agent is a drop-in solution that enables the propagation of X-Ray traces within your Java web applications and servlet-based microservices. This includes automatic tracing for supported frameworks and libraries, including Spring, the AWS SDK, Apache HTTP clients, and JDBC-based SQL queries. The agent enables you to use the X-Ray SDK out of box, and requires no code changes to enable the basic propagation of traces. See the chart below for the current feature parity between...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    class-reader

    class-reader

    JVM class file parser and disassembler C++ library.

    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    CStone

    CStone

    Short-read de novo assembler that identifies chimeric contigs.

    > CStone wiki: https://sourceforge.net/p/cstone/wiki/Home/ Related Software: 1. CStone: (See wiki) 2. CSReadGen: https://sourceforge.net/projects/csreadgen/ 3. CView: https://sourceforge.net/projects/cview/ 4. ChimSim: https://sourceforge.net/projects/chimsim/ 5. TVScript: https://sourceforge.net/projects/tvscript/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Antigen (Ant Installer Generator) is a tool to take an Ant build script, combine it with a GUI and wrap it up as an executable jar file. Its main use is for creating graphical, ant-based installers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 5
    QuickNoteCLI

    QuickNoteCLI

    QNC is a command line interface app for creating quick notes

    ... server On Windows you can also use WIN + R, qnc <args> Manual start: java -jar QNC-0.1.0.jar Installation with scripts: Extract files from zip to any directory WINDOWS: run install.bat UNIX: run install.sh or execute command in terminal: alias qnc="java -jar /path/to/jar/QNC-0.1.0.jar" https://github.com/DeMmAge/QuickNoteCLI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Heads or tails - Retro Game with sound

    Heads or tails - Retro Game with sound

    A little game with sound.

    See the game video on youtube: https://youtu.be/mMhL_U42j-o The whole program is written with Java. Everything runs through text input. You will find 2 folders in this package. Once the "Head or Tail Game" folder, where you will find the game file .exe. The folder goodies contains the .java, the .jar and the .wav file of the game music. Have fun with the game
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    TVscript

    TVscript

    Exploration of the removal of count variable transcripts.

    > See TVscript wiki: https://sourceforge.net/p/tvscript/wiki/Home/ Related Software: 1. CStone: https://sourceforge.net/projects/cstone/ 2. CSReadGen: https://sourceforge.net/projects/csreadgen/ 3. CView: https://sourceforge.net/projects/cview/ 4. ChimSim: https://sourceforge.net/projects/chimsim/ 5. TVScript: (See wiki)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Angst in Space

    A WIP strategy board game for 2-5 players

    This is a Clojure implementation of my board game Angst in Space. For more details, and the full source code, see https://gitlab.com/prefuzek/angst-in-space. I am using Sourceforge only for hosting the .jar, which Gitlab does not allow me to do.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Screen Logger

    Capture screenshots in the background.

    Capture the screen in the background. Record everything you do on the screen—screenshots in the background. No need installation.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 10

    jswebserver

    Web server in one java jar using JavaScript for the server side logic

    JSWEBSERVER is a very light web server app that can be compiled in Java 1.8 or Java 16, it is based on SCALATRA and GRAALVM with JavaScript engine. Prerequisites to compile jswebserver: - Java JDK 1.8 or 16 (https://adoptopenjdk.net/) - SBT (https://www.scala-sbt.org/download.html) - Scala (https://www.scala-lang.org/download/scala2.html) After installing prerequisites, download jswebserver sources: https://sourceforge.net/p/jswebserver/code/ci/master/tree/ or you may use git: git clone...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    tinyREST

    tinyREST

    Small Java based REST server

    TinyREST allows a Java programmer to easily create a REST server without having to install a J2EE server. Creating a new server is as easy as copying the service jar, setting up a configuration file and writing your own service handler class. The resulting project can be made to start up as a service. Annotations can now be used to write handler class and methods. JDBC database access as well as file system access is allowed from the service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MaviCin MultiTools Ultimate - Quandrostr

    MaviCin MultiTools Ultimate - Quandrostr

    MaviCin MultiTools V13 Ultimate (Update 8) ( Quandrostr )

    =======Türkish MaviCin Multitools ile Android Apk , Rom vs dosyalarında dilediğiniz gibi özgürce değişiklikler yapabilirsiniz bunun yanında daha pek çok süpriz özelliğide yanında barındırır hadi keşfetmeye başlayın ve özgürlüğünüzü hissedin ayrıntılı kullanım klavuzu açıklamalar dosya içince mevcuttur ======English MaviCin can change freely as you wish in the Android apk , rom etc file with Multitools surprise many more besides contains detailed operating instructions come next in the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Groan Autodeployer

    Groan Autodeployer

    Windows executable wrapper for Java games

    Groan Autodeployer is a Windows executable that launches a Java application. It is configured using a string table embedded in the executable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    spatial-framework-for-hadoop

    spatial-framework-for-hadoop

    The Spatial Framework for Hadoop allows developers

    The Spatial Framework for Hadoop allows developers and data scientists to use the Hadoop data processing system for spatial data analysis. For tools, samples, and tutorials that use this framework, head over to GIS Tools for Hadoop. At the root level of this repository, you can build a single jar with everything in the framework using Apache Ant. Alternatively, you can build a jar at the root level of each framework component. Custom MapReduce jobs that use the Esri Geometry API require...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Java 4 SubRip

    j4srt manage SubRip files (.srt).

    usage: java [-options] -jar jarfile -c <fileIn> [<diff>] [<fileOut>] [<pattern>] fileIn input file diff milliseconds or different time fileOut output file pattern time's pattern
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Java Data Loader

    jdl is a loader utility for moving data from (CSV or XML) into a db.

    usage: java [-options] -jar jarfile -c <arg> -d <arg> [-l <arg>] -c,--conn <arg> conn file -d,--data <arg> data file -l,--load <arg> load file Into src/test/resources you can find some sample (conn, data and load) files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    CheckSignDir allows you to check all gpg detached signature in a directory (with subfolders scan). Usage: param 1: directory to check, param2: modeParam (not-recursive, recursive, no-subfolders) Example: java -jar CheckSignDir.jar /home/davide/sha1 no-subfolders Source code available on GitHub: https://github.com/davidesestiliwork/CheckSignDir Note: this program requires GnuPG to work properly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Enterprise Calendaring-Journal

    Hourly Activity While Sitting On Sensitive Workflow

    Written in Java, this fragments of code demonstrate any highly sensitive works & environment to maintain the balance of probability of work and life through mix of journaling, calendaring and cognitive work mixes. Just privileged to upload my research idea of logging executive tasks in a systematic and structured light-weight way!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    JLite

    JLite

    Lightweight IDE for Java

    Lightweight IDE for Java targeting mostly students who are beginning Java programming. Create Java Application, Compile & Run Projects, Build Executable Jar Applications. It requires: 1. Java SDK 1.8 or higher 2. Dotnet Framework 2.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    xSMBus - Java I2C/SMBus API

    xSMBus - Java I2C/SMBus API

    USB Bridge for SMBus(I2C), GPIO, and Clock, Java API

    [Introduction] xSmbus-m01 is not only a Java API, but also a program that can be executed separately. The following are its function options: Need to be executed at the command prompt, java -jar /YourPath/xSmbus-m01-1.0p.jar Help - list the parameter table Verification - verify that the product is working properly Test - used for system maintenance, in advance Check - determine if there is a device on the I2C location Scan - search in the range of 00-FF, search out on the I2C bus all devices...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 21
    Lombok

    Lombok

    New additions to the Java programming language

    Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equals method again, with one annotation your class has a fully featured builder, Automate your logging variables, and much more. Project Lombok is available as a single jar file on the project site. It includes the APIs for development as an installer for IDE integration. On most systems, simply double-clicking the jar file will launch the installer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JTRANSC

    JTRANSC

    Bytecode to source converting Java & Kotlin code into JavaScript, C++

    JTransc (Java Trans Compiler) is an AOT (ahead-of-time compiler) that compiles .class and .jar files into a target programming language / executable bundling all the required dependencies in a single file or folder, without requiring a jitter or an external runtime. There are a lot of technologies in order to convert languages into other ones. For example, converting Java into JavaScript. Or KotlinJS Kotlin backend that already targets JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    jmarkdownviewer

    markdown viewer for java

    This is a Markdown viewer for java. Primarily it tries to display github styled markdown scripts. Download the release jar file and run java -jar jmdviewer-x.y.jar where x.y is the version number. You can pass the markdown filename on the command line java -jar jmdviewer-x.y.jar [filename.md]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Votifier

    NuVotifier is a secure alternative to using the original Votifier proj

    NuVotifier is a secure alternative to using the original Votifier project. NuVotifier will work in place of Votifier - any vote listener that supports Votifier will also support NuVotifier. NuVotifier supports many different platforms using the same universal JAR: Bukkit / Spigot / Paper >=1.7.10 Sponge 7 BungeeCord / Waterfall Velocity NuVotifier also adds forwarding and listener test commands not present in the original version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    SWARLog

    SWL logging software

    Amateur radio Short Wave Listener's logging software. Application was developed specifically for listeners of amateur frequencies. Application should be started with java 8 jre using terminal command 'java -jar swarlog.jar' from within the folder which contain file.
    Downloads: 1 This Week
    Last Update:
    See Project