Posts

  • OpCacheGUI

    GUI for PHP’s OpCache

    • Add brazilian portuguese translations
    • Add support for the ipv6 loopback address to the firewall

    Tags: #php

  • w7-rangine-empty

    软擎是基于 Php 7.2+ 和 Swoole 4.4+ 的高性能、简单易用的开发框架。支持同时在 Swoole Server 和 php-fpm 两种模式下运行。内置了 Http (Swoole, Fpm),Tcp,WebSocket,Process,Crontab服务。集成了大量成熟的组件,可以用于构建高性能的Web系统、API、中间件、基础服务等等。

    软擎是基于 Php 7.2+ 和 Swoole 4.4+ 的高性能、简单易用的开发框架。支持同时在 Swoole Server 和 php-fpm 两种模式下运行。内置了 Http (Swoole, Fpm),Tcp,WebSocket,Process,Crontab服务。集成了大量成熟的组件,可以用于构建高性能的Web系统、API、中间件、基础服务等等。

    Tags: #php • swoole • we7

  • apexcharts.rb

    :bar_chart: Awesome charts for your ruby app powered by ApexCharts.JS.

    ApexCharts.RB is a ruby charting library that’s going to give your ruby app beautiful, interactive, and responsive charts powered by [ApexCharts.JS]. On top of those sweet advantages, you’ll also get extra features that you can’t get by just including ApexCharts.JS to your ruby app, namely view/template helpers for creating charts, options shortcuts, application wide default options, reusable custom theme palette, and so on.

    Tags: #ruby • charts • apexcharts

  • alf.io

    alf.io - The open source ticket reservation system for conferences, trade shows, workshops, meetups

    As the work for Alf.io v2 has started, this branch may contain unstable and untested code. If you want to build and deploy alf.io by yourself, we strongly suggest you to use the 2.0-M4-maintenance branch, as it contains production-ready code.

    Tags: #java • alfio • event

  • ml-classifier

    A tool for quickly training image classifiers in the browser

    ML Classifier is a machine learning engine for quickly training image classification models in your browser. Models can be saved with a single command, and the resulting models reused to make image classification predictions.

    This package is intended as a companion for ml-classifier-ui, which provides a web frontend in React for uploading data and seeing results.

    Tags: #javascript • tensorflowjs • machinelearning

  • Capsule

    (Blender 3.3) Universal batch export manager

    • Batch Exports - Mark hundreds of objects and groups in a scene for export and export them all with one click. If you’ve made changes to assets in the scene and need to re-export them it’s as simple as one more click.

    • Export Lists - Get an overview of all objects prepared for export and quickly change their settings from the list menus.

    • Export Presets - Create detailed and reusable export presets, supporting Alembic, Collada, FBX, GLTF, OBJ, STL and USD export formats.

    • Origin Point Export - You can decide where the origin point is in your exports, no need to manually move around your objects before exporting.

    • Automated Folder Structures - Capsule lets you automatically generate folders for your exports to help keep complex export setups organised.

    Tags: #python

  • DAws

    Advanced Web Shell

    There’s multiple things that makes DAws better than every Web Shell out there:

    1. Bypasses Security Systems(IPS, WAFs,etc) like Suhosin(uses up to 20 php functions just to get a command executed).
    2. Drops CGI Shells and communicate with them to bypass Security Systems.
    3. Uses the SSH Authorized Keys method to bypass Security Systems.
    4. Uses Shellshock in 2 methods to bypass Security Systems.
    5. Is completely Post Based and uses a XOR Encryption based on a random key that gets generated with every new session + private base64 functions to bypass Security Systems.
    6. Supports Windows and Linux.
    7. Finds a writeable and readable directory and moves there if it’s a web directory; DAws will output everything in that found directory.
    8. Drops a php.ini and a .htaccess file that clears all disablers incase “suphp” was installed.
    9. Has an advanced File Manager.
    10. Everything is done automatically so there’s nothing for the user to worry about.
    11. Open Source.
    12. and much more (check the source for more information; everything is well commented)

    Tags: #php • webshell • shell

  • 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

  • AnimateFX

    A library of +70 ready-to-use animations for JavaFX

    A library of ready-to-use animations for JavaFX

    Features:

    • Custom animations
    • Custom interpolators
    • Play/Stop animation
    • Play an animation after another
    • More to come

    Tags: #java • animation • javafx

  • fastdvdnet

    FastDVDnet: A Very Fast Deep Video Denoising algorithm

    A state-of-the-art, simple and fast network for Deep Video Denoising which uses no motion compensation.

    Oral presentation at CVPR2020. CVPR publication page

    Previous deep video denoising algorithm: DVDnet

    Tags: #python

subscribe via RSS