/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

postmodern.github.io
| | hermanschaaf.com

Benchmarks of various approaches
7.3 parsecs

Travel
| |
| | nhigham.com

The MATLAB output >> A = rand(2); whos Name Size Bytes Class Attributes A 2x2 32 double will be familiar to seasoned users. Consider this, however, from MATLAB R2016b: >> s = string({'One','Two'}) s = 1×2 string array "One" "Two" At first sight, you might not spot anything unusual, other than the new string datatype....
7.8 parsecs

Travel
| |
| | gregtatum.com

In 2014 I wrote a pretty detailed post on getting into creative coding. It featured live code examples, and I spoke briefly about some of my philosophy with approaching creativity with programming. Be
6.6 parsecs

Travel
| |
| | zylinski.se

This post is an adapted excerpt from Understanding the Odin Programming Language - the acclaimed eBook on learning Odin and understanding low-level concepts. Visit https://odinbook.com for more information. Text strings in Odin use Unicode. Unicode is a standard that makes it possible to use characters from most languages. You can mix different languages within the same string, and even use exotic things such as emojis! Odin has two primary types for representing text: string and cstring.
29.4 parsecs

Travel
|