🎧Главное за выходные:
🔥#BNB Хроники #TST:
- Члены сообщества four. meme одобрили план сжигания TST LP, сжигая токены каждые 2 недели
- Binance Alpha добавляет TST
- CZ продолжает заявлять, что не имеет никакого отношения к TST, а также недоволен листингами на Binance
🚀Памп#BNX на активных покупках
👀 Очередные слухи о запуске токена ои Pumpfun, которые последние опровергают
🍿#FTT FTX отправили электронные письма кредиторам, претендующим на выплаты <50 000$, которые в настоящее время имеют ~345 млн $ в виде претензий, которые не завершили KYC
💃#CATI#AI Catizen запартнёрились с Google Cloud
🇺🇸#DOGE Суд США ограничил доступ Департамента эффективности правительства (DOGE) к гос системе обработки платежей
🇧🇷 Бразильская фондовая биржа B3 добавит опционы на #BTC и фьючерсные контракты на #ETH и #SOL
🇳🇬 Нигерия запустила свой первый «соответствующий требованиям» стейблкоин cNGN
🎁#LAYER Solayer Foundation представили чекер
🤝 Памп #UXLINK на партнёрствах🚀
🙋♂ В Etherscan добавили функцию кредитной оценки, которая может оценить кредитный риск адресов на основе деятельности в сети
🕵️♂️ Ethereum Foundation перевели 50 000 #ETH (~131 млн $) на кошелек, помеченный как "EF: DeFi Multisig"
📊Графики:
- Транзакции с #DOGE стремительно падают📉
- вычислительная мощность сети #BTCдостигла 852 EH/s, установив новый рекорд 📈
- кол-во транзакций #NFT за последнюю неделю снизилось на 33% до 119,5 млн $ 📉
- проекты, которые проведут первоначальный листинг на следующей неделе 📝
☕️События на завтра:
🍿 Потенциальный запуск фьючерсов CME #XRP и #SOL
🎮#DPSDrops запустят торговлю на Solana
🆕 Листинги Analog (#ANLOG)
🙋♂️#TONГолосование за активацию обновления валидаторов TON
🎁#B3 Аирдроп B3
🎮#NAKA Nakamoto Games интегрируют P2E игры в Google Play на ПК
📸#PACK Снепшот холдеров PACK от HashPack
🔁 Обновления:
- #RUNEОбновление THORChain до v3.2.0
- #KDAДедлайн обновления операторов Kadena Chainweb до v2.27
- #TAO Обновлеине основной сети BitTensor
http://www.csestack.org/python-list-installed-modules-versions-pip/
The main strength of the Python is, the wide range of external #libraries are available. As we keep coding in Python, we install many packages. It is easy getting a Python list installed #modules on the system. There are a couple of ways you can do that.
Vanadium WebView & Browser Installer
A Magisk/KernelSU module that changes the system WebView with Vanadium WebView and installs the Vanadium Browser.
🔗 Links:
- Download
- Features
- Prerequisites
- Support group
- Source code
Developer: NoneBaiano
Banner by @rkbdi (from Ultimatum browser inspiration)
❤️ Support the Project
If this project makes your life easier, here are a few quick ways to show some love:
⭐ Star the repo/app
☕ Buy a coffee for the developer
🛠 Contribute code, issues, or pull-requests.
🏷 Tags: #Android#Root#Modules
pairipfix
This LSPosed module bypasses the "Get this app from Play" screen that appears when installing Android apps as an APK instead of from the Google Play Store.
🔗 Links:
- Download
- Source code
Developer: ahmedmani
❤️ Support the Project
If this project makes your life easier, here are a few quick ways to show some love:
⭐ Star the repo/app
☕ Buy a coffee for the developer
🛠 Contribute code, issues, or pull-requests
🏷 Tags: #Android#Xposed#Modules
AnghamiPlus
AnghamiPlus is a sophisticated Xposed module that enhances your Anghami music streaming experience by unlocking plus-like features directly on the client side. Built with a modular and safe hooking architecture, it provides plus functionality without modifying server behavior or compromising your account security.
🔗 Links:
- Download
- Features
- How to use
- Support group and channel
- Source code
Developer: Kero309x
❤️ Support the Project
If this project makes your life easier, here are a few quick ways to show some love:
⭐ Star the repo/app
☕ Buy a coffee for the developer
🛠 Contribute code, issues, or pull-requests
⚠️ This app might be breaking copyright laws, use at your own risk. We are not responsible for anything. We are just sharing open source software.
🏷 Tags: #Android#Music#Xposed#LSPatch#Modules
https://docs.python.org/3/library/subprocess.html
The #subprocess module allows you to spawn new #processes, connect to their input/output/error pipes, and obtain their return codes. This module intends to replace several older #modules and #functions.
#python
https://docs.python.org/3/library/modulefinder.html
This module provides a #ModuleFinder class that can be used to determine the set of #modules#imported by a #script. modulefinder.py can also be run as a script, giving the #filename of a Python script as its argument, after which a report of the imported modules will be printed.
http://www.techbeamers.com/python-tutorial-essentials-of-python-socket-programming/
Essentials of Python #Socket Programming You Should Know
Python offers two types of #API libraries that we can use for socket programming. At the low-level, Python utilizes the “socket” library to implement #client and #server#modules for both #connectionless and #connection-oriented #network protocols. Whereas, at the higher-level, You can use libraries like #ftplib and #httplib to interact with application-level network protocols like #FTP and #HTTP.