Results for: "functions"

Contents (175)

GAN Generated Images
GAN Generated Images

Let’s play a game - can you guess what these portraits have in common?  They all depict non-existent people. All these…

read more
How to prevent your neighbor from hacking your Chromecast
How to prevent your neighbor from hacking your Chromecast

Google Chromecast was born as a device to add Smart TV features to those that were not yet Smart TV,…

read more
Hashmap: hashing, collisions and first functions
Hashmap: hashing, collisions and first functions

Today we are going to study some concepts closely related to hashmaps. The concepts we are going to see are…

read more
Hashmap: Overflow Lists
Hashmap: Overflow Lists

In this short series of articles we will go to see how it is possible to create the Hashmap data…

read more
Javascript: what are callbacks and how to use them.
Javascript: what are callbacks and how to use them.

Today we are going to learn about a concept that is widely used in javascript and that is used quite…

read more