Skip to content

Instantly share code, notes, and snippets.

View brodzik's full-sized avatar
💣

Adrian Brodzik brodzik

💣
  • Warsaw University of Technology
  • Poland
View GitHub Profile
" Vim color file - cobalt
" Generated by http://bytefluent.com/vivify 2017-05-09
set background=dark
if version > 580
hi clear
if exists("syntax_on")
syntax reset
endif
endif
pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
Language: Cpp
# BasedOnStyle: Google
AccessModifierOffset: -4
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Left
AlignOperands: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false
@brodzik
brodzik / flip.js
Created October 3, 2017 18:10
Rotate Twitch player
$('.player').css('transform', 'rotate(180deg)');