By: @BTroncone
Also check out my lesson @ngrx/store in 10 minutes on egghead.io!
Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!
Table of Contents
| ### JHW 2018 | |
| import numpy as np | |
| import umap | |
| # This code from the excellent module at: | |
| # https://stackoverflow.com/questions/4643647/fast-prime-factorization-module | |
| import random |
| #include <utility> | |
| #include <iostream> | |
| #include <cstddef> | |
| namespace atch { namespace { | |
| template<class Tag> | |
| struct meta_counter { | |
| using size_type = std::size_t; | |
| template<size_type N> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>DVTConsoleDebuggerInputTextColor</key> | |
| <string>1 1 1 1</string> | |
| <key>DVTConsoleDebuggerInputTextFont</key> | |
| <string>SFMono-Bold - 11.0</string> | |
| <key>DVTConsoleDebuggerOutputTextColor</key> | |
| <string>1 1 1 1</string> |
By: @BTroncone
Also check out my lesson @ngrx/store in 10 minutes on egghead.io!
Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!
Table of Contents
| /** | |
| * LL(1) parser. Building parsing table, part 1: First and Follow sets. | |
| * | |
| * NOTICE: see full implementation in the Syntax tool, here: | |
| * https://github.com/DmitrySoshnikov/syntax/blob/master/src/sets-generator.js | |
| * | |
| * by Dmitry Soshnikov <[email protected]> | |
| * MIT Style License | |
| * | |
| * An LL(1)-parser is a top-down, fast predictive non-recursive parser, |
| message("QMAKE: $$QMAKE") | |
| message("QMAKESPEC: $$QMAKESPEC") | |
| message("QMAKE_AR_CMD: $$QMAKE_AR_CMD") | |
| message("QMAKE_BUNDLE_DATA: $$QMAKE_BUNDLE_DATA") | |
| message("QMAKE_BUNDLE_EXTENSION: $$QMAKE_BUNDLE_EXTENSION") | |
| message("QMAKE_CC: $$QMAKE_CC") | |
| message("QMAKE_CFLAGS_DEBUG: $$QMAKE_CFLAGS_DEBUG") | |
| message("QMAKE_CFLAGS_RELEASE: $$QMAKE_CFLAGS_RELEASE") | |
| message("QMAKE_CFLAGS_SHLIB: $$QMAKE_CFLAGS_SHLIB") | |
| message("QMAKE_CFLAGS_THREAD: $$QMAKE_CFLAGS_THREAD") |
(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.
| $ = jQuery | |
| queues = {} | |
| queue = (name) -> | |
| name = 'default' if name is true | |
| queues[name] or= {entries: [], running: 0} | |
| next = (name, done) -> | |
| list = queue(name) |
| date | close | link | |
|---|---|---|---|
| 1-May-12 | 58.13 | http://bl.ocks.org/d3noob/c37cb8e630aaef7df30d | |
| 30-Apr-12 | 53.98 | http://bl.ocks.org/d3noob/11313583 | |
| 27-Apr-12 | 67.00 | http://bl.ocks.org/d3noob/11306153 | |
| 26-Apr-12 | 89.70 | http://bl.ocks.org/d3noob/11137963 | |
| 25-Apr-12 | 99.00 | http://bl.ocks.org/d3noob/10633856 | |
| 24-Apr-12 | 130.28 | http://bl.ocks.org/d3noob/10633704 | |
| 23-Apr-12 | 166.70 | http://bl.ocks.org/d3noob/10633421 | |
| 20-Apr-12 | 234.98 | http://bl.ocks.org/d3noob/10633192 | |
| 19-Apr-12 | 345.44 | http://bl.ocks.org/d3noob/10632804 |