Explore >> Select a destination


You are here

www.jeremykun.com
| | vcansimplify.wordpress.com
7.1 parsecs away

Travel
| | Humans possess an incredible ability to identify objects in an image. Image processing algorithms are still far behind this ability. Segmentation is the process of dividing an image into meaningful regions. All pixels belonging to a region should get a unique label in an ideal segmentation. The current segmentation functions in scikit-image are too fine...
| | www.hillelwayne.com
3.2 parsecs away

Travel
| | A (directed) graph is a set of nodes, connected by arrows (edges). The nodes and edges may contain data. Here are some graphs: All graphs made with graphviz (source) Graphs are ubiquitous in software engineering: Package dependencies form directed graphs, as do module imports. The internet is a graph of links between webpages. Model checkers analyze software by exploring the "state space" of all possible configurations.
| | adrianmejia.com
2.5 parsecs away

Travel
| | JavaScript tutorials and web development articles including topics like NodeJS, Angular, VueJS, Data Structures and Algorithms.
| | www.stackchief.com
30.3 parsecs away

Travel
| Garbage collection in Java including understanding what is garbage collection, why garbage collection, how garbage collection works in Java, force garbage collection, monitoring garbage collection and interview questions.