I'm a big fan of Pomodoro time management technique, created by Francesco Cirillo in the 80's. In this post I'll describe what it is, how I use it (tools and their tweaks), and how it helps me to get through my day.
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
Introdução ao Terminal do Linux para Programadores | |
http://promo.visie.com.br/curso-terminal?p=suissa | |
Microsoft Virtual Academy - Microsoft | |
http://www.microsoftvirtualacademy.com/ | |
Tudo sobre AngularJS - Rodrigo Branas | |
https://www.youtube.com/playlist?list=PLQCmSnNFVYnTD5p2fR4EXmtlR6jQJMbPb | |
Desvendando a linguagem JavaScript - Rodrigo Branas |
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
/** | |
* This class provides the URI, const values and some methods to work with TickTick's Content Provider. | |
* | |
* A guide is available on https://docs.google.com/document/d/1zo0JdIWnQWi-D0v7xikknEnsLj4RmrzOuqzScdR_tm8 | |
*/ | |
public class TickTickProviderHelper { | |
private static final Uri TASK_URI = Uri.parse("content://com.ticktick.task.data/tasks"); | |
private static final Uri PROJECT_URI = Uri.parse("content://com.ticktick.task.data/tasklist"); | |
private static final String TASK_CONTENT_ITEM_TYPE = "vnd.android.cursor.item/ticktick.task.task"; |
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
hanxue-mac:Github hanxue$ git clone https://github.com/AppScale/appscale.wiki.git | |
Cloning into 'appscale.wiki'... | |
remote: Counting objects: 1745, done. | |
remote: Compressing objects: 100% (1733/1733), done. | |
remote: Total 1745 (delta 1089), reused 10 (delta 4) | |
Receiving objects: 100% (1745/1745), 267.93 KiB | 35.00 KiB/s, done. | |
Resolving deltas: 100% (1089/1089), done. | |
Checking connectivity... done | |
hanxue-mac:Github hanxue$ ls appscale.wiki/ | |
.git/ |
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
2. gün | |
https://en.wikipedia.org/wiki/Planning_poker | |
htontps://en.wikipedia.org/wiki/Delphi_method | |
http://dotnet.work/2015/03/scrum-and-git-optimized-gitflow-with-a-lot-of-fancy-colors/ | |
3. yarı |
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
# | |
# https://wiki.archlinux.org/index.php/Solid_State_Drives#TRIM | |
# | |
hdparm -I /dev/sda | grep TRIM | |
systemctl enable fstrim.timer | |
systemctl start fstrim.timer | |
# | |
# https://wiki.archlinux.org/index.php/profile-sync-daemon | |
# |