Posts
-
Foundation
Foundation™ helps you create highly customized Minecraft plugins (based on Spigot/Paper API) that support multiple MC versions.
- Import Foundation using Maven/Gradle (see the Importing section).
- Change “extends JavaPlugin” to “extends SimplePlugin” (we need that to register things and listeners on our end automatically)
- Change onEnable() to onPluginStart() and onDisable() to onPluginStop() (we occupy these methods to perform logic)
- 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
wasmerAPI mimics the standard WebAssembly C API, - Fast:
wasmerexecutes 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
- Easy to use: The
-
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
-
remult
Full-stack CRUD, simplified, with SSOT TypeScript entities
Remult is a full-stack CRUD framework that uses your TypeScript entities as a single source of truth for your API, frontend type-safe API client and backend ORM.
- :zap: Zero-boilerplate CRUD API routes with paging, sorting, and filtering for Express / Fastify / Next.js / NestJS / Koa / others…
- :ok_hand: Fullstack type-safety for API queries, mutations and RPC, without code generation
- :sparkles: Input validation, defined once, runs both on the backend and on the frontend for best UX
- :lock: Fine-grained code-based API authorization
- :relieved: Incrementally adoptable
- :rocket: Production ready
- :mega: NEW - Zero-boilerplate realtime live-queries
Tags: #typescript • postgresql • fullstack
-
keras-ocr
A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.
This is a slightly polished and packaged version of the Keras CRNN implementation and the published CRAFT text detection model. It provides a high level API for training a text detection and OCR pipeline.
Please see the documentation for more examples, including for training a custom model.
Tags: #python • text-detection • keras-crnn
-
web-scrobbler
Scrobble music all around the web!
- [Last.fm][LastFm]
- [Libre.fm][LibreFm]
- [ListenBrainz][ListenBrainz]
- [Maloja][Maloja]
- [Pleroma][Pleroma]
Tags: #typescript • lastfm • librefm
subscribe via RSS