Skip to content

Instantly share code, notes, and snippets.

@Dao007forever
Dao007forever / moving-violations.md
Created February 26, 2018 22:49 — forked from rouzbeh84/moving-violations.md
traffic-school-info

Chapter 1: Introduction

Welcome and thank you for choosing the California DMV licensed 5 Dollar Traffic School Stop Traffic Violator School. We know it's not fun to get a traffic ticket, but we want your traffic school experience to be painless, educational, and convenient. Our course uses plain English, gives you lots of examples, and doesn't bog you down with too many details. We want to change the way you are driving, and we feel the best way to do this is by changing your motivation to drive better. Rather than just tell you what you should be doing on the road, we try to give you the internal motivation to do the right thing. We also repeat the same concepts several times throughout the course, to help you pass the final exam in the end.

COURSE OBJECTIVES

Reduce Traffic Collisions

Traffic collisions can be life-altering events that in many cases could have been avoided. In this course we will cover the different ways in which you can avoid traffic collisions and become a safer driver. What

@Dao007forever
Dao007forever / Definition.scala
Created February 23, 2017 19:52
Case class definition
case class LunaDbConfig_WebLaunch(
everyone_fraction: DynamicValue[Double],
early_access_fraction: DynamicValue[Double]
)
case class LunaDbConfig_DarkLaunch_RedisNodes(
dbId: Int,
host: String,
port: Int
)
@Dao007forever
Dao007forever / graphite
Created June 19, 2014 06:15
Graphite with uWsgi
(in /etc/nginx/sites-available/graphite)
server {
listen 80;
server_name _;
client_max_body_size 64M;
keepalive_timeout 5;
# path for static files