Posts

  • Hbm-s-Nuclear-Tech-GIT

    A flaming wreck of a minecraft mod about nuclear technology that is somehow still in development.

    NTM on Modrinth

    NTM on CurseForge

    This is for 1.7.10! For 1.12, check out these projects:

    • NTM Reloaded: https://github.com/TheOriginalGolem/Hbm-s-Nuclear-Tech-GIT/releases
    • NTM Extended Edition (Alcater): https://github.com/Alcatergit/Hbm-s-Nuclear-Tech-GIT/releases

    For 1.18, try Martin’s remake: https://github.com/MartinTheDragon/Nuclear-Tech-Mod-Remake/releases

    Tags: #java

  • SockTrader

    🚀 Websocket based trading bot for 💰cryptocurrencies 📈

    SockTrader is an open source cryptocurrency trading bot. You can use it to automatically buy and/or sell cryptocurrencies based on a strategy that you’ve programmed. The strategy basically contains a set of rules that will define when and how the bot should act in the cryptocurrency market. These rules can be based on technical analysis (what is technical analysis?) or you could simply tell the bot to buy/sell at certain price levels. In fact, it’s up to you to decide the rules of the game!

    The name “SockTrader” comes from websocket based trading bot. Which means that SockTrader will try to make use of a realtime connection with the exchange. This has the advantage that one can act very quickly in a changing market with low latency.

    Tags: #typescript • nodejs • websockets

  • manticoresearch-php

    require_once __DIR__ . '/vendor/autoload.php';
    
    $config = ['host'=>'127.0.0.1','port'=>9308];
    $client = new \Manticoresearch\Client($config);
    $index = $client->index('movies');
    

    Tags: #php • search

  • Foundation

    Foundation™ helps you create highly customized Minecraft plugins (based on Spigot/Paper API) that support multiple MC versions.

    1. Import Foundation using Maven/Gradle (see the Importing section).
    2. Change “extends JavaPlugin” to “extends SimplePlugin” (we need that to register things and listeners on our end automatically)
    3. Change onEnable() to onPluginStart() and onDisable() to onPluginStop() (we occupy these methods to perform logic)
    4. If you use a static getInstance() method in your main plugin’s class, change it to return (T) SimplePlugin.getInstance() where T is your plugin instead. Delete the instance of your plugin from your class if you use it (if you have myPlugin = this anywhere, remove it).

    For a sample plugin, see PluginTemplate.

    A complete tutorial on how to use this library is a part of our Project Orion training available here

    If you just want a quick start into Minecraft plugin development, check out this guick gist.

    Tags: #java • minecraft • plugin

  • gauntlt

    a ruggedization framework that embodies the principle “be mean to your code”

    Gauntlt is a ruggedization framework that enables security testing that is usable by devs, ops and security.

    Tags: #ruby

  • name_of_person

    Presenting names of people in full, familiar, abbreviated, and initialized forms (but without titulation etc)

    Presenting names for English-language applications where a basic model of first and last name(s) combined is sufficient. This approach is not meant to cover all possible naming cases, deal with other languages, or even titulations. Just the basics.

    Tags: #ruby

  • wasmer-php

    🐘🕸️ WebAssembly runtime for PHP

    • Easy to use: The wasmer API mimics the standard WebAssembly C API,
    • Fast: wasmer executes the WebAssembly modules as fast as possible, close to native speed,
    • Safe: All calls to WebAssembly will be fast, but more importantly, completely safe and sandboxed.

    Tags: #php • php-extension • rust

  • Twitch-HLS-AdBlock

    Block advertisements that are inserted in Twitch streams directly.

    Twitch is playing a 15-30 second advertisement whenever one starts watching a new channel. For people who jump around a bit this is pretty annoying.

    Twitch staff has been fairly quick to remove client side fixes that disable advertisements. Since they’re able to inject advertisementst into the HLS stream directly (SSAI, Twitch’s SureStream if you want to research further), I believe such fixes will not always be available.

    This extension monkey patches the web worker (among others) Twitch uses and edits the m3u8 playlist that gets requested every few seconds to simply remove segments that are marked as advertisments with SCTE-35 flags.

    Right now Twitch also makes the actual stream available in those playlist files after a few seconds, which means that after just around 5 seconds the real stream begins, instead of 30 seconds of advertisements.

    Tags: #javascript • twitch • ads

  • backpack

    🎒 Next level crypto wallet

    • Backpack is in active development, so all APIs are subject to change.
    • This code is unaudited. Use at your own risk.
    • I repeat. This is not ready for production.

    Tags: #typescript

  • MonitoRSS

    MonitoRSS RSS bot (formerly known as Discord.RSS) with customizable feeds. https://monitorss.xyz

    This is the core repository of the MonitoRSS bot (formerly known as Discord.RSS) for development and programmatic use. For the web interface development and programmatic use, see https://github.com/synzen/MonitoRSS-Web.

    For users who want to deploy MonitoRSS for personal use, see https://github.com/synzen/MonitoRSS-Clone.


    Driven by the lack of comprehensive RSS bots available, I have decided to try my hand at creating one of my own. Designed with as much customization as possible for both users and bot hosters, while also (or should be) easy to understand.

    All documentation can be found at https://docs.monitorss.xyz.

    Tags: #typescript • discord • rss

subscribe via RSS