This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "meta": { | |
| "theme": "kendall" | |
| }, | |
| "basics": { | |
| "name": "Warren Spits", | |
| "label": "Solution Architecture & Design, Integration, Payments, Cloud Technologies", | |
| "image": "https://www.gravatar.com/avatar/3c0d3fa44b9444e84a64804377c6e2ab?s=200&r=pg&d=mm", | |
| "summary": "Having worked in a broad range of projects in his career, Warren has deep knowledge of Integration patterns, including event driven and API / real time base solutions. With 20+ years in the banking/IT industry, Warren has comprehensive domain knowledge of Payments (International and real-time), Retail banking, Integration and Enterprise project delivery.\nWarren continues to challenge and enhance his engineering skills by working hands-on in the open source community and providing reviews within his current role. Most recently he has authored and published a Rust crate to the rust community. \nDriven by his passion for technology and a natural inquisitiveness, Warren continually studies and applies modern technologies and parad |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Real Estate Com Au List Price | |
| // @version 4 | |
| // @description Adds the hidden list price to the detailed listings | |
| // @namespace http://code.spits.id.au/ | |
| // @include http://www.realestate.com.au/property-* | |
| // @grant none | |
| // @updateURL https://gist.githubusercontent.com/spitsw/8d480ef4f7d1f81929bf7f49fbbe050e/raw/RealEstateComAu.meta.js | |
| // @downloadURL https://gist.githubusercontent.com/spitsw/8d480ef4f7d1f81929bf7f49fbbe050e/raw/RealEstateComAu.user.js | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Benchmarks completed on Windows 7 Lenovo i5 laptop with Elixir 1.0.3, Erlang 17.4 | |
| Elixir.PatrickSuspend.lookahead(1) 10000 104.90 µs/op | |
| Elixir.PatrickSuspend.lookahead(3) 10000 107.20 µs/op | |
| Elixir.PatrickSuspend.lookahead(2) 10000 114.30 µs/op | |
| Elixir.PatrickSuspend.lookahead(10) 10000 119.60 µs/op | |
| Elixir.PatrickSuspend.lookahead(5) 10000 123.50 µs/op | |
| Elixir.Spits.lookahead(1) 10000 174.00 µs/op | |
| Elixir.Spits.lookahead(10) 10000 186.80 µs/op | |
| Elixir.Spits.lookahead(3) 10000 189.60 µs/op |