11
2021
08

Setting Refer from Internal Remark

~async function (){   delay = (ms) => { return new Promise(function(resolve){setTimeout(resolve,ms);    }); };  var No_of_Components =  parseInt(document.querySelector("#divDetail > sp

05
2021
08

multithreading + queue

import threadingimport timefrom queue import Queuefrom google.colab import drivefrom google.colab import filesfrom google.colab import authauth.authenticate_user()from oauth2c
01
2021
08

m3u8 download frame

!sudo apt install ffmpeg!pip install FFmpeg#pip install ffmpeg-pythonimport datetimeimport reimport threadingfrom queue import Queueimport requests,osfrom google.colab im
31
2021
07

FTIR Id to Remark

~async function(){    delay = (s) => {      return new Promise(function(resolve){         setTimeout(resolve,s);  }); }; compTotal = parseInt(

31
2021
07

Remark to FTIR Id

~async function(){    delay = (s) => {      return new Promise(function(resolve){         setTimeout(resolve,s);  }); }; compTotal = parseInt(

05
2021
05

ROHS

var majorMaterial = `plastic|foam|felt|wax|liquid|metal|glass|ceramic|fabric|body|epoxy|solder|elastic|paper|tape|fibre|glue|powder|PCB|grease|mica|ribbon|stuffing|velcro|woven`var minorMaterial = `${majorMaterial}|printings?|coatings?|adhesive|plati
24
2021
04

Get Coating Colour Data from Component Description using RegExp match()

var component = `white paper sheet with transparent plastic film and (lacquer, gold color foil, silver color foil) coatings and inaccessible mult
18
2021
04

Bitorrent Downloader - Colab

!python -m pip install --upgrade pip setuptools wheel!python -m pip install lbry-libtorrent!apt install python3-libtorrentptfrom google.colab import drivefrom google
18
2021
04

Python compress images

from PIL import Image import os, sys path = "./images/" if not os.path.exists(path):    os.makedirs(path) dirs = os.listdir(path) final_size = 600;
14
2021
04

Python download youtube music

pip install ffmpegpip install youtube_dlpip install opencc-python-reimplementedimport osimport youtube_dlfrom google.colab import drivefrom google.colab import filesfrom googl