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

10
2021
04

Generate Coating component from Running color

function getCoatingComponent() {                                  &nbs
04
2021
04

RSI get Cosmetic component from FC1 report

function RSI() {    var str =  SpreadsheetApp.getUi().prompt("Please enter FC1 tested component").getResponseText()         &
02
2021
04

CompareSheets

function referHL(){  var sheet1 = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("Sheet1");       //获取第一张Sheet1  var E_to_I_col_data1 = sheet1.getRange(2, 5, sheet1.getLastRow(),5).getValues();   //获取第一张S
01
2021
04

2 array replicates and return their indexes

//========2 array find duplicates========var j = ['IdA', 'ket', 'IdC', 'IdD', 'chj'];var k = ['ket', 'chj', 'IdF', 'IdA'];var r = j.filter(function(val) {  return k.indexOf(