Skip to content

Instantly share code, notes, and snippets.

View geocine's full-sized avatar
🤖
지식은 행동으로 번성하고, 게으르면 시들어간다.

Aivan Monceller geocine

🤖
지식은 행동으로 번성하고, 게으르면 시들어간다.
View GitHub Profile
@geocine
geocine / GameUserSettings.ini
Created December 6, 2021 00:37 — forked from azmodius/GameUserSettings.ini
Valorant User Settings (windowed mode for UltraWides)
# Found in...
# C:\Users\<user>\AppData\Local\VALORANT\Saved\Config\<some guid>\Windows\GameUserSettings.ini
[/Script/ShooterGame.ShooterGameUserSettings]
DefaultMonitorDeviceID="MONITOR\\GSM774A\\{4d36e96e-e325-11ce-bfc1-08002be10318}\\0011"
DefaultMonitorIndex=0
LastConfirmedDefaultMonitorDeviceID="MONITOR\\GSM774A\\{4d36e96e-e325-11ce-bfc1-08002be10318}\\0011"
LastConfirmedDefaultMonitorIndex=0
bShouldLetterbox=True
bLastConfirmedShouldLetterbox=True
@geocine
geocine / usbasploader-qmk-atmega328p.md
Created December 16, 2020 09:57 — forked from nullstalgia/usbasploader-qmk-atmega328p.md
USBaspLoader and QMK on ATmega328P
@geocine
geocine / bash-colors.md
Created May 12, 2018 16:58 — forked from iamnewton/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple
@geocine
geocine / README.md
Created May 11, 2018 16:15 — forked from ToughCrab24/README.md
Docker Swarm Setup with Docker Machine

Swarm Setup

Local

#1 Create virtual machines

docker-machine create manager1
docker-machine create worker1
docker-machine create worker2
@geocine
geocine / multiple_ssh_setting.md
Created May 10, 2018 03:08 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"
@geocine
geocine / scramble_333.js
Created September 19, 2017 04:07 — forked from cs0x7f/scramble_333.js
new javascript 3x3 random state scrambler used in cstimer
/*
scramble_333.js
3x3x3 Solver / Scramble Generator in Javascript.
The core 3x3x3 code is from a min2phase solver by Shuang Chen.
Compiled to Javascript using GWT and j2js project.
new feature:
@geocine
geocine / MutationCollectionTests.cs
Created December 12, 2016 01:24 — forked from DanielRobinsonSoftware/MutationCollectionTests.cs
Mutate a list of custom objects in GraphQL for .NET
using System.Collections.Generic;
using GraphQL.Types;
using Xunit;
namespace GraphQL.Tests.Execution.Collections
{
public class Foo
{
public Foo()
{
@geocine
geocine / git_submodules.md
Created September 22, 2016 16:07 — forked from gitaarik/git_submodules.md
Git Submodules basic explanation

Git Submodules basic explanation

Why submodules?

In Git you can add a submodule to a repository. This is basically a repository embedded in your main repository. This can be very useful. A couple of advantages of using submodules:

  • You can separate the code into different repositories.

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@geocine
geocine / README.md
Last active February 4, 2021 02:49 — forked from pasela/README.md

A pastel color theme for mintty

screenshot

Settings

Merge mintty-color-pastel-rc into your .minttyrc

or