Explore >> Select a destination


You are here

guidovranken.com
| | sergioprado.blog
3.6 parsecs away

Travel
| | AddressSanitizer (ASan) is an instrumentation tool created by Google security researchers to identify memory access problems in C and C++ programs.
| | idea.popcount.org
3.9 parsecs away

Travel
| |
| | blog.trailofbits.com
2.7 parsecs away

Travel
| | By Matt Schwager Trail of Bits is excited to introduce Ruzzy, a coverage-guided fuzzer for pure Ruby code and Ruby C extensions. Fuzzing helps find bugs in software that processes untrusted input. In pure Ruby, these bugs may result in unexpected exceptions that could lead to denial of service, and in Ruby C extensions, they...
| | justinhj.github.io
30.1 parsecs away

Travel
| [AI summary] The text is an in-depth exploration of Applicative programming in Scala, covering concepts like Applicative instances, map2 implementation, and performance optimization. It also includes examples of image processing using comonads and FocusedGrid data structures. The author discusses the importance of benchmarking and provides performance results for different implementations. The content is comprehensive, covering both theoretical and practical aspects of Applicative programming.