Video games, the internet and what comes after
Many online file conversion tools are boring and insecure. They only allow conversion between two formats in the same medium (images to images, videos to videos, etc.), and they require that you upload your files to some server.
This is not just terrible for privacy, it's also incredibly lame. What if you really need to convert an AVI video to a PDF document? Try to find an online tool for that, I dare you.
Convert.to.it aims to be a tool that "just works". You're almost guaranteed to get an output - perhaps not always the one you expected, but it'll try its best to not leave you hanging.
Github: https://github.com/p2r3/convert
bun install --frozen-lockfilebun run buildbun run cache:buildCat News was created by Pippin (with a very small amount of help from his human assistants), so that the world may know of his glorious comings and goings. Since he is frequently napping, stories about cats from around the world are also published and celebrated. Pippin is five years old and lives in Coquitlam, British Columbia, Canada, among beautiful mountains that he mostly ignores because they are not edible.
Pippin feels that humans spend too much time doom-scrolling and not enough time paying attention to him. Cat News is a healthy compromise, where lots of cats can get attention, and humans get more important (and more fun) things to scroll through.
Lots of different ways to lace and tie your shoes.
This is one of those sites from the old school - built because somebody's fascinated by something.
Something like a prediction market for who gets pwned next.
pyvnc implements both synchronous and asynchronous VNC clients in pure Python. It works on Mac, Linux and Windows. Use it to capture screenshots and send keyboard & mouse input to VNC servers.
PyVNCServer is an RFB (VNC) server implementation in Python. The repository combines:
A minimal VNC server that serves a static image. It's a honeypot for VNC scanners.
This is a cross-game modification system which randomizes different games, then uses the result to build a single unified multi-player game. Items from one game may be present in another, and you will need your fellow players to find items you need in their games to help you complete your own.
This plugin helps you improve your Pelican site SEO (Search Engine Optimization) to reach the top positions on search engines. This includes metadata used for accessibility.
Your source code travels with git clone. Your issues don't. Migrate from GitHub to GitLab? Your code comes with you. Your issues stay behind, trapped in a proprietary API. Work offline on code? Sure. Work offline on issues? Not without a web browser and internet connection. Here's the insight: issues are append-only event logs, and Git is a distributed append-only content-addressable database. The data model fits perfectly.
git-issue stores issues as Git commits under refs/issues/. No external database. No JSON files in the working tree. No custom merge algorithms. Just commits, trailers, and refs.
Git already solved distributed synchronization, content addressing, cryptographic integrity, and three-way merging. Why rebuild all that for issue tracking?
Klaus is a Git project portfolio webapp as an alternative to Github, Gitlab, and other self-hosted applications.
GitList is an elegant and modern web interface for interacting with multiple git repositories. It allows you to browse repositories using your favorite browser, viewing files under different revisions, commit history, diffs. It also generates RSS/Atom feeds for each repository, allowing you to stay up-to-date with the latest changes anytime, anywhere. GitList was written in PHP, on top of the Symfony framework and powered by the Twig template engine. This means that GitList is easy to install and easy to customize. Also, the GitList interface was made possible due to Bootstrap.
A book of Python exercises that are meant to be worked longhand, with paper and pencil, rather than at a console. The idea is to think about what you're doing rather than just typing on a keyboard.
Gwtar is a new polyglot HTML archival format which provides a single, self-contained, HTML file which still can be efficiently lazy-loaded by a web browser. This is done by a header’s JavaScript making HTTP range requests. It is used on Gwern.net to serve large HTML archives.
The SB-Assembler can be used on Linux, Mac and Windows machines. It requires at least Python 3.2 to be installed. Installation of the software is not necessary. Unzip everything into a directory of your choice and make sure the program sbasm (for Linux and Mac) or sbasm.py (for Windows) is in your path. However you may want to move the opcode test files and header files somewhere else. They are a reference only and are not needed for the assembler to run. The only thing that is important for the SB-Assembler is that the sbapack directory remains in the same directory as the sbasm and sbasm.py files.
Supported processors: 6502, 65C02, 6800, 6804, 6805, 6809, 68HC11, 8008, 8048, 8051, 8080, 8085, Z80, Z8 Z180 AVR, PIC, ST6, ST7, ACE1101, ACE1202, SC/MP, 1802
From Wikipedia: Radio Bulgaria (Bulgarian: Радио България, Radio Bǎlgarija; BNR) is the official international broadcasting station of Bulgaria. On June 10, 2021, Radio Bulgaria launched a new podcast called Bulgaria Today. It is released every day in English, German, French, Spanish, Russian, Serbian, Greek, Albanian, and Turkish. The new program features news stories from Bulgaria and internationally, as well as segments about Bulgarian culture and tourism.
There is an RSS feed on a related sub-site: https://new.bnr.bg/en/rss/news
AS is a portable macro cross assembler for a variety of microprocessors and -controllers. Though it is mainly targeted at embedded processors and single-board computers, you also find CPU families in the target list that are used in workstations and PCs.
AS is completely free, i.e. you may use it for any commercial or non-commercial purpose without having to pay for it. If your really like AS, I encourage you to either send a bit of money to Greenpeace or a bottle of your favourite wine to me. If you want to integrate AS or parts of it into other projects, please contact me; since I really appreciate GNU and its targets, I think that someone who uses parts of AS or extends it should return something into the "freeware pool"; it's just a matter of fairness!