Skip to content

Instantly share code, notes, and snippets.

URL Page_Title Date Transcript Img_Title Img_URL Keywords from http://www.andromedayelton.com/dckx.php
http://xkcd.com/1 Barrel - Part 1 [[A boy sits in a barrel which is floating in an ocean.]] Boy: I wonder where I'll float next? [[The barrel drifts into the distance. Nothing else can be seen.]] {{Alt: Don't we all.}} Don't we all. http://imgs.xkcd.com/comics/barrel_cropped_(1).jpg
http://xkcd.com/2 Petit Trees (sketch) [[Two trees are growing on opposite sides of a sphere.]] {{Alt-title: 'Petit' being a reference to Le Petit Prince, which I only thought about halfway through the sketch}} 'Petit' being a reference to Le Petit Prince, which I only thought about halfway through the sketch http://imgs.xkcd.com/comics/tree_cropped_(1).jpg
http://xkcd.com/3 Island (sketch) [[A sketch of an Island]] {{Alt:Hello, island}} Hello, island http://imgs.xkcd.com/comics/island_color.jpg
http://xkcd.com/4 Landscape (sketch) [[A sketch of a landscape with sun on the horizon]] {{Alt: There's a river flowing through the ocea
@williamt31
williamt31 / New-Shortcuts.ps1
Created January 13, 2023 22:29 — forked from Szeraax/New-Shortcuts.ps1
A script that you can extend to get shortcuts back!
#!ps
$links = [ordered]@{
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" =
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk"
"C:\Program Files\Microsoft\Edge\Application\msedge.exe" =
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Edge.lnk"
"C:\Program Files\Google\Chrome\Application\chrome.exe" =
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Google Chrome.lnk"
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" =
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Google Chrome.lnk"
<#
.NOTES
-------------------------------------
Name: Export-MediaFileDetails.ps1
Version: 3.0a - 01/15/2017
Author: Randy E. Turner
Email: turner.randy21@yahoo.com
-------------------------------------
.SYNOPSIS