Opengist Logo SumiGist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 128ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login

All gists

All Recently liked Recently forked
Recently created Least recently created Recently updated Least recently updated
csmith1865

csmith1865 / Open printer settings - Win + R

Last active 21 hours ago
0 0 1
1 shell:printersfolder
csmith1865

csmith1865 / Delete every other file

Last active 21 hours ago
0 0 1
1 $i=0; Get-ChildItem -File | Sort-Object Name | ForEach-Object { if($i++ % 2 -eq 0) { Remove-Item $_.FullName -Force } }
csmith1865

csmith1865 / CompleteDiscordQuest.md

Last active 21 hours ago

https://gist.github.com/aamiaa/204cd9d42013ded9faf646fae7f89fbb

0 0 1

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under Discover -> Quests
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
csmith1865

csmith1865 / mdAesCtr.bas

Last active 21 hours ago
0 0 1
1 '--- mdAesCtr.bas
2 Option Explicit
3 DefObj A-Z
4
5 #Const HasPtrSafe = (VBA7 <> 0) Or (TWINBASIC <> 0)
6
7 '=========================================================================
8 ' API
9 '=========================================================================