Posts

  • gitee-pages-action

    🤖 Auto Deploy Gitee Pages by GitHub Action | 无须人为干预,由 GitHub Action 自动部署 Gitee Pages

    参数 描述 是否必传 默认值 示例
    gitee-username Gitee 用户名 - yanglbme
    gitee-password Gitee 密码 - $
    gitee-repo Gitee 仓库(严格区分大小写) - doocs/leetcode
    branch 要部署的分支(分支必须存在) master main
    directory 要部署的分支上的目录   src
    https 是否强制使用 HTTPS true false

    Tags: #python • actions • gitee-pages

  • kitchenplan

    Kitchenplan is a small tool to fully automate the installation and configuration of an OSX workstation (or server for that matter) using Chef. But while doing so manually is not a trivial undertaking, Kitchenplan has abstracted away all the hard parts.

    Kitchenplan is a small tool to fully automate the installation and configuration of an OSX workstation (or server for that matter) using Chef. But while doing so manually is not a trivial undertaking, Kitchenplan has abstracted away all the hard parts.

    Tags: #ruby

  • domain_generation_algorithms

    Some results of my DGA reversing efforts

    Domain Generation Algorithms (DGAs) of Malware reimplemented in Python.

    Tags: #python • dga • domain-generation-algorithm

  • tomcat-cluster-redis-session-manager

    Tomcat clustering redis session manager java client.

    The Redis session manager is pluggable one. It stores session into Redis for easy distribution of HTTP Requests across a cluster of Tomcat servers.

    Here the Sessions are implemented as non-sticky (means, each request can able to go to any server in the cluster, unlike the Apache provided Tomcat clustering setup.)

    Request Sessions will be stored into Redis immediately (Session attributes must be Serializable), for the use of other servers. When tomcat receives a request from the client, Sessions are loaded directly from Redis.

    Supports Redis default, sentinel and cluster mode, based on the configuration.

    Going forward, we no need to enable sticky session (JSESSIONID) in Load Balancer.

    Tags: #java • tomcat-clustering • tomcat-session-manager

  • 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

subscribe via RSS