#Know What You Love Here's everything on the internet I love, prompted by my recent talk at Bitmaker. Enjoy 😘
###Products
| import sys | |
| import colour | |
| import random | |
| import svgwrite | |
| import math | |
| from datetime import datetime | |
| # i redacted most of our colors for testing purposes | |
| palette = [ "#ecc3af", "#ac3f3d", "#fee2cd"] |
#New in Volley 1.0 ##Built
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title></title> | |
| </head> | |
| <style media="screen"> | |
| body { | |
| margin: 0; | |
| padding: 0; |
| { | |
| "does_this" : "do the same thing?" | |
| } |
| ffmpeg -i "movie.mkv" -c:v copy -c:a aac -b:a 256k -strict -2 "movie.mp4" |
| class ModelStore(object): | |
| def __init__( | |
| self, | |
| s3_id, | |
| s3_key, | |
| s3_bucket, | |
| should_compress=True, | |
| cache_expiry=180, | |
| profile=False, | |
| should_cache=True |
| // Dry FizzBuzz solution for Swift 3 by David Hariri | |
| // Made it for the Treehouse Swift Basics class | |
| import Foundation | |
| func isMultipleOf(n: Int, m: Int) -> Bool { | |
| return n % m == 0 | |
| } | |
| func fizzBuzz(n: Int) -> String { |
| import random | |
| f_names = [ | |
| "Sleve", | |
| "Onson", | |
| "Darryl", | |
| "Anatoli", | |
| "Rey", | |
| "Glenallen", | |
| "Mario", |