Skip to content

Instantly share code, notes, and snippets.

View UndarkAido's full-sized avatar
🤠

Aido UndarkAido

🤠
View GitHub Profile
@UndarkAido
UndarkAido / The ‘Destiny 2’ Dawning God Roll Weapons You Need To Farm
Last active December 19, 2023 05:04
The ‘Destiny 2’ Dawning God Roll Weapons You Need To Farm
title:The ‘Destiny 2’ Dawning God Roll Weapons You Need To Farm
description:https://www.forbes.com/sites/paultassi/2023/12/17/the-destiny-2-dawning-god-roll-weapons-you-need-to-farm/
Paul Tassi
Senior Contributor
Destiny 2’s The Dawning is back for the zillionth time, but finally, there are some genuinely interesting rolls worth farming on some of the weapons, thanks to one new one and some perks put onto old ones.
As such, as you collect Spirit and cookie dust and whatever other materials I’m forgetting about, here are the ones I would specifically go for this time around, and some of their best rolls. I’ve already done Glaciochasm, but I’m going to re-do it for this list here.
// Stay Frosty (pve)
@UndarkAido
UndarkAido / keybase.md
Created April 6, 2020 16:16
UndarkAido Keybase Verification

Keybase proof

I hereby claim:

  • I am UndarkAido on github.
  • I am undarkaido (https://keybase.io/undarkaido) on keybase.
  • I have a public key whose fingerprint is BAE8 C4B7 D8C3 D479 5B76 EE3F 8B47 48DC 0312 393A

To claim this, I am signing this object:

@UndarkAido
UndarkAido / cmake.bat
Created December 31, 2018 03:12
WSL CMake Redirect for Atom
@echo off
powershell "%~dp0/%~n0.ps1 %*"
"XX" | Out-File -filepath C:\Users\Aidan\cmake.txt -append
$args -join " " | Out-File -filepath C:\Users\Aidan\cmake.txt -append
for ($i=0; $i -lt $args.length; $i++) {
if($args[$i].StartsWith("-G")){
if($args[$i].substring(2) -eq "Unix"){
$args[$i] = -join($args[$i],"\")
}
$args[$i] = $args[$i].substring(0, 2),$args[$i].substring(2) -join ""
give @s minecraft:chest{BlockEntityTag:{LootTable:"minecraft:chests/simple_dungeon", CustomName:"{\"text\":\"Lootbox\"}"}, display:{Name:"{\"text\":\"Lootbox\"}"}} 1
@UndarkAido
UndarkAido / avgtopng.ps1
Created October 4, 2018 15:34
A powershell command that converts all SVGs in the current directory to PNGs
Get-ChildItem ".\" -Filter *.svg | Foreach-Object { inkscape -z "$($_.BaseName).svg" -e "$($_.BaseName).png" }
$dir = [System.IO.Path]::GetFullPath((Join-Path $(([io.fileinfo]$MyInvocation.MyCommand.Definition).DirectoryName) "..\"))
if (!(Test-Path "$(join-path $env:USERPROFILE "\Temp\ideaIU\bin\idea.bat")")) {
Import-Module BitsTransfer
Start-BitsTransfer -Source "https://download-cf.jetbrains.com/idea/ideaIU-2018.1.2.win.zip" -Destination $(join-path $env:USERPROFILE "\Downloads\ideaIU.win.zip")
iex "$(JOIN-PATH $dir "Program``` Files\7z-extra\x64\7za.exe") x $(join-path $env:USERPROFILE "\Downloads\ideaIU.win.zip") -o$(join-path $env:USERPROFILE "\Temp\ideaIU")"
}
@UndarkAido
UndarkAido / expanded.md
Created June 21, 2017 17:32 — forked from jeremyBanks/expanded.md
one-line self-executing c header and expanded explanation
//

Since we don't want this visible in C, we put it in a comment.

&>/dev/null

Unfortunately // is interpreted as an invalid shell command and produces an error message, so we need to redirect that to /dev/null to get rid of it.

;x="${0%.*}"
@UndarkAido
UndarkAido / expanded.md
Created June 21, 2017 17:32 — forked from jeremyBanks/expanded.md
one-line self-executing c header and expanded explanation
//

Since we don't want this visible in C, we put it in a comment.

&>/dev/null

Unfortunately // is interpreted as an invalid shell command and produces an error message, so we need to redirect that to /dev/null to get rid of it.

;x="${0%.*}"
@UndarkAido
UndarkAido / Interesting commands
Created June 2, 2017 14:58
Interesting Commands
Some collections of commands I find interesting.
#!/bin/bash
#set -x
################################################## ############################
## Enable the compiz wallpaper plugin and manually set 4 wallpapers in ccsm ##
## before running this script ##
################################################## ############################
# Adapted from http://ubuntuforums.org/archive/index.php/t-2268186.html
################################################## ############################
directory="/media/Crossover/Wallpapers" # set your wallpaper directory