Search Results for:

[WordPress]Simple Ways to WordPress by utilities – Go to WordPress by add-on

INSTALL ANONYMOX Utilities For FIREFOX AnonymoX Browser: Effective add-ons for Firefox to access blocked blogs Click here to download:

[Ubuntu]Change DNS in ubuntu – Change DNS in ubuntu

Run the command: sudo gedit /etc/resolv.conf Add this line. (depending on the DNS you want to change) nameserver 208.67.222.222 Restart the network card again: sudo /etc/init.d/networking restart

How to get free full 16GB of Dropbox

Just install a single virtual machine(<5minute) and then just change the MAC (- 5×1 + 1×31 = 36phut = 16GB dropbox! ^^

[C / C ]Check the input string can be zero in C – Check string import is number in C

There are many checks but here we use the function cin.fail()

[C / C ]Stack and applications- Stack trong C – Stack in C

Stack is an unordered list that allows insertion and deletion is performed at the end of the list and we call this the tip end (top) the stack.

[WordPress]Do post only shows the titles in WordPress – Only show post title on wordpress

If your article is long and just want to show a title or a little article on the front page and when clicking on the pop-up post entire articles, there are many ways, but its offer simple ways to do right in the draft without Plugin.

[Java] Enter arrays from files, sorted and exported file in Java – Import Array from file, sort and export file in Java

– Create 1 class array initialization (class InitArray) – Create 1 Import Export array class inherits from the class file to initialize the array (class IOArray extends InitArray) – Create 1 sorted array class inheriting class array initialization (class SortArray extends InitArray) – Class arrays (Array) contains the main function() executable program code Here are:

Overview of planning activities

Dynamic programming method is used to solve optimization problems with recursive nature, ie finding the optimal method for problems that can lead to find the optimal scheme of a finite number of subproblem. For many recursive algorithms, the principle of divide and rule (spill and Conquer) often play a key role in the design of algorithms. To […]

[Ubuntu]Installing Flash Player on ubuntu – Install Flash Player on Ubuntu

In the Ubuntu Software Center and search flashplugin-installer then install normal Or set from Terminal:

[Pascal]Some operations in the queue – code Pascal

By the way, have you by doing all of the queue, its always post up here. In all there 8 operations: 1. Check Empty: If the number of elements (size) the queue = 0 it returns true, opposite flase 2. Check full: If the number of elements (size) của queue = Max (The maximum number of elements of the queue) it returns true, opposite flase 3. Enter: As average import array […]