Skip to content

Instantly share code, notes, and snippets.

View keithdsouza's full-sized avatar

Keith Dsouza keithdsouza

View GitHub Profile
@SenpaiHunters
SenpaiHunters / applications.txt
Last active January 22, 2024 01:52
How I install all my Mac apps! Read the comment below to see how to actually install said apps!!!
arc
firefox
raycast
hyper
visual-studio-code
alttab
discord
fig
hyper
coteditor
Array.fromList = function(list) {
var array= new Array(list.length);
for (var i= 0, n= list.length; i<n; i++)
array[i]= list[i];
return array;
};
var lines = Array.fromList(document.querySelectorAll('.ecertificate-content')).map(function(node) {
var dds = node.querySelectorAll('dd');
return dds[0].textContent + "\t" + dds[1].textContent