Skip to content

Instantly share code, notes, and snippets.

View SumOfAllN00bs's full-sized avatar
😃

SumOfAllN00bs SumOfAllN00bs

😃
View GitHub Profile
@SumOfAllN00bs
SumOfAllN00bs / userChrome.css
Created September 30, 2022 02:31
hide tabs and navbar when not focused ctrl+L to focus
/* hide tabs and navbar when not focused ctrl+L to focus */
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/hide_tabs_with_one_tab.css made available under Mozilla Public License v. 2.0*/
:root[sizemode="normal"] #nav-bar{ --uc-window-drag-space-width: 20px }
#titlebar{ -moz-appearance: none !important; }
#TabsToolbar{ min-height: 0px !important }
#tabbrowser-tabs,
#tabbrowser-arrowscrollbox{ min-height: 0 !important; }
:root:not([customizing]) #tabs-newtab-button,
:root:not([customizing]) #TabsToolbar-customization-target > .toolbarbutton-1,
Headers:
level# internal name displayed name scene# notes
MISSIONS
mission1: rebirth
1 tut_movement movement 7
2 tut_shootingrange pummel 3
3 slugger gunner 63 // scene name: slugger_backup
4 tut_frog cascade 18
5 grid_tut_jump elevate 64 // hidden test track: carter_jump_testlevel
6 grid_tut_balloon bounce 65
from tkinter import *
class Application:
def __init__(self):
self.root = Tk()
self.root.geometry('355x380')
self.root.title('ansi SHIT')
self.WIDTH = 30
self.HEIGHT = 13
self.COLORS = ['white', 'black', 'red', 'green', 'blue', 'cyan', 'yellow', 'magenta']
'Grr!!!;
'
'Raow!!!;
'
'[Wguauf woguau-woguau bark guau arroo.];
'
'[Woof grrr milgrrr grrr bwow.]'
'Grr, arroo woff woof! Yap ruff! Yap ruff arf bow raow woff woff.; '
'Bwow! Woof bark yap guau bow-wow wbow-wowhout woo. Woof''m grrrr bow woof-woof
woo''re grr wbow-wowh grrr.; '
# Script to reveal location of Windows 10 wallpaper images for a 2 monitor setup
# sources:
# https://www.winhelponline.com/blog/find-current-wallpaper-file-path-windows-10/
# https://confidentialfiles.wordpress.com/2013/12/09/finding-wallpaper-location-in-windows-7-and-windows-8/
# modified for my 2 monitor setup
Try
{
# Get script name
$ScriptName=(Get-Item $PSCommandPath).Name
...and then I just went around the house, just walking around, just walking around this dungeon of mine.
I don't have much to - this is why I'm sitting down right now, this is why - this is why I'm laying here.
See, I'm the king and - of this whole place, and I eat everything - and I eat everything and I don't poop for a day.
And you caught me on the day that I poop, so I'm finally exhausted today and I sat down
And only I eat it because I'm so hungry! Hehe! Hahaha! Nanananana!
I just like to eat a bunchy num-num-num-num-nums!
A bunchy num-num's here and there, a bunchy num-nums everywhere, a bunchy
I'm the king of a poopy and a num-nums, nummy-nummy-nums and a poopies!
ARRRGGGHH!!!
ARRRRRRRGGGGHHHH!!!
@SumOfAllN00bs
SumOfAllN00bs / githubpull.md
Created April 2, 2020 02:31 — forked from Jabarabo/githubpull.md
Gist of a stolen gist

Keybase proof

I hereby claim:

  • I am sumofalln00bs on github.
  • I am kharvey (https://keybase.io/kharvey) on keybase.
  • I have a public key ASBH3ffDyUjANBsrNrUozueKTrTyNMsSndFo5sql3gqmwAo

To claim this, I am signing this object:

@SumOfAllN00bs
SumOfAllN00bs / spacemacs-keybindings
Created September 25, 2017 09:37 — forked from adham90/spacemacs-keybindings
spacemacs keybindings that i need to learn
SPC s c remove highlight
**** Files manipulations key bindings
Files manipulation commands (start with ~f~):
| Key Binding | Description |
|-------------+----------------------------------------------------------------|
| ~SPC f c~ | copy current file to a different location |
| ~SPC f C d~ | convert file from unix to dos encoding |
| ~SPC f C u~ | convert file from dos to unix encoding |