Explore >> Select a destination


You are here

timriley.info
| | www.johnmyleswhite.com
18.7 parsecs away

Travel
| | Building Optimization Functions for Julia In hopes of adding enough statistical functionality to Julia to make it usable for my day-to-day modeling projects, I've written a very basic implementation of the simulated annealing (SA) algorithm, which I've placed in the same JuliaVsR GitHub repository that I used for the code for my previous post about Julia. For easier reading, my current code for SA is shown below: The Simulated Annealing Algorithm # simulated_annealing() # Arguments: # * cost: Function fr...
| | lincolnmullen.com
15.7 parsecs away

Travel
| | I often have small snippets of Markdown that I want to copy to the clipboard and then paste as HTML. I thought about writing an extension for Visual Studio Code, or a custom script for Boop. But that seemed like a lot of work for a simple task. And then I remembered: Unix. pbpaste | pandoc | pbcopy There is a one-liner which will work on a Mac to paste Markdown into Pandoc and then copy the resulting HTML back to the clipboard.
| | sam.hooke.me
17.7 parsecs away

Travel
| | software notes
| | techtldr.com
85.4 parsecs away

Travel
| Guillermo Rauch (Socket.io, Mangoose.js, Hyper.js, Now) is the guy to watch, and last night he did not disappoint. The following tweet announced pkg - a simple tool to generate a native executable file from Node.js code targeting Mac, Linux, and Windows. Introducing `pkg` Single command binary compilation for Node.js pic.twitter.com/Dbe9L1gb0x - ZEIT (@zeithq) April 29, [...]