Posts
-
proxyee
HTTP proxy server,support HTTPS&websocket.MITM impl,intercept and tamper HTTPS traffic.
Proxyee is a JAVA written HTTP proxy server library that supports HTTP, HTTPS, Websocket protocols, and supports MITM (Man-in-the-middle), which can capture and tamper with HTTP, HTTPS packet.
Tags: #java • http • https
-
GoogleClock
The core of it is SVG .
An imitation of the clock in Google I/O 2016 . Almost all of the animations and images in it are made by the SVG , so this library may be a wonderful material to learn the SVG’s usage in Android . Chinese README is here .
Tags: #java
-
react-chaos
Chaos Engineering for your React apps.
Chaos Engineering for your React applications.
Tags: #typescript • react • chaos-engineering
-
php-text-analysis
PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP language
$tokens = tokenize($text);You can customize which type of tokenizer to tokenize with by passing in the name of the tokenizer class
$tokens = tokenize($text, \TextAnalysis\Tokenizers\PennTreeBankTokenizer::class);The default tokenizer is \TextAnalysis\Tokenizers\GeneralTokenizer::class . Some tokenizers require parameters to be set upon instantiation.
Tags: #php • nlp • tokenization
-
KnpMenuBundle
Object Oriented menus for your Symfony project.
Documentation! The documentation for this bundle is available in the
docsdirectory of the bundle:- Read the KnpMenuBundle documentation
This bundle’s job is to integrate a standalone PHP menu library called KnpMenu. You can learn a lot more about how this library works by reading that library’s documentation.
Tags: #php • symfony • symfony-bundle
-
php-fit-file-analysis
A PHP class for analysing FIT files created by Garmin GPS devices
A PHP (>= v5.4) class for analysing FIT files created by Garmin GPS devices.
Live demonstration (Right-click and Open in new tab)
Tags: #php • garmin • excercise
-
sublime-phpcs
🔍 PHP CodeSniffer, PHP Coding Standard Fixer, Linter, and Mess Detector Support for Sublime Text
This is a plugin for Sublime Text which provides checkstyle reports using the following tools (all optional):
- PHP_CodeSniffer (
phpcs) - Linter (
php -l) - PHP Mess Detector (
phpmd)
You can also configure the plugin to fix the issues using either
- PHP Coding Standards Fixer (php-cs-fixer)
- PHP Code Beautifier (phpcbf) application
Tags: #python • sublime-text • sublime-text-plugin
- PHP_CodeSniffer (
-
stream-m
An HTML5-compatible live streaming server supporting the WebM and H.264 formats.
Currently both WebM and H.264 are supported, although through slightly different workflows.
Tags: #java • broadcast • live-streaming
-
pwntools-ruby
pwntools on Ruby!
Always sad when playing CTF that there’s nothing equivalent to pwntools in Python. While pwntools is awesome, I always love Ruby far more than Python… So this is an attempt to create such library.
Would try to have consistent naming with original pwntools, and do things in Ruby style.
Tags: #ruby
-
napa
A simple framework for building APIs with Grape
Napa is available as a gem, to install it run:
gem install napaOr, if you’re using Bundler, add it to your Gemfile:
gem 'napa'And run:
$ bundle installTags: #ruby
subscribe via RSS