Search Results for "cynetsvm-java" - Page 142

Showing 43742 open source projects for "cynetsvm-java"

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
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 1
    The PHP script engine for Java. --- Run PHP applications within any J2EE server or servlet engine and/or connect script engines like PHP with Java or .NET back ends efficiently.
    Leader badge
    Downloads: 54 This Week
    Last Update:
    See Project
  • 2
    Google Cloud Platform Java Samples

    Google Cloud Platform Java Samples

    Java and Kotlin Code samples used on cloud.google.com

    Java and Kotlin Code samples used on cloud.google. This repository holds sample code written in Java that demonstrates the Google Cloud Platform. Every file containing source code must include copyright and license information. This includes any JS/CSS files that you might be serving out to browsers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    PCAPAnalyzer

    Network traffic analysis from PCAP format

    PCAP Analyzer is a tool that helps analyzing network traffic captured in a PCAP format (standard of tcpdump). It has extensible Filters in charge of dissecting packets and printing information like throughput or anything that can be analyzed by Filters (e.g. packet loss, reordering, ...). It comes with several built-in Filters but can be expanded by adding custom-made Filters to the classpath. It was developped to help understanding complex network routing problems, where packets could...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    This projects provides an SRCP (Simple Railroad Command Protocol) daemon as front-end for central units.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5

    JPdfCompressor

    A simple pdf compression tool written in Java using Itext PDF Library

    A simple pdf compression tool written in Java Using Itext PDF library for java
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    TimeCollect
    TimeCollect records time you spent on your development work. Core features are: Automatic uptime monitoring, recording a break with one click, Trac integration for fetching tickets you are working on, storage in Derby or external MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Web Widget Toolkit (WTK): Server-side components for easily creating web-based user interfaces with complex navigation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Java File Tree Walker

    A console based File Tree Walker written in Java.

    A file tree walker written in java consisting of three classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    JDistlib

    Java library of statistical distribution

    A Java package that provides routines for various statistical distributions. Based on R version 2.14.1 (continuously updated; current as of R v3.3.0). The major difference is that JDistlib is thread safe. The library contains the density (pdf), cumulative (cdf), quantile, and random number generator (RNG) routines of the following distributions: Ansari, Beta, Binomial, Cauchy, Chi square, Exponential, Fisher's F, Gamma, Geometric, Hypergeometric, Kendall, Logistic, Log normal, Negative binomial...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • 10

    FFTools2

    Scripter to automate orders in the game Eressea

    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Prolog+CG is a Java implementation of Prolog with extensions implementing a subset of the Conceptual Graph (CG) theory of John Sowa. CGs are first-class datatypes on a par with terms. Object oriented extensions are also included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GLPK for Windows

    GLPK for Windows

    Windows binaries for the GNU Linear Programming Kit (GLPK)

    GLPK 4.65 (GNU Linear Programming Kit, http://www.gnu.org/software/glpk/) is a solver for large-scale linear programming (LP), and mixed integer programming (MIP). This project supplies the most recent Windows executables - 2018-03-17. Linux and OSX users should download the source distribution from http://ftp.gnu.org/gnu/glpk
    Leader badge
    Downloads: 267 This Week
    Last Update:
    See Project
  • 13
    A quantitative finance C++ library for modeling, pricing, trading, and risk management in real-life. A cross-platform free/open-source tool for derivatives and financial engineering.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 14
    license4j

    license4j

    License4J Library and GUI Tools

    LICENSE4J is a robust licensing library and license server that simplifies software licensing for developers. It allows for easy integration of licensing functionality into Java applications with minimal code. The user-friendly web-based License Manager works seamlessly on both desktop and mobile devices, enhancing accessibility for all users. The Licensing Library is a versatile tool that developers can easily integrate into any Java application. It empowers developers to implement license...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Simple Client Server Chat Example

    An example of a simple chat system

    This project is a demonstration example on multi-threading programming in Java (old school) and network programming (String exchanges over network). The multi-threading part aims to show how to avoid blocking methods by putting them in separate thread, therefor, the ExecutorService was not used. Two Runnable interfaces are available in the server and the client to show how the dialog is managed. The Socket part aims to show how simple communication using TCP/IP are quite simple. The system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    XLSX parser for Java in 150 LOC

    An extremely minimal parser for XLSX (Excel) files

    I was unable to find a minimal XLSX (Excel) parser. The closest free option would be apache POI with about 8+ megabyte of JARs and features I don't need. The input is an XLSX file and the output is a Map<String,String[][]> with key of 'sheet name' and a String[][] of cell data. Dates are reformatted to dd/MM/yyyy (configurable in the code). The output of String[][] is to keep the interface compatible with CSV (eg. OpenCSV).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    NetBuffer

    NetBuffer

    TCP and UDP network buffer

    NetBuffer is a data buffer and splitter: configure your device to push data into NetBuffer, and NetBuffer forwards it to unlimited destinations. Offloads processing from your device to the NetBuffer system. Centralizes management. Runs on Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    I love my posts V2

    marks your tumblr posts as liked

    A robot that marks your tumblr posts as liked.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    GMAT Timer

    A Timer for GMAT Exam (Win and Mac)

    A timer does it best to mimic the one in the real GMAT test -- appearing on the right top corner of the screen. Of course, you can set the time to count down.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Civilizer

    Civilizer

    Civilizer - Tool to efficiently manage your data/knowledge/idea

    Civiilzer is a Dedicated Personal Knowledge Management Tool built by Java. You can use it for purposes such as a high level note application, document store, information hub, etc. With Civilzer's Markdown editor, you can edit text in Markdown format, but the editor provides a lot more additional features, so you can edit your content in a more stylish fashion. You can structure and organize your data with tagging, relating, bookmarking. Civilizer's full text search functionality is simple...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    xml2j

    XML Schema SAX based code generator for Java

    XML Code Generator and Framework for Java, helps you develop high-volume XML Parsers quickly and consistently. Unlike most development tools, xml2j does not force you to use a vendor specific API; using our generator the model is the API. The code generator uses XSLT to transform XML Schema to Java code and is fully adaptable. With XSD there are many different possible approaches to defining a schema for your XML, therefore the generator first normalizes the XSD to an XML fit for code...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    MarkList

    MarkList

    Collection of Mark lists from Mobile App and Print Progress Cards

    Teachers can submit mark lists from mobile app. Mark lists are bulk printed. Pdf can be printed individually. Mark lists are compiled in to one data sheet. Progress cards can be viewed or printed directly. You can write your own code to print Progress Card. Data is collected in Text Format so can be accessed and interpreted easily. Mobile App Google Playstore Link : https://play.google.com/store/apps/details?id=in.refort.MarkList&hl=en Other open source projects...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Taxoblast

    Taxoblast is a pipeline to identify contamination in genomic sequence

    Raw genomic sequences are frequently contaminated with sequences of other organism. Their identification is essential for the interpretation of genomic data. In this context it is essential to distinguish between horizontal gene transfers and contamination. The genomic context of sequences can help distinguish the two scenarios. Taxoblast splits genomic scaffolds into sub-sequences of defined length and for each of them determines the closest related taxon. It then summarizes this...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    jMednafen

    jMednafen

    jMednafen is a front-end for Mednafen

    jMednafen by Nikodim jMednafen is a front-end for Mednafen (http://sourceforge.net/projects/mednafen/) where the latter is a command-line-driven multi-system emulator utilizing OpenGL and SDL. jMednafen is purely written in Java 7 and it doesn't require anything, but this version of Java such as JRE or JDK, ver. 7 or newer. This is a cross-platform application that works under a graphical user interface (GUI). It is open source. To ease running video games for consoles is its goal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    XOS test builds

    XOS test builds

    AOSP-based Operating System (On phone tap on "Try to download anyway")

    halogenOS test builds (release builds are just a leftover) The test builds and modules are supposed to be only used by our testers. But if you are not a tester, and use these builds anyways, don't expect support if you get problems. You can report the bugs, but you have to be experienced enough to know how to revert back to a working state and how to report bugs and provide logs.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.