Search Results for "java file transfer" - Page 94

Showing 6182 open source projects for "java file transfer"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • 1
    CMSuite2

    CMSuite2

    CMSuite2 e-commerce backoffice enterprise

    Sofware per la gestione di un negozio. Fornisce la gestione anagrafica e fatturazione relativa a clienti e fornitori, gestione magazzino prodotti, statistiche vendite. Semplice da installare. Fornisce inoltre la possibilità di gestire contemporaneamente più punti vendita. E' provvisto di una API webservices che permette l'interfacciamento da parte di software esterni quali applicativi e-commerce.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Draws a series of breaking waves of water, in 2 dimensions No foam. Water waves outlines uses Bezier curves No file I/O. Java 2 interactive animation GUI. See BestWavesLive.com for applet., ptrthis.ca. Spline Skinning Approach.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Stegno

    This project is created for providing basic stegnography concept.

    ...RUN Decryptor.CLASS (WITH APPROPRIATE JAVA ENV.) 2. PROVIDE APPROPRIATE PARAMETERS. • file_name : (NAME OF FILE i.e. output_file_name in ENCRYPTION process) • logical_file_name : (NAME OF LOGICAL FILE i.e. target_file_name in ENCRYPTION process, file extension matters not name) e.g. java hidden.mp3 hideme.mp3 [output_file_name] [target_file_name]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 5

    Unique Words "Infinite" Counter for Java

    Unique Words "Infinite" Counter

    Unique Words "Infinite" Counter for Java (UWICJ) does not need to know the size of the input stream before hand, the stream can be very large and it is not limited by the maximum file length or main memory size. UWICJ uses a constant size (in the number of words) of the main memory that makes it O(1) bytes in an average case and lets it work with extremely long streams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Pingcat

    Python program to send and recive data over ICMP

    Python program to send and recive data inside of ICMP packets, good for chat through firewalls, next version will have file transfer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Gamer Football Statistics
    A Java program for tracking your results in football games like PES12 or FIFA12 against other gamers/computer. Track tournaments organized by group stage and knock out phase or championships organized by seasons, matchdays and matches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Micro Manager
    Micro Manager is an open source file manager for android systems, developed under GPL v3 License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    LibDetector

    LibDetector

    EXE library detector

    With this program, you can know which libraries an EXE file needs to work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Your monitoring isn't a stack. It's a pile. Fix that. Icon
    Your monitoring isn't a stack. It's a pile. Fix that.

    Errors, performance, logs, uptime. One install, one invoice, one UI.

    Replace Datadog, New Relic, and Sentry without adding three more dashboards.
    Free 30 days.
  • 10

    QuickREx2

    QuickREx2 Regular Expressions

    ...Additionally to the original plugin this one has a button for importing a regular expression from the editor pane. This is very helpful if the regular expression has escaped characters in the regex string. Imagine there is a Java file with a regex pattern like: "My\\s\"product\"\\scosts\\$\\d+\\.\\d{2}" To use this in the original QuickREx you have to copy the pattern, paste it into the plugins input field and remove 1 level of all the escapes: My\s"product"\scosts\$\d+\.\d{2} Using QucikREx2 this is done by mark the regex and press the import button ... done.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SimpleHTTPDB is a client based key-value database that allows for storing data on any http-server via FTP. This way, no server-based functionality is required. Security of the data is provided by high-level encryption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    WSNFuse provides an abstraction layer for wireless sensor networks, allowing to expose one or many WSNs by means of different access technologies(e.g.: filesystem, JMS, RMI, Smart-Spaces, etc.).Its plugin-based architecture allow users to develop and adopt thei own plugins and configure WSN fuse to better suit their needs. This project has been partially supported by the CHIRON EU research project co-financed by the artemis joint undertaking (http://www.chiron-project.eu/) .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    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 will be generated at your C:\ drive with log file name called 'log827'.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    download cluster

    Java application for multiple downloads

    Java application that allows you to download multiple files (concurrently) using a cluster of computers. Aplicación en JAVA que permite descargar multiples archivos de manera concurrente utilizando un conjunto de ordenadores
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    PurePostPro

    Post FTP upload script logging to database

    PurePostPro is a utility that is run via the PureFTPd uploadscript facility. It's one solution to centrally handling uploads from a number of users, and extensive logging is provided by a Perl+MySQL combination. The key feature of the software is that duplicate files should be detected, and incoming files have an MD5 checksum automatically generated. All upload details, including timestamp, uploaded-by, checksum, filename and location are all stored in a 2-table database. The software...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DB Web Admin Provides access to your databases through a web interface. It gives users visibility into their SQL Server database instances. DBWA shows users Currently running SQL Queries, Historic Queries, and Fragmented Indexes. DBWA also allows users to kill currently running queries or run their own SQL queries. DBWA is implemented in ASP.NET MVC using C#. Previous Versions supported Oracle(PL/SQL and JSP), MS SQLServer (ASP), and MySQL/ODBC (C#.NET) versions.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    Rows Based File is file management software. User can access any row randomly in files without load whole file into memory. It can be used in somewhere, such as huge queue file or logging file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    EVOlution RTS - Continued version

    Continued version of EVOlution RTS,

    ...source=directory, last updated on 30th of December, 2010). Thus, this project is to continue the goal of the original EVOlution RTS - To create a game incorporating cells. Since I am an unexperienced Java developer, I need someone to help me out. This is the first major project, and I do require a person to help me out. If you are interested, please email me at weien_1999@hotmail.com or my sourceforge email. I have included a TODO file, copied from the original project, but with added stuff to increase the complexity and fun in this game. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    <img src="http://etudiant.univ-mlv.fr/~ofiguero/anaconda_logo_2.gif" align="right" /> A java based file navigator/manager to be used on both Linux and Windows OS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    File Master

    File Master

    File Master is a multipurpose file handling tool.

    File Master is created to assist you when handling many files at one time. File Master can for example rename many files at once, or zip them for storage.
    Leader badge
    Downloads: 33 This Week
    Last Update:
    See Project
  • 21

    trans-pl

    transmission management script for TomatoUSB

    ash script for management of transmission-deamon and transmission-remote under TomatoUSB fimware
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Walkway Mod

    Walkway Mod for mincraft

    ...the walkway mod is like one of those walkways you see at the airport but much faster. How to install: 7zip MODLOADER IS REQUIRED! I DO NOT PROVIDE! o0o-----.:: READ THE README!::.-----o0o (readme is in the downloaded file) i understand that this mod is not compatible with some mods but if you want them to be you MUST send me a download link so i can read their java code and remake mine to suit your needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    ATG Repository Architect

    ATG Repository Modeler

    Welcome to "ATG Repository Modeler" Tool. Every one has challenge to create repository xml file in ATG. Here we are providing a GUI based tool, which has capability to create new and modify existing repository xml files. This has view of xml source for each element in repository tree.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Another Generation Webmin module for administration of the Spam and Virus Filter Daemon MailScanner configuration file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Net::FTPSSL is an object oriented Perl module which implements a simple FTP client over a Secure Shell Layer (SSL) connection written following the directives described in RFC959 and RFC2228.
    Downloads: 0 This Week
    Last Update:
    See Project