
Search In
Today I am going to write a short note on setImmediate, hope you will understand how setImmediate works in nodejs.
setImmediate
Once the current poll phase is completed, setImmediate will execute. After all the tasks has completed


SJCAM introduced the SJ7 Star , which the YI 4K (relatively late) should be competing on. For a long time, however, the 4K Action Cam was not available at all and thus disappeared in the sinking. Now, in January 2018, we finally got a copy and I want
I want to output a score in a file high.txt that is highest among the previous score (It is actually a guessing game) but everytime i run this code it outputs 1 as the highest score (it should be no of time i guess for example if i guess the random n
Due to the fact that companies can find workers to work for them globally on a remote level, independent contractors are becoming more in demand. First and foremost, globalization has helped company owners to find the specific types of workers with s
In an IOS app development,user can have two methods to download file from server i.e Synchronous and Asynchronous . So before going ahead ,please take a look to the basic knowledge of these methods .
A Synchronous method is preferable in case of tra
Wordpress themes includes different files for different purpose like single.php for showing the single post. We make the changes in search.php to modify the look and feel of the search results. You can see this file in default wordpress themes and we
Rake is a tool that is written in Ruby language and very similar to Ant, Make. The difference between the other tools and rake is that it is a domain specific language which means outside the boundaries of rails it has no existence. It basically exte
If you want to change password of any user from admin login in OpenERP(Odoo) follow the below mentioned steps:-
Step-1 Go to Setting Menu and click it.
Step-2 Go to users->users->Chek user
Step-3 Go to More Menu-> Change Password.
Hello Readers,
The below are php accesss specifiers which are commonly used in php:
Public:
When you declare Public Method or function in PHP. It can be used as Publicly into the Class (so as to be seen by other people).
Public scope also used t
Im using FPDI library for writing existing pdf file but my code is writing only 1 page ..why? please
require_once '../includes/fpdf/fpdf.php';
require_once '../includes/fpdf/fpdi.php';
$pdf = new FPDI();
$pageCount = $pdf->setSourceFile("cont
