Showing 35 open source projects for "bells"

View related business solutions
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
    Jellyfin Android TV

    Jellyfin Android TV

    Android TV Client for Jellyfin

    ...Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 2
    Jellyfin

    Jellyfin

    The Free Software Media System

    ...Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included. Hold your entire movie collection, with a beautiful collection of posters. Jellyfin lets you watch your media from a web browser on your computer, apps on your Roku, Android, iOS (including AirPlay), Android TV, or Fire TV device, or via your Chromecast or existing Kodi installation. Jellyfin has no tracking, phone-home, or central servers collecting your data. ...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 3
    Pytorch-toolbelt

    Pytorch-toolbelt

    PyTorch extensions for fast R&D prototyping and Kaggle farming

    A pytorch-toolbelt is a Python library with a set of bells and whistles for PyTorch for fast R&D prototyping and Kaggle farming. Easy model building using flexible encoder-decoder architecture. Modules: CoordConv, SCSE, Hypercolumn, Depthwise separable convolution and more. GPU-friendly test-time augmentation TTA for segmentation and classification. GPU-friendly inference on huge (5000x5000) images.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    CIDER

    CIDER

    The Clojure Interactive Development Environment that Rocks for Emacs

    CIDER extends Emacs with support for interactive programming in Clojure. The features are centered around cider-mode, an Emacs minor-mode that complements clojure-mode. While clojure-mode supports editing Clojure source files, cider-mode adds support for interacting with a running Clojure process for compilation, debugging, definition and documentation lookup, running tests, and so on. CIDER aims to provide an interactive development experience similar to the one you’d get when programming...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    Open Stienolism Project

    Open Stienolism Project

    Open Stienolism Federated Networking + Resources + Peering Systematic

    Complete comprehensive resource for stien + the replacement for the ordinates properly instantiated correct than the previous before being fully mined when shut down in one point and understood; removing the leaked earlier versioning of *.txt + *.txtheader file releases; for *.stien + *.stienheader; is imperative, it will refactorise and revise your existing stien solutions... We are already on Systems, Underlayer, Sublayer + Bells!! Including Signer (Cryptographic) Improvements as well as the new Manette.* PMCROE which TLA as an cipher algorithm stands for: Polyphasic Mutimultifacet Cross Rail Organic Encryption --> which is in effect with the ChronolabsCoop-Stiens.* for all old fashion Secure Functions, we offer a range of tools and abstraction executables to assist with stien, you can on out: https://stien.sourceforge.io --> mount stien files directly over the timing bell, which the signer with an online signal to sourceforge.net can also do this; when we make this all available!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    pgn4web

    pgn4web

    javascript chess games viewer for websites, blogs and live broadcasts

    pgn4web is a javascript chess games viewer for websites, blogs and live broadcasts. "pgn4web has a clean design, and is easily integrated and configured in wordpress. And yet, below that layer of simplicity, it has enough bells and whistles to allow for more baroque needs and taste. A truly great plugin." GM Tiger Hillarp, using the pgn4web plugin for wordpress on his site chess at the bag of cats, May 2013. "We wanted a live viewer that could work on tablets and mobile phones. pgn4web did fit very well on every platform, is stable and matched our visual design. ...
    Downloads: 36 This Week
    Last Update:
    See Project
  • 7
    Willy the Worm

    Willy the Worm

    Willy the Worm is an 2d side scroller arcade stye game

    🐛 Willy the Worm: A nostalgic retro gaming adventure that revives the classic 1985 platformer by Alan Farmer! Guide Willy, a charming invertebrate with big dreams, as he climbs ladders, bounces on springs, collects presents, and rings bells while avoiding dangerous tacks and bouncing balls. This Python remake features fullscreen support, customizable controls, adjustable game speed, and even mouse support for modern players! Challenge yourself across multiple levels of increasing difficulty, earn points, and compete for high scores. The included level editor lets you create and share your own Willy adventures, while the HD sprite tool allows you to give Willy a high-definition makeover. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Hiera

    Hiera

    A fast, powerful, and simple hierarchical vision transformer

    Hiera is a hierarchical vision transformer designed to be fast, simple, and strong across image and video recognition tasks. The core idea is to use straightforward hierarchical attention with a minimal set of architectural “bells and whistles,” achieving competitive or superior accuracy while being markedly faster at inference and often faster to train. The repository provides installation options (from source or Torch Hub), a model zoo with pre-trained checkpoints, and code for evaluation and fine-tuning on standard benchmarks. Documentation emphasizes that model weights may have separate licensing and that the code targets practical experimentation for both research and downstream tasks. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    minGPT

    minGPT

    A minimal PyTorch re-implementation of the OpenAI GPT

    minGPT is a minimalist, educational re-implementation of the GPT (Generative Pretrained Transformer) architecture built in PyTorch, designed by Andrej Karpathy to expose the core structure of a transformer-based language model in as few lines of code as possible. It strips away extraneous bells and whistles, aiming to show how a sequence of token indices is fed into a stack of transformer blocks and then decoded into the next token probabilities, with both training and inference supported. Because the whole model is around 300 lines of code, users can follow each step—from embedding lookup, positional encodings, multi-head attention, feed-forward layers, to output heads—and thus demystify how GPT-style models work beneath the surface. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera - an All-in-one platform for IT management Icon
    Atera - an All-in-one platform for IT management

    Ideal for IT departments and MSPs (managed service providers)

    Your IT essentials, integrated & elevated. Take your IT management from automated to autonomous, download Atera's agent to start your free trial!
    Try Atera now
  • 10
    footswitch3basic

    footswitch3basic

    Audio Transcription software for Linux (Gstreamer) with a foot pedal

    ...There are timestamp macros, along with media player control macros for Play/Pause toggle Jump backwards Jump forwards Slower Faster Normal Audio speed Jump to timestamp This is the "BASIC" version stripped of some of the bells and whistles. As fs3 Basic uses LibreOffice for the transcription input, it means you are working in a world class editor, which can produce output files in most popular formats including MS Word files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    RMUIF

    RMUIF

    Supercharged version of Create React App with all the bells

    Supercharged version of Create React App with all the bells and whistles. Bootstrapped with Create React App. Google’s Material Design through Material-UI. Firebase back-end with most of their products for the web included, e.g., Authentication and Cloud Firestore. Routing with React Router, including protected routes and error handling. Extensive and well-tested mobile support with full-screen dialogs and swipeable tabs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Orchid Kotlin

    Orchid Kotlin

    Build and deploy beautiful documentation sites that grow with you

    Build and deploy beautiful documentation sites that grow with you. Orchid is a framework for generating project documentation websites with all the bells and whistles. Orchid lets you publish all your wikis, changelogs, blogs, code comments, and more. We'll even deploy it for you too, so you can stop fussing over tooling and focus on your project. Everything you need to author, build, and deploy documentation sites, top-soil included.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13

    TorrentTrader 2.08 Micro Edition

    Modified source of TorrentTrader 2.08

    This is a modded source of TT 2.08, with most of the bells and whistles you would need. Will NOT work with PHP 7 without editing the code to use mysqli, which you can do if you have the time and patience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is yet another unit testing framework for C++. However, QUnit feels like 50 lines of code, integrates nicely into your development environment, and contains no bells and whistles. QUnit is more like an idiom, just implement when you need it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Cookie Cruncher For Chrome

    Cookie Cruncher For Chrome

    Cookie Cruncher is an easy way to remove all cookies in Chrome.

    ...Here is our VirusTotal link: https://www.virustotal.com/en/file/01266a35134fa5f4b687cfb91b6e84967f659a23b8435e60bef8bbe114e8fd1b/analysis/1438536098/ Note: Jiangmin and Zillya both flag the software as malicious, but this is a false positive and is to be expected, only 2 out of 55 antiviruses flag the software as "malicious". We think this is because our software accesses certain program locations in order to delete cookie data, and the idea of a "delete" command sets off alarm bells in the antivirus software. However, more well-known antiviruses, AVG, Ad-Aware, Avast, Avira, BitDefender, Comodo, Dr-Web, ESET-NOD32, McAfee, Kaspersky and Malwarebytes all report the file as being clean. The software is licensed under the GPLv3.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    Pascal O/R mapping

    pascal object/relational mapping

    Basically this library provides the mean to create a list of objects from a TDataset. Then around, you have all the bells and whistles to use these lists in the most common contexts where you usually use a TDataset. For example to edit a field value, instead of using a TDBEdit component you can use a TChamp_Edit. In a dataset, you can have access to one line at a time. But with this mapping you can build complex relations between all the objects, directly reflecting the underlying UML class diagram. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ssh watch

    Ban IPs based on #failed login attempts

    Scan ssh log file for failed login attempts in a given period. Add iptables rules to ban offenders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Ringer

    Ringer the new way for bells

    Ringer allows you to create a set of bells witch in there specified time will run a music file for 30 sec. This program can be used in Schools Factories as a replacement for the old fashioned annoying bell .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is a hobby project to get my feet wet with PHP and CodeIgniter. There will be no bells and whistles, just bare HTML and lots of bugs, of course. ;-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    tetris-gtk

    tetis clone for GTK+2.x

    A tetris clone for Linux with GTK+ interface. For people who appreciate the game for its simplicity and do not care for the bells and whistles of other tetris reincarnations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    GTE Note Taker

    GTE Note Taker

    A simple yet flexible portable plain text note taker for note addicts.

    This small application aims to to help the user take structured plain text notes one at a time. By design, the application aim to be as simple as possible to take a note without being distracted by bells and whistles. The application can also be used to record todos and journal entries. They are structured because they have consistent names ([type]-timestamp.txt), stored in one configurable path, and, optionally, their contents follow predefined formats (see the cnf file).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Sopwich

    Sopwich

    Qt4-based dogfight simulator inspired by Sopwith

    What I always missed in good old Sopwith by David L. Clark was a full-featured single player mode with various locations, new enemies, level bosses and other bells and whistles. Sopwich (this is how we pronounce Sopwith in Russian) is an attempt to combine this classic shoot'em up gameplay with an interesting single player campaign and fancy vector graphics using Qt4. Crazy multiplayer is also being planned!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Max/MSP Project, uses Arduino micro-controller to mimic the behavior of wind bells. Based on the concept of open-closed circuits, originally uses a mobile.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    OpenReg is PHP / MySQL conference registration software designed with small non-profit organizations in mind. It is designed without bells and whistles, but is flexible enough to allow many different types of registrants and registration types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A GNOME panel applet for displaying the ship's time, and ringing the bells.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next