Showing 453 open source projects for "note"

View related business solutions
  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    The Number Race
    Software designed for remediation of dyscalculia (or mathematical learning disabilities) in children aged 4-8 and for teaching number sense in kindergarten children. For more information, visit the unicog lab website using the link below. NOTE: To use The Number Race, you may need to download TWO files, the main program (above), AND a language pack. To get to the language packs, click on "Files" on the menu bar above, and select version and the appropriate language. If you are lucky there might be an installer + language pack available as one download. Check "Files" -> version -> Language
    Leader badge
    Downloads: 184 This Week
    Last Update:
    See Project
  • 2

    Digit Span Tester

    A Task / Test of Working Memory for Cognitive / Neurosciece Research

    To perform automated digit span tests to evaluate on working memory function, especially in cognitive / neuro research. Hope to reduce practice effects and eliminate the need to use clinical assessments in research settings. Requires Java 7 or newer. Note that this is a research tool, and was not intended (and not evaluated) for clinical assessment. FINAL VERSION: If you want more features, download the source and hack it yourself. Apologies to those who've asked for help and got no response -- I lost my password, and wasn't able to log in for years. THIS IS AN OLD PROJECT, started for practice, and can be buggy on some systems; the code is messy and the design may be simplistic in ways.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    iwant
    NOTE: This is a sf.net/subversion clone from https://github.com/wipu/iwant A java-based declarative, multi-threaded and incremental build system that provides a fluent java API for writing build programs. Can use ant tasks and ant and shell scripts as backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Astrolabe Generator

    Generates custom astrolabe EPS files

    NOTE: The Astrolabe Generator has moved: The Astrolabe Generator and related projects have moved to a new location. Find us on Github at: https://github.com/wymarc This program will generate a set of PostScript (EPS) files for the front, back, rete and rules of an astrolabe for a given latitude. Additional related quadrant tools are also available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
    Try for free
  • 5
    ThoughtStack

    ThoughtStack

    Organize your thoughts with ThoughtStack!

    ThoughtStack is a folding-tree-based notepad. It's great for brain storming, outlining, planning, and all your other note-taking needs!
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    **NOTE**: As of 2017-Sep-14, this project was **moved to [github](https://github.com/15knots/cmakeed)**. Please file any issues there. ----- Eclipse plug-in for editing CMake files such as CMakeLists.txt. Provides syntax coloring, CMake command content assist, and the CMake command reference incorporated into the Eclipse help system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    NOTE: Use of this codebase is NOT RECOMMENDED. This project has been migrated to github at http://jaerproject.net (or https://github.com/SensorsINI/jaer for the Java code). Commits have been disabled for the subversion sourceforge repository and new development is being done on the github repository. Java tools for Address-Event Representation (AER) neuromorphic processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    QuakeReport

    QuakeReport

    An app that lists earthquake occurrences (based from USGS)

    ...Unzip the downloaded file from this page 2. Copy the QuakeReport_v1.0.apk file to your phone 3. Follow the instructions in the installation guide screenshots to install the app Note: This app was made as part of the Udacity's Android Basics course https://www.udacity.com/course/android-basics-networking--ud843
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Origami Editor 3D

    Origami Editor 3D

    Virtual paper folding program

    ...The main purpose of this program is designing origami, but if you only want to learn how to make some origami figures, there is a set of built-in example files that can help you. Currently, there are 34 example figures available. Please note that this project was created for fun and still is a work in progress. The Discussion forum is open for anyone who wants to report a bug or suggest a new feature. User Guide: http://origamieditor3d.sourceforge.net/userguide/en/index.html
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10

    Bria Desktop API Samples

    Samples and wrappers around the Bria desktop API

    ...Suggested applications range from simple functions such as enabling click-to-call from web pages, to integration with sophisticated Call Center, Customer Relationship Management (CRM) and Health Care applications. This project provides sample and convenient wrapper code to utilize this API. *Note* you need a Bria desktop application to utilize the API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    VisitorGenerator

    Generator for visitor code providing no Visitor Pattern in Java

    New version 1.0.1 is available since April, 4th 2017. The Visitor Generator creates Java Source Code for classes traversing non-visitable component tree in a half-automated way. Please note that the Visitor Generator does not generate code according to the Visitor Design Pattern. The Visitor Generator generates code for components having no Visitor Design Pattern implemented by customer or design restrictions but there is a need to traverse the component tree. The generates code separates the code for the "visiting" (what to do on a visited node component) and the code implementing the traversal logic by a RelationResolver. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    StrategyStateGenerator

    Generator for strategy and/or state pattern code in Java

    ...Thus the ancestor project [Strategy Generator](https://sourceforge.net/projects/strategygenerator/) has been adapted as new project *Strategy/State Generator* to generate also *State Pattern* Java source code. Please, note, that the API of this project and [Strategy Generator](https://sourceforge.net/projects/strategygenerator/) are similar but not identical. The structure is equal. However, the class and field method names
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Etheric Synthesizer

    Etheric Synthesizer

    Theremin synthesizer for Android devices

    Etheric Synthesizer (EtherSynth) is a theremin-like synthesizer application for Android platform, which allow you to play otherworldly melody by swiping finger on the screen. Though It does not closely imitate a real theremin as Etheric Synthesizer uses only one finger to play. It currently supports monophonic note playing with configurable waveform, frequency scale, control area, and control orientation. Basic recording function is also included (WAVE format). Etheric Synthesizer works on Android version 2.0 and above.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    msgparser is a small open source Java library that parses Outlook .msg files and provides their content using Java objects. NOTE: this project is no longer maintained and superseded by https://github.com/bbottema/outlook-message-parser
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    jspforum-simple

    jspforum-simple

    A simplified forum application based on Java EE: strust+spring+ibatis

    A simplified forum application based on full and professional Java EE technology: struts+spring+ibatis (ssb) / hibernate (ssh). Which be implemented as the prototype of web forum / BBS, and provided for all the functionalities. Note: the WAR file can be directly imported from Eclipse or other Java EE IDEs and it is also including all the source code inside. IMPORTANT: while launching the app in the server, please re-configure the fields in the files of log4j.properties + lucene_cfg.properties + forum_cfg.properties. For the details, please read the file of 'readme,txt'. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16

    JNotepad

    A really basic notepad written in Java

    A really basic notepad written in Java. It was developed for educational purposes, but I wish to share my work with the Community.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Androsm

    Androsm

    Map application using OpenStreetMap data

    Android application which shows a moving map which is created from OpenStreetMap data. It is a fork of GpsMid. Please note that Androsm is under a major rewrite. The binary release doesn't have a native Android UI yet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ScoreDate

    ScoreDate

    ScoreDate is a software to learn music reading and ear training

    ScoreDate is your date with the music ! It is an open source software written in Java that helps musicians to learn music reading. It also helps you with ear training. It is suitable for any skill, from beginners to professional users. From slow training to first sight reading.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Dionysus

    A pub management application, with stock management and user accounts

    ...It can produce tickets, manage inventory for different articles and manage user accounts used to keep track of delayed payments ('slate'). It can suit the needs of small shops selling a limited number of products and which do not require advanced features. Please note that this is alpha-quality software! Some of the bugs known so far are listed in the project wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    LSD

    LSD

    LSD stands for Linux Storage Devices

    LSD - basic tools for Linux to monitor state of CPU, HDD/SSD and USB/COM ports(in nearest feature). It can provide you the same information which you can find looking into root files of Linux OS, but if you want to do it much faster just use LSD. Note: S.M.A.R.T won't run until you run LSD as root. You need to have installed smartctl on your PC to use this option.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Nubage - Expenses Calculator

    Nubage - Expenses Calculator

    Calculate your Life! :)

    ...You are able to load/save this list for future addings. This is my first project on SourceForge, I hope you enjoy it. :) If you have any suggestions/bugs feel free to contact me. Have fun! :) Raph NOTE: You need Java 8 to run this tool! Get it here if you haven't already installed it:http://www.java.com/en/download/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Java Google Alerts API

    Java Google Alerts API

    A java library allow user get, create, delete, update google alert.

    Java Google Alerts API provides you with a lightweight library especially designed to help developers create, delete and update Google alerts within their applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    IP2LocationLookupTool

    Allow you to lookup IP address with geo-location information

    ...This component will displays the below geolocation information for an IP address lookup. * Country * Region * City * Latitude & Longitude * ZIP Code * Time Zone It supports both the IPv4 and IPv6 address. Please take note that this component requires the “IP2Location DB11 BIN” data file and “IP2Location Java Component” to function. Below are the download links: * IP2Location DB11.LITE BIN (free version): https://lite.ip2location.com/database/ip-country-region-city-latitude-longitude-zipcode-timezone * IP2Location DB11 BIN (commercial version): https://www.ip2location.com/databases/db11-ip-country-region-city-latitude-longitude-zipcode-timezone * IP2Location Java Component: https://github.com/ip2location/ip2location-java SUPPORT Home page: https://www.ip2location.com Email: support@ip2location.com
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    Pastiche ircd

    Simple IRC Server written in Java

    A Simple IRCD written in Java, for ease of adding custom code and allow better protection against crackers/hackers. (Note: This project has been moved to GitHub)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    (RoboSim) Robot Simulator

    (RoboSim) Java based Robot Localization and Path Planner Simulator.

    ...The source code is available on Github where you can find latest development and up-to-date documentation. Source : https://github.com/habsoft/robosim Blog : https://robosimblog.wordpress.com Note : Use jre 1.7 to run it. 1.Histogram Filter 2.Histogram Filter with Sonar Range Finder (Experimental) 3.Kalman Filter 4.Particles Filter 5.Path Planning 6.Path Smoothing 7.PID Controller Path Planning Algorithms 1.BFS 2.DFS 3.A Star 4. Dynamic Programming Heuristics i. Euclidean Distance ii. Euclidean Distance(+) iii. ...
    Downloads: 2 This Week
    Last Update:
    See Project