Showing 53 open source projects for "notable"

View related business solutions
  • 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
  • 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
  • 1
    Verible

    Verible

    Verible is a suite of SystemVerilog developer tools

    ... to develop a SystemVerilog parser for their own application, because developing a standard-compliant parser is an enormous task due to the syntactic complexity of the language. Verible's parser is also regularly tested against an ever-growing suite of (tool-independent) language compliance tests. A lesser (but notable) objective is that the language-agnostic components of Verible be usable for rapidly developing language support tools for other languages.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 2
    GoogleTest

    GoogleTest

    Google Testing and Mocking Framework

    GoogleTest is Google's C++ mocking and test framework. It's used by many internal projects at Google, as well as a number of notable projects such as The Chromium projects, the OpenCV computer vision library, and the LLVM compiler. This GoogleTest project is actually a union of what used to be two separate projects: the old GoogleTest and GoogleMock, an extension of GoogleTest for writing and using C++ mock classes. Since they were so closely related, they were merged to create an even...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 3
    ZoKrates

    ZoKrates

    A toolbox for zkSNARKs on Ethereum

    .... zkSNARKs are the most widely used zero-knowledge protocols, with the anonymous cryptocurrency Zcash and the smart-contract platform Ethereum among the notable early adopters. Ethereum runs computations on all nodes of the network, resulting in high costs, limits in complexity, and low privacy. zkSNARKs have been enabling to only verify computations on-chain for a fraction of the cost of running them, but are hard to grasp and work with.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 4
    telegraf.js

    telegraf.js

    Modern Telegram Bot Framework for Node.js

    .... It contains the update, botInfo, and telegram for making arbitrary Bot API requests, as well as shorthand methods and getters. Telegraf is written in TypeScript and therefore ships with declaration files for the entire library. Moreover, it includes types for the complete Telegram API via the typegram package. While most types of Telegraf's API surface are self-explanatory, there's some notable things to keep in mind.
    Downloads: 10 This Week
    Last Update:
    See Project
  • Build apps or websites quickly on a fully managed platform Icon
    Build apps or websites quickly on a fully managed platform

    Get two million requests free per month.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure.
    Try it for free
  • 5
    Dennix

    Dennix

    Dennix is a unix-like hobbyist operating system written from scratch

    Dennix is a Unix-like operating system with a monolithic kernel written in C++ and a POSIX-compliant userland. It is a fully self-hosting operating system, meaning it can compile itself from within its own environment. Dennix includes a basic windowing system, dynamic linker, and terminal interface, and supports ELF binaries, memory management, and multitasking. As a hobbyist OS, it offers an impressive amount of functionality and polish, making it a notable example in the field of self-built...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    keep a changelog

    keep a changelog

    If you build software, keep a changelog

    Don’t let your friends dump git logs into changelogs. A changelog is a file which contains a curated, chronologically ordered list of notable changes for each version of a project. To make it easier for users and contributors to see precisely what notable changes have been made between each release (or version) of the project. People do. Whether consumers or developers, the end-users of software are human beings who care about what's in the software. When the software changes, people want...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Windows Service Wrapper permissive

    Windows Service Wrapper permissive

    A wrapper executable that can run any executable as a Windows service

    WinSW wraps and manages any application as a Windows service. Functionality-wise, there's really not much that's worth noting; the problem of wrapping a process as a Windows service is so well defined that there aren't really any room for substantial innovation. You basically write a configuration file specifying how you'd like your process to be launched, and we provide programmatic means to install/uninstall/start/stop services. Another notable difference is that winsw can host any executable...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 8
    Mobile Open-Source Software and Tools

    Mobile Open-Source Software and Tools

    Android, UIQ 3.0, Series 60 Edition 5 open-source software

    Android, Symbian UIQ 3.0 and Symbian Series 60 Edition 5 open-source software, tools, libraries and themes. Most notable the FX-602P / FX-603P Simulator and the HP-45 Emulator are hosted here.
    Leader badge
    Downloads: 90 This Week
    Last Update:
    See Project
  • 9

    jax

    Just an Extended Artificial Intelligence

    JAX (Just an Artificial Intelligence Extended) is a notable innovation in the field of Artificial Intelligence (AI), designed as an optimized version of the openSUSE Linux image. This platform is meticulously crafted to facilitate access and development of AI applications, representing a significant milestone for researchers, developers, and technology enthusiasts. Its structure is built on the pillars of flexibility and efficiency, providing an ideal environment for exploring the vast...
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 10
    OP Fingerprinting Script (OPFS)

    OP Fingerprinting Script (OPFS)

    An overpowered JavaScript browser fingerprinting library

    OPFS is a browser fingerprinting library for creating persistent, unique and long-lasting digital fingerprints without depending on ever-changing variables such as the user agent string commonly used in other browser fingerprinting libraries. As such, the fingerprint does not change most of the time when a user upgrades their browser to the current version. OPFS uses some novel methods not well known before the publishing of this repo that allow the creation of a likely completely unique...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    etcsh

    etcsh is an enhanced version of tcsh.

    etcsh is a project envisioning enhancements and fixes over the original tcsh. Notable features over the original tcsh are • function declarations; • variable assignment from pipes and redirections; • comments on interactive sessions; • tell whether stdin is empty or not; • variable expansion on expressions corrected; • piped built-ins are forked; • missing test built-in implemented; • read-write variable flag; • exit shall cancel lists. More is to come. Feedbacks...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Real-ESRGAN Video Enhance

    Real-ESRGAN Video Enhance

    Real-ESRGAN video upscaler with resumability

    REVE (Real-ESRGAN Video Enhance) is a small, fast application written in Rust that is used for upscaling animated video content. It utilizes Real-ESRGAN-can-Vulkan, FFmpeg and MediaInfo under the hood. REVE employs a segment-based approach to video upscaling, allowing it to simultaneously upscale and encode videos. This results in a notable enhancement in performance and enables the feature of reusability. You can download Windows executable file for Intel/AMD/Nvidia GPU. This executable file...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 13

    Smart AI Crypto Trading Bot

    Smart AI Crypto Bot: Automated, secure, and adaptive trading tool.

    ... accurate trading recommendations, pinpointing the best moments to buy or sell particular digital currencies. A notable attribute of the Intelligent AI Crypto Trading Assistant is its capability to adjust to fluctuating market conditions. It consistently learns from market data, enhancing its algorithms to boost trading precision over time. This capacity for adaptive learning ensures the system remains effective even as market dynamics shift.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Miningcore

    Miningcore

    Miningcore is a high-performance Mining Pool Software for Linux

    Miningcore is a high-performance Mining Pool Software for Linux and Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Notable

    Notable

    The Markdown-based note-taking app that doesn't suck

    Notes are written in Markdown, plus you can write KaTeX expressions, Mermaid diagrams and more, check out our Markdown cheatsheet. Notable provides a very powerful Markdown editor, it's the same one VS Code uses in fact, so features like multi-cursors, a minimap and best-in-class syntax highlighting are built-in. Notes and attachments are simply stored on your disk, this is extremely portable and powerful: you could edit your notes via a third-party editor on mobile, have them synchronized via...
    Downloads: 31 This Week
    Last Update:
    See Project
  • 16
    github-changelog-generator

    github-changelog-generator

    Automatically generate change log from your tags, issues, labels, etc.

    Automatically generate change log from your tags, issues, labels and pull requests on GitHub. Fully automated changelog generation - This gem generates a changelog file based on tags, issues and merged pull requests (and splits them into separate lists according to labels) from octocat: GitHub. What’s the point of a changelog? To make it easier for users and contributors to see precisely what notable changes have been made between each release (or version) of the project. Why should I care...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Cyclone

    Cyclone

    Powerful workflow engine and end-to-end pipeline solutions

    ..., Cyclone provides built-in support for high-level functionalities, with CI/CD pipelines and AI DevOps being two notable examples, and it is possible to expand to more use cases as well. With Cyclone, users end up with the flexibility of workflow orchestration and the usability of complete CI/CD and AI DevOps solutions. Parameterization: stage (unit of execution) can be parameterized to maximize configuration reuse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DeSmuME

    DeSmuME

    DeSmuME is a Nintendo DS emulator

    ..., with the notable exception of DraStic. DeSmuME's source code is now hosted at https://github.com/TASVideos/desmume/ win32 autobuilds @ https://ci.appveyor.com/project/zeromus/desmume/build/artifacts
    Leader badge
    Downloads: 1,655 This Week
    Last Update:
    See Project
  • 19

    rex-text-tool

    Shell tool for processing text files with regular expressions

    ... format but no changes are actually made. The substitution tool can also create backups of the original files. Rex's parsing tool can format its output in several different ways including user-defined formats. Notable formats are the SHELL variable-like syntax (designed for 'sourcing' into the shell) and the CSV format. Please see the help text (rex --help) and/or the wiki for complete details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SPar: Stream Parallelism in Multi-Cores

    SPar: Stream Parallelism in Multi-Cores

    An Embedded C++ Domain-Specific Language

    SPar is an internal C++ Domain-Specific Language (DSL) suitable to model and implement classical stream parallel patterns. The DSL uses standard C++ attributes to introduce annotations tagging the notable components of stream parallel applications: stream sources and stream processing stages. Latest version can be downloaded from the SVN using the following command: svn checkout svn://svn.code.sf.net/p/spar-dsl-compiler/svn/ spar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Data Science

    A learning library for Data Science

    This project is a collection of sub-projects that contain various experiments in various languages for exploring the machine learning and data science fields. Notable languages are Scala and Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Get all the business and economic news in partial real-time from more then 15 different sources. Coverage includes economic data points, monetary policy alterations, international events, exclusive commentary and notable price movement. List of few of our news sources : Fxwirepro, Reuters, Bloomberg, Thegaurdian, cnbc, economiccalender.com, Marketwatch.com and more. We will be integrating more news source as we update Mongerskit News.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This project is a modification of the project started by Derek Wight (found here https://sourceforge.net/projects/barebonespic/). "A bare-bones PIC programmer. This low-voltage programmer runs from the serial port of a Windows PC using a handful of inexpensive components." Notable changes here: 19-Oct-2016 - The clock is inverted and pulled low during blank events before/after programming. - The RichTextBox control has been replaced by an edit control. (RTB is considered unsafe...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    libznz with zindex

    This is a fast version of libznz used in NIfTI C library

    This library provides notable speed-up for seeking in large compressed NIfTI files. It is compatible with the libznz interface which is part of NIfTI C library to handle multidimensional (mostly MRI) images. Only the replacement of the currently available libznz library is necessary. To reach the expected speed-up the compressed NIfTI data has to be indexed with the included tool. To compile the binaries, the sources available in this project have to be replaced with the ones in znzlib...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SysMate - Hosts File Walker

    SysMate - Hosts File Walker

    Powerful, lightweight and portable Windows Hosts File Editor

    ... for conflict within the hosts file and warns you to make changes. The GUI is represented by a normal window with a plain and simple structure that contains an example on how the Hosts file should look like. You can add as many new hosts to the file as you want by specifying the IP address and site (DNS), delete the Hosts file or restore its settings to default, restore the last modified Hosts, as well as back up and restore data. There are no other notable options available here.
    Downloads: 1 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.