Showing 520 open source projects for "note"

View related business solutions
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • The AI workplace management platform Icon
    The AI workplace management platform

    Plan smart spaces, connect teams, manage assets, and get insights with the leading AI-powered operating system for the built world.

    By combining AI workflows, predictive intelligence, and automated insights, OfficeSpace gives leaders a complete view of how their spaces are used and how people work. Facilities, IT, HR, and Real Estate teams use OfficeSpace to optimize space utilization, enhance employee experience, and reduce portfolio costs with precision.
    Learn More
  • 1
    CCG

    CCG

    CCG (Crud Class Generator) is a ORM tool for .Net

    ...Documentation: http://ccg.snazzydocs.com/ YouTube channel: https://www.youtube.com/@ccg_4dal AI Help: https://notebooklm.google.com/notebook/8fc8a1fa-6544-4f40-bf33-ee980899e28e/preview You can send your questions and suggestions to ccg4dal@gmail.com Do not hesitate to ask me any questions you may have. NOTE: To be able to use the generated classes in your project, you should download required files (CCGDataService, CCGHelper) as well.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Appium Desktop

    Appium Desktop

    Appium Server in Desktop GUIs for Mac, Windows, and Linux

    ...If you're on Windows or macOS, Appium Desktop will automatically provide you with updated versions of the app when they are released. If you encounter a problem updating, simply delete or uninstall the app and re-download the latest. Note that Appium Desktop is not the same thing as Appium. Appium Desktop is a graphical frontend to Appium with additional tools. Appium Desktop is released on its own cadence and has its own versioning system. If you are reporting an issue with Appium Desktop, always be sure to include both the version of Appium Desktop and the version of the Appium Server which is in use.
    Downloads: 30 This Week
    Last Update:
    See Project
  • 3
    Portable Python
    Minimum barebones Portable Python distribution with PyScripter as development environment. Contains no additional packages other than those provided with the official python setup from python.org NOTE: This project is NOT affiliated with portablepython.com though this project is inspired by it.
    Leader badge
    Downloads: 518 This Week
    Last Update:
    See Project
  • 4
    AWS EC2 Instance Connect Configuration

    AWS EC2 Instance Connect Configuration

    ssh daemon configuration and necessary EC2 instance scripting

    ...Parse takes all necessary pieces as command inputs is can be unit tested independently. curl, however, obviously needs to curl EC2 Instance Metadata Service and so cannot be tested without mocking the actual service. The curl script verifies we are actually running on an EC2 instance and cURLs relevant information from EC2 Instance Metadata Service and send it to parse. Note that it must make several curl commands to proceed. If it cannot do so it fast-fails to prevent blocking the ssh daemon. The command also queries several OCSP staples from EC2 Instance Metadata Service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Leverage AI to Automate Medical Coding Icon
    Leverage AI to Automate Medical Coding

    Medical Coding Solution

    As a healthcare provider, you should be paid promptly for the services you provide to patients. Slow, inefficient, and error-prone manual coding keeps you from the financial peace you deserve. XpertDox’s autonomous coding solution accelerates the revenue cycle so you can focus on providing great healthcare.
    Learn More
  • 5
    The Pythonizer

    The Pythonizer

    Converts a Java program to the equivalent Python program

    An automatic source-code converter (transcompiler) that converts a valid Java program to the equivalent Python program. Uses Python naming conventions and indentation convention.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Material Design

    Material Design

    Material design for AngularJS

    ...AngularJS Material has entered the Long Term Support (LTS) period. The AngularJS Material library is a mature and stable product that is ready for production use. Developers should note that AngularJS Material works only with AngularJS 1.x. AngularJS 1.x is now in Long Term Support (LTS) mode, so, current development efforts are focused on bug fixes, accessibility, performance, and minor enhancements. Material Design is a specification for a unified system of visual, motion, and interaction design that adapts across different devices. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Boost Note

    Boost Note

    Boost Note is a document driven project management tool

    Boost Note is a document-driven project management tool that maximizes remote DevOps team velocity. Write overviews of systems including concepts, terminology definitions and descriptions of how these concepts work together. Having a 'living document' to help drive dialogue and exchange of ideas through collaboration helps this process significantly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    NOTE: The repository for this project has moved to https://core.tcl-lang.org/tcltls/home. TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure connections on top of the Tcl socket mechanism. Within a few lines of code, users can query https servers (see the tclhttpd project for an https server using TLS).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    CSharpLang

    CSharpLang

    The official repo for the design of the C# programming language

    ...Language Design Meetings (LDMs) are held by the LDT and occasional invited guests, and are documented in Design Meeting Notes in the meetings folder, organized in folders by year. The lifetime of a design meeting note is described in meetings/README.md. LDMs are where decisions about future C# versions are made, including which proposals to work on, how to evolve the proposals, and whether and when to adopt them. Parsing (if applicable) should be resilient to experimentation: typing should not cause crashes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 10
    MPos - Mouse Position

    MPos - Mouse Position

    Mouse coordinates and DPI information for Windows 10

    ...The mouse position is provided in physical/ unscaled Windows pixels and in coordinates scaled by DPI-virtualization. The tool also provides information about the DPI scaling and the raw/ physical DPI of the current monitor. Note: MPos requires Windows 8.1 or newer and .NET Framework v.4.6 or newer. Get support: https://github.com/bluegrams/MPos/issues Support the development: https://ko-fi.com/alxnull
    Leader badge
    Downloads: 430 This Week
    Last Update:
    See Project
  • 11
    ERC-721 Token

    ERC-721 Token

    The reference implementation of the ERC-721 non-fungible token

    ...Instead of re-implementing the ERC-721 yourself you can use this code which has gone through multiple audits and we hope it will be extensively used by the community in the future. Note that this implementation is more restrictive then the ERC-721 standard since it does not support payable function calls out of the box. You are however free to add this yourself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RSyntaxTextArea

    RSyntaxTextArea

    A syntax highlighting, code folding text component written in Swing

    RSyntaxTextArea is a syntax highlighting, code folding text component written in Swing. NOTE: For quite awhile now, RSTA's source has been hosted on GitHub, but releases were mirrored here on SourceForge. As of late 2015, all release artifacts are also hosted solely on GitHub. This SourceForge site is simply here to forward folks to our GitHub home: http://github.com/bobbylight/RSyntaxTextArea Artifacts are also available in Maven, e.g. com.fifesoft:rsyntaxtextarea:2.x.x
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    K-Framework
    The KFramework is the first integral SOFEA/SOUI framework for web based business applications using Domain Driven Design. The framework provides a web delivered SWING frontend and a WebServices based backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    QuickNoteCLI

    QuickNoteCLI

    QNC is a command line interface app for creating quick notes

    usage: QNC -a,--append Append text to the last note -c,--clear Clear all notes -d,--delete <arg> Delete note by index or name -e,--erase Erase last note -h,--help Print help -l,--list Print note list -n,--name <arg> Specify note name -N,--nano Open in nano editor (If installed) -p,--print Print last note text -r,--rename <arg> Rename last note -s,--show <arg> Show note by name -S,--dbs Start DB server On Windows you can also use WIN + R, qnc <args> Manual start: java -jar QNC-0.1.0.jar Installation with scripts: Extract files from zip to any directory WINDOWS: run install.bat UNIX: run install.sh or execute command in terminal: alias qnc="java -jar /path/to/jar/QNC-0.1.0.jar" https://github.com/DeMmAge/QuickNoteCLI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Hint.css

    Hint.css

    A CSS only tooltip library for your lovely websites

    ...Upgrading from v1.x, If you are already using v1.x, you may need to tweak certain position classes because of the way tooltips are positioned in v2. All you need to do is give your element any position class and tooltip text using the aria-label attribute. Note, if you don't want to use aria-label attribute, you can also specify the tooltip text using the data-hint attribute, but its recommended to use aria-label in support of accessibility. If you are already using v1.x, you may need to tweak certain position classes because of the way tooltips are positioned in v2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CNote

    CNote

    A Fast Lightweight Note & Code Editor

    CNote is a fast and lightweight note/code editor, it can help you quickly create/edit notes or write code. it has all the important features you need in one place, With Live Html Preview, Python Code Execution, and more, you can find the changelog at the Github repo.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    Neuron

    Neuron

    Future-proof note-taking and publishing based on Zettelkasten

    Neuron is a Zettelkasten-based note-taking system and static site generator built in Haskell. It allows users to manage interlinked notes using plain-text Markdown files, which are automatically rendered into a web-based knowledge base. Neuron supports incremental builds, backlinks, and efficient navigation across linked content, making it ideal for personal knowledge management, digital gardens, and wikis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Reminiscence

    Reminiscence

    Self-Hosted Bookmark And Archive Manager

    Bookmark links and edit its metadata (like title, tags, summary) via web interface. Archive links to content in HTML, PDF or full-page PNG format. Automatic archival of links to non-html content like pdf, jpg, txt etc. i.e. Bookmarking links to pdf, jpg etc.. via the web interface will automatically save those files on the server. Supports archival of media elements of a web page using third-party download managers. Directory-based categorization of bookmarks. Automatic tagging of HTML...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Pythopad

    Pythopad

    A free Python source code editor and Notepad replacement for Windows

    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    irs

    irs

    A music downloader that understands your metadata needs

    irs is a command-line application that downloads audio and metadata in order to package an mp3 with both. Extensible, the user can download individual songs, entire albums, or playlists from Spotify. Note that the binaries right now have only been tested on WSL. They should run on most Linux distros, and OS X, but if they don't please make an issue. At it's core irs downloads individual songs. It does this by interfacing with the Spotify API, grabbing metadata, and then searching Youtube for a video containing the song's audio. It will download the video using youtube-dl, extract the audio using ffmpeg, and then pack the audio and metadata together into an MP3. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Bootstrap Colorpicker

    Bootstrap Colorpicker

    Bootstrap Colorpicker is a modular color picker plugin for Bootstrap

    ...To use the plugin without Bootstrap, the popover option should be set to false or null and, depending on your implementation, you will usually need to set inline to true and a container selector option. Note that the plugin may work without Bootstrap if your code is not using any of the mentioned Bootstrap dependencies. Note that the dist files are only distributed via the NPM and Yarn installations. The initial color can be specified in 3 ways, input value, data-color attribute and programmatically with the color constructor option. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    forever

    forever

    CLI tool for ensuring that a given script runs continuously

    Note: If you are using forever programatically you should install forever-monitor. You can use forever to run scripts continuously (whether it is written in node.js or not). In addition to passing forever the path to a script (along with accompanying options, described above), you may also pass forever the path to a JSON file containing these options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    DockerSelenium

    DockerSelenium

    Selenium in Docker with Chrome and Firefox

    ...This purpose is augmented by Zalenium a project which uses this one to provide docker-selenium(s) on-demand. Zalenium also forwards tests to a Cloud Provider (Sauce Labs, BrowserStack, TestingBot & LambdaTest) when necessary. Note SeleniumHQ/docker-selenium and this one share the same purpose however both projects have diverged considerably in the last two years. Even though both projects share the same purpose is good to have alternatives, see also for example docker-alpine-selenium. Letting more than 1 docker-selenium project grow to be able to learn from each other's success or failures ultimately impacts the final users positively. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Leanote Desktop App

    Leanote Desktop App

    Leanote Desktop App, based on Electron(atom-shell)

    Leanote Desktop App, based on Electron(atom-shell). Use Leanote as a notebook/note, and manage your knowledge on Leanote. Do you like markdown? don't worry, Leanote support it. You can public your knowledge then Leanote is your blog! An awesome blog where you can create your own theme. Share your knowledge with your friends on Leanote. Collaborate with friends to improve your knowledge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Realtime System Monitor

    Realtime System Monitor

    An application to track your PC in realtime

    ...The desktop app can be run on the desktop to monitor its usage. The user can login from the web interface to monitor their machines. Web Dashboard: https://sys-monitor.now.sh Note: If you cannot see tray icon on gnome, you may need this https://extensions.gnome.org/extension/1503/tray-icons/
    Downloads: 0 This Week
    Last Update:
    See Project