This document has been moved to https://selenium-python.readthedocs.org
from .application import db | |
from werkzeug import generate_password_hash, check_password_hash | |
class Distribution(db.Model): | |
__tablename__ = 'distribution' | |
id = db.Column(db.Integer, primary_key=True) | |
name = db.Column(db.String(50), unique=True) | |
url = db.Column(db.String(50)) |
package main | |
import ( | |
"database/sql" | |
"errors" | |
"fmt" | |
_ "github.com/bmizerany/pq" | |
"os" | |
"regexp" | |
"strings" |
Last updated: March 25, 2014
- http://www.sitepoint.com/tmux-a-simple-start/
- http://robots.thoughtbot.com/a-tmux-crash-course
- http://www.dayid.org/os/notes/tm.html
- http://endot.org/2011/12/06/my-tmux-configuration/
- http://blog.niklasottosson.com/?p=574
- http://alvinalexander.com/linux-unix/tmux-cheat-sheet-commands-pdf
- http://blog.hawkhost.com/2010/06/28/tmux-the-terminal-multiplexer/
- http://blog.hawkhost.com/2010/07/02/tmux-%E2%80%93-the-terminal-multiplexer-part-2/
- https://mutelight.org/practical-tmux
git-prebase improves on 'git rebase -i' by adding information per commit regarding which files it touched.
- Each file gets an alpha-numeric identifier at a particular column, a list of which appears below the commit list. (The identifiers wrap around after the 62nd file)
- Commits can be moved up and down safely (without conflicts) as long as their columns don't clash (they did not touch the same file).
Add the executable to your path and git will automatically expose it as
Create a template service file at /etc/systemd/system/[email protected]
. The template parameter will correspond to the name
of target host:
[Unit]
Description=Setup a secure tunnel to %I
After=network.target
Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.
- The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.
Translations: (No guarantee that the translations are up-to-date)
The Way of the Bullet Journal
This technique is a tool. While I can't say the bullet journal is the best for everyone, I can say that learning to export data from your brain to other systems is essential for being a creative and productive human being. If you walk away from this unenthused by the bullet journal approach, I encourage you to still take seriously the habits it helps promote.
You are a student. You have code to write. Jobs to find. Bills to pay. Life to figure out. Friends and family to love and occasionally say hello to.
All this is to say: you have too much to do for your brain to handle all by itself.
There are many productivity tools that help alleviate overload of the brain. I do not promise this technique will save you, or even remotely help you, but I do promise to provide you with the information you need to get started and decide if it's right for you.