Skip to content

Instantly share code, notes, and snippets.

View serhatyuna's full-sized avatar
⏲️

Serhat Yuna serhatyuna

⏲️
  • Commencis
  • İzmir, Turkey
View GitHub Profile
// Place your settings in this file to overwrite the default settings
{
"window.zoomLevel": -1,
"editor.fontFamily": "Office Code Pro D Regular, Operator Mono Light, Menlo, SF Mono Light, 'Fira Code', Inconsolata, Consolas, 'Courier New', monospace",
"editor.fontSize": 18,
"editor.tabSize": 2,
// Theme Settings
"workbench.iconTheme": "Monokai Pro (Filter Spectrum) Icons",
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"workbench.colorTheme": "Monokai Pro (Filter Spectrum)",
// Place your settings in this file to overwrite the default settings
{
"window.zoomLevel": -1,
"editor.fontFamily": "SF Mono Light, Office Code Pro D Regular, Operator Mono Light, 'Fira Code', Hack, Menlo, Inconsolata, Consolas, 'Courier New', monospace",
"editor.fontSize": 19,
"editor.tabSize": 2,
// Theme Settings
"workbench.iconTheme": "material-icon-theme",
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"workbench.colorTheme": "An Old Hope",
import enigma.console.TextWindow;
import enigma.core.Enigma;
import enigma.console.Console;
import enigma.event.TextMouseEvent;
import enigma.event.TextMouseListener;
import enigma.console.TextAttributes;
import java.awt.Color;
import java.awt.event.KeyEvent;
unbindall
bind "0" "slot10"
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "6" "slot6"
bind "7" "slot7"
bind "8" "slot8"
// Place your settings in this file to overwrite the default settings
{
"window.zoomLevel": -1,
"editor.fontFamily": "Fira Code Medium, SF Mono Light, Office Code Pro D Regular, Operator Mono Light, 'Fira Code', Hack, Menlo, Inconsolata, Consolas, 'Courier New', monospace",
"editor.fontWeight": "300",
"editor.fontLigatures": true,
"editor.fontSize": 19,
"editor.tabSize": 2,
// Theme Settings
"workbench.iconTheme": "material-icon-theme",
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include <stdlib.h>
#define RECORD_COUNT 10
struct _Person {
char name[22];
char ID[10];
alias gi="git init"
alias gc="git checkout"
alias gcb="git checkout -b"
alias gb="git branch"
alias gs="git status"
alias ga="git add"
alias gaa="git add ."
alias gc="git commit"
alias gcm="git commit -m"
alias gpl="git pull"
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
opacity: 0.85,
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
@serhatyuna
serhatyuna / gist:d39a6401ceebf424ffbf434643c45f1a
Created May 30, 2020 13:57 — forked from digitaljhelms/gist:4287848
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch
@serhatyuna
serhatyuna / .prettierignore
Created August 26, 2020 09:10
Prettier Config
build