Showing 27 open source projects for "bolt"

View related business solutions
  • Claims Processing solution for healthcare practitioners. Icon
    Claims Processing solution for healthcare practitioners.

    Very easy to use for medical, dental and therapy offices.

    Speedy Claims became the top CMS-1500 Software by providing the best customer service imaginable to our thousands of clients all over America. Medical billing isn't the kind of thing most people get excited about - it is just a tedious task you have to do. But while it will never be a fun task, it doesn't have to be as difficult or time consumimg as it is now. With Speedy Claims CMS-1500 software you can get the job done quickly and easily, allowing you to focus on the things you love about your job, like helping patients. With a simple interface, powerful features to eliminate repetitive work, and unrivaled customer support, it's simply the best HCFA 1500 software available on the market. A powerful built-in error checking helps ensure your HCFA 1500 form is complete and correctly filled out, preventing CMS-1500 claims from being denied.
  • Recruit and Manage your Workforce Icon
    Recruit and Manage your Workforce

    Evolia makes it easier to hire, schedule and track time worked by frontline in medium and large-sized businesses.

    Evolia is a web and mobile platform that connects enterprises with 1000’s of local shift workers and offers free workforce scheduling and time and attendance solutions. Is your business on Evolia?
  • 1
    Bolt CMS

    Bolt CMS

    Bolt is a simple CMS written in PHP

    Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL. A Sophisticated, lightweight & simple CMS released under the open-source MIT-license. Bolt is a tool for Content Management, which strives to be as simple and straightforward as possible. It is quick to set up, easy to configure, uses elegant templates, and above all, it's a joy to use! Bolt is created using modern open source libraries, and is best suited to build...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Bolt for JavaScript

    Bolt for JavaScript

    A framework to build Slack apps using JavaScript

    A JavaScript framework to build Slack apps in a flash with the latest platform features. Read the getting started guide to set-up and run your first Bolt app. To listen to messages that your app has access to receive, you can use the message() method which filters out events that aren’t of type message. message() accepts an optional pattern parameter of type string or RegExp object which filters out any messages that don’t match the pattern. A RegExp pattern can be used instead of a string...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SFTPGo

    SFTPGo

    Fully featured and highly configurable SFTP server with optional HTTP

    Fully featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP. SFTPGo is an Open Source project and you can of course use it for free but please don't ask for free support as well. Support for serving local filesystem, encrypted local filesystem, S3 Compatible Object Storage, Google Cloud...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 4
    c-lightning

    c-lightning

    BOLT-compliant Lightning Network implementation

    c-lightning is a a BOLT-compliant Lightning implementation by Blockstream [2] written in C language. Version 1 of c-lightning was released on August 8th, 2015, and has since been under active beta development. c-lightning runs on Linux. The Lightning Network is an off-chain, routed payment channel network built on top of the Bitcoin blockchain. The network consists of nodes connected by peer-to-peer channels. This allows low cost, near-instant payments to be trustlessly routed across...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
  • 5
    Lightning Network Daemon

    Lightning Network Daemon

    A complete implementation of a Lightning Network node

    The Lightning Network Daemon (lnd), is a complete implementation of a Lightning Network node. lnd has several pluggable back-end chain services including btcd (a full-node), bitcoind, and neutrino (a new experimental light client). The project's codebase uses the btcsuite set of Bitcoin libraries and also exports a large set of isolated re-usable Lightning Network-related libraries within it, and fully conforms to the Lightning Network specification (BOLTs). BOLT stands for Basis of Lightning...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6

    astra

    Web UI for boltdb

    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Algernon

    Algernon

    Small self-contained pure-Go web server with Lua, Markdown, HTTP/2

    Web server with built-in support for QUIC, HTTP/2, Lua, Teal, Markdown, Pongo2, HyperApp, Amber, Sass(SCSS), GCSS, JSX, BoltDB (built-in, stores the database in a file, like SQLite), Redis, PostgreSQL, MariaDB/MySQL, rate limiting, graceful shutdown, plugins, users and permissions. Written in Go. Uses Bolt (built-in), MySQL, PostgreSQL or Redis (recommended) for the database backend, permissions2 for handling users and permissions, gopher-Lua for interpreting and running Lua, optional Teal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Gleam

    Gleam

    A friendly language for building type-safe, scalable systems!

    Gleam's powerful static type system helps find and prevent bugs at compile time, long before it reaches your users. It also serves as a productive refactoring tool, enabling programmers to confidently make large changes to unfamiliar code, quickly and with low risk. For problems, the type system can't solve (such as your server being hit by a bolt of lightning) the Erlang virtual machine provides well-tested mechanisms for gracefully handling failure. Hunting down bugs can be stressful so...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Rust-Lightning

    Rust-Lightning

    Bitcoin Lightning library written in Rust

    Rust-Lightning is a Bitcoin Lightning library written in Rust. The main crate, lightning, does not handle networking, persistence, or any other I/O. Thus, it is runtime-agnostic, but users must implement basic networking logic, chain interactions, and disk storage. The project implements all of the BOLT specifications in the 1.0 spec. The implementation has pretty good test coverage that is expected to continue to improve. It is also anticipated that as developers begin using the API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 10
    CloverDB

    CloverDB

    A lightweight document-oriented NoSQL database written in pure Golang

    ... performance bottleneck. For such scenarios, CloverDB may be a more suitable alternative. Previously, CloverDB relied on the Badger key-value store as a storage layer. However, Badger is not suitable for every scenario (for example, when the database size is a constraint). This is why, the storage layer of CloverDB has been abstracted through a set of interface types to work with any key-value store. At the moment, CloverDB can work with both Badger and Bolt (by default Bolt is used).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    EdytorNC
    ... name contained in the first three comments in the cnc program. Some EdytorNC features : bolt holes calculation; solutions of triangles calculation; speed, feed calculation; conversion inch/mm, mm/inch; code colouring; RS232 data transmission with automatic file saving and possibility to download new CNC program directly from machine (beta function, look in tool tips in serial port configuration dialog). Clipboard to keep texts from system clipboard.
    Leader badge
    Downloads: 44 This Week
    Last Update:
    See Project
  • 12

    wzd

    Powerful storage server, designed for big data storage systems

    wZD is a server written in Go language that uses a modified version of the BoltDB database as a backend for saving and distributing any number of small and large files, NoSQL keys/values, in a compact form inside micro Bolt databases (archives), with distribution of files and values in BoltDB databases depending on the number of directories or subdirectories and the general structure of the directories. Using wZD can permanently solve the problem of a large number of files on any POSIX...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Bolt

    Bolt

    An embedded key/value database for Go

    Bolt is a pure Go key/value store inspired by Howard Chu's LMDB project. The goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as Postgres or MySQL. Since Bolt is meant to be used as such a low-level piece of functionality, simplicity is key. The API will be small and only focus on getting values and setting values. That's it. Bolt is stable, the API is fixed, and the file format is fixed. Full unit test coverage...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    bolt

    bolt

    The C++ framework for everything and more

    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    CNCpad

    CNC PAD, is a CNC program with syntax highlighting editor

    CNC PAD, is a CNC program with syntax highlighting editor for professionals. This Publisher offers a simple and intuitive editing for G-CODE languages, Fanuc, Siemens, Heidenhain, Num mode, etc... CNC PAD includes many features that allow to maximize its production time and significantly decrease the number of input errors. Calculate and View : Target G1 G2 G3 operations Calculate and View : Drilling operations Calculate and View : Bolt Circle Calculations for points arranged equally spaced...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Usul

    Foundation bolt load for Pressure Vessel

    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ACID DROP
    Have you ever wondered what it would be like if a bulldog took acid? Neither have I, but I accidentally made a game about it. Art (minus the backdrop) by Dan Griffin-Hayes: http://dangriffinhayes.com/ Music by Lightning Bolt: http://laserbeast.com/ THIS IS NOT A FUN GAME. It's more of a learning experience. However, if you want to have intense, long-lasting seizures, I recommend that you play it. Runs on Windows only. INSTALLATION INSTRUCTIONS: Download the .zip file and extract...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Charon Application Environment

    The application environment used by the Charon applications

    ... editor, letter production, report handling, email sending and many other support functions. It is designed to be very scalable and handle very large number of users using multiple application servers. This software is aimed at an organization or company that wishes to develop an application but also wants to short-cut the development time by having a ready-made environment to bolt that application on to.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Crossbow Mod

    Crossbow Mod

    This mod adds 5 crossbows and 6 bolts

    Tired of bows? Try out this great little mod, which adds 5 new crossbows to the game: - Wooden - Stone - Iron - Gold - Diamond And 6 new types of ammunition: - Wooden Bolt - Stone Bolt - Iron Bolt - Gold Bolt - Diamond Bolt - Explosive Bolt (*Warning!* Keep our of reach from young children) If you would like to support the developer, please see the following link:
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    The Bolt Player™ a free open source video player lives up to it's name by delivering fast, high definition video. The Bolt™ player delivers a true high definition picture that supports both Flash and HTML5 delivering your videos on mobile devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Bolt Factory is a Python script for Blender 3D. The script allows the user to create models of various types to screw fasteners.
    Leader badge
    Downloads: 50 This Week
    Last Update:
    See Project
  • 23
    Bolt Gamez is a subscription based game service, each game requires a user to login to play, users can buy games, or get a Bolt Gamez Club pass which allows the user to play unlimited times.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A java library providing precise control over XML creation from a Java object with emphasis on speed and its ability to "bolt-on" to any project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Pagex is a absolutely simple bolt-on content management system with search engine optimisation features built in. It consists of a few laid back files that do what they need to when they need too. Simple SEO CMS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next