Posts

  • 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 docs directory of the bundle:

    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

  • 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 napa
    

    Or, if you’re using Bundler, add it to your Gemfile:

    gem 'napa'
    

    And run:

    $ bundle install
    

    Tags: #ruby

  • DraftBot

    A Discord adventure bot that speaks english and french

    Before creating your own instance, please note that you can add the bot to your server through the link available on the bot’s discord

    If you decide to work on the creation of your own instance of the bot, you are supposed to have a minimum of computer skills. Bot support team will prioritize players of the main instance and will only provide very limited assistance. We will fix bugs you report, but we will not teach you how to code a discord bot.

    Please do not copy and paste the commands we provide in this readme without :

    • Understanding the command
    • Replacing the relevant parts with your data
    • Having read the whole document

    Only the code available in the “release” tab is considered “stable”.

    Tags: #typescript • discord • discord-bot

  • AppbarLayoutBehavior

    解决AppbarLayout滑动问题的behavior

    解决AppbarLayout滑动问题的behavior

    Tags: #java • android • appbarlayout

  • ember-cli-typescript

    Use TypeScript in your Ember.js apps!

    ember-cli-typescript will no longer be updated unless necessary - ec-ts is no longer needed and all available features are configurable in userland.

    See the official TypeScript docs on the ember guides website here: https://guides.emberjs.com/release/typescript/ This section of the docs has details for getting started with TypeScript, beyond what is laid out here.

    With every release, we output the --typescript output of new ember apps to this StackBlitz: https://stackblitz.com/github/ember-cli/editor-output/tree/stackblitz-app-output-typescript

    Tags: #typescript • ember-cli • addon

subscribe via RSS