Skip to content

Instantly share code, notes, and snippets.

View Greenek's full-sized avatar
👨‍💻

Paweł Golonko Greenek

👨‍💻
View GitHub Profile
@Greenek
Greenek / styles.less
Last active November 5, 2017 14:22
atom-material-ui custom
@import "octicon-mixins";
@import "syntax-variables";
@import "ui-variables";
@font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
@font-size: 14px;
@gutter-width: 6rem;
/*
@Greenek
Greenek / Google_Translate_Keyboard_Shortcut.user.js
Created May 22, 2016 21:29
Google_Translate_Keyboard_Shortcut.user.js
/**
* The MIT License (MIT)
*
* Copyright (c) 2016 Paweł Golonko
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
@Greenek
Greenek / styles.less
Created March 22, 2016 19:51
Minor improvements for atom-material-ui
/*
* Minor improvements for atom-material-ui.
* Tested with Atom 1.6.0 and atom-material-ui 1.2.9
*
* Includes:
* - fancy semi-transparent gutter column
* - fixed minimap contrast
* - more compact tree-view, recommended for large projects
* - tool-bar and tab-bar improvements
*
@Greenek
Greenek / sync.sh
Last active August 29, 2015 14:08
rsync - syncing project with server
#!/bin/bash
#
# Script for fast projects synchronizing. File with script should be copy|linked|move to project's main dir.
#
# For the best experience copy your sshkey at your server.
#
for var in "$@" ; do
# Username
user=[ !!! ]
@Greenek
Greenek / gist:666ece1381bdd32a05e8
Created September 18, 2014 18:31
Hello. May I speak with Mr. Dog?
/**
* No documentation, very busy.
* @return http://cl.ly/image/3s1h3B1B2r0x/48ACD.png
*/
function hello() {
if (Object.is(this, Dog)) {
return true;
}
}