Showing 2927 open source projects for "note-taking"

View related business solutions
  • 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
  • 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
    Downloads: 52 This Week
    Last Update:
    See Project
  • 2
    Win10XPE

    Win10XPE

    Create your WinPE Media

    ...Based on a new Concept, its main objective is to be simple, user-friendly and to be as fast as possible. Use the many XPE plugins available to customize your build to your taste. Note AV: By its nature, Win10XPE uses programs or applications which uses functions at the core of windows. Some AntiVirus mark them as positive. These are false alarms. An example with NirSoft's ProduKey to Recover lost Windows product key, 12 engines detected this file as Unsafe or Hacktool, that's not true.
    Leader badge
    Downloads: 156 This Week
    Last Update:
    See Project
  • 3

    PlantMan Office

    An office suite project written in tk + python3

    A hobby project. Made using Elementary OS!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ...Source code available on https://github.com/davidesestiliwork/JVerifier2 Usage: param 1: file name, param 2: algorithm, param 3: baseDir Example: java -jar JVerifier2.jar SHA1SUMS SHA-1 /home/davide Note: this program requires GnuPG to work properly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5
    eCxx

    eCxx

    A C++ library for AVR and NodeMCU

    NOTE: This project is marked with 'Status: Abandoned' on SourceForge because not enough time can be dedicated to this project. However it may still get sporadic commits to the repository. eCxx is a library for AVR and NodeMCU tailored for micro LED displays and lighting effects. eCxx is utilizing Makefile build system. Java and Python based applications/tools are also included to ease the development and debugging process using the host PC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Django Notifications

    Django Notifications

    GitHub notifications alike app for Django

    django-notifications is a GitHub notification alike app for Django, it was derived from django-activity-stream. Notifications are actually actions events, which are categorized by four main components. To generate a notification anywhere in your code, simply import the notify signal and send it with your actor, recipient, and verb. Generating notifications is probably best done in a separate signal. Using django-model-utils, we get the ability to add queryset methods to not only the manager,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    VDSF-VN (ppp_qos)

    Framework for simulation of video streaming over VANETs

    ...The framework is composed of several components: (1) an OMNeT++ project called "ppp_qos" (2) GatcomSUMO (3) GatcomVideo The applications GatcomSUMO and GatcomVideo are downloable from different SourceForge projects, and are developed in Java, so, they are platform independent, as well as the VDSF-VN framework. In addition, this framework requires the following simulators: (1) SUMO v1.8.0 (2) OMNeT++ v5.6.2 (3) Veins v5.1 NOTE: VDSF-VN has been developed and tested for the above mentioned versions of the simulators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ZeroMQ

    ZeroMQ

    ZeroMQ core engine in C++, implements ZMTP/3.1

    ...Libzmq is mainly written in C++98 with some optional C++11-fragments. For configuration either autotools or CMake is employed. For Linux users, pre-built binary packages are available for most distributions. Note that DRAFT APIs can change at any time without warning, pick a STABLE build to avoid having them enabled.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9

    Redmi Note 7 - Lavender

    Old is gold. Modified custom ROMs

    Some of my modified ROMs of MIUI. My old days work. Lots got deleted from my drive, OEM port and modified ROMs.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 10
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Rabio-WP-Grid

    Rabio-WP-Grid

    A Bootstrap - PHP Grid for a Headless Wordpress Blog.

    ...It was developed to be used as an alternative way for presenting blog posts to visitors or administrators of a wordpress blog. It is a Headless WordPress standalone utility. Please note that this is not a wordpress plugin. It is a standalone software that connects directly to a wordpress database without making any changes. It was developed using PHP and Bootstrap based on the query - view pages of Rabio Busines Information Organizer. A preview of this grid for Wordpress posts is available on https://wpgrid.rabio.eu where the software is used to retrieve all posts from Rabio blog
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    AES_plus_Serpent_in_CBC_mode

    AES_plus_Serpent_in_CBC_mode

    Open-source code that enables you to use AES + Serpent in CBC mode

    ...I took them from the following repositories: https://github.com/zhouyangchao/AES https://github.com/peterferrie/serpent https://github.com/intrbiz/arduino-crypto All libraries are the properties of their respective owners. Licenses from the used libraries are inside of the "LICENSES" directory. *Note that the library with the implementation of AES was slightly modified to make it compatible with the STM32F407VET6. GitHub repository: https://github.com/Northstrix/AES_plus_Serpent_in_CBC_mode_for_microcontrollers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    AES_plus_Blowfish_in_CBC_mode

    AES_plus_Blowfish_in_CBC_mode

    Open-source code that enables you to use AES + Blowfish in CBC mode

    ...I took them from the following repositories: https://github.com/zhouyangchao/AES https://github.com/ddokkaebi/Blowfish https://github.com/intrbiz/arduino-crypto All libraries are the properties of their respective owners. Copyright notices from the used libraries are in the "Copyright Notices" directory. *Note that the library with the implementation of AES was slightly modified to make it compatible with the RTL8720DN. GitHub repository: https://github.com/Northstrix/AES_plus_Blowfish_in_CBC_mode
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    POCO F5 / Redmi Note 12 Turbo Firmware
    Recovery Flashable Firmwares Made For POCO F5 / Redmi Note 12 Turbo. We Provide All Versions Of Firmwares With All Regions. These are firmware-only zips extracted from the stock rom of the device, changelog and more details will be found in the flashable zip itself, so please go through it before flashing! Thanks, #TeamShadowPORTS
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16

    Tiny Echo Server

    Tiny Echo Server, a C-code demonstration of Echo Service (RFC 862).

    ...Reference to: https://www.rfc-editor.org/rfc/rfc862 Usage(Windows): cmd.exe /c echo_srv.exe Usage(Linux): ./echo_srv Arguments: None Target OS: Windows/Linux, x86/x64 Compile Tools: TDM-GCC-64 / Visual Studio / Cygwin NOTE: If using gcc to compile on Windows, add "-lwsock32" to compiling arguments. https://sourceforge.net/projects/tiny-echo-server Revision history: V1.1.0: 2023.10, Headers for different OSs added. V1.0.0: 2023.08, File created.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Dolibarr Community Edition For Intranets

    Dolibarr Community Edition For Intranets

    Web,Sales,Finance,Inventory,Manufacture,HR,Marketing,Services,Efficacy

    This VM is created for 2 reasons: 1. Very little initial setup work required to make a ERP / CRM software live, within minutes. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other project. just replace td with do wherever mentioned ) After starting this VM, please login to its administration panel with: Website Address: https://do.local/ ( Accept Any Warnings...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    NoteFinity

    NoteFinity

    Your enhanced version of Notepad.

    NoteFinity is a revolutionary text-focused note application that transcends classic Notepad. As an enhanced iteration of the renowned Notepad, NoteFinity empowers you to effortlessly create, edit, and organize your textual content with precision. This innovative application boasts an intuitive interface designed to streamline your text-related tasks. Seamlessly capture, format, and manipulate text in various styles, unleashing your creativity and productivity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    hzmhnk builds
    Hazama Honoka Builds for: - Xiaomi Redmi Note 7/7S (lavender) - Xiaomi POCO X3/X3 NFC (karna/surya) - Xiaomi POCO X3 Pro (bhima/vayu) - Xiaomi Redmi Note 10 Pro/Pro Max (sweet) - OnePlus 9 (lemonade) - OnePlus 9 Pro (lemonadep)
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Odoo ERP CRM System For Local Intranets

    Odoo ERP CRM System For Local Intranets

    Web,Sales,Finance,Inventory,Manufacture,HR,Marketing,Services,Efficacy

    This VM is created for 2 reasons: 1. Very little initial setup work required to make a ERP live, within minutes. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other project. just replace td with ec wherever mentioned ) After starting this VM, please login to its administration panel with: Website Address: https://ec.local/ ( Accept Any Warnings ) Admin...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    GPT-Code UI

    GPT-Code UI

    An open source implementation of OpenAI's ChatGPT Code interpreter

    ...You can put a .env in the working directory to load the OPENAI_API_KEY environment variable. For Azure OpenAI Services, there are also other configurable variables like deployment name. See .env.azure-example for more information. Note that model selection on the UI is currently not supported for Azure OpenAI Services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Discussion Forum Software For Intranets

    Discussion Forum Software For Intranets

    The Free & Popular FLARUM Web Software in a Complete Virtual Machine

    This VM is created for 2 reasons: 1. Very little initial setup work required to make a Forum live, within minutes. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other project. just replace td with fm wherever mentioned ) After starting this VM, please login to its administration panel with: Website Address: https://fm.local/public/ ( Accept Any Warnings...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    devuan customizations with LXDE desktop versions 32 and 64 bits light low consumption of ram less 200mb with variety of wifi driver for connectivity and adaptation to the needs of each user, installer refracta live cd cristiano user pass 1234 root pass 1234, greetings and blessings Important note: for the respin with the Calamares installer the minimum memory for this installer to work is 700mb and as Calamares is designed for systems with systemd it will give an error at the end of the installation for not being able to delete the temporary files of the installation but the installation done correctly, greetings and blessings
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    patch-package

    patch-package

    Fix broken node modules instantly

    ...No more forking repos just to fix that one tiny thing preventing your app from working. You can use --save-dev if you don't need to run npm in production, e.g. if you're making a web frontend. Note that if you want to patch un-hoisted packages you'll need to repeat the setup process for the child package. Also make sure you're in the child package directory when you run patch-package to generate the patch files. Create a hash of your patches before loading/saving your cache.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo