Search Results for "java project with source code"

Showing 51 open source projects for "java project with source code"

View related business solutions
  • Get Avast Free Antivirus | Your top-rated shield against malware and online scams Icon
    Get Avast Free Antivirus | Your top-rated shield against malware and online scams

    Boost your PC's defense against cyberthreats and web-based scams.

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • 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
    ccls

    ccls

    C/C++/ObjC language server supporting cross references & hierarchies

    C/C++/ObjC language server supporting cross-references, hierarchies, completion, and semantic highlighting. It has a global view of the code base and supports a lot of cross-reference features, see wiki/FAQ. It starts indexing the whole project (including subprojects if exist) parallelly when you open the first file, while the main thread can serve requests before the indexing is complete. Saving files will incrementally update the index. Hierarchies, call (caller/callee) hierarchy, inheritance...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 2
    Sparkle 2

    Sparkle 2

    A software update framework for macOS

    Sparkle is an easy-to-use software update framework for macOS applications. Sparkle is open source software available under the permissive MIT license, and is developed on GitHub by the Sparkle Project with the help of dozens of valued contributors. Sparkle is kept up to date with the latest Apple technologies such as Touch Bar and Dark Mode. Sparkle supports macOS 10.9 and later. Supports Sparkle's own signatures as well as Apple Code Signing, for ultra-secure updates. Sparkle also supports...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    CocoaPods

    CocoaPods

    The Cocoa Dependency Manager

    ... dependencies for your Xcode projects. The dependencies for your projects are specified in a single text file called a Podfile. CocoaPods will resolve dependencies between libraries, fetch the resulting source code, then link it together in an Xcode workspace to build your project. Ultimately the goal is to improve discoverability of, and engagement in, third party open-source libraries by creating a more centralised ecosystem.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    FMDB

    FMDB

    A Cocoa / Objective-C wrapper around SQLite

    ... is largely the same as prior versions, but has been audited for nullability. For Objective-C users, this simply means that if you perform a static analysis of your FMDB-based project, you may receive more meaningful warnings as you review your project, but there are likely to be few, if any, changes necessary in your code. For Swift users, this nullability audit results in changes that are not entirely backward compatible with FMDB 2.6, but is a little more Swifty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Denise

    Denise

    C64/Amiga emulator with shader and runAhead

    Denise is a cycle accurate and platform independant C64 / Amiga 500/1000 emulator. My motivation for this project is understanding how it works and write clean and easy readable code. RetroArch SLANG shaders are supported by Denise. Features already known from the C64 emulation, such as runAhead, savestates, drive sounds, PAL encoding, dynamic rate control, G-Sync/FreeSync, Warp, just in time polling are also available for the Amiga. Denise supports SuperCPU, Final Chesscard, REU...
    Leader badge
    Downloads: 192 This Week
    Last Update:
    See Project
  • 6
    encrypt

    encrypt

    cross-platform, encryption application

    encrypt is a multi-platform, file encryption application. Binary packages are currently provided for Arch, Debian, Fedora, MS Windows, Android and OS X. For further details, including the latest source code, visit https://albinoloverats.net/projects/encrypt
    Downloads: 22 This Week
    Last Update:
    See Project
  • 7
    CocoaRestClient

    CocoaRestClient

    A free, native Apple macOS app for testing HTTP/REST endpoints

    CocoaRestClient is a Mac OS X app for testing HTTP/Restful endpoints. I love curl, but sometimes I need my output XML or JSON pretty printed. I want to be able to save frequent PUT and POST bodies for later and copy and paste responses easily. Think of this as a curl with a light UI. The goal of this project is to build a lightweight native Cocoa app for testing and debugging HTTP Restful services. This project was greatly inspired by the Java rest-client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    XMPPFramework

    XMPPFramework

    An XMPP framework in Objective-C for Mac and iOS

    XMPPFramework provides a core implementation of RFC-3920 (the XMPP standard), along with the tools needed to read & write XML. It comes with multiple popular extensions (XEP's), all built atop a modular architecture, allowing you to plug-in any code needed for the job. Additionally the framework is massively parallel and thread-safe. Structured using GCD, this framework performs well regardless of whether it's being run on an old iPhone, or on a 12-core Mac Pro. (And it won't block the main...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Seashore Project

    The Seashore Project

    easy to use image editor for OSX

    Seashore is a free, open-source image editor for built entirely in Cocoa. It features advanced tools like multiple layers and alpha channel editing, alongside basic tools like gradients, textures, text (with subpixel rendering) and brushes. Download the latest version of Seashore for FREE on the App Store https://geo.itunes.apple.com/us/app/seashore/id1448648921?mt=12&app=apps The latest code can be found at https://github.com/robaho/seashore The code is normally also here but I am...
    Downloads: 25 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
  • 10
    YTKNetwork

    YTKNetwork

    YTKNetwork is a high level request util based on AFNetworking

    ... to cache requests based on request version, this is one of the greatest advantages of YTKNetwork. YTKNetwork provides YTKRequest to handle every network request. You should inherit it and override some methods to define custom requests in your project. Your code is decoupled to detail network request framework, it's easy to replace it. Actually, YTKNetwork is originally based on ASIHttpRequest, we just spent two days to switch to AFNetworking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Wheefun Execution Library

    A Portable Library for Code Execution

    WFEX provides functionality for portably executing code using a variety of different execution types ("executors") from generic job objects, most notably the "tasklet" concept. It also includes synchronization primitives such as locks and barriers. This library can be included in your project to implement certain forms of high-performance computing into your projects and has bindings planned for C, C++, and Objective C. It abstracts away various concepts that are often relegated to system APIs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Agar

    Agar

    Cross Platform GUI Toolkit

    ... be implemented as part of an application or library. Complex user interface elements can be realized often in few lines of code. Agar is also extensible at the low-level. The low-level API is documented such that modular drivers can be written which enable Agar applications to work seamlessly under many platforms graphics systems without any change at the application level.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    NSLogger

    NSLogger

    A modern, flexible logging tool

    NSLogger is a high performance logging utility which displays traces emitted by client applications running on macOS, iOS and Android. It replaces traditional console logging traces (NSLog(), Java Log). The NSLogger Viewer runs on macOS and replaces Xcode, Android Studio or Eclipse consoles. It provides powerful additions like display filtering, defining log domain and level, image and binary logging, message coloring, traces buffering, timing information, link with source code, etc. Accept...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14

    code-gen

    This utility will generate the entire database code for Android and io

    This utility will generate the entire database code for Android and iOS from a specified .xml file. The code is written in C++ and requires a C14 compatible compiler. Simple Makefile also included for Linux/Mac. We have also included CMake compatibility and Visual Studio has builtin CMake capability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    macosx_gpib_lib

    Porting of linux-gpib to Mac os x

    This project aims to provide some missing GPIB function to Mac Os X. It focuses only on unsupported 82357 GPIB adapter but can be extended to other USB boards if there is a need for that in the future. The code is mainly based on linux-gpib and includes also code from fxload for mac project. This project generates a dynamic library which can be linked against any kind of application which support dylib. It also comes with a python wrapper. macosx_gpib_lib is not a kernel extension...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The project is to develop an application for the general management of virtual networks with Dynamips, VirtualBox, PixEmulator, UML, Zebra, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    HWSensors

    HWSensors

    All information from hardware sensors on your Mac

    ... will goes wrong. All repositories: Sourceforge, sources & downloads: https://sourceforge.net/projects/hwsensors/ BitBucket, sources & downloads: https://bitbucket.org/kozlek/hwsensors/overview Assembla, sources: https://www.assembla.com/code/fakesmc/git/nodes GitHub, sources: https://github.com/kozlek/HWSensors HWSensors Project (c) 2014 netkas, slice, usr-sse2, kozlek, navi, THe KiNG, RehabMan and others. All rights reserved.
    Downloads: 43 This Week
    Last Update:
    See Project
  • 18
    BabyBluetooth

    BabyBluetooth

    The easiest way to use Bluetooth

    The easiest way to use Bluetooth (BLE )in ios, anyone can use it. Simple and easy-to-use Bluetooth library, based on CoreBluetooth package, and compatible with iOS and Mac. A lightweight open source library encapsulated based on the native CoreBluetooth framework can help you use the CoreBluetooth API more easily. All methods of CoreBluetooth are completed by delegation, the code is redundant and the order is messy. BabyBluetooth uses the block method to reorganize the code according...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    KSHObjcUML

    KSHObjcUML

    KSHObjcUML can show oriented graph of dependencies between Objective-C

    KSHObjcUML is an Xcode plugin that generates UML (Unified Modeling Language) diagrams from Objective-C source code. It helps developers visualize class hierarchies and relationships directly within Xcode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Java library for accessing pen/digitizer tablets and pointing devices. JPen project site has moved to http://github.com/nicarran/jpen .
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    BSDBuild
    A self-contained and portable build system derived from the traditional 4.4BSD system. It implements Bourne configure script generation, concurrent building and it can compile IDE project files. It is portable to most operating systems and make flavors.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Peckham

    Peckham

    Add #import-s from anywhere in the code

    Peckham is an Xcode plugin that makes it easier to manage and organize #import statements in Objective-C files. It helps clean up and alphabetize imports, improving code maintainability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Noble Ape Simulation
    Simulates a biologically diverse tropical island, and the ape inhabitants cognitive processes. For MacOS X, iPad, Windows and Linux. Features a non-polygonal graphics engine and a command-line version
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    XMLVM
    XMLVM is an XML-based programming language build upon a virtual machine concept. Both Java and .NET byte code instructions can be mapped to XMLVM. XSL stylesheets allow manipulation of XMLVM such as cross-compilation to JavaScript for AJAX applicatio
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    RenderTools

    RenderTools

    A cross-platform OpenGL based lightweight scenegraph library

    RenderTools is an OpenGL based scenegraph library in C++ for Windows, OSX and IOS supporting OpenGL|ES1.1, ES2.0, OpenGL1.5 and up to the latest version (currently 4.2). It allows the developer to easily (de)serialize a scenegraph to-and-from xml, create renderbuffers, framebuffers, samplers, vertexbuffers etc. and cross-reference those items. RenderTools allows you to completely specify an application, its resources, viewcontrollers and its renderpasses in one single xml. GraphNodes such...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
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.