Posts

  • hebel

    GPU-Accelerated Deep Learning Library in Python

    GPU-Accelerated Deep Learning Library in Python

    Hebel is a library for deep learning with neural networks in Python using GPU acceleration with CUDA through PyCUDA. It implements the most important types of neural network models and offers a variety of different activation functions and training methods such as momentum, Nesterov momentum, dropout, and early stopping.

    I no longer actively develop Hebel. If you are looking for a deep learning framework in Python, I now recommend Chainer.

    Tags: #python

  • Twitch-Drops-Bot

    A Node.js bot that will automatically watch Twitch streams and claim drop rewards.

    A Node.js bot that uses Puppeteer to automatically watch Twitch streams and claim drop rewards.

    Tags: #typescript • twitch • twitch-drops

  • lvmsync

    Synchronise LVM LVs across a network by sending only snapshotted changes

    Have you ever wanted to do a partial sync on a block device, possibly over a network, but were stymied by the fact that rsync just didn’t work?

    Well, fret no longer. As long as you use LVM for your block devices, you too can have efficient delta-transfer of changed blocks.

    Tags: #ruby

  • laravel-module-installer

    Installs Laravel modules created for nwidart/laravel-modules into the Modules/ directory.

    The purpose of this package is to allow for easy installation of standalone Modules into the Laravel Modules package. This package will ensure that your module is installed into the Modules/ directory instead of vendor/.

    You can specify an alternate directory by including a module-dir in the extra data in your composer.json file:

    "extra": {
        "module-dir": "Custom"
    }
    

    Tags: #php

  • next-compose-plugins

    💡next-compose-plugins provides a cleaner API for enabling and configuring plugins for next.js

    Provides a cleaner API for enabling and configuring plugins for next.js because the default way next.js suggests to enable and configure plugins can get unclear and confusing when you have many plugins.

    It is often unclear which plugins are enabled or which configuration belongs to which plugin because they are nested and share one configuration object. This can also lead to orphaned configuration values when updating or removing plugins.

    While next-compose-plugins tries to eliminate this case by providing an alternative API for enabling and configuring plugins where each plugin has their own configuration object, it also adds more features like phase specific plugins and configuration.

    Tags: #javascript • nextjs • plugin

  • cloudinary_gem

    Cloudinary GEM for Ruby on Rails integration

    The Cloudinary Ruby on Rails SDK allows you to quickly and easily integrate your application with Cloudinary. Effortlessly optimize, transform, upload and manage your cloud’s assets.

    Tags: #ruby • ruby-on-rails • ruby-gem

  • AndProx

    Native Android Proxmark3 client (no root required)

    Please see https://github.com/AndProx/AndProx/issues/53 for more information.


    Tags: #java • proxmark3 • android

  • waveboxapp

    Wavebox Classic has been updated to Wavebox 10. Learn more Wavebox.io

    This is an issues & release-only repo for Wavebox, the revolutionary and feature-rich Chromium browser that’s built for productive working across Google Workspaces, Microsoft Teams, ClickUp, Monday, Atlassian, Asana, AirTable, Slack, and every other web app you use to get work done.

    Wavebox gives you customizable toolbars, sleeping tabs, cookie containers and multiple profile

    ✅ Tab management, organizing, sleep, and search. More.

    ✅ Multiple cookie containers, for multi-account sign-in.

    ✅ Multiple profiles, for multiple setups.

    ✅ Multiway split screen.

    ✅ High performance, longer battery life.

    ✅ Zero ads or tracking.

    ✅ Extensions directly from the Chrome Store.

    Tags: #javascript • desktop • gmail

  • javascript-sdk

    Javascript SDK to communicate with BNB Beacon Chain.

    If you do not need Ledger support with Node.js:

    $ npm i @binance-chain/javascript-sdk --no-optional
    # Or:
    $ yarn add @binance-chain/javascript-sdk --no-optional
    

    If you need Ledger support with Node.js:

    $ npm i @binance-chain/javascript-sdk
    # Or:
    $ yarn add @binance-chain/javascript-sdk
    

    Tags: #typescript • sdk • frontend

  • threads.js

    🧵 Make web workers & worker threads as simple as a function call.

    • First-class support for async functions & observables
    • Write code once, run it on all platforms
    • Manage bulk task executions with thread pools
    • Use require() and import/export in workers
    • Works great with webpack

    Tags: #typescript • javascript • nodejs

subscribe via RSS