featured-dados.webp

A quick and straightforward tutorial that demonstrates how to generate random numbers in C language.

You can use the same functions to work with C++.

The motivation came from the need of my programming students, especially from courses not directly linked with computer science, such as those of Electrical Engineering....

featured-pink-dices-on-pink-background.webp

Random numbers are useful for a wide variety of situations, such as generating data encryption keys, simulating and modeling complex phenomena and selecting random samples from larger data sets.

Random numbers have also been used aesthetically, for example, in literature and music and for games and bets.

However, it is...

featured-pessoas-quebra-cabeca.webp

Whether in a corporate, private or public environment, or in an academic environment, understanding the difference between methodology, method, process and technique is essential to achieve high levels of quality and productivity in your daily life.

featured-programando.webp

Threads, in C, C++, Java, PHP, Python or any other programming language, are independent execution flows from the same program.

Threads are functions that run at “background”, ie, while the program performs the main() function - in C, a thread may be running while main() in parallel.

So we can say that...

featured-monitor.jpg

Latency and bandwidth are two characteristics that can be measured in communication traffic between computational networks such as the internet.

One of the most misunderstood concepts in network is speed and capacity. Many people believe that speed and capacity are the same thing. When you hear someone say “my...

featured-droidcam.jpg

Do you know you can use your mobile device, your IOS or Android phone, as a webcam from your PC or notebook?With the benefit of reusing old devices that have a higher cost image quality of high cost webcams.

To use a smartphone as webcam on Linux Ubuntu, Linux Mint or Windows, the Droidcam app is one of the best and...