Skip to content

Instantly share code, notes, and snippets.

View dowrow's full-sized avatar
🏠
Working from home

Diego Castaño dowrow

🏠
Working from home
View GitHub Profile
@btroncone
btroncone / ngrxintro.md
Last active September 5, 2025 05:30
A Comprehensive Introduction to @ngrx/store - Companion to Egghead.io Series

Comprehensive Introduction to @ngrx/store

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

@hongo35
hongo35 / tw_pagerank.rb
Last active December 30, 2015 14:09
Calculate pagerank of twitter follow network.
#!/usr/bin/env ruby
$:.unshift(File.dirname(__FILE__))
require 'twitter'
require 'mysql2-cs-bind'
require 'yaml'
require 'pagerank'
# parameter
DUMPING_FACTOR = 0.85