Search Results for "class jar compliler" - Page 5

Showing 438 open source projects for "class jar compliler"

View related business solutions
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • Build enterprise-ready GenAI experiences with MongoDB Atlas Icon
    Build enterprise-ready GenAI experiences with MongoDB Atlas

    Combine the power of Google Cloud's robust infrastructure with the flexibility and scalability of MongoDB Atlas.

    MongoDB Atlas is a unified developer platform that enables you to confidently accelerate the deployment of GenAI-powered applications. Additionally, when purchased on Google Cloud Marketplace, you pay for only the resources you use with no upfront commitment.
    Get Started
  • 1
    Silver-J

    Silver-J

    A lightweight Java IDE for Windows

    Silver-J is the light weight Integrated Development Environment(IDE) for Java written in C#.NET which is compatible only for Windows. Silver-J Allows you to easily create Java Application/Applet Projects,Compiling/Running Java Projects & Building Executable Jar Applications. You must have .NET framework version 3.5 or higher.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    CalclipseLib

    A Java class library of general usability

    CalclipseLib is a jar file containing a variety of useful classes and packages. Among its most prominent APIs is the document iterator. This API enables easy implementation of text editor features like syntax highlighting. A program named X has been made as a demonstration of CalclipseLib. The program is a JavaScript editor based on Swing/JTextPane. In addition to coloring, X underlines Web URLs and allows them to be clicked. X can be downloaded (with source code) from the Files section...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Ceaty - The Cute CPU Eater

    Ceaty - The Cute CPU Eater

    A small java tool that will consume your CPUs

    Ceaty is a small Java tool that was created to test CPU consumption in a virtual environment were the virtual machines share the same physical machine. Ceaty has quite a big appetite, her favorite food is CPUs with garlic sauce. How to start Ceaty: java -jar Ceaty.jar <threads> Example: This will start 10 threads that will consume your CPU: java -jar Ceaty.jar 10
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Jar Ajar is a JAR-based self-extractor for zip files. Zip up files and package them with descriptive images and text using Jar Ajar's graphical interface. When recipients launch the resulting JAR, Jar Ajar guides users through the unzip process.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    Supermarkt

    Supermarkt

    Where do you want to shop today? Deluxe Manager for Shoppinglists.

    A computer without Supermarkt is worthless. Supermarkt is a Java real-life shopping simulator and best used before rushing through the supermarket. Sometimes it might be necessary to check up the costs before shopping, so keep your data uptodate.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    jBIBLIOTEKA

    jBIBLIOTEKA

    Java program za vodjenje biblioteke Prirodno-Matematickog fakulteta

    Java program za vodjenje biblioteke Prirodno-Matematickog fakulteta Pristina sa privremenim sedistem u Kosovskoj Mitrovici. Program je kompajliran u .class fajlove unutar jednog JAR fajla, a zatim je enkriptovan 256-bitnim AES kljucem i smesten je u EXE fajl.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    JMapViewer

    Java Swing component for integrating OSM maps into your Java app.

    This project offers the Mavenized format of the official "JMapViewer" project. Official project code on: https://trac.openstreetmap.org/browser/subversion/applications/viewer/jmapviewer?order=name Please, note that no development is performed in this SVN, just contains Maven artifact of official releases (starting from 1.14 version) If you want to give it a try, download code and run the Demo: > mvn compile package > cd target > java -jar JMapViewer-1.14.1-Demo.jar
    Downloads: 19 This Week
    Last Update:
    See Project
  • 8

    jWebBox2

    A pure Object-Oriented JSP layout tool

    JWebBox2.0.0 is a small layout tool used in Java server pages(JSP) projects, playing the same role like Tiles and SiteMesh, but it's pure Object-Oriented designed, no XML files, no Tags, it's powerful but simple(only 1 Java class) and easy to use, it can be used to build whole web site or only some page components. JWebBox2.0.0 is an open source software follows BSD license. Key features about JWebBox2.0.0: 1)Use Java classes, not XML file to present JSP layouts, the Java class be called...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    JHCaching

    Lightweight LRU Caching library with persistence

    LRU caching map is Least Recent Used Map, (see Wiki), meaning that a Key,Value pair is stored in the cache, with a "expireTime", but every time the Key is retrieved (get method) the expire time is extended. It is a simple POJO one jar library. With complete documentation with examples and javadoc. When the cache reaches is "maxSize" or a cleanup of the cache is performed (automatically by deamon thread dependent on the "LRUCachingMapConfiguration"), it is the keys with least recent used...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • 10
    Class in Jar Finder

    Class in Jar Finder

    Search classes in Jar files using Simple GUI

    Search classes in Jar files using Simple GUI - Add Jars - Add folder to include Jars recursively - Simple text search - Regular expressions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    physicsmata

    API for all possible cellular automata that work same at all angles

    Its strange how the "sorted pointers" normalizing makes just about any random function, as long as it connects the inputs to the outputs on some path, vibrate as some nonlinear shape of wave. This could be used as a game interface for evolvable musical instruments or fluid puzzle games. Physicsmata is similar in effect to SmoothLife but simpler and pure Java. The cellular automata API takes a function to run at each point. Its parameters are sums of screen brightness (n color dimensions are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    File info

    Check the file and folder attributes.

    Check the file and folder attributes. Start it with "java -jar file.jar" or with the .bat file I added. Recommended Java 8.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Synder

    Synder

    Atom/RSS/SearchSuggestion/OPML processing framework

    Synder is an Atom/RSS/SearchSuggestion/OPML processing framework It is Optimized For Android, but works with Java SE/EE. Synder has a small-footprint, low memory consumption. The only dependency for parsing is a SAX2 implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Alida

    Alida

    An annotation based Java Validation Framework for Java Classes

    - Alida is a lightweight API for validating Java objects. -“Alida” comes from pruning the word “vALIDAtion”. It also means a “Winged creature”. It can give programmers “wings” by delegating the validation to another API. - Alida uses only annotations for ‘marking up’ the objects which need to be validated. - It is packaged as a jar file (alida.jar) which can be dropped in the classpath and used. It can also be configured with eclipse’s annotation processing to give complier errors...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    sparsedoppler

    Continuous choice of string resonance at each point live music in CPU

    Nonlinearly change frequencies and echos for live music by CPU. I found a way to normalize 1d wavefunction amplitude so this hack and its random heat vibrations are still unitary, even while microphone vibrating adds energy to part of 1d string of position and speed scalar arrays. The sparse part is, while the arrays are perfectly dense and linear, time is sparse when some springs vibrate with a larger multiplier of position subtracted from speed. In other words, this hack is a quanta level...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Chunk, an HTML Template Engine for Java

    Chunk, an HTML Template Engine for Java

    Clean, powerful templates for Java

    A powerful Java Template Engine, great for building HTML or XML docs. Chunk can handle many other needs and situations as well. In-tag filters & default values, multiple snippets per file, layered themes, macros, conditional includes, localization & more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    jPass - Cross-Platform Password Manager

    jPass - Cross-Platform Password Manager

    Compiled into a single .jar file. Tiny Password Manager. Portable

    I did not see a pre-built version of this software on the original developers Github project (https://github.com/gaborbata/jpass), so I am taking it upon myself to compile the releases as they come, so that others don't have to. --Description-- JPass is a simple, small, portable password manager application with strong encryption. It allows you to store user names, passwords, URLs and generic notes in an encrypted file protected by one master password. I will not add the source...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    1Jar

    1Jar

    One jar file packager

    This software allows you to package a *.jar file and all the dependents *.jar libraries in a single *.jar file with the option to add a splash screen to your application. The first version was never intended to be distributed and was only for education purpose, but after uploading it on some websites and seeing that it was downloaded more than 30,000 times I decided to rewrite it. The Version 1.2 was almost completly rewrited with a new GUI, a lot of bugs fixed, new icon and some...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    A photo uploader for the SmugMug photo service which automatically uploads photos into a date-based hierarchy appropriate for photo archiving. You can either download and run the jar file on any platform or you can use the Windows MSI installer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    OFormsCI

    Continuous Integration for Oracle Forms/Reports Fusion Middleware

    OFormsCI is a set of tools to form a complete tool chain for continuous integration with Git, Jenkins, Oracle Forms/Reports and WebLogic server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    AXEL Web Framework

    AXEL Web Framework

    Seriously good at building web sites

    ...) * axel-db (database actions for inserting, querying, updating) * axel-jar (builds a delivery jar file) * axel-web (builds a war file as a base for a web site that uses AXEL) Visit http://xmlactions.org for installation and setup instructions. Google+ https://plus.google.com/109415438738189235346 Facebook https://www.facebook.com/AxelFramework
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    JPOSBr

    JavaPOS implementation and more, for Brazilian Retail applications

    jPOSBr has a collection of JAR files that can help you with tasks such as: - Text files creation for the tax authorities (SPED, Sintegra, PAF, etc.) - Communication with business automation equipments, using JavaPOS standard - Issue Slips Bank - Electronic Invoice (NFE) and Electronic Fiscal Coupon (SAT / NFCe)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    jellyphish

    Don't get phished!

    What is Jellyphish? Jellyphish is the first ever script that pings a websites and tells the users if a given website is a phishing site or not. What are the minimum system reqirements? 1) jre or jdk installation on your system.(http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1880261.html) 2) Internet connection.(your system should be connected to the internet when the script is running.) How to use it? 1) Run the jar file. 2) Now copy & paste the url...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    JFX-Tabbed-Browser

    A browser written in java which supports having multiple tabs

    JFX-Tabbed-Browser ================== This is a web browser written is java using JavaFX Requirements: - Java 1.8
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    Character Encoding Translator

    Translate text from one encoding to another.

    Character Encoding Translator is an API and utility for translating text from one character encoding to another. A single JAR provides a GUI application, a console application, and an API.
    Downloads: 0 This Week
    Last Update:
    See Project