Skip to content

Instantly share code, notes, and snippets.

@bakana808
bakana808 / README.md
Last active September 29, 2020 21:30
Arch Linux Packages

Sudo

sudo

Must add user to sudo group and edit etc/sudoers to allow users in the sudo group.

Text Editor

neovim python-neovim

@bakana808
bakana808 / tips.md
Last active May 23, 2020 01:05
Arena FPS Beginner Tips

Tips & Strategies

These will be aimed mostly towards the Q3 side of arena shooters. The information on weapons and pickups may vary with different titles.

  • arranging a session with some friends or a small group is the best way to play. Pubs (if you find any) are usually populated with very high-level players and (from my experience) a lot of them aren't very friendly to new players.
  • disparity of skill level between players are usually very apparent when playing AFPS's. As a new player, you will most likely be destroyed many times by people who know what they're doing. It'll be frustrating but don't let it discourage you. It's completely normal.
  • play against bots if you need to practice your aim or practice a weapon.
  • play race (a gamemode included in QL, Warfork, and Reflex) if you need to practice your movement. Some games also have "sandbox" maps with things like strafe pads and long hallways to help you perfect the movement.
@bakana808
bakana808 / .vimrc
Last active January 15, 2020 18:20
a collection of configs for vim and vim-related stuff
" automatic vim-plug installation
if has('unix') && empty(glob('~/.vim/autoload/plug.vim'))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
endif
if has('win32') && empty(glob('$HOME/.vim/autoload/plug.vim'))
@bakana808
bakana808 / gist:583e8bfeff303f41aa0adbf1378ed7ae
Created August 23, 2017 01:35
Club Shenanigans FB Group OP
Hello, welcome to Club Shenanigans! A club for gamers of all platforms.
Join our Discord at https://discord.gg/PfPPj3a.
Website: http://club-shen.github.io/
Twitch: www.twitch.tv/clubshenatlcc
YouTube: https://www.youtube.com/channel/UC1k8-awXueAVn6kiM4fq0eg
Club Shen Email: clubshenatlcc@gmail.com
Our goal is to cater to both casual and competitive players and to create a community for gamers in Leeward Community College. We want to do this by providing casual players games they can play in a day to day basis with other gamers in school and if they so wish, help them get into the competitive aspects of the game. For the competitive players, we will provide a wide array of tournaments that will be hosted in school. So we hope you will have fun while you're here.
@bakana808
bakana808 / gist:825b52a5f499c0b435f141e973b619d6
Created July 25, 2017 11:51
Skill Toys and Other Performances - Facepunch Thread OP
This thread, in general, is all about casual play, on-stage performances (competitions and etc.), and other artful performances involving skill toys.
The term "skill toy" was mentioned in the yo-yo wiki to describe toys, sports equipment, and other things that have been taken to a professional level in terms of how they are used. You'll mostly see people pull off surprisingly amazing performances with seemingly simple things such as yo-yos, playing cards (cardistry) or glass balls (contact juggling).
Examples of skill toys (but not limited to) are: yo-yos, diabolos, kendamas, contact juggling, card flourishing/cardistry, gloving, and cup stacking. Freestyling with sports equipment such as skateboards or soccer balls also count.
If you relate to or have any experience in any of these things please share your experiences with us!
If you're a beginner, feel free to ask for how to start learning any of these skill toys and/or where to find professionally-made equipment to start playing with.
Also, let me know
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->

Overwatch Tier List Cross-Reference May 2016

Score is what tier they're in / the total number of tiers, 1.00 being the highest. In general, the higher their score is the better they are compared to other heroes.

Hero Total metabomb.net rankedboost.com tentonhammer.com overwatchtierlist.com
Lucio 4.00 1.00 1.00 1.00 1.00
Winston 3.55 1.00 1.00 0.80 0.75
McCree 3.50 0.75 1.00 1.00 0.75
@bakana808
bakana808 / gist:a9e07c1f0bfe193f47fe
Last active March 15, 2022 06:38
GitHub For Windows "Open with Git Bash" Context Menu Script

GitHub For Windows "Open with Git Bash" Context Menu Script

Here's instructions to add a "Open with Git Bash" option to your context menu using the Git Bash that comes with GitHub for Windows.

Here's the registry script to add the option in. Because the installation paths for GitHub for Windows varies from user to user, I will go over which lines to change so that this script works for you.

Copy this script into your favorite text editor.

Windows Registry Editor Version 5.00