This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Viktor | |
email = [email protected] | |
[alias] | |
st = diff --stat | |
oldlog = log \ | |
--abbrev-commit \ | |
--abbrev=4 \ | |
--pretty=oneline \ | |
--graph \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SHOW FULL PROCESSLIST; | |
SELECT * FROM information_schema.innodb_trx; | |
SHOW ENGINE INNODB STATUS; | |
CALL mysql.rds_kill(9876); | |
SHOW GLOBAL STATUS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ZSH_THEME_GIT_PROMPT_PREFIX="%F{green}" | |
ZSH_THEME_GIT_PROMPT_SUFFIX="%f" | |
ZSH_THEME_GIT_PROMPT_DIRTY="%F{red}!" | |
ZSH_THEME_GIT_PROMPT_CLEAN="" | |
ZSH_THEME_GIT_PROMPT_ADDED="%{$fg[green]%} ✚" | |
ZSH_THEME_GIT_PROMPT_MODIFIED="%{$fg[blue]%} ✹" | |
ZSH_THEME_GIT_PROMPT_DELETED="%{$fg[red]%} ✖" | |
ZSH_THEME_GIT_PROMPT_RENAMED="%{$fg[magenta]%} ➜" | |
ZSH_THEME_GIT_PROMPT_UNMERGED="%{$fg[yellow]%} ═" | |
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[cyan]%} ✭" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<h4>Test results:</h4> | |
<div id="panel"> | |
<div id="field_name"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8:06:02.648 [INFO] [org.gradle.api.Project] Applying ReleasePlugin to project: forecast-background-scheduler | |
18:06:02.785 [DEBUG] [org.gradle.api.Project] release version specified? null | |
18:06:02.848 [INFO] [org.gradle.api.Project] build based on trunk, using SNAPSHOT project version | |
18:06:02.887 [INFO] [org.gradle.process.internal.DefaultExecHandle] Starting process 'command 'git''. Working directory: /var/lib/jenkins/jobs/Forecast-production-GRADLEase/workspace/forecast-background-scheduler Command: git symbolic-ref -q HEAD | |
18:06:02.888 [DEBUG] [org.gradle.process.internal.DefaultExecHandle] Environment for process 'command 'git'': {OLDPWD=/var/lib/jenkins/jobs/Forecast-production-GRADLEase/workspace, TERM=xterm-256color, SHELL=/bin/bash, LC_CTYPE=, SHLVL=1, LESSCLOSE=/usr/bin/lesspipe %s %s, SUDO_GID=10000, XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, M2_HOME=/var/lib/jenkins/tools/Maven/Maven_3.0.4, PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/var/lib/jenkins/tools/Maven/Ma |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import ipdb; ipdb.set_trace() |