Posts

  • gatsby-advanced-starter

    A high performance skeleton starter for GatsbyJS with an advanced feature set.

    A starter skeleton with advanced features for Gatsby.

    This starter aims to provide a minimal base for building advanced GatsbyJS powered websites by using the latest technologies to simplify your process.

    It doesn’t define any UI limitations in any way and only gives you the basic components for SEO/Links/Infinite Scrolling while creating a comfortable development environment to get started.

    Starter supports both TypeScript and JavaScript, comes with Jest and Cypress configurations and allows you to write Unit/Integration/E2E tests out of the box.

    You are free to use any UI framework/styling options or you can use the gatsby-theme-amaranth as a starting point, which provides a stylish blog design styled with Styled Components

    Tags: #typescript • react • gatsby

  • theme-check

    Theme Check plugin

    The theme check plugin is an easy way to test your theme and make sure it’s up to spec with the latest theme review standards. With it, you can run all the same automated testing tools on your theme that WordPress.org uses for theme submissions.

    The tests are run through a simple admin menu and all results are displayed at once. This is very handy for theme developers, or anybody looking to make sure that their theme supports the latest WordPress theme standards and practices.

    Tags: #php • wordpress-plugin • themes

  • 2s-AGCN

    Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition in CVPR19

    Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition in CVPR19

    Tags: #python

  • 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

subscribe via RSS