[Android] Failed to allocate 1999634432 B: Cannot allocate memory

This error occurs when you turn down the Option RAM Memory to about 512.

[Assembly] Export multiple digit numbers in Assembly

To export multiple digit numbers we perform some separation from right to left in order to stack and store div. Then again taken from the stack. The following example in some 12346 screen code

[Assembly] Export array of Assembly

[Assembly] Down the line in Assembly

CR: ASCII is 0dh help us return to the beginning of the line. LF: ASCII code 0Ah help us to new line. Declaring clrf 13.10 db, '$’ was declared a sequence of two characters CR and LF. Note that there are still characters $ to inform ending. VD on the assembly line to use 0Ah. Examples of the first assembly line in use 0dh. CEO […]

[Java] The level of access in java – Edit in Java

To protect data prevent free access from outside, object-oriented programming using the keywords specified range access the properties and methods of the class. Java uses some later complements to control access to the components of the object : public: Ingredients public, free access from outside. protected: Ingredients are […]

[Java] Permutation functions in Java – Swap in Java

The implementation of the function swap (swapped – conversion) in java it is somewhat different from C / C or Pascal,… To change the value of the variable out of a function, you must use the object. You can refer to 2 The following example function swap later if you want to read the details below or if the code was puzzled to read, then read […]

[Trick] Check, chèn Alexa Rank website

There are many checks rank websites but this is 1 Simply. Just visit : alexa.com/siteinfo/domainwebsite domainwebsite Which is your website domain should check the rank. CEO: http://www.alexa.com/siteinfo/cachhoc.net How to insert rank as follows: Visit http://www.alexa.com/siteowners/widgets enter the domain to build the type want to insert and then click wiget

[Ubuntu] What is Ubuntu? – Ubuntu Philosophy?

Ubuntu Ubuntu (Ubuntu IPA pronunciation) is a computer operating system based on Debian GNU / Linux, a common Linux distribution. Its name is derived from “ubuntu” in Zulu, meant to be “humanity”, describing the ubuntu philosophy: “I be myself, thanks to the people around,” a positive aspect of community. The goal of Ubuntu includes the provision of a system […]

[Algorithm] Listing permutations

I will make the program lists the permutations of {1, 2, …, n} Order dictionaries. For example, with n = 3, I have listed enough 6 conversion: 1 2 3 1 3 2 2 1 3 2 3 1 3 1 2 3 2 1 So the first permutation is <1, 2, …, a>. Final permutation <n, A-1, …, 1〉. Permutation […]

[Java] How to run Java code on ideone.com, Compound

Tran ideone.com page is a code that allows you to give up, stored in user accounts and special can compile and run it to us immediately. However with the introduction of Java code to which we often mistake: Main.java:6: error: class bt1 is public, should be declared in a file named bt1.java public class bt1 { ^ 1 Error error was due to name their class […]