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
Life is miserable. It sucks. When you spend half the time you're awake wishing you were never born, you know it sucks. | |
I don't know if it's just my depression or the people around me that's causing me this misery. | |
I wish the people who have an influence on my life gave a fuck about my goals, and understood that I am not their typical | |
person, instead of treating me like a useless dog (Guess how I came up with uselesschien). Here's a typical conversation | |
with my parents: | |
P: You are a fucking sociopathic loser. You don't do anything for us, you unempathetic psychopath. You do nothing we ask | |
you to. | |
Me: I do.. |
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
# Should you change your keyboard layout some time, delete | |
# this file and re-run i3-config-wizard(1). | |
# i3 config file (v4) | |
# | |
# Please see http://i3wm.org/docs/userguide.html for a complete reference! | |
set $mod Mod1 | |
# Font for window titles. Will also be used by the bar unless a different font |
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
1.1 Practical Programming - An Introduction to Computer Science Using Python 3 | |
1.2 K&R C | |
1.3 The C++ Programming Language - Bjarne Stroustrup | |
1.4 Deitel's Java - How to Program | |
1.5.1 The Little Schemer | |
1.5.2 The Reasoned Schemer | |
1.5.3 The Seasoned Schemer | |
2.1 Computer Organization and Design - Patterson & Hennessy | |
3.1 Introduction to Algorithms - Cormen | |
3.2 Algorithms - Sedgewick |
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
Yeah | |
==== | |
i3 (wm) | |
xfce4-terminal (terminal emulator) | |
git (version control) | |
dtrx (do the right extraction) | |
cmus (music player) | |
pv (pipeline viewer) | |
xclip (copy to clipboard) |
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
sudo apt-get install "^libxcb.*" libx11-xcb-dev libglu1-mesa-dev libxrender-dev |
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
# For commands above TEXT check: | |
# http://conky.sourceforge.net/config_settings.html | |
# | |
# For commands available below TEXT check: | |
# http://conky.sourceforge.net/variables.html | |
# Bunsen Labs Conky help threads | |
# http://crunchbang.org/forums/viewtopic.php?pid=371424#p371424 | |
# beta tested by: smacz |
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
sudo apt-get install vim plasma-nm git virtualbox steam bison gawk texinfo m4 g++ -y |
A list of links to useful mathematical textbooks available for free on the Internet. They are all legal and maintained by their authors or by the legitimate publisher.
All the documents are in English. They are in a printable format - Postscript or Adobe Portable Document Format. You are free to download, read and print them. Here are some links to other sites offering lists of free mathematical textbooks.
For any comments, please, contact me: [email protected]
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
# Uncomment if not using Ubuntu GNOME 15.04 | |
# sudo apt-get install gnome-shell ubuntu-gnome-desktop -y | |
# Install Arc theme | |
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_15.04/ /' >> /etc/apt/sources.list.d/arc-theme.list" -y | |
wget http://download.opensuse.org/repositories/home:Horst3180/xUbuntu_15.04/Release.key | |
sudo apt-key add - < Release.key | |
sudo apt-get update | |
sudo apt-get install arc-theme -y |