Git Finds
24 subscribers
212 photos
12 videos
5 files
1.25K links
Download Telegram
​​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.
Forwarded from Confidential and Proprietary (join from @exconfidential)
#Vuclip complete source leak

Vuclip is a media streaming company. They provide services similar to YouTube and Netflix in Asian countries. Their estimated userbase for 2019 was 40M+ users

This leak contains ALL the source code ever produced by them. For all components. Including but not limited to:
-iOS and Android Apps
-All websites (frontend + backend)
-CDN Sources
-All their streaming related sources

All of this amounts to a whopping 300GB total filesize with zipped files.
To make it easier for you to download this leak, we have provided you with a download server where you can download individual zip files corresponding to all their repositories.
Thank you @someonev3 for hosting it!

https://leaks.rip/VuClip/

Handle with care :)

torrent: magnet:?xt=urn:btih:52179577ea6a1a0ca885fbd059bf80c9a7a0030f&dn=Vuclip%20complete%20source%20exconfidential%20leak%20part%201

Trackers: https://newtrackon.com/api/stable?include_ipv6_only_trackers=0

This torrent is around 94.7 GiB in size.
This media is not supported in your browser
VIEW IN TELEGRAM
rx

Расширяемый, современный и минималистичный пиксель-редактор, разработанный с большой заботой и любовью для художников и хакеров.

#Rust
​​Run macOS software on Linux!

Darling is a translation layer that lets you run macOS software on Linux.
Features:

- Fast: Darling runs macOS software directly without using a hardware emulator.
- Free: Like Linux, Darling is free and open-source software. It is developed openly on GitHub and distributed under the GNU GPL license version 3.
- Compatible: Darling implements a complete Darwin environment. Mach, dyld, launchd — everything you'd expect.
- Easy to use: Darling does most of the setup for you. Sit back and enjoy using your favorite software.
- Native: We aim to fully integrate apps running under Darling into the Linux desktop experience by making them look, feel and behave just like native Linux apps.

https://www.darlinghq.org/
ascii-art-generator

Небольшой пет-проджект, который служит хорошим примером работы в WASM. Проект преобразовывает обычное изображение в ASCII-кодировку. Кстати, у автора данного проекта есть телеграм-канал, посвященный разработке на Rust.

#Rust