Trying to automate the process of setting up my MacBook when I turn it on in the morning. I have to open 7 applications but I don't need all their windows open.
function addViewer() { const ss = SpreadsheetApp.getActiveSpreadsheet() const rows = ss.getRange('A2:B').getValues().filter(r=> r[1]) rows.map(row
My Excel applications exports data (6 columns by 300+ rows) to Access DB once a minute. After exporting, I try to import two sets of older values from Access to
Everytime I want to download any package in Rstudio on my work laptop I get an error that there is no package called crayon. I don't know what kind of package c
private func vvodAge() ->Int{ var vvod:String? = readLine() if ((vvod == nil)){vvod = "0"} return Int(vvod) } //i just need to input a string che
I need to detect when a file (of any type) is opened in Eclipse and run some code when that happens. I've tried with the following code but it seems to be calli
I try to make a table out of new range which has just been pasted (it is an extraction of old table but only part of it, not entire so it doesn't paste as a tab
C code: int cread(int *xp) { return (xp ? *xp : 0); } assembly code: (from a textbook example of what a compiler isn't allowed to do) using conditional m
What is wrong with my code for getting the filenames in the document folder? func listFilesFromDocumentsFolder() -> [NSString]?{ var theError = NSErrorP