What to do if you aren’t on Linux and touch command doesnt work? 😉
On windows to create new empty file you can use this command:
Browsing category Notes
For given words let’s try to create first lexicographically greater string than given. Try to change only order of letters. Length of string is the same.
You have declared array of positive ints and given distance. Find how many pairs there is with given distance. Ommit repeating for occurrence of many same numbers!
For given integer number change it into binary representation and return integer, which represents binary complement number!
Code example will return boolean value.
Hi there, I’ve prepared some useful and valueable materials about building java web application with use of JSF 2 and Primefaces technologies. Some of them presents CRUD aplication, NetBeans generator tutorial and other stuff. Can you recommend me some other source? Feel free to leave them in comment. http://www.mastertheboss.com/jboss-web/primefaces/build-a-java-ee-crud-application-from-a-database-table-using-netbeans-and-primefaces (Introduction to NetBeans CRUD generator. Note: for
Useful link for rooting software and cleaning. Prepared for Galaxy Gio GT-S5660 phone. 1) (PL) Tutorial how to root phone, working and fast solution: http://s5660.pl/temat-root-2-3-6–5516 1.1) (EN) Base tutorial described in previous step: http://forum.xda-developers.com/showthread.php?t=1111414 2) (PL) How to link internal memory in phone with SD card. You can use Link2SD android application, which allow user to
What to do, if you see No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK error in eclipse? http://stackoverflow.com/questions/19655184/no-compiler-is-provided-in-this-environment-perhaps-you-are-running-on-a-jre-ra
Hi there, I’ve just filtered the most interesting materials for GWT MVP training. Feel free to use it and please share more in comments!
Let’s read thread on stackoverflow and think if it’s worth to move on utf8_unicode_ci on MySQL database.
1) It is possible to set the site URL manually in the wp-config.php file. define(’WP_HOME’,’http://example.com’); define(’WP_SITEURL’,’http://example.com’); 2) If you have access to the site via FTP, then this method will help you quickly get a site back up and running, if you changed those values incorrectly. Add these two lines to the file, immediately after
Here are listed some useful keyboard commands in nano editor: CTRL + K -> Cut CTRL + U -> Paste (still exists in clipboard, so you can paste it more times) CTRL + O -> Save CTRL + X -> Exit For more info please take a look at: http://staffwww.fullcoll.edu/sedwards/Nano/NanoKeyboardCommands.html
If you need to disable wordpress core update, disable wordpress plugins update or disable wordpress themes update, feel free to use following snippets info functions.php file.
If you need to show running worpress template name, you can add to function.php file this snippet:
First solution: Modify php.ini file and set as below: max_execution_time = 360 ; # Maximum execution time of each script, in seconds //360 seconds = 6 minutes Second solution: Add code line at the end of wp-config.php ini_set(’max_execution_time’, 360);
CURL is not enabled by default in WAMP. Every php programmer have to use CURL to make remote connection. The steps are as follows : 1) Close WAMP (if running) 2) Navigate to WAMP\bin\php\(your version of php)\ 3) edit php.ini 4) Search for curl, uncomment extension=php_curl.dll 5) Navigate to WAMP\bin\Apache\(your version of apache)\bin\ 6) edit