Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

1line 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 :: angular pipe for 2 decimal places 
Javascript :: node log without newline 
Javascript :: get current url host name in javascript 
Javascript :: on resize jquery 
Javascript :: how to store objects in localstorage 
Javascript :: js replace space 
Javascript :: git ignore .env files not working 
Javascript :: javascript count words in string 
Javascript :: hr react 
Javascript :: javascript generate unique letters and numbers id 
Javascript :: angular npm angular material 
Javascript :: create new react app 
Javascript :: jquery delete grand parent of clicked element 
Javascript :: add url query in js 
Javascript :: javascript get element height 
Javascript :: latest react version npm 
Javascript :: js change html lang 
Javascript :: Setting a background Image With React Inline Styles 
Javascript :: warning ../../../package.json no license field 
Javascript :: disable anchor tag jquery after click 
Javascript :: javascript check if two date ranges overlap 
Javascript :: js get element distance from top 
Javascript :: js set important style 
Javascript :: vue-cli-service 
Javascript :: puppeteer wait for page load 
Javascript :: get all values checked checkboxes jquery 
Javascript :: set width screen angular 
Javascript :: update node js ubuntu 
Javascript :: how to clear inner html using jquery 
Javascript :: ngfor on keys of a dictionary angular 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =