Forwarded from PythonDigest
taichi: Portable, Performant GPU Programming in Python
https://ift.tt/A0pRx3C
https://ift.tt/A0pRx3C
Forwarded from Open Source & AI Future 🇺🇦
pipet - швейцарський армійський ніж для скрапінгу та витягування даних з онлайн-ресурсів, створений для хакерів. Цей інструмент підтримує 3 режими роботи: парсинг HTML, парсинг JSON та оцінку JavaScript на стороні клієнта. Pipet дозволяє легко відстежувати відправлення, отримувати сповіщення про наявність квитків на концерт, зміни цін на акції та будь-яку іншу інформацію, що з'являється в інтернеті. Інструмент використовує curl для запитів та Unix pipes для розширення вбудованих можливостей.
#Go
@sourcefuture
#Go
@sourcefuture
Forwarded from GitHub'ненько
jira-cli.gif
33.2 MB
jira-cli
JiraCLI is an interactive command line tool for Atlassian Jira that will help you avoid Jira UI to some extent. This tool may not be able to do everything, but it has all the essential features required to improve your day-to-day workflow with Jira.
🔥 Feature-rich interactive Jira command line.
#jira #cli #golang
https://github.com/ankitpokhrel/jira-cli
JiraCLI is an interactive command line tool for Atlassian Jira that will help you avoid Jira UI to some extent. This tool may not be able to do everything, but it has all the essential features required to improve your day-to-day workflow with Jira.
🔥 Feature-rich interactive Jira command line.
#jira #cli #golang
https://github.com/ankitpokhrel/jira-cli
# List recent issues
$ jira issue list
# List issues created in last 7 days
$ jira issue list --created -7d
# List issues in status "To Do"
$ jira issue list -s"To Do"
# List recent issues in plain mode
$ jira issue list --plain
# List issue in the same order as you see in the UI
$ jira issue list --order-by rank --reverse
# You can execute raw JQL within a given project context using `--jql/-q` option.
# For instance, the following command will list issues in the current project whose
# summary has a word cli.
$ jira issue list -q "summary ~ cli"
Forwarded from Open Source & AI Future 🇺🇦
activate-linux - Цікавий проект, який портує водяний знак "Activate Windows" на Linux! Написаний на C з використанням cairo, цей жартівливий інструмент додає знайомий напис "Activate Linux" на ваш робочий стіл. Підтримує X11 та Wayland, має конфігураційний файл для налаштування. Чудовий приклад того, як Linux-спільнота може з гумором підійти до класичних елементів Windows.
#C, #Linux
@sourcefuture
#C, #Linux
@sourcefuture
Forwarded from Würstchenbude
Seems like sdrpp hasn't been mentioned here yet
https://github.com/AlexandreRouma/SDRPlusPlus
https://github.com/AlexandreRouma/SDRPlusPlus
GitHub
GitHub - AlexandreRouma/SDRPlusPlus: Cross-Platform SDR Software
Cross-Platform SDR Software. Contribute to AlexandreRouma/SDRPlusPlus development by creating an account on GitHub.
Forwarded from Würstchenbude
as well as rtl_433
https://github.com/merbanan/rtl_433
https://github.com/merbanan/rtl_433
GitHub
GitHub - merbanan/rtl_433: Program to decode radio transmissions from devices on the ISM bands (and other frequencies)
Program to decode radio transmissions from devices on the ISM bands (and other frequencies) - merbanan/rtl_433
Forwarded from Open Source & AI Future 🇺🇦
Unciv - відкритий проект, що є ремейком Civilization V для Android та ПК. Гра розроблена на LibGDX і фокусується на модифікаціях. Unciv пропонує глибокий 4X-геймплей, швидкий запуск та можливість грати навіть на слабких пристроях. Проект активно розвивається, має понад 9000 зірок на GitHub та велику спільноту контриб'юторів.
#Kotlin, #Android
@sourcefuture
#Kotlin, #Android
@sourcefuture
Forwarded from GitHub'ненько
bitmagnet
A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.
#dht #torrent #selfhosted
https://github.com/bitmagnet-io/bitmagnet
A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.
#dht #torrent #selfhosted
https://github.com/bitmagnet-io/bitmagnet
Forwarded from Open Source & AI Future 🇺🇦
caps-log - Цікавий TUI інструмент для ведення щоденника. Зберігає записи як Markdown файли, підтримує шифрування AES, має календарний інтерфейс з можливістю виділення дат за тегами та розділами. Інтегрується з git для синхронізації. Написаний на C++ з використанням FTXUI для інтерфейсу.
#Cpp
@sourcefuture
#Cpp
@sourcefuture
GitHub - CubicalBatch/deaddit: If Reddit's content was completely AI-generated.
https://github.com/CubicalBatch/deaddit
https://github.com/CubicalBatch/deaddit
GitHub
GitHub - CubicalBatch/deaddit: If Reddit's content was completely AI-generated.
If Reddit's content was completely AI-generated. Contribute to CubicalBatch/deaddit development by creating an account on GitHub.
Forwarded from CatOps
Helm docs is a neat tool for generating documentation based on your
I recall, I wanted to write something similar back in a day, but I got bitten in the ass by YAML parsing 🙃
#kubernetes #helm
values.yaml file.I recall, I wanted to write something similar back in a day, but I got bitten in the ass by YAML parsing 🙃
#kubernetes #helm
GitHub
GitHub - norwoodj/helm-docs: A tool for automatically generating markdown documentation for helm charts
A tool for automatically generating markdown documentation for helm charts - norwoodj/helm-docs
Forwarded from Записки админа
This media is not supported in your browser
VIEW IN TELEGRAM
📙 Крутая записная книжка прямо в вашем терминале.
Для форматирования используется markdown. Есть возможность делить материалы на секции и использовать теги. Ещё из пртятного - доступно шифрование, и сохранение файлов не локально, а удалённо, в git'e.
https://github.com/NikolaDucak/caps-log
#tui #notes
Для форматирования используется markdown. Есть возможность делить материалы на секции и использовать теги. Ещё из пртятного - доступно шифрование, и сохранение файлов не локально, а удалённо, в git'e.
https://github.com/NikolaDucak/caps-log
#tui #notes
Forwarded from Записки админа
This media is not supported in your browser
VIEW IN TELEGRAM
🔎 Nerdlog - tui инструмент для работы с логами на локальной и удалённых машинах. Из интересного:
- Нет необходимости использования некого централизованного сервера. Взаимодействие с удалёнными машинами происходит по SSH.
- Логи не скачиваются с удалённых машин целиком, обработка происходит на самих машинах, а в nerdlog попадают уже результаты.
- Для удобства отрисовывается таймлайн и гистограмма, по которым можно ориентироваться при просмотре логов.
= Статья с подробностями: https://dmitryfrank.com/projects/nerdlog/article
= Github проекта: https://github.com/dimonomid/nerdlog
#tui #logs #будничное
- Нет необходимости использования некого централизованного сервера. Взаимодействие с удалёнными машинами происходит по SSH.
- Логи не скачиваются с удалённых машин целиком, обработка происходит на самих машинах, а в nerdlog попадают уже результаты.
- Для удобства отрисовывается таймлайн и гистограмма, по которым можно ориентироваться при просмотре логов.
= Статья с подробностями: https://dmitryfrank.com/projects/nerdlog/article
= Github проекта: https://github.com/dimonomid/nerdlog
#tui #logs #будничное