Posts

  • Selenium-Grid-Extras

    Simplify the management of the Selenium Grid Nodes and stabilize said nodes by cleaning up the test environment after the build has been completed

    1. In the terminal run following command:
      java -jar Selenium-Grid-Extras-Jar.jar
      
    2. You will be prompted with several questions, first one will ask you if you want to set this computer as a HUB, Node, or both. Answer 2 for HUB

    3. Leave the Host name for Grid Hub as default 127.0.0.1

    4. Set port to be used by Selenium Grid Hub, default is 4444

    5. You will be asked if you wish to auto update Selenium. If you answer yes, then every time Selenium Grid Extras is started it will check fo the latest version of Selenium Stand Alone Server, IEDriver, and ChromeDriver. If you choose to not auto update, you will be asked what versions of each driver to lock into.

    Tags: #ruby

  • EchoTorch

    A Python toolkit for Reservoir Computing and Echo State Network experimentation based on pyTorch. EchoTorch is the only Python module available to easily create Deep Reservoir Computing models.

    These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

    Tags: #python • pytorch • python-toolkit

  • picosnitch

    Monitor Network Traffic Per Executable, Beautifully Visualized

    • 🔔 Receive notifications whenever a new program connects to the network, or when it’s modified
    • 📈 Monitors your bandwidth, breaking down traffic by executable, hash, parent, domain, port, or user over time
    • 🌍 Web and terminal interfaces with GeoIP lookups for each connection (IP Geolocation by DB-IP)
    • 🛡️ Can optionally check hashes or executables using VirusTotal
    • 🚀 Executable hashes are cached based on device + inode for improved performance
    • 🐳 Detects applications running inside containers, multiple versions of the same app are differentiated based on their hash
    • 🕵️ Uses BPF for accurate, low overhead bandwidth monitoring and fanotify to watch executables for modification
    • 👨‍👦 Since applications can call others to send/receive data for them, the parent executable and hash is also logged for each connection
    • 🧰 Pragmatic and minimalist design focusing on accurate detection with clear and reliable error reporting when it isn’t possible

    Tags: #python • networking • security

  • Bull-Attack

    Website or Ip Hacker for Termux

    Powerful information gathering tool for Termux. you can get websites/domain and ip address information using Bull Attack tool

    Tags: #python • website-or-ip-hacker-for-termux

  • imgproxy.rb

    Add this to your Gemfile:

    gem "imgproxy"
    

    or install system-wide:

    gem install imgproxy
    

    Tags: #ruby

  • simple_token_authentication

    Simple (and safe*) token authentication for Rails apps or API with Devise.

    First install [Devise][devise] and configure it with any modules you want, then add the gem to your Gemfile and bundle install:

    # Gemfile
    
    gem 'simple_token_authentication', '~> 1.0' # see semver.org
    

    Once that done, only two steps are required to setup token authentication:

    1. Make one or more models token authenticatable (ActiveRecord and Mongoid are supported)
    2. Allow controllers to handle token authentication (Rails, Rails API, and ActionController::Metal are supported)

    If you want more details about how the gem works, keep reading! We’ll get to these two steps after the overview.

    Tags: #ruby • devise • authentication

  • rockpack

    Rockpack is a simple solution for creating React Application with Server Side Rendering, bundling, linting, testing within 5 minutes

    Rockpack will help if:

    • Beginners. With the help of Rockpack, any newbie to React can deploy a project of any complexity in a few minutes, with configured webpack, eslint, jest, etc. Rockpack supports the most popular types of React application with the project structure, Server Side Rendering, optimizations, and has the necessary dependencies.
    • Large projects from scratch. Rockpack supports most of the webpack best practices configurations, eslint rules, jest, typescript and will work great even on large projects
    • Startup. If you need to quickly check an idea without wasting time on unfolding and setting up the project.
    • Library or React Component. If you want to write a UMD library or React component, with support for the esm/cjs build as well as the minified version.

    Fast setup

    • Legacy projects or modular use. Rockpack is a modular platform, you can only use what you need. Please see every modules’ readme.

    Also, pay attention to module iSSR. This tiny module helps you to move your React application to Server-Side Rendering. Please see articles:


    Tags: #typescript • reactjs • ssr

  • livehelperchat

    Live Helper Chat - live support for your website. Featuring web and mobile apps, Voice & Video & ScreenShare. Supports Telegram, Twilio (whatsapp), Facebook messenger including building a bot.

    • Documentation - https://doc.livehelperchat.com
    • Forum/Discussions - https://github.com/LiveHelperChat/livehelperchat/discussions
    • Chat (Discord) https://discord.gg/YsZXQVh
    • Laravel version of Live Helper Chat

    Tags: #php • live-support • chat-application

  • react-tiny-fab

    🤖A tiny Floating Action Button for React

    Please visit here for docs: https://dericcain.github.io/react-tiny-fab/

    Tags: #typescript • hacktoberfest

  • babel-plugin-add-module-exports

    【v0.2 no longer maintained】 Fix babel/babel#2212 - Follow the babel@5 behavior for babel@6

    However, the plugin doesn’t change the pure-esmodule. this plugin makes changes only when exists exports.default (in other words, using commonjs).

    {
      "presets": [["@babel/env", { "modules": false }]],
      "plugins": ["add-module-exports"]
    }
    

    into

    export default 'foo'
    

    1.0.0 Currently support is commonjs and umd. Doesn’t support amd, systemjs modules(don’t use. there are no plans to support at the moment).

    Tags: #javascript • babel-plugin

subscribe via RSS