Skip to content

Instantly share code, notes, and snippets.

View xoner's full-sized avatar
🐍
Python Rocks!

David Pascual Rocher xoner

🐍
Python Rocks!
View GitHub Profile
@xoner
xoner / pending-updates.ps1
Created February 18, 2021 12:53 — forked from Grimthorr/pending-updates.ps1
PowerShell script to list the pending/missing Windows updates.
$UpdateSession = New-Object -ComObject Microsoft.Update.Session
$UpdateSearcher = $UpdateSession.CreateupdateSearcher()
$Updates = @($UpdateSearcher.Search("IsHidden=0 and IsInstalled=0").Updates)
$Updates | Select-Object Title
@xoner
xoner / termux-url-opener
Created January 29, 2021 07:01 — forked from LordH3lmchen/termux-url-opener
termux-url-opener
#!/data/data/com.termux/files/usr/bin/zsh
#
# This is a termux-url-opener script to do diffrent tasks on my Android phone
#
#
#
# How to use this script
#############################
# Create the bin directory
# ➜ ~ mkdir bin
@xoner
xoner / gist:4540740
Last active December 11, 2015 03:49 — forked from lucasfais/gist:1207002
Sublime Text 2 OSX Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt