Explore >> Select a destination


You are here

justinjaffray.com
| | yokota.blog
5.6 parsecs away

Travel
| | In previous posts, I had discussed how Kafka can be used for both stream-relational processing as well as graph processing. I will now show how Kafka can also be used to process Datalog programs. The Datalog Language Datalog is a declarative logic programming language that is used as the query language for databases such as...
| | 11011110.github.io
10.2 parsecs away

Travel
| | The drawing below shows the Petersen graph (blue vertices), with order-six dihedral symmetry rather than the order-10 symmetry that you're probably more used...
| | www.tidyverse.org
9.0 parsecs away

Travel
| | In dplyr 1.1.0, joins have been greatly reworked, including a new way to specify join columns, support for inequality, rolling, and overlap joins, and two new quality control arguments.
| | www.jeremykun.com
34.0 parsecs away

Travel
| We are about to begin a series where we analyze large corpora of English words. In particular, we will use a probabilistic analysis of Google's ngrams to solve various tasks such as spelling correction, word segmentation, on-line typing prediction, and decoding substitution ciphers. This will hopefully take us on a wonderful journey through elementary probability, dynamic programming algorithms, and optimization. As usual, the code implemented in this post is available from this blog's Github page, and we encourage the reader to use the code to implement our suggested exercises.