- webstandardcss / Let’s Encrypt for cPanel CentOS 6.x — Bitbucket –
- 5 fantasy series to read until George R.R. Martin releases “The Winds of Winter” : books –
- Small Memory Software –
- How to perform a VPN leak test | IVPN –
- Ask HN: What are some examples of beautiful software? | Hacker News –
programming
Bookmarks for March 7th through March 8th
These are my links for March 7th through March 8th:
- Introducing Pencil: A Microframework Inspired By Flask For Rust — Shipeng Feng’s Writings – <blockquote>Templating
Just create the templates folder under your application root path, it just works. You can customize the template folder.<h1>
Hello {{ name }}!
</h1>fn hello_template(request: &mut Request) -> PencilResult {
let mut context = BTreeMap::new();
context.insert("name".to_string(), "template".to_string());
return request.app.render_template("hello.html", &context);
}fn main() {
// app here</blockquote> - How to pass a programming interview – Triplebyte –
- filipedeschamps/rss-feed-emitter: Super RSS News Feed aggregator written in Node.js and ES6 –
Bookmarks for March 4th
- Faust Programming Language –
- Guitarix – GNU/Linux Virtual Amplifier –
- Run Hello » Blog Archive » No Compiler –
- Power up C++ with the Standard Template Library: Part 1 – topcoder –
- Setting up Sublime Text 3 for Full Stack Python Development – Real Python –
- Emojicode – <blockquote>Emojicode is an open source, high-level,
multi-paradigm, object orientated programming language consisting of emojis.</blockquote>
Bookmarks for February 27th through February 29th
These are my links for February 27th through February 29th:
- Composing Programs –
- Earlier mixture from modern humans into Neandertal populations · john hawks weblog –
- Why Are Ultrasound Machines So Expensive? | Hacker News –
Bookmarks for February 25th
- Matteo Montanari –
- Vintage Las Vegas –
- Visions of the Future –
- Building Large Flask Apps in the Real World | Hacker News –
- Chris’s Wiki :: blog/unix/ManyLoadAveragesOfUnix –
- literally words — Graphing when your Facebook friends are awake –
- charles leifer | Nginx: a caching, thumbnailing, reverse proxying image server? –
- LL and LR in Context: Why Parsing Tools Are Hard –
- csp256/IsoVis: Visualize higher dimensional functions. –
- The Recurse Center User’s Manual – Recurse Center –