/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

www.yodaiken.com
| | blog.demofox.org
3.2 parsecs away

Travel
| | This is a super quick blog post on how to get different rounding modes with integer division: floor to get an integer smaller than or equal to the real value, round to get the integer that closest to the real value, and ceiling to get an integer greater than or equal to the real value....
| | eklausmeier.goip.de
3.1 parsecs away

Travel
| | Odometer like counter for multiple digits, i.e., looping over multiple loops
| | mathr.co.uk
2.9 parsecs away

Travel
| | Irregular pixelation image processing effect by using Voronoi cells in taxicab metric.
| | newvick.com
20.7 parsecs away

Travel
| A practical guide to Python concurrency using a Fibonacci server to demonstrate the strengths and limitations of threads, processes, and asyncio. Learn when to use each approach through hands-on examples