All Posts Create a Post
Remove all files .pyc with recrusive method
Remove all files .pyc with recrusive method - This method simple but important. Example in your project dir is like this: project_dir/ __init__.py __init__.pyc something.py something.pyc ... core/ __init__.py __init__.pyc …
Program Merapikan atau Ganti Nama File
Program Merapikan atau Ganti Nama File – Program ini dibuat oleh teman saya yang bernama Ferry, dimana tujuannya tentu untuk merapikan atau ganti nama dari File yang berada dalam satu …
changewords - Simply python tool to change or replace the text string in the files
changewords is Simply python tool to change or replace the text string in the files. This tool pretty nice for programmers if somehow they want to replace/change their codes for …
How to automaticly backup your projects into external hardisk in ubuntu?
Rsync, which stands for “remote sync”, is a remote and local file synchronization tool. It uses an algorithm that minimizes the amount of data copied by only moving the portions …