8 years ago by jsRant

I know we can use Math.min to do this .apply() on Math function makes it accept unlimited arguments Array.min = function( array ){ return Math.min.apply( Math, array ); }; How to do this with . . .

javascriptarray
  • 2
  • 1
  • 1017
7 years ago by gareth

How can i get a complete list of all built-in modules available with my Node.js installation? . . .

nodejscore-moduleslistnpm
  • 0
  • 0
  • 999
7 years ago by mamdouh

What is the SQL statement to insert multiple rows in to database table? INSERT INTO members (name, age, ID) VALUES ('aron',33,1000); INSERT INTO members (name, age, ID) VALUES ('ben',48,1000); INSE . . .

sqlmultiple-rowmultiple-insertinsert
  • 0
  • 0
  • 995
8 years ago by jsRant

I have var arr = [     {        name: 'a',        value: 1    },    {  &nb . . .

javascriptarrayobjectsfor-of
  • 1
  • 0
  • 987
8 years ago by jsRant

What is the most reliable way to test if a variable is NaN? . . .

javascriptnan
  • 0
  • 0
  • 987
7 years ago by noddy

How to detect when pipe completed and define a callback? Reader.pipe(Writer); Which is better place to define callback,  Reader.on('end', function(){ }); or Writer.on('finish', function() { . . .

nodejspipestreamfinishend
  • 1
  • 0
  • 985
8 years ago by Vikas

Is it possible to completely remove / disable cortana from windows 10? If possible i want to remove the search box completely from the taskbar. . . .

windows-10cortana
  • 1
  • 1
  • 968
7 years ago by raj

What are major log files for Ubuntu? . . .

ubuntulog
  • 1
  • 0
  • 954
7 years ago by mohlal

How to get a list of all packages installed on Raspbian Jessie? Should I use apt or dpkg?   . . .

aptpackage-managementlist
  • 2
  • 0
  • 942
7 years ago by guruprakash

What does the MONITORING keyword do in a CREATE TABLE statement? . . .

oraclesqlmonitoringkeyword
  • 1
  • 0
  • 897
8 years ago by Vikas

how can i start a elevated command prompt in windows 10? . . .

windows-10command-prompt
  • 2
  • 0
  • 894
8 years ago by gareth

How to get all the log entries in the last 2 hours? I am running apache on Ubuntu. . . .

ubuntu
  • 3
  • 0
  • 893
8 years ago by noddy

What is the easiest way to find Linux version and distribution name from the terminal? Is there a command that works for all different distributions? I am on Fedora. . . .

linuxfedoraversiondistributioncommand
  • 1
  • 0
  • 892
7 years ago by mamdouh

I am trying to add two floating point numbers var sum = parseFloat(a) + parseFloat(b); How do i set the decimal precision of the result to one? Eg: 0.1+0.2 should give 0.3 . . .

javascriptfloatdecimalprecision
  • 0
  • 0
  • 883
7 years ago by guruprakash

How can i uninstall Oracle 11g database software from my computer running Windows 10? I checked Programs and Features section in control panel but couldnt find Oracle in the list of installed programs . . .

oracle-11guninstalldatabase
  • 0
  • 0
  • 883