Search Results for "cunit-2.1-2-src.tar.bz2"

Showing 37231 open source projects for "cunit-2.1-2-src.tar.bz2"

View related business solutions
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 1
    Magento 2

    Magento 2

    Cutting-edge, feature-rich eCommerce solution that gets results

    Magento 2 is the open source version of the leading enterprise-class ecommerce platform. It is capable of creating unique and engaging shopping experiences thanks to a rich set of cutting-edge features, seamless third-party integrations and unrivaled customization capabilities.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 2
    Stable Diffusion v 2.1 web UI

    Stable Diffusion v 2.1 web UI

    Lightweight Stable Diffusion v 2.1 web UI: txt2img, img2img, depth2img

    Lightweight Stable Diffusion v 2.1 web UI: txt2img, img2img, depth2img, in paint and upscale4x. Gradio app for Stable Diffusion 2 by Stability AI. It uses Hugging Face Diffusers implementation. Currently supported pipelines are text-to-image, image-to-image, inpainting, upscaling and depth-to-image.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    two.js

    two.js

    A renderer agnostic two-dimensional drawing api for the web

    Two.js is a two-dimensional drawing api geared towards modern web browsers. It is renderer agnostic enabling the same api to draw in multiple contexts: svg, canvas, and webgl. Two.js is deeply inspired by flat motion graphics. As a result, two.js aims to make the creation and animation of flat shapes easier and more concise. At its core two.js relies on a scenegraph. This means that when you draw or create an object (a Two.Path or Two.Group), two actually stores and remembers that. After you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Jupyter Notebook

    Jupyter Notebook

    Jupyter Interactive Notebook

    The notebook extends the console-based approach to interactive computing in a qualitatively new direction, providing a web-based application suitable for capturing the whole computation process: developing, documenting, and executing code, as well as communicating the results. The Jupyter notebook combines two components. A web application, which is a browser-based tool for interactive authoring of documents which combine explanatory text, mathematics, computations and their rich media output...
    Downloads: 1,581 This Week
    Last Update:
    See Project
  • Award-Winning Accounting, Analysis and Reporting Software Icon
    Award-Winning Accounting, Analysis and Reporting Software

    For Family Offices, Fund Administrators, Hedge Funds, Wealth Management and Private Equity Firms, Funds of Funds, and other investment professionals

    FundCount is a partnership accounting and analytical software solution that tracks, analyzes and reports the value of complex investments. Suitable for fund administrators, family offices, hedge funds, and private equity firms, FundCount offers an integrated multicurrency general ledger and automated workflow tools to bring a higher level of efficency to daily processes. It also comes with flexible, effortlesss reporting tools to enable firms to quickly produce and deliver consolidated reports tailored to each client’s unique requirements. FundCount has been voted as the Best Fund Accounting and Reporting Systems Firm by Hedgeweek.
  • 5
    Yii 2

    Yii 2

    The Fast, Secure and Professional PHP Framework

    Yii is a fast, secure, and efficient PHP framework. Flexible yet pragmatic. Works right out of the box. Has reasonable defaults. Yii gives you the maximum functionality by adding the least possible overhead. Sane defaults and built-in tools helps you write solid and secure code. Write more code in less time with simple, yet powerful APIs and code generation. It is fast, secure and efficient and works right out of the box pre-configured with reasonable defaults. The framework is easy to...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    electerm

    electerm

    Terminal/SSH/SFTP client (Linux, Mac, Win)

    electerm is a terminal/ssh/sftp client (Linux, Mac, Win) based on electron/ssh2/node-pty/xterm/antd/subx and many other libs. Works as a terminal/file manager or ssh/sftp client (similar to xshell). Global hotkey to toggle window visibility (similar to guake, default is ctrl + 2) Multi platform (Linux, Mac, Win). Multi-language support (electerm-locales, contributions/fixes welcome) Double click to directly edit (small) remote files. Edit (small) local files with built-in editor. Auth...
    Downloads: 834 This Week
    Last Update:
    See Project
  • 7
    Free Manga Downloader 2

    Free Manga Downloader 2

    Free open source application for managing and downloading manga

    This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. The source code was released under the GPLv2 license.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    2018Cord

    2018Cord

    The 2018cord installer

    The 2018cord installer To install this bad boy, just go to the releases tab, and click on the latest. then install the source code. Open it up and open Setup.exe. then you're good to go.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Django Two-Factor Authentication

    Django Two-Factor Authentication

    Complete Two-Factor Authentication for Django

    Complete Two-Factor Authentication for Django. Built on top of the one-time password framework django-otp and Django's built-in authentication framework django.contrib.auth for providing the easiest integration into most Django projects. Inspired by the user experience of Google's Two-Step Authentication, allowing users to authenticate through call, text messages (SMS), by using a token generator app like Google Authenticator or a YubiKey hardware token generator (optional). If you run...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Never misplace a package or lose track of a delivery. Icon
    Never misplace a package or lose track of a delivery.

    PackageX uses computer vision technology to track packages and assets with a simple photo

    Simply "snap, notify and sign." PackageX is a simple yet powerful last-yard solution that will streamline the way you manage inbound deliveries, saving you from manually notifying the recipients and ultimately improving workplace productivity. The app uses Machine Learning and state of the art AI algorithms to extract information from package labels (even handwritten labels), and to match and route deliveries to the correct recipients. Lastly, the app collects signatures and notifies the recipient when the package is picked up, keeping everyone in the loop.
  • 10
    DALL-E 2 - Pytorch

    DALL-E 2 - Pytorch

    Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis

    Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch. The main novelty seems to be an extra layer of indirection with the prior network (whether it is an autoregressive transformer or a diffusion network), which predicts an image embedding based on the text embedding from CLIP. Specifically, this repository will only build out the diffusion prior network, as it is the best performing variant (but which incidentally involves a causal transformer...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    Steamless

    Steamless

    DRM remover of the SteamStub variants

    Steamless is a DRM remover of the SteamStub variants. The goal of Steamless is to make a single solution for unpacking all Steam DRM-packed files. Steamless aims to support as many games as possible. Steamless aims to be a single solution for unpacking all variants of the SteamStub DRM, ranging from the very first version to the most recently released. Steamless will remove the SteamStub DRM protection layer that is applied via the DRM tool from the Steamworks SDK. Steamless will never...
    Downloads: 423 This Week
    Last Update:
    See Project
  • 12
    Applied Energistics 2

    Applied Energistics 2

    A Minecraft Mod about Matter and Energy

    Applied Energistics 2 (AE2) is a comprehensive mod for Minecraft that introduces a unique approach to in-game inventory management. Its theme is centered around the concept of converting matter into energy and vice versa, to store and transport your items and fluids instantaneously. AE2 revolutionizes storage in Minecraft. The mod adds a network-based digital storage system, where items and blocks are stored as energy in a digital form within a network of connected devices. This allows...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    ElectroCRUD 2

    ElectroCRUD 2

    Database CRUD Application Built on Electron

    ElectroCRUD is an open source database CRUD (create, read, update, delete) Software. No code needed. Just in a few clicks, you can create a database admin/dashboard/whatever. Its open source and free. After a failed search for a basic admin panel that does not involve writing code or installs web-based solutions, I came up with ElectroCRUD idea. The ElectroCRUD v1 was born in 2016. An Electron application that made it possible to create a friendly dashboard with data tables, search, widgets,...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Sparkle 2

    Sparkle 2

    A software update framework for macOS

    Sparkle is an easy-to-use software update framework for macOS applications. Sparkle is open source software available under the permissive MIT license, and is developed on GitHub by the Sparkle Project with the help of dozens of valued contributors. Sparkle is kept up to date with the latest Apple technologies such as Touch Bar and Dark Mode. Sparkle supports macOS 10.9 and later. Supports Sparkle's own signatures as well as Apple Code Signing, for ultra-secure updates. Sparkle also supports...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    Certbot

    Certbot

    Get free HTTPS certificates forever from Let's Encrypt

    Certbot is a fully-featured, easy-to-use, extensible client for the Let's Encrypt CA. It fetches a digital certificate from Let’s Encrypt, an open certificate authority launched by the EFF, Mozilla, and others. This certificate then lets browsers verify the identity of web servers and ensures secure communication over the Web. Obtaining and maintaining a certificate is usually such a hassle, but with Certbot and Let’s Encrypt it becomes automated and hassle-free. With just a few simple...
    Downloads: 298 This Week
    Last Update:
    See Project
  • 16
    OpenSSH

    OpenSSH

    Win32 port of OpenSSH

    OpenSSH is a complete implementation of the SSH protocol (version 2) for secure remote login, command execution and file transfer. It includes a client ssh and server sshd, file transfer utilities scp and sftp as well as tools for key generation (ssh-keygen), run-time key storage (ssh-agent) and a number of supporting programs. This is a port of OpenBSD's OpenSSH to most Unix-like operating systems, including Linux, OS X and Cygwin. Portable OpenSSH polyfills OpenBSD APIs that are not available...
    Downloads: 241 This Week
    Last Update:
    See Project
  • 17
    BepInEx

    BepInEx

    Unity / XNA game patcher and plugin framework

    Unity / XNA game patcher and plugin framework. BepInEx is a plugin / modding framework for Unity Mono, IL2CPP, and .NET framework games (XNA, FNA, MonoGame, etc.) Stable builds are released once a new iteration of BepInEx is considered feature-complete. They have the least bugs, but some newest features might not be available. Bleeding edge builds are available on BepisBuilds. Bleeding edge builds are always the latest builds of the source code. Thus they are the opposite to stable builds:...
    Downloads: 134 This Week
    Last Update:
    See Project
  • 18
    TrafficMonitor

    TrafficMonitor

    Floating window used to display current network speed, CPU & memory

    TrafficMonitor is a network monitoring software with floating window feature for Windows. It displays the current internet speed and CPU and RAM usage. There are also other capabilities like an embedded display in the taskbar, changeable display skins, and historical traffic statistics. There are two versions of TrafficMonitor, the standard version and the Lite version. The standard version includes all the functions, while the Lite version does not include hardware monitoring functions...
    Downloads: 175 This Week
    Last Update:
    See Project
  • 19
    Service Bus Explorer

    Service Bus Explorer

    Connect to a Service Bus namespace and administer messaging entities

    The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topics, queues, subscriptions, relay services, notification hubs, and events hubs. Microsoft Azure Service Bus is a reliable information delivery service. The purpose of this service is to make communication easier. When two or more parties want to exchange information...
    Downloads: 148 This Week
    Last Update:
    See Project
  • 20
    Stockfish

    Stockfish

    UCI chess engine

    Stockfish is a free, powerful UCI chess engine derived from Glaurung 2.1. Stockfish is not a complete chess program and requires a UCI-compatible graphical user interface (GUI) (e.g. XBoard with PolyGlot, Scid, Cute Chess, eboard, Arena, Sigma Chess, Shredder, Chess Partner or Fritz) in order to be used comfortably. Read the documentation for your GUI of choice for information about how to use Stockfish with it. Stockfish is a 11-time winner of the Top Chess Engine Championship. Stockfish...
    Downloads: 57 This Week
    Last Update:
    See Project
  • 21
    Chatterino 2

    Chatterino 2

    Chat client for Twitch

    Chatterino 2 is a chat client for Twitch.tv. Commands are used as shortcuts for long messages. If a message starts with the "trigger" then the message will be replaced with the Command. Chatterino comes with a collection of built-in commands to help with channel management, Twitch interaction, and other misc. features.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    LZ4

    LZ4

    Extremely fast compression algorithm

    LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s per core (>0.15 Bytes/cycle). It features an extremely fast decoder, with speed in multiple GB/s per core (~1 Byte/cycle). A high compression derivative, called LZ4_HC, is available, trading customizable CPU time for compression ratio. LZ4 library is provided as open-source software using a BSD license. This benchmark simulates simple "static content transfer" scenario such as OS Kernel compression or video game's...
    Downloads: 166 This Week
    Last Update:
    See Project
  • 23
    Arduino IDE

    Arduino IDE

    Arduino IDE library

    This repository contains the source code of the Arduino IDE 2.x, which is currently in the beta stage. The Arduino IDE 2.x is a major rewrite, sharing no code with the IDE 1.x. It is based on the Theia IDE framework and built with Electron. The backend operations such as compilation and uploading are offloaded to an arduino-cli instance running in daemon mode. This new IDE was developed with the goal of preserving the same interface and user experience of the previous major version in order...
    Downloads: 141 This Week
    Last Update:
    See Project
  • 24
    PHP OAuth 2.0 Server

    PHP OAuth 2.0 Server

    A spec compliant, secure by default

    league/oauth2-server is a standards compliant implementation of an OAuth 2.0 authorization server written in PHP which makes working with OAuth 2.0 trivial. You can easily configure an OAuth 2.0 server to protect your API with access tokens, or allow clients to request new access tokens and refresh them. The latest version of this package supports PHP 7.2, PHP 7.3, PHP 7.4, PHP 8.0. The openssl and json extensions are also required. All HTTP messages passed to the server should be PSR-7...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    UEFI_MULTI

    UEFI_MULTI

    UEFI_MULTI - Make Multi-Boot USB-Drive

    UEFI_MULTI - Make Multi-Boot USB-Drive. USB Multi-Boot of Linux ISO + Windows 10 VHD + Win10XPE in BIOS Or UEFI Secure mode. Make Bootable USB Drive with MBR and 2 Partitions. UEFI Secure boot support requires Format Drive using Grub2 as EFI Manager. Copy and Rename your Linux ISO files to folder images on FAT32 USB Boot drive U-BOOT.
    Downloads: 111 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next