Git Finds
24 subscribers
212 photos
12 videos
5 files
1.25K links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
glitch-this

Коммандлайн интсрумент и python-библиотека для создания эффекта глича на изображении и созможностью создания gif-нимации этого эффекта. Бонусом ловите веб-версию данной тулзы с хорошей демонстрацией эффекта ⟹ https://pahefu.github.io/web-glitch-this/

🌐 Lang: #Python
📎 Repo: https://github.com/TotallyNotChase/glitch-this
rrweb

Инструмент для записи веб сессий, полезна для быстрого воспроизведения багов, анализа и демонстрации сайта

🌐 Lang: #TypeScript
📎 Repo: https://github.com/rrweb-io/rrweb
Forwarded from ITGram
python-fire — библиотека от Google, автоматически генерирующая CLI. Скармливаете туда функции, классы, вообще что угодно, и fire смотрит на аттрибуты и методы, генерирует из этого команды, парсит аргументы функций как флаги, достает документацию и типы для них из докстрингов, генерирует --help. В общем, самое то, если хочется хоть какой-то CLI, но не хочется с ним запариваться от слова совсем.
Forwarded from HN Best Comments
Re: Show HN: Plotting 3 years of hourly data in 150ms

Unfortunately, I have to use Google Analytics and Google Ads at work every day, and these UIs have absolutely terrible performance :(

A small part of the problem is drawing the trend charts. So I decided to make uPlot [1] to see what was really possible.

[1] https://github.com/leeoniya/uPlot

leeoniya, 9 hours ago
mplcyberpunk

Расширение для популярной библиотеки matplotlib для построения графиков добавляющее эффект "киберпанка".

🌐 Lang: #Python
📎 Repo: https://github.com/dhaitz/mplcyberpunk
SynthWave '84

В продолжение темы о стилистике "киберпанк". Цветовая схема для редактора кода VS Code, которая добавляет неоновую подсветку вашему коду.

🌐 Lang: #CSS, #JavaScript
📎 Repo: https://github.com/robb0wen/synthwave-vscode
This media is not supported in your browser
VIEW IN TELEGRAM
wuzz

Консольный инструмент для инспектирования http-запросов.

🌐 Lang: #Go
📎 Repo: https://github.com/asciimoo/wuzz
A ridiculously small responsive #css framework. lit is 395 bytes small.

Features:
- 12 Column Responsive Grid
- Typography for h1-h6, and body text
- Three types of buttons
- Cards
- Inputs
- Table Styles

https://github.com/ajusa/lit
​​Tig is an ncurses-based text-mode interface for git. It functions mainly as a #git repository browser, but can also assist in staging changes for commit at chunk level and act as a pager for output from various Git commands.

https://github.com/jonas/tig

#c
iota

Текстовый редактор для терминала, с возможностью подсветки синтаксиса.

🌐 Lang: #Rust
📎 Repo: https://github.com/gchp/iota
n8n: Free and Open Workflow Automation Tool.

n8n (pronounced nodemation) helps you to interconnect every app with an API in the world with each other to share and manipulate its data without a single line of code. It is an easy to use, user-friendly and highly customizable service, which uses an intuitive user interface for you to design your unique workflows very fast. Hosted on your server and not based in the cloud, it keeps your sensible data very secure in your own trusted database. n8n has 100+ different nodes to automate workflows.

https://github.com/n8n-io/n8n

#ts #nocode
Forwarded from HN Best Comments
Re: Firefox extensions to make remote work and school ...

I didn't see multi-account containers mentioned:

https://github.com/mozilla/multi-account-containers#readme

That one changed my life. It allows me to log into different AWS accounts at the same time. Also different Gmail accounts at once (like my kids' email and mine).

Also it gives you a massive boost in privacy since cookies don't follow you around since they are restricted to one container.

Combined with Container Tabs Sidebar:

https://github.com/maciekmm/container-tabs-sidebar

You get the tree style tabs with automatic organization by container.

jedberg, 13 hours ago
Riiablo

Еще одна попытка реализции Diablo 2 с нуля. Игра использует ассеты оригинала, обладает неплохим набором фич (поддержка контроллеров, запуск на android, кросс-платформенный мультиплеер и т.д.)

🌐 Lang: #Java
📎 Repo: https://github.com/collinsmith/riiablo
Forwarded from Spark in me (Alexander)
Pandas ... Parallel Wrappers Strike Back

Someone made this into a library with 800+ starts - https://github.com/nalepae/pandarallel - which is cool AF if it will be maintained!

I wrote similar wrappers 2 years ago and I thought no one cared about this, because when I shared it, no one paid any attention. But in our day-to-day work they are still a workhorse. Simple, naïve, concise yet efficient.

I believe this library only has 2 major drawbacks:

- Spawning processes takes a second or so, but this is just python
- It does not support shared memory (?), the only thing that I arguably lack in such a tool

12 - 24, or even 64 core AMD processors are cheap nowadays, you know.

#python
Your desktop is a mess? You cannot find anything in your downloads and documents? Sorting and renaming all these files by hand is too tedious? Time to automate it once and benefit from it forever with organize!

Config example:

  - folders: ~/Downloads
subfolders: true
filters:
- extension: pdf
actions:
- echo: "Found PDF!"
- move: "~/Documents/pdfs"


https://github.com/tfeldmann/organize

#python