Search Results for "netbeans sample projects" - Page 5

Showing 166 open source projects for "netbeans sample projects"

View related business solutions
  • Deploy Apps in Seconds with Cloud Run Icon
    Deploy Apps in Seconds with Cloud Run

    Host and run your applications without the need to manage infrastructure. Scales up from and down to zero automatically.

    Cloud Run is the fastest way to deploy containerized apps. Push your code in Go, Python, Node.js, Java, or any language and Cloud Run builds and deploys it automatically. Get fast autoscaling, pay only when your code runs, and skip the infrastructure headaches. Two million requests free per month. And new customers get $300 in free credit.
    Try Cloud Run Free
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • 1

    RINEX3manipulator

    A software to manipulate RINEX 3 files

    rinex3manipulator is a software to manipulate RINEX 3 files, available functions are: - cut - under sample - filter constellation observations This small program is born to handle in a fast way RINEX 3 files to be used subsequently by the goGPS software: https://sourceforge.net/projects/gogps/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Netbrite Library

    Talks to Symon Netbrite signs

    This project was created based on the work of ThePenguinMaster (www.thepenguinmaster.com) and also Ben Wilber (ben@desync.com) The real credit should go to ThePenguinMaster for figuring out most of the protocol, I have written my own library based on ideas from both their projects. This library will allow you to connect and display messages on Symon NetBrite and in theory Netlite signs (I do not have a working Netlite) The project is not yet complete, some aspects have issues, the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Absolute Xml Framework for Java

    A simple but very sophisticated XML solution for the Java developer

    ...This project is delivered as a JAR file You can find elements with XPATH statements A method provided that accepts a HashMap and adds this content to your xml. Two sample classes provided that give examples how to create different formats of XML even one with name value pairs A sample Netbeans Project is provided to provide sample code. A JavaDoc provides details of the methods exposed in the project We are busy writing a user manual to allow you to make your own XML format and manage it with the
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    ML Toolbox

    Matlab toolbox for Machine Learning

    Matlab toolbox designed to simplify training, validation and testing process for multiple probabilistic models, including SVM, HMM and CRF. The toolbox is designed to work with Matlab Distributed Engine, allowing a distributed training of the probabilistic models.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • 5
    adLIMS

    adLIMS

    adLIMS: a Laboratory Information Management System with ADempiere

    Many biological laboratories dealing with genomic samples are facing the problem of sample tracking, both for pure laboratory management and efficiency, and for internal policies, such as Good Laboratory Practices (GLP). Our laboratory exploits PCR techniques and next-generation sequencing (NGS) methods, to perform high-throughput integration site monitoring in different clinical trials and scientific projects, based on the delivery of therapeutic genes by viral vectors integrating into the genome of target cells. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AS3WebSocket

    AS3WebSocket

    ActionScript client implementation for the WebSocket Draft RFC6455

    AS3WebSocket is an ActionScript 3 client implementation of the WebSocket protocol, following the final version of RFC 6455. It’s designed to allow Flash/AIR applications to connect via WebSocket (including secure WebSocket: wss://) to servers implementing that standard, to send/receive text and binary data, handle subprotocols, and support fragmentation etc. A test app is included. The testApp directory contains a Flash Builder 4.6 Air Project that uses the AS3WebSocket library and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    WinForm Tip Calculator
    Sample tip calculator designed with Visual Studio and used to learn more about using SourceForge to upload my projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ExcelMVC

    ExcelMVC

    Writing Excel applications in .NET using the MVC/MVVM pattern

    ...You declare views in Excel and implement their business models and view models (controllers) in C# or in any other .NET language. To see how easy it is to write Excel applications using ExcelMVC, simply run the sample applications included in the ExcelMVC release download. Just add ExcelMVC to your .NET projects from NuGet and get your ExcelMVC development started today. Go to the Wiki page for detailed instructions on how to develop ExcelMVC applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    gxLibrary : C++ (CUDA+AMP+CPU)

    C++ library for easy simulations on any CUDA/AMP/CPU or remote PC

    ...No need for *any* knowledge about CUDA or AMP or even CPU multi-threading. gxLibrary is source only ( 4 files ), intended to be included in Visual Studio 2012+ projects , primarily geared for non-production projects (proofs of concepts, testing, individual problem solutions) on Visual C++ Win32 Console applications, but can be used in other environments also. In addition to actual library files, there are Sample projects and Tutorial.pdf
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • 10
    ...This software runs exactly as the original code does, except that it utilizes multiple threads where possible. OpenMP was used for multi-threading so changes to the original code were minimal. For a demo, please download the sample data linked to below and follow the README from the tarball. Example read count data: http://www.cs.unc.edu/~wangwb09/GENSENG/reviseddata4hmm_300bpSlides_chr1.txt Suggested transition matrix file http://www.cs.unc.edu/~wangwb09/GENSENG/transition_init.dat The original code can be found at these locations: v0.1: http://www.cs.unc.edu/~wangwb09/GENSENG/GENSENG_download_page.html v0.3: https://sourceforge.net/projects/genseng/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Email Guardian

    Encryption for web based communication

    Send browser content, via a websocket, to a Java application for encryption, with encrypted data returned to the browser. NetBeans projects are from 7.4 on Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Linux Guist - Multi Lingual OS for Asia

    Linux Guist - Multi Lingual OS for Asia

    A Single Click Language Changer and Publishing System for Web and DTP

    Linux Guist - is a Multi Lingual Live CD OS for most Asian Languages, with the ability to run of a CD & Old Hardware, with just 128 MB Memory, for DTP, Web Publishing & Data Entry purposes. This will help IT employers to take up Govt. Projects that require Data Collection, Entry & Publishing at a very very low cost, while providing Training & Job Opportunities to numerous students of these languages, in the various towns, of the country. Talk to your respective IT/HRD ministry to identify...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MiniBasic

    MiniBasic

    Basic interpreter in ANSI C

    MiniBasic is a small but usable Basic interpreter. It is written in pure ANSI C, so it should be easy to get up and running in almost any environment. It has been used for PIC32 electronics projects, as an embedded scripting language, and as a teaching aid. There's an associated book, and full documentation and sample programs online (go to the project's web pages). It's designed to be easy to modify, to use the code as the basis for your own interpreter.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    galplot

    Plot GALPROP output

    Plot package for GALPROP https://sourceforge.net/projects/galprop Plots models and data for cosmic-ray spectra, secondary/primary ratios, gamma rays, synchrotron. Includes gamma-ray source population synthesis and corresponding plots. For gamma rays, convolves models with the Fermi-LAT response. This release is to assess interest. It requires many input data files (not included) which will be made available as required. With the data provided cosmic-ray spectra and ratios and source...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    PWDTK.NET MOBILE

    .NET Secure Password Hashing API for Windows Phone OS

    Similar to my project PWDTK.NET (http://sourceforge.net/projects/pwdtknet/), I have decided to port this over to the mobile environment for use in the Windows Phone OS. This is essentially the same as PWDTK.NET however it is using HMACSHA256 as the underlying PRF of the PBKDF2 spec as opposed to HMACSHA512. This is due to Microsoft not including HMACSHA512 in the Windows Phone SDK. Usage is essentially the same as with PWDTK.NET so you may also like to look at the PWDTK.NET project for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    TikiOne JaCoCoverage

    TikiOne JaCoCoverage

    Java (6&7) Code Coverage Plugin for NetBeans, based on JaCoCo

    NetBeans module that provides JaCoCo code coverage (Java7 compatible). For Ant based JavaSE projects. Maven and Gradle support may be added later. WARNING: Binary files have been removed. They're now on a NetBeans update center. Please check https://github.com/jonathanlermitage/tikione-jacocoverage#download-stable-and-dev-builds for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Eclipse JAX WS Plugin

    Eclipse Plugin to create a new Maven based JAX WS Project

    This plugin creates new Maven based JAX WS Projects with support for Spring , JPA , Hibernate and SLF4J. Plugin Creates 3 project -main , -core , -webdeploy. Main is parent project for -core and -webdeploy. Users can invoke all maven build commands on main project. Core project contains a sample Hello World Service and other business logic. Web Project contains XML related to Spring and Web Deployment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    OpenJSM C++ (new version)

    A new version of my JSM implementation

    ... - An Eclipse project for quick development, which compiles JSM as an application, static library (.a) or dynamic library (.so) - All sources (in src/, which are .h and .cpp) - Already compiled libjsm.so and application (Debug/jsm) which could be execured with sample data (input.txt), log is saved into output.txt - Docs made by doxygen (/html/index.html) How to use: 1) Use it as a program - change main.cpp as you wish 2) Use it as a shared library - write #include "way_to_jsm/headers.h" in your file, and add reference to libopenjsm.so Changes since last (1.0) version (https://sourceforge.net/projects/openjsmcpp/): - Added new methods ("get properties of object" and "add sample as string") - Added possibility of .so compilation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    2D_Game_Example_CPP

    C++, C#, modular design, udp, xml, mutithreading, SDL1.2, tinyxml

    Sample code demonstrates: - good design and architecture based on modular separation of concerns that allows different modules to be easily distributed in different combinations - clean coding and good organization of files and projects - simple 2D game renderer with animation of movements of characters - game modules are active objects(can run in separate threads) and communication between modules is via message queues protected with mutex - demonstrating safe usage of multithreading...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    stm32f4xx

    STM43F4 sample projects

    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    VHDT

    VHDT

    VHDL Design Tool - code generation and project management

    Application simplifies the development and management of VHDL projects. The project is displayed in a well-arranged tree structure depending on the hierarchy of entities. It also helps to maintain projects in a consistent state. Other features include automatic generation of VHDL testbenches and structures based on user-defined templates. The NetBeans platform is used as a basis for the implementation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Onco-STS

    Onco-STS

    A web-based Laboratory Information Management System

    Onco-STS is a web-based Laboratory Information Management System for sample and analysis tracking in oncogenomic experiments. The systematic sequencing and analysis of tumour samples, as well other oncogenomic experiments, necessitates the tracking of relevant sample information throughout the investigative process. These meta-data of the sequencing and analysis procedures include information about the samples and projects as well as the sequencing centers, platforms, data locations, results locations, alignments, analysis specifications and further information relevant to the experiments. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Standing Wave 3

    Standing Wave 3

    Flash ActionScript3 dynamic audio library

    ...The system is flexible enough to handle complex timing sequences of audio, making it suitable for advanced audio applications or interactive projects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    hadronic gamma rays

    gamma rays from hadronic processes in astrophysics

    ...To supplement these matrices I provide here a C++ class which reads the matrices, interpolates on user-defined particle and gamma-ray energy grids, and computes the gamma-ray emissivity either differential or in user-defined bands. A sample user program is provided which can be edited to provide the required functionality. See also http://sourceforge.net/projects/galprop, which includes more models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CTruck3D _Open

    CTruck3D _Open

    realistic truck & car simulator, with OpenGL graphics

    update: https://sourceforge.net/projects/newctruck3drally/ It's a 3D, physically realistic truck/car simulator, oriented to dirt tracks. This is subsancially kept as hystorical. The environment is a hilly terrain which can also be user-defined in the form of a Bitmap image file (where intensity of red component defines height). It's similar to the classic "Terep 2". Particular care for internal cam. Written in standard C. There's a Windows executable ready for use, but it's compilable...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.