background preloader

TheNewBoston - Free Educational Video Tutorials on Computer Programming, Adobe Software, Computer Science and More!

A true story about survival in the Adirondack Mountains. The park covers 6.1 million acres, a land area greater than Vermont, or than Yellowstone, Yosemite, Grand Canyon, Glacier, and Great Smoky Mountains National Parks combined. The Adirondacks are also home to thousands of black bears, deadly snakes, and countless other dangers. Abandoned in the middle of the park with no survival experience and very few supplies, the entire journey was documented and filmed. Click here to watch the whole series! Welcome to thenewboston, the ultimate source for free video tutorials on the internet!

http://thenewboston.org/

Related:  programming

Using Adminer to Manage your Databases - LinuxCareer's Documentation Share this post If you find yourself interacting with a database system such as MySQL, PostgreSQL, MS SQL, Oracle, or even SQLite, sometimes you find that some of the tasks you perform are more conveniently executed using a GUI rather then using the default management utility (usually run from a CLI) provided by the database system itself. Some of you may already use other tools such as phpMyAdmin, or phpPgAdmin. This article will talk about another web based database management tool known as Adminer. Adminer allows for the management of all the database systems mentioned above.This article covers Debian (& Ubuntu), Fedora, and ArchLinux. From its website: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP.

How to Bypass or Remove a BIOS Password A BIOS password is a protection measure that can be used to stop someone powering up a computer system or making changes in some of the computers most sensitive areas. Many big name computer manufacturers such as Dell and HP lock the customers out of this area because they don’t want the customer changing anything and potentially damaging the machine (which the manufacturer may have to warranty). However, when someone like a computer technician or hardware enthusiast needs to make some hardware changes to the computer, they will need to access the BIOS. Here are some methods to be a bios password cracker, removing a BIOS password.

Become a Programmer, Motherfucker If you don't know how to code, then you can learn even if you think you can't. Thousands of people have learned programming from these fine books: Learn Python The Hard Way Dashboard - Qualification Round Africa 2010 - Google Code Jam The contest is over. You will be able to try solving the problems for practice soon. Problem [Tutorial] Deploy Apache + MySQL + Python on AWS EC2 « 無良心筆記 First, choose any AMI(Amazon Machine Image) you like and lanuch it. In this tutorial, I will choose Amazon Linux AMI (64-bit) as example. If you choose other AMI, the circumstance might be quite different. I can’t guarantee the following tutorial steps are the same. EC2 AMI: Amazon Linux AMI (64-bit) last revision: 2014-08-21 here are the instructions:

python升级导致yum命令无法使用的解决办法(修改版) - EI__Nino的专栏 1、报错信息如下: [root@develop bin]# yum [root@develop local]# yum -y install prce There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: No module named yum Please install a package which provides this module, or verify that the module is installed correctly. It's possible that the above module doesn't match the current version of Python, which is: 2.6.1 (r261:67515, Aug 7 2010, 11:36:17) [GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] If you cannot solve this problem yourself, please go to the yum faq at: [root@develop bin]# yum [root@develop local]# yum -y install prce There was a problem importing one of the Python modules required to run yum.

Installation — PEER 0.11.0 documentation In this part two types of installation will be covered: the standard one aimed for production and the development one, which target audience is the developer community. After these steps you should have a PEER instance up and running but please note that many configuration defaults will not be good for your installation. It is recommended to read the Configuration chapter right after this one.

Question database structure This page documents the database tables use by the question bank and question engine. The distinction between the question bank and the question engine is that the question bank stores the question definitions, organised into categories, while the question engine stores the information a user's attempts at a question or questions. Overview File:Question database.dia Dia file, should you wish to have a copy of this diagram in an editable format. Common field types The 4 Universities Data Set This data set contains WWW-pages collected from computer science departments of various universities in January 1997 by the World Wide Knowledge Base (Web->Kb) project of the CMU text learning group. The 8,282 pages were manually classified into the following categories: student (1641) faculty (1124) staff (137) department (182) course (930) project (504) other (3764) The class other is a collection of pages that were not deemed the ``main page'' representing an instance of the previous six classes. (For example, a particular faculty member may be represented by home page, a publications list, a vitae and several research interests pages. Only the faculty member's home page was placed in the faculty class.

6. Learning to Classify Text Detecting patterns is a central part of Natural Language Processing. Words ending in -ed tend to be past tense verbs (5.). Frequent use of will is indicative of news text (3). These observable patterns — word structure and word frequency — happen to correlate with particular aspects of meaning, such as tense and topic. Practical Data Science, Fall 2012 Data is the new oil. Data is a new class of economic asset. Those were the conclusions of the reports issued by the World Economic Forum at Davos in January 2011 and January 2012. Research published in 2011 by MIT economists shows that companies adopting “data-driven decision-making” achieved significant productivity gains over other firms.

Install Numpy, Schipy, Matplotlib and etc. on Amazon Linux AWS-ec2 for Python3 You must always specify full paths for python3, pip3 and easy_install-3.4. You can tell a full path by the command, which 常にpython3, pip3, easy_install-3,4はフルパスを指定してください。whichコマンドでフルパスがわかります。 Always use pip3 to install for python 3.

Related:  EducationTutorial