Explore >> Select a destination


You are here

pfzhang.wordpress.com
| | rhubbarb.wordpress.com
4.7 parsecs away

Travel
| | My previous post was written with the help of a few very useful tools: LaTeX mathematical typesetting Gummi LaTeX editor Python programming language PyX Python / LaTeX graphics package my own PyPyX wrapper around PyX LaTeX2WP script for easy conversion from LaTeX to WordPress HTML
| | blog.georgeshakan.com
3.6 parsecs away

Travel
| | I recently uploaded "On the largest sum-free subset problem in the integers," to the arXiv. Let $latex A \subset \mathbb{Z}$ be a finite subset of the integers. We say $latex A$ is sum-free if there are no solutions to $latex a + b = c,$ with $latex a,b,c \in A$. We define $latex S(A)$ to...
| | akos.ma
5.0 parsecs away

Travel
| | From the wonderful book by Ian Stewart, here are the equations themselves; read the book to know more about them.
| | danielpecos.com
25.9 parsecs away

Travel
| Purpose of this post is to providea glimpse of the new features included in Java 8 that shiftthis language towards a more Functional Programming paradigm. But before, let's define what we understand for Functional Programming (FP). Functional programming key characteristics include: Higher Order Functions Pure Functions and Immutability Tail Call Recursion Higher Order Functions for a FP language means that functions are considered first class citizens, allowing the programmer to use them as any other value the language defines, for example, a Function value: