Posts

  • resium

    React components for 🌏 Cesium

    If you want to contribute, see documentation.

    Tags: #typescript • react • cesium

  • PocketMine-MP

    A server software for Minecraft: Bedrock Edition in PHP

    Tags: #php • minecraft • pmmp

  • android-parcelable-intellij-plugin

    IntelliJ Plugin for Android Parcelable boilerplate code generation.

    This tool generates an Android Parcelable implementation based on fields in the class.

    Tags: #java

  • sorry-cypress

    An open-source on-premise, self-hosted alternative to cypress dashboard

    Please help us by taking a short 1-minute survey. Thank you!

    Tags: #typescript • cypress • parallelization

  • threetenbp

    Backport of functionality based on JSR-310 to Java SE 6 and 7. This is NOT an implementation of JSR-310.

    JSR-310 provides a new date and time library for Java SE 8. This project is the backport to Java SE 6 and 7.

    See the main home page of the project.

    The backport is NOT an implementation of JSR-310, as that would require jumping through lots of unnecessary hoops. Instead, this is a simple backport intended to allow users to quickly use the JSR-310 API on Java SE 6 and 7. The backport should be referred to using the “ThreeTen” name.

    Active development on JSR-310 is at OpenJDK:

    This GitHub repository is a fork of that originally used to create JSR-310. That repository used the same BSD 3-clause license as this repository.

    Issues about the backport should be reported here at GitHub. Pull requests and issues will only be considered so far as matching the behaviour of the real Java SE 8. Additional requested features will be rejected.

    Tags: #java

  • kbsecret

    A secret manager backed by Keybase and KBFS.

    Want to hack on KBSecret? Here’s how you can get started:

    $ git clone git@github.com:kbsecret/kbsecret.git && cd kbsecret
    $ bundle install --path vendor/bundle
    $ bundle exec ./bin/kbsecret help
    

    Tags: #ruby • keybase • secret-management

  • react-qr-reader

    React component for reading QR codes from webcam.

    A React component for reading QR codes from the webcam. It uses the WebRTC standards for reading webcam data and jsQR is used for detecting QR codes in that data. To optimise the speed and experience, a web-worker is used to offload the heavy QR code algorithm on a separate process. The web worker is inlined and loaded on creation of the component.

    Tags: #javascript • reactjs • react

  • botbuilder-js

    Welcome to the Bot Framework SDK for JavaScript repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using JavaScript.

    This repository contains code for the JavaScript version of the Microsoft Bot Framework SDK, which is part of the Microsoft Bot Framework - a comprehensive framework for building enterprise-grade conversational AI experiences.

    This SDK enables developers to model conversation and build sophisticated bot applications using JavaScript. SDKs for .NET, Python and Java (preview) are also available.

    To get started building bots using the SDK, see the Azure Bot Service Documentation. If you are an existing user, then you can also find out what’s new with Bot Framework.

    For more information jump to a section below.

    Tags: #typescript • bot • bots

  • bfac

    BFAC (Backup File Artifacts Checker): An automated tool that checks for backup artifacts that may disclose the web-application’s source code.

    • Multithreaded scanning.
    • Includes request rate throttling.
    • HTTP proxy support.
    • Uses multiple algorithms for automatically detecting valid and invalid pages.
    • HTTP proxy support
    • User agent randomization.
    • Batch processing.
    • Works both as a command-line tool and Python module.
    • Support for Windows, MacOS, and Linux operating systems.
    • Reporting: simple, verbose, CSV, JSON.

    Tags: #python

  • depcheck

    Check your npm module for unused dependencies

    Depcheck is a tool for analyzing the dependencies in a project to see: how each dependency is used, which dependencies are useless, and which dependencies are missing from package.json.

    Tags: #javascript

subscribe via RSS