(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| // An example of "Amazon API Gateway Custom Authorizer" (node.js). | |
| // Copyright (c) 2016 Authlete, Inc. | |
| // | |
| // The MIT License | |
| // | |
| // Permission is hereby granted, free of charge, to any person | |
| // obtaining a copy of this software and associated documentation | |
| // files (the "Software"), to deal in the Software without | |
| // restriction, including without limitation the rights to use, |
If you are a newcomer to the Deep Learning area, the first question you may have is "Which paper should I start reading from?"
Here is a reading roadmap of Deep Learning papers!
The roadmap is constructed in accordance with the following four guidelines:
| #!/usr/bin/python | |
| import wave | |
| import numpy | |
| import struct | |
| import sys | |
| import csv | |
| from scikits.samplerate import resample | |
| def write_wav(data, filename, framerate, amplitude): |
| mime { | |
| .atom application/atom+xml | |
| .json application/json | |
| .map application/json | |
| .topojson application/json | |
| .jsonld application/ld+json | |
| .rss application/rss+xml | |
| .geojson application/vnd.geo+json | |
| .rdf application/xml | |
| .xml application/xml |
| { | |
| "extends": "google", | |
| "rules": { | |
| "semi": "error", | |
| "linebreak-style": "off", | |
| "no-unused-vars": ["error", {"varsIgnorePattern": "should"}], | |
| "no-undef": "error", | |
| "no-var": "error", | |
| "prefer-arrow-callback": "error" | |
| }, |
| { | |
| "singleQuote": true, | |
| "bracketSpacing": false, | |
| "arrowParens": "always", | |
| "trailingComma": "es5" | |
| } |
| --- | |
| BasedOnStyle: LLVM | |
| Language: Cpp | |
| IndentWidth: 8 | |
| UseTab: Always | |
| BreakBeforeBraces: Linux | |
| AlwaysBreakBeforeMultilineStrings: true | |
| AllowShortIfStatementsOnASingleLine: false | |
| AllowShortLoopsOnASingleLine: false | |
| AllowShortFunctionsOnASingleLine: false |
PEP: 8
Title: Style Guide for Python Code
Version: $Revision$
Last-Modified: $Date$
Author: Guido van Rossum <[email protected]>,
Barry Warsaw <[email protected]>,
Nick Coghlan <[email protected]>
Status: Active
Type: Process
Content-Type: text/x-rst
| # -*- mode: gitconfig; -*- | |
| # vim: set filetype=gitconfig: | |
| ## | |
| # GitAlias.com collection of many git alias items, including shortcuts, | |
| # helpers, workflows, utilties, visualizers, reports, etc. | |
| # | |
| # | |
| # ## Usage | |
| # |