Posts

  • easy-batch

    The simple, stupid batch framework for Java

    As of November 18, 2020, Easy Batch is in maintenance mode. This means only bug fixes will be addressed from now on. Version 7.0.x is the only supported version.

    Tags: #java • batch-processing • batch

  • react-native-sqlite-storage

    SQLite3 Native Plugin for React Native for both Android (Classic and Native), iOS and Windows

    Foundation of this library is based on Chris Brody’s Cordova SQLite plugin.

    Features:

    1. iOS and Android supported via identical JavaScript API.
    2. Android in pure Java and Native modes
    3. SQL transactions
    4. JavaScript interface via plain callbacks or Promises.
    5. Pre-populated SQLite database import from application bundle and sandbox
    6. Windows supports callback API, identical to iOS and Android

    There are sample apps provided in test directory that can be used in with the AwesomeProject generated by React Native. All you have to do is to copy one of those files into your AwesomeProject replacing index.ios.js.

    Please let me know your projects that use these SQLite React Native modules. I will list them in the reference section. If there are any features that you think would benefit this library please post them.

    The library has been tested with React 16.2 (and earlier) and XCode 7,8,9 - it works fine out of the box without any need for tweaks or code changes. For XCode 7,8 vs. XCode 6 the only difference is that sqlite ios library name suffix is tbd instead of dylib.

    Version 3.2 is the first version compatible with RN 0.40.

    Tags: #java

  • slouchy

    Slouchy uses your webcam to check if you’re slouching and alert you if you are.

    Slouchy uses your webcam to check if you’re slouching and alert you if you are.

    Tags: #python

  • laravel-MasterPass

    Helps you securely setup a master password and login into user accounts with it.

    Helps you set a master password in .env file and login into any account with that, to impersonate your users.

    This means that each account will have 2 valid passwords. The original one and the master password.

    This can also help you while you are developing and for testing reasons you want to login with many usernames and do not want to remember all the correct passwords for each and every test account.

    • Also works if you use laravel-passport (as of version 2.0.6 and above)

    Tags: #php • laravel • laravel-5-package

  • iptv-checker

    Node.js CLI tool for checking links in IPTV playlists.

    This tool is based on the ffmpeg library, so you need to install it on your computer first. You can find the right installer for your system here: https://www.ffmpeg.org/download.html

    Tags: #javascript • iptv • m3u

  • gym-pybullet-drones

    PyBullet Gym environments for single and multi-agent reinforcement learning of quadcopter control

    This repository’s default/master branch is the final update of the originally published paper branch. For the currently developed and maintained version of gym-pybullet-drones (using gymnasium and stable-baselines3 2.0), please checkout the branch named main:

    git clone -b main https://github.com/utiasDSL/gym-pybullet-drones.git
    

    Please git pull frequently and feel free to open new issues for any undesired, unexpected, or (presumably) incorrect behavior. Thanks 🙏

    Tags: #python • pybullet • crazyflie

  • hybrid-core

    Official repository for the Hybrid Core WordPress development framework.

    Hybrid Core is a framework for developing WordPress plugins and themes.

    The core package is the application layer that primarily consists of a service container. It can be used alone or alongside any of the available Hybrid packages.

    The framework simplifies many of the complexities of WordPress development and helps you write more modern PHP code. Its goal is to provide elegant functions, classes, and interfaces for writing code without the need to rebuild everything from scratch with each project.

    Tags: #php

  • A collection of tools to perform searches on GitHub.

    git clone https://github.com/gwen001/github-search
    cd github-search
    pip3 install -r requirements.txt
    

    Most of the time GitHub requires a token to perform searches.

    You can create a .tokens file in the cloned repo directory with 1 token per line
    OR
    You can configure an environment variable (recommended) like this: GIHTHUB_TOKEN=token1,token2,...

    Tags: #python • bash • bugbounty

  • yakpro-po

    YAK Pro - Php Obfuscator

    YAK Pro stands for Yet Another Killer Product.

    Free, Open Source, Published under the MIT License.

    This tool parses php with the best existing php parser PHP-Parser 4.x, which is an awesome php parsing library written by nikic.

    You just have to download the zip archive and uncompress it under the PHP-Parser subdirectory, or make a git clone …

    Tags: #php • obfuscation • php-obfuscator

  • color-thief-php

    Grabs the dominant color or a representative color palette from an image. Uses PHP and GD, Imagick or Gmagick.

    • PHP >= 7.2 or >= PHP 8.0
    • Fileinfo extension
    • One or more PHP extensions for image processing:
      • GD >= 2.0
      • Imagick >= 2.0 (but >= 3.0 for CMYK images)
      • Gmagick >= 1.0
    • Supports JPEG, PNG, GIF and WEBP images.

    Tags: #php • color-palette • imagick

subscribe via RSS