Posts

  • typeracer-cli

    Learn how to touch type from the comfort of your terminal and challenge your friends for a match :balloon: :smile:.

    • Practice mode (offline mode)
    • User stats (words per minute, time taken)
    • Online mode (have a type-race by spawning up a server and sharing it with your friends)
    • Ask for a rematch after the race ends (online mode)
    • Can view the top 10 Highscores in online mode

    Tags: #typescript • cli-tool • typeracer-cli

  • YOLOv3

    Keras implementation of yolo v3 object detection.

    Keras(TF backend) implementation of yolo v3 objects detection.

    According to the paper YOLOv3: An Incremental Improvement.

    Tags: #python • yolov3 • object-detection

  • jQuery.countdown

    The Final Countdown plugin for jQuery

    To get started, check-it out: http://hilios.github.io/jQuery.countdown/

    The ultimate countdown plugin designed to fit in any coupon, auction site or product launch. Read our Documentation and follow our Examples to see what suits your particular needs.

    Tags: #javascript

  • snarkdown

    :smirk_cat: A snarky 1kb Markdown parser written in JavaScript

    • Fast: since it’s basically one regex and a huge if statement
    • Tiny: it’s 1kb of gzipped ES3
    • Simple: pass a Markdown string, get back an HTML string

    Note: Tables are not yet supported. If you love impossible to read regular expressions, submit a PR!

    Note on XSS: Snarkdown doesn’t sanitize HTML, since its primary target usage doesn’t require it.

    Tags: #javascript • markdown • parser

  • sberbank-acquiring-client

    PHP client for Sberbank and Alphabank acquiring REST APIs

    PHP client for Sberbank and Alfabank REST API.

    Tags: #php • sberbank • acquiring

  • dns-java

    DNS wrapper library that provides SRV lookup functionality

    Sometimes it is useful to default to previously returned, retained values, if a dns lookup should fail or return an empty result. This behavior is controlled by the retainingDataOnFailures() and retentionDurationMillis(long) methods in DnsSrvResolvers.DnsSrvResolverBuilder.

    Tags: #java • dnsjava • dns

  • baguetteBox.js

    :zap: Simple and easy to use lightbox script written in pure JavaScript

    Tags: #javascript • gallery • lightbox

  • cms

    Statamic 3: Core Package

    Statamic 3 is the flat-first, Laravel + Git powered CMS designed for building beautiful, easy to manage websites.

    Note: This repository contains the code for the core CMS package. To start your own website project with Statamic, visit the [Statamic application repository][app-repo].

    Tags: #php • statamic • cms

  • Implementation of Angular 1.x $cookies service to Angular 2

    Implementation of Angular 1.x $cookies service to Angular

    Tags: #typescript • angular • cookie

  • acmephp

    Let’s Encrypt/ACME Command Line client written in PHP

    Acme PHP provides several major improvements over the default clients:

    • Acme PHP comes by nature as a single binary file: a single download and you are ready to start working ;
    • Acme PHP is based on a configuration file (~/.acmephp/acmephp.conf) instead command line arguments. Thus, the configuration is much more expressive and the same setup is used at every renewal ;
    • Acme PHP can monitor your CRONs and can send you alerts in many differents places: E-mail, Slack, HipChat, Flowdock, Fleep (thanks to Monolog!)
    • Acme PHP is very extensible it to create the certificate files structure you need for your webserver. It brings several default formatters to create classical file structures (nginx, nginx-proxy, haproxy, etc.) but you can very easily create your own if you need to ;
    • Acme PHP follows a strict BC policy preventing errors in your scripts or CRON even if you update it (see the Backward Compatibility policy of Acme PHP for more informations) ;

    Tags: #php

subscribe via RSS