Code Permits Search Results

How To: Permanently erase computer files in your trash

This video shows you how to permanently delete items in your computers trash can. He states that the easiest way to delete all of the files you in trash can is just plainly hit the delete button. Apple also has a built in function in the trash can that allows you to protect certain files in your recycle bin. he gives the code sudo r - R to block the recycling bin from automatically deleting all files in your recycling bin.

How To: Connect to a database & add data in PHP & MYSQL

MySQL is a database for serving data on the web. This video teaches viewers how to connect to a database and add data in PHP & MySQL. PHPMyAdmin is an interface that allows you to interact with MySQL more easily. Use the form in the program to create a database; choose the name for your database and select 'create'. Next you can create tables within your database, also using the forms provided. Within the tables you can set your variables; PHPMyAdmin has fields that allow you to choose the ty...

How To: Reload modules in Python

Bucky from The New Boston serves up this Python video tutorial on how to reload modules in Python. This is the program you use to write all of your Python code down. Learn how to reload modules once your source file has been edited!

How To: Program methods in Python

Bucky from The New Boston serves up this Python video tutorial on how to program methods in Python. This is the program you use to write all of your Python code down. Fun with methods! Learn what methods are and how to use them.