Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

one line uuid

// using Date
new Date().getTime().toString().substring(9,13)

// using Random
Math.ceil(Math.random()*100)
// Note: add more 0s in 100 if you want to make it even more unique.
Comment

1 line uuid


awk '("uuidgen" | getline uuid) > 0 {print uuid, $0} {close("uuidgen")}' myfile.csv

Comment

PREVIOUS NEXT
Code Example
Javascript :: js object to querystring 
Javascript :: call a function on load jquery 
Javascript :: unsplash api javascript example 
Javascript :: "https://cdn.socket.io 
Javascript :: create element javascript save to local storage 
Javascript :: js local storage delete key 
Javascript :: jquery remove string from string 
Javascript :: set time out js 
Javascript :: onclick javascript confirm 
Javascript :: updating node js ubuntu 
Javascript :: javascript start function on load 
Javascript :: make react app 
Javascript :: jquery script tag source google 
Javascript :: use application/x-www-form-urlencoded in javascript 
Javascript :: UnhandledPromiseRejectionWarning: MongoParseError: URI does not have hostname, domain name and tld 
Javascript :: sum of array of objects javascript 
Javascript :: javascript get random number in range 
Javascript :: .gitignore nodejs 
Javascript :: load node by id drupal 8 
Javascript :: v-for i down 
Javascript :: socket io with cors 
Javascript :: manage favicon with express app 
Javascript :: js explode equivalent 
Javascript :: jquery set checkbox 
Javascript :: How to tell if an attribute exists on an object 
Javascript :: define reason in discord.js 
Javascript :: javascript isset 
Javascript :: regex remove non numeric 
Javascript :: how to root with any number in js 
Javascript :: ngfor object 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =