Posts

  • clarity

    Comically fast Dota 2 & CSGO replay parser written in Java.

    Clarity is a parser for Dota 2 and CSGO replay files, written in Java.

    Tags: #java

  • influxer

    InfluxDB ActiveRecord-style

    Influxer provides an ActiveRecord-style way to work with InfluxDB with many useful features, such as:

    Tags: #ruby • influxdb • rails

  • Formr

    Create and Validate PHP Forms in Seconds.

    Formr is a ridiculously fast and easy PHP form builder, with support for Bootstrap and Bulma right out of the box!

    Find docs here: http://formr.github.io

    If you find Formr useful, please consider starring the project and/or making a donation. Thank you!

    Tags: #php • php-form • php-form-builder

  • phosphor-home

    The homepage of Phosphor Icons, a flexible icon family for everyone

    Phosphor is a flexible icon family for interfaces, diagrams, presentations — whatever, really.

    • 1047 icons and counting
    • 6 weights: Thin, Light, Regular, Bold, Fill, and Duotone
    • Designed at 16 x 16px to read well small and scale up big
    • Raw stroke information retained to fine-tune the style

    More ways to use at phosphoricons.com.

    Tags: #typescript • phosphor • icons

  • fhir_client

    Ruby FHIR Client

    Ruby FHIR client.

    Supports:

    • FHIR R4, STU3 and DSTU2
    • JSON and XML
    • All CRUD, including version read and history
    • Transactions and Batches
    • Search
    • Operations (e.g. $everything, $validate)
    • Support for OAuth2

    Tags: #ruby • fhir • fhir-client

  • serverless-stack-demo-client

    Source for the demo app client in the Serverless Stack Guide

    The Serverless Stack Guide is a free comprehensive resource to creating full-stack serverless applications. We create a note taking app from scratch.

    The main part of the guide uses SST. We also have an alternative version that uses Serverless Framework. This repo connects to the Serverless Framework version of the backend.

    Tags: #javascript • react • react-bootstrap

  • PyPattyrn

    A simple library for implementing common design patterns.

    from pypattyrn.creational.singleton import Singleton
    
    class DummyClass(object, metaclass=Singleton):  #  DummyClass is now a Singleton!
        ...
    

    PyPattyrn is a python package aiming to make it easier and faster to implement design patterns into your own projects.

    Design patterns by nature cannot be directly translated into code as they are just a description of how to solve a particular problem. However, many of the common design patterns have boilerplate code that is common throughout all implementations of the pattern. This package captures that common code and makes it easy to use so that you dont have to write it yourself in all your projects. ___

    Tags: #python • design-patterns • library

  • josh.js

    Toolkit for building a bash-like shell in the browser, including full readline support

    Josh allows developers to build their own command line interface to any sites. It supports full CLI Readline in the browser like TAB completion, emacs-style line editing, killring and history with reverse search. When you are tired of clicking your way through a hierachy tree, Josh will come in handy. It will helps you browse or navigate text files quickly and minimal the using of mouse click.

    Tags: #javascript

  • otroslogviewer

    Log viewer focused on developers work

    Useful software for analysing applications logs and traces.

    Tags: #java

  • PyGrid

    A Peer-to-peer Platform for Secure, Privacy-preserving, Decentralized Data Science

    PyGrid platform is composed by three different components.

    • Network - A Flask-based application used to manage, monitor, control, and route instructions to various PyGrid Domains.
    • Domain - A Flask-based application used to store private data and models for federated learning, as well as to issue instructions to various PyGrid Workers.
    • Worker - An emphemeral instance, managed by a PyGrid Domain, that is used to compute data.

    Tags: #python • peer-to-peer • pygrid

subscribe via RSS