Git Finds
24 subscribers
212 photos
12 videos
5 files
1.25K links
Download Telegram
📡 Outrun.

Интересная штуковина. Позволяет выносить запущенные локально операции на ресурсы удалённой машины.

Как самый очевидный пример - запущенный локально ffmpeg может обрабатывать видео за счёт ресурсов удалённого, мощного сервера. При этом на удалённом сервере наличие этого самого ffmpeg не обязательно.

Сама утилита и описание её работы доступны прямо на странице репозитория: https://github.com/Overv/outrun

#github #будничное #outrun
Lime

Open-source-альтернатива популярного текстового редактора SublimeText. Главная особенность данного редактора в том, что он API-compatible с Sublime.

#Go
​​A utility tool powered by fzf for using git interactively.

This tool is designed to help you use git more efficiently. It's lightweight and easy to use.

Also integrates with: diff-so-fancy, delta, bat, emoji-cli.

https://github.com/wfxr/forgit

#shell #git
Forwarded from GitHub'ненько
simdjson : Parsing gigabytes of JSON per second
#json #parsing
https://github.com/simdjson/simdjson
​​Echelon - hierarchical logs in terminal on steroids.
Cross-platform #go library to organize logs in a hierarchical structure.

Features:
- Customizable and works with any VT100 compatible terminal
- Supports simplified output for dump terminals
- Implements incremental drawing algorithm to optimize drawing performance
- Can be used from multiple goroutines
- Pluggable and customizable renderers
- Works on Windows!

https://github.com/cirruslabs/echelon
​​Fully automated python fuzzer built to test if code actually is production ready in seconds.

#python allows you to do pretty much whatever you want. This is a good thing for the most part however it creates the opportunity for unexpected events to occur. One of battletested's strongest assets is its ability to show you all of those possibilities so there are no surprises. In a way, it surpasses learning about the behavior of code by reading docstrings because all behaviors are recorded during a fuzz.

https://github.com/CodyKochmann/battle_tested

For example, the image below shows just how much is brought to light about a piece of code without needing to read a textbook's worth of documentation (which almost never exists) just to learn about the full behavior of a single function.
Уважаемый читатель прислал крутой тренажер - https://learngitbranching.js.org/

Правда я сразу начал делать шаги в разные стороны от основного скрипта и все сломал, но для тренировки - отлично. А я тренировался на настоящих репозиториях с ипользованием Source tree. Но для быстрого входа в гит тренажер - вещь.
PySnooper

Инструмент для дебаггинга проектов на Python без использования print.

#Python
Foam

VS Code расширения для менеджмента знаний, вдохновлённое Roam Research.

#JavaScript, #TypeScript
​​du + #rust = dust. Like du but more intuitive. Because I want an easy way to see where my disk is being used.

https://github.com/bootandy/dust
​​Gifcurry is the open-source video editor for GIF makers. It's built with #haskell and works on Linux, Mac, and most likely Windows. There is both a graphical and command line interface.

Gifcurry edits your GIFs or videos and turns them into videos or GIFs. You can crop, trim, seek, add text, pick a font, alter the duration, change the size, set the FPS, tweak the color count, enable dithering, import subtitles, and save your creation as either a GIF or video.

https://lettier.github.io/gifcurry/
Forwarded from GitHub'ненько
query-json is a faster and simpler re-implementation of the jq language in Reason Native and compiled to binary thanks to the OCaml compiler. query-json, allows you to write small programs to operate on top of json files in a cute syntax:

query-json ".store.books | filter(.price > 10)" stores.json

#json #dev
https://github.com/davesnx/query-json
This media is not supported in your browser
VIEW IN TELEGRAM
tmpmail

Утилита, которая позволяет создать временный адрес электронной почты и получать на него письма. Под капотом данная утилита использует API 1secmail.

#Shell
This media is not supported in your browser
VIEW IN TELEGRAM
sqlbench

Инструмент, который измеряет и сравнивает время выполнения SQL-запросов.

#Go
TWINT - Twitter Intelligence Tool

Инструмент, который предоставляет функционал для парсинга информации с Twitter (твиты, фолловеры, треды и т.д.). Проект сделан на Python без использования Twitter API (No authentication. No API. No limits.)

#Python, #Sponsor ❤️
realworld

Набор из имплементаций клона medium на различных языках и технологиях. В репозитории вы найдете ссылки на данный проект почти на любом языке. А по ссылке в закрепе найдете интересное чтиво от автора.
Forwarded from DOFH - DevOps from hell
TensorFlow Hub - место, куда загружают уже готовые NN модели, которые вы можете использовать в своих проектах. Есть модели от различных известных команд, включая Google AI и Deepmind.