[C/C Linux] Programming C with palette in linux – Programming C in linux with color

An example opening nhá: A little fuller: If you are interested in more then here.

[C / C ] Text color in Dev-C – How do change color of text in Dev C

To write letters colored in Dev-C ++ you only need to use the system(“color xy”); Where x is the background color, y is the text color: But on the way back with an error if the entire set different color font color will be there, ie the colored letters that we finally put color. To fix it you have to learn and know the function (using the library […]

[WordPress] Insert a youtube video on wordpress.com – Insert video youtube in wordpress.com

How to 1: Quick Way 2: Adjustable size

[Algorithm] Ma methods – Magic square

In math fun, Magic matrix of degree n (also known as ma or the magic square) an arrangement of n², usually distinct integers, in a square table so that the total number in each row n, post, and diagonals are equal standard dental Magic square contains the integers from 1 to n². Magic square exists for every standard […]

[WordPress] Insert music on wordpress.com – Insert music to wordpress.com

Surely you know a way to insert music on WordPress. It is used Soundcloud. But using Soundcloud has a rather inconvenient. That's it limits the duration of the tracks are up to. Moreover, stick miss all of the British or American artists as it is not always up. So in this post, I will guide you to put music […]

[Algorithm] Calculate the value of expression

Balan inverse method or expression tree will make new friends learn embarrassing. This is an extremely simple method you can understand and apply the simple expression include 2 operations + and * CEO: 2*5+3+4*3+2 Calculation: If the expression has allowed + then take the first expression + Conversely section final expression if the expression […]

[Java] Replace characters by way String.replaceAll – Replace a plus character using Java’s String.replaceAll method

In some signs TH [ ^ $ . | ? * + ( ) called the special symbols. Want to replace them, Ex-character + chain do: or

[Eclipse] Import project in Eclipse

If you've installed the Eclipse that had previously been doing some project then you need to Import they can open. File -> Import Nhấn Next. Then click the Browse button to navigate to the folder containing the project. Select Project to import and click Finish, attention when selecting the folder containing the project you have to press OK, not double.

[Algorithm – Java] Calculate the value of the expression suffix – Calculate value of the postfix Equation

The validity of a mathematical expression in infix form of conventional computers will be converted to the inverse Polish notation (suffixes) for the calculation is easy. You can see the transformation algorithm from the element to the suffix in my article. In this article, I will present the method for calculating the value of an expression […]

[Java] Stack in Java – Stack in Java

Stack is a data structure to store multiple data elements. Stack operations according to the following mechanism before Last In / First Out (LIFO). In the Stack with the basic operations: + Push : more 1 element on top of the stack + Pop : taken 1 elements from the top of the stack + Peek: Stack returns the first element without removing it from the Stack + isEmpty: Check […]