#!/bin/bash | |
#wait for the desktop to settle | |
sleep 5 | |
# turn off mouse acceleration | |
# number after '--set-prop' is your mouse id which you can find out by running 'xinput list' | |
xinput --set-prop 14 'Device Accel Profile' -1 | |
xinput --set-prop 15 'Device Accel Profile' -1 | |
xinput --set-prop 14 'Device Accel Velocity Scaling' 1 | |
xinput --set-prop 15 'Device Accel Velocity Scaling' 1 |
# eg Webstorm bin/webstorm64.vmoptions | |
-Dswing.aatext=true | |
-Dawt.useSystemAAFontSettings=gasp | |
-Dsun.java2d.xrender=true | |
-Dawt.useSystemAAFontSettings=on |
[user] | |
name = Ivan Mrvelj | |
email = sk8raid@gmail.com | |
[core] | |
editor = atom | |
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
excludesfile = ~/.gitignore | |
[web] | |
browser = firefox | |
[instaweb] |
"use strict"; | |
angular.module("Main").directive("activitycalendar", function () { | |
return { | |
link: function (scope, elm) { | |
var $el = angular.element(elm); | |
function refreshCalendar() { | |
var curCalView = $el.fullCalendar("getView"); | |
var moment = null; |
Open terminal => CTRL+ALT+T | |
Make a folder for your project | |
1. mkdir project | |
2. cd project | |
3. npm init | |
=> fill out all the needed stuff; name, description, whatever |
*foreground: #999697 | |
*background: #1b1b1b | |
! black | |
*color0: #1b1b1b | |
*color8: #444444 | |
! red | |
*color1: #683e3e | |
*color9: #7b4e50 |
{ | |
"extends": "standard", | |
"ecmaFeatures": { | |
"jsx": true, | |
"modules": true | |
}, | |
"env": { | |
"browser": true, | |
"node": true | |
}, |
A collection of articles by AngularJS veterans, sometimes even core committers, that explain in detail what's wrong with Angular 1.x, how Angular 2 isn't the future, and why you should avoid the entire thing at all costs unless you want to spend the next few years in hell.
Reason for this: I'm getting tired of having to explain to everyone, chief of which all the indiscriminate Google Kool-Aid™ drinkers, why I have never believed in Angular, why I think it'll publicly fail pretty soon now (a couple years), and why it's a dead end IMO. This gist serves as a quick target I can point people to in order not to have to parrot / compile the core of the articles below everytime. Their compounded reading pretty much captures 99% of my view on the topic.
This page is accessible through http://bit.ly/angular-just-say-no and http://bit.ly/angularjustsayno, btw.
sudo add-apt-repository ppa:no1wantdthisname/ppa && apdejt && apti fontconfig-infinality | |
# configuration | |
sudo bash /etc/fonts/infinality/infctl.sh setstyle | |
/etc/profile.d/infinality-settings.sh -> open -> USE_STYLE = [ OSX || DEFAULT || UBUNTU ] |