Posts

  • league-profile-tool

    An application that lets you make specific requests to the LCU api to change how your profile looks

    This project is not maintained anymore. Thank you to everyone who enjoyed it!

    This application shows how data sent to the LCU can be modified or read to change visual stuff like, icon, background, hovercard, or read data such as profile data, friends, and more.

    Tags: #typescript • league-of-legends • lcu-api

  • BilibiliSponsorBlock

    一款跳过B站视频中恰饭片段的浏览器插件,移植自 SponsorBlock。A browser extension to skip sponsored segments in videos on Bilibili.com, ported from the SponsorBlock

    • 目前上架了Chrome 应用商店Edge 应用商店火狐应用商店。如果你知道更多流行的浏览器插件商店,欢迎留言~

    • 如果你无法打开上面的商店,可以尝试从这里下载crx文件安装:https://www.crxsoso.com/webstore/detail/eaoelafamejbnggahofapllmfhlhajdd

    • 或者可以从 Github Release 页面获取未打包的插件。

      1. 根据您浏览器的类型下载适合的版本,Chrome、Edge、360 和基于 Chromium 的国产浏览器下载 ChromiumExtension.zip;火狐浏览器下载FirefoxExtension.zip。并解压缩。

      2. 打开浏览器的插件管理页面,启用“开发者模式”,点击加载已解压的拓展程序,选择刚刚下载解压的插件文件夹,就可以完成安装。

    Tags: #typescript • bilibili • browser-extension

  • scribble

    Scribble instrumentation tool

    The design of the Scribble specification language takes inspiration from several existing languages and we expect the language to evolve gradually as we gain more experience in using it. We rely on the following principles and design goals to guide language evolution:

    1. Specifications are easy to understand by developers and auditors
    2. Specifications are simple to reason about
    3. Specifications can be efficiently checked using off-the-shelf analysis tools
    4. A small number of core specification constructs are sufficient to express and reason about more advanced constructs

    We are aware that this will make it difficult or impossible to express certain properties. We encourage users to reach out if they encounter such properties. However, it is not our itention to support every property imaginable. We consider it a great success if Scribble is able to capture 95% of the properties that users want to express.

    Tags: #typescript • scribble • language

  • video-to-ascii

    It is a simple python package to play videos in the terminal using characters as pixels

    • Python3
    • PortAudio (Only required for installation with audio support)
    • FFmpeg (Only required for installation with audio support)
    • Linux or MacOS … for now

    Tags: #python • video • terminal

  • flashbake

    Scripts to gather information for including in version history comments and to make using source control a bit simpler for non-technical projects.

    Flashbake is about helping writers use Git version control to archive the evolution of their work. This can include the initial creation of the work, edits to the work, as well as metadata surrounding the writing process.

    The metadata is configurable and pulls in information from the user’s lifelog such as recent social media posts, blog posts, music listening, current weather, location, and more. It then commits that metadata and textual changes to an archive at set intervals.

    As Cory Doctorow describes it Flashbake is about recording, “Where am I, what’s it like there, and what am I thinking about?”

    Tags: #python

  • PHPComplex

    PHP Class for handling Complex numbers

    composer require markbaker/complex:^1.0
    

    Tags: #php

  • audits1984

    Auditing tool for Rails console sessions

    A simple auditing tool for console1984.

    Tags: #ruby

  • got-scraping

    HTTP client made for scraping based on got.

    Got Scraping is a small but powerful got extension with the purpose of sending browser-like requests out of the box. This is very essential in the web scraping industry to blend in with the website traffic.

    Tags: #typescript

  • obsidian-omnivore

    Obsidian plugin to fetch articles and highlights from Omnivore

    This plugin imports your saved Omnivore articles and highlights into Obsidian.

    Tags: #typescript • obsidian • obsidian-plugin

  • audio-wife

    A simple themable & integrable audio player library for Android.

    AudioWife comes with a simple default player UI that you can use right away. This is the simplest and fastest way to get AudioWife working.

    // mPlayerContainer = Parent view to add default player UI to.
    AudioWife.getInstance().init(mContext, uri)
    		.useDefaultUi(mPlayerContainer, getLayoutInflater());
    
    

    Tags: #java

subscribe via RSS