Skip to content

Instantly share code, notes, and snippets.

View fshitstack's full-sized avatar
💭
NULL_PTR

Danilo rv fshitstack

💭
NULL_PTR
View GitHub Profile
@fshitstack
fshitstack / arch-perf.sh
Created June 14, 2017 09:48
Arch linux performance tips
#
# 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
#
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ı
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/
@fshitstack
fshitstack / TickTickProviderHelper
Created July 12, 2017 05:20 — forked from jackinside/TickTickProviderHelper
A utility class to work with TickTick's Content Provider. A full guide is available at https://docs.google.com/document/d/1zo0JdIWnQWi-D0v7xikknEnsLj4RmrzOuqzScdR_tm8
/**
* 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";
@fshitstack
fshitstack / how-do-i-pomodoro.md
Created August 7, 2017 07:12 — forked from vrybas/how-do-i-pomodoro.md
Vladimir Rybas - How do I Pomodoro

vrybas.github.io

How do I Pomodoro

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.

Interruptions

@fshitstack
fshitstack / Cursos Gratuitos de TI
Created October 3, 2017 03:50 — forked from VanderleiDenir/Cursos Gratuitos de TI
Cursos Gratuitos de TI - Video Aula
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