Singleton is a creational design pattern that is used to ensure that a class has only one instance, and provide a global point of access to that instance. This pattern is useful when we want to limit the number of ...
Discy Latest Questions
A thread is a lightweight unit of a process that can execute independently and concurrently with other threads in the same process. A process can contain multiple threads, and each thread can execute a different part of the program code ...
I want to delete an element from an array.
What is ‘nohup’ in UNIX?
How do you find for how many days your Server is up?
find whether your system is 32 bit or 64 bit ?
How to find remaining disk space in UNIX ?
How to Kill a process in UNIX?
I want to close modal only when user clicks on close button.
I have got the warning and can not install magento theme.Can anyone help me how to resolve this?
I want to display customer telephone number in order success page.
I am using window.print() for printing page, but I got header and footer contains page title, page url, page number and date. How to remove them from the PDF?
I want to print some HTML content, when the someone clicks on a button.
How can you test Ionic applications?
How to disable content scrolling in IONIC?
How to get the installed version of the Ionic framework?
What is new in IONIC 3?
How to use observables in an Ionic framework?