Posts

  • glue

    Application Security Automation

    Glue is a framework for running a series of tools. Generally, it is intended as a backbone for automating a security analysis pipeline of tools.

    Tags: #ruby • ci-cd • devsecops

  • Markus

    Git repository of MarkUs

    • Graders can easily annotate students’ code (overlapping annotations, graded source code remains untouched)
    • Subversion storage back-end
    • Instructors can form teams
    • Students can form groups on their own
    • Supports different course models:

      • Web-based file upload for first-year courses
      • Subversion client commits for upper year courses (disabled Web-upload)
      • Allows students to work on code of other groups from one assignment to the next
    • Web-based course administration
    • One MarkUs application per course (independent databases across courses)

    Please see the INSTALL file for installation instructions.

    Tags: #ruby

  • keyboard

    Hook and simulate global keyboard events on Windows and Linux.

    • Global event hook on all keyboards (captures keys regardless of focus).
    • Listen and send keyboard events.
    • Works with Windows and Linux (requires sudo), with experimental OS X support (thanks @glitchassassin!).
    • Pure Python, no C modules to be compiled.
    • Zero dependencies. Trivial to install and deploy, just copy the files.
    • Python 2 and 3.
    • Complex hotkey support (e.g. ctrl+shift+m, ctrl+space) with controllable timeout.
    • Includes high level API (e.g. record and play, add_abbreviation).
    • Maps keys as they actually are in your layout, with full internationalization support (e.g. Ctrl+ç).
    • Events automatically captured in separate thread, doesn’t block main program.
    • Tested and documented.
    • Doesn’t break accented dead keys (I’m looking at you, pyHook).
    • Mouse support available via project mouse (pip install mouse).

    Tags: #python • keyboard-events • keyboard-hooks

  • cldr

    The new home of the Unicode Common Locale Data Repository

    Latest Release: v37.0 published 2020-04-23

    Tags: #java • unicode • cldr

  • material-refresh

    Google Material Design swipe(pull) to refresh by using JavaScript and CSS3.

    High Performance

    Mobile only

    Google Material Design swipe (pull) to refresh.

    It uses CSS3 and JavaScript depend on Zepto or jQuery.

    Actually, it’s easy to convert the dependent js library or just use the vanilla JavaScript.

    It’s high performancenot which not impact the structure of sites.

    Tags: #javascript

  • pyfakefs

    pyfakefs implements a fake file system that mocks the Python file system modules.

    pyfakefs implements a fake file system that mocks the Python file system modules. Using pyfakefs, your tests operate on a fake file system in memory without touching the real disk. The software under test requires no modification to work with pyfakefs.

    pyfakefs works with Linux, Windows and MacOS.

    Tags: #python

  • laravel-lang

    :earth_asia: 75 languages support for Laravel application.

    • Laravel 5+ && Lumen support.
    • Translations Publisher.
    • Made with 💖.

    Tags: #php • laravel • localization

  • jpush-api-php-client

    JPush’s officially supported PHP client library for accessing JPush APIs. 极光推送官方支持的 PHP 版本服务器端 SDK。

    这是 JPush REST API 的 PHP 版本封装开发包,是由极光推送官方提供的,一般支持最新的 API 功能。

    对应的 REST API 文档: https://docs.jiguang.cn/jpush/server/push/server_overview/

    支持的 PHP 版本: 5.3.3 ~ 5.6.x, 7.x

    若需要兼容 PHP 5.3.3 以下版本,可以使用 v3 分支的代码。 因为运行 Composer 需要 PHP 5.3.2+ 以上版本,所以其不提供 Composer 支持, 也可以点击链接下载 v3.4.x 版本源码。

    Tags: #php

  • TypeChain

    🔌 TypeScript bindings for Ethereum smart contracts

    • static typing - you will never call not existing method again
    • IDE support - works with any IDE supporting Typescript
    • extendible - work with many different APIs: ethers.js v4, truffle v4, truffle v5, Web3.js v1 or you can create your own target
    • frictionless - works with simple, JSON ABI files as well as with Truffle style ABIs

    Tags: #typescript • ethereum • web3

  • smocker

    Smocker is a simple and efficient HTTP mock server and proxy.

    Tags: #typescript • mock-server • go

subscribe via RSS