[CSMM] 40 Tips for good life

If you can do the following things, then your life will certainly have major positive changes =)) Unfortunately, I do very little of these @@ 1- Drink a lot of water 2- Breakfast as King, his lunch like a prince and dinner like he Beggar (Eat a little)

[Ubuntu] Change the theme for Ubuntu

Content Settings Change theme The theme recent version of Ubuntu is installed by default Ambiance theme is very slick and polished. However, if you do not like or for some other reason that want “change air” then this article will help you do that by changing the theme of Ubuntu. To change the theme for Ubuntu, you need to install […]

[Java] Round Robin simulation strategy management process

Strategy Round Robin is one of the strategic management, coordination process. The following will simulate the workings of this strategy. Upper right panel allows the process to enter the turnaround time (Round robin – Import 1 time), name of progress, Time to, running time of the CPU. Upper right panel will show the progress […]

[HTML / CSS] onmouseover onmouseout và

Sometimes you see in the website when you hover over the icon, it is constant change background color or other image. To do so we can easily think of CSS hover for offline use it. But use it how local? Currently this point, but I still do not know 1 how it is used onMouseOver and onmouseout. Start any. All […]

[Java swing] Customize JTabbedPane

In my previous article introduced some basic JTabbenPane, this article we learn a little more for better customization for too JTabbedPane, like the picture below, have closed tab, More tab,… In which the most important is how we have to add new tab button, how each tab it close button tab. We will create 2 file, 1 […]

[Java swing] JTabbedPane in Java

You have to use the notepad or you are using eclipse, NetBean to java code and you can see we have many different tab. This article we will learn JTabbedPane, a component that allows you to create multiple tabs so. Create simple JTabbedPane Consider the following code to do simple demo shown above, in your code has relatively clear explanation. Beneath its code […]

[JavaSwing] JTextArea in Java

JTextArea is a component for displaying multiple lines of text at the same time the user can edit the text. Create a simple JTextArea Now we will practice even an example that allows you to type and edit text. In your code, and images were explained quite clearly the commands performed with JTextArea. Set the font and font color for you JTextArea […]

[Algorithm]The calculation algorithm complexity – Algorithm complexity

The need for content analysis algorithm implementation period of the program rate increased complexity and algorithm complexity Calculation algorithm recursive equation League Update Date 28/05/2014 – Fix the spelling and formulas presented in a more visible. There are many issues surrounding the algorithm, particularly complex algorithms. […]

[Java – C] C function calls in Java – Call C function in Java

Have you ever wanted to write a Java program library but not like some languages (such as C) to perform? That is one reason for you to read this article, or some other reason do you want to use functions from C to Java programs you can run faster! To do this, you should use the letter […]

[C / C ] Create a library of C – Create a library in C

When working with C, if there is some content that you regularly use and do not want to rewrite many times, Please create a library file containing the function. This article will help you do it! Content – Table of content Creating library file – Use library Create library self-created files – Using self library Create a library file to generate […]