Error XAMPP : Mysql # 2002 – No such file or directory

If after installing xampp without access to phpMyAdmin this error:
Error
MySQL said: Documentation
#2002 – No such file or directory
The server is not responding (or the local server’s socket is not correctly configured).

Fix error xamp 403 Forbidden

After XAMPP on Ubuntu, I restarted the computer and this error

403 Forbidden
You don’t have permission to access / on this server.
Apache/2.4.10 (Ubuntu) Server at localhost Port 80

[School] Up first, and follow the program service

Up Frist has 5TH TH1: A -> aBc|x => Period(The) = A, x TH2: A -> aBc|B, B -> c|€ => Period(The) = A + Period(B) = A, c, € TH3: A -> BC, B -> b, C -> c => Period(The) = Time(B) = b. At this should not contain ko plus € Frist(C) +TH4: A -> BC, B -> b|€, C -> c => Period(The) = Time(B) = b, €. Go here […]

[Algorithm] Merge sort – Merge Sort

Merge sort algorithm (Merge Sort) is one of the sorting algorithm or used. Nearly identical to quickly sort algorithm (Quick Sort) an arrangement by splitting the original array 2 half, but with Quick Sort element is used as a landmark comparison between Merge Sort is still clearly divided into, sort each array and then "mixed" 2 array rearranged.

Android Training Resources

This article by Nguyen Van Chung You write very detailed document, necessary to view the site. 😉 Có thể nói Android phát triển đã khá lâu, document so it is also very much and rich, but good for you to learn to read English, there is also a very important skill. Là một coder nếu bạn không biết tiếng anh thì […]

Programming

Programming

Programming is a creative process to instruct the computer to do a certain job. It looks exactly like the teaching of teachers to students, so when you program, you are the teacher, I like the teachers rather than programmers :).

[Java – Ubuntu] Install the JDK and Eclipse on Ubuntu offline

The way in order to install ubuntu software center or online, then you can do easily. Following his room stating how to install offline when no network. 1. Install JDK You here to download the appropriate JDK and extract it out. (his jdk1.7.0_21) Run the following command to create the directory jvm cd to the directory where the file was unzipped and run: 2. Install Java […]

[Android – Java] The pocket calculator on Android – Calculator Program on Android

Update: Refer to upgrade the program with java desktop computer can perform simple calculations +,-,*,/, factorial, hat, square root 2, inverse and 3 trigonometric calculations : Run Out, With, So. Project based on the value of the expression based on the expression suffix. Download project Due to the errors of the type of data should allow the crystal irrational […]

[Linux – Ubuntu – C / C ] Graphics Programming with C on Linux (Ubuntu) – Programming C with Graphics on Linux (Ubuntu)

Open the screen you can see the following illustration: To do this you first check the basic package is not installed: sudo apt-get install build-essential Then run the following command in the Terminal to install the necessary packages (Maybe before you run this command to update): sudo apt-get update sudo apt-get install libsdl-image1.2 libsdl-image1.2-dev guile-1.8 guile-1.8-dev libsdl1.2debian libart-2.0-dev libaudiofile-dev libesd0-dev libdirectfb-dev […]

[Algorithm] Find the shortest path Dijkstra, Floyd

Update 25/05/2014: Do some of your comments, so I wrote more 1 Dijkstra's algorithm program structure and function by the way also slightly revised code for brighter and more accurate ^^. Update 27/09/2014: additional pascal code of the algorithm here: http://ideone.com/c7J0dq Content Floyd algorithm Dijkstra Algorithm for Advanced Code 2 Update algorithm 14/06/2014: The program […]