🥴Главное за сегодня:
🇺🇸 IRS вводит временные меры по освобождению от налога на криптовалюту
🇨🇳 Китай ужесточает надзор за торговлей криптовалютами
🇸🇾 Сирия рассматривает возможность оцифровки сирийского фунта на блокчейне, легализацию торговли и майнинга #BTC
👀 10xResearch: #ETH может быть сложно добиться значимого роста в 2025 году
🙋♂#USUALдобавят функцию fee switch
🤖#AIЭндрю Канг: 2025 год станет годом ИИ-агентов
🤝#ETHFI#BERA Ether .fi запускает хранилище Liquid Bera в Berachain
👀#AI Privasea AI объявили план развития основной сети
🕵️♂️Активность китов и SmartMoney:
- Новый кошелек вывел 90 млн #PENGU (3,13 млн $) с Binance
- Virtuals Protocol перевел 1 млн #VIRTUAL (~4,07 млн $) на Bybit
- новый кошелёк приобрёл#ai16z на 1,5 млн $
- после двух лет бездействия кит перевёл#UNI на сумму 14,11 млн $ на Coinbase
📊Графики:
- Кол-во адресов, содержащих >1 #BTC, уменьшается📉
- Kaito: В прошедшем году самыми эффективными нарративами стали DeSci (+2640%), #AI (+116%), TEE (+192%) и Chain Abstraction (+160%)
-ТОП dApps по общему объему собранных комиссий в 2024 году
- ТОП крупнейших публичных сетей, запущенных в 2024 году, по TVL
☃️События на завтра:
🔓 Разлок: Orbler (#ORBR) - 1,92% ($9,21m)
🔁#SCRTОбновление Secret Network v1.15
🇺🇸 Initial Jobless Claims - 16:30 мск
- S&P Global US Manufacturing PMI (Dec) - 17:45 мск
- Crude Oil Inventories - 19:00 мск
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.