GET requests from terminal using curl
Basically: Verbose version: curl http://localhost:9090/ping -v
Returns an array that actually represents the permutation algorithm. It receives an array, and has to return an array of…
Using numpy and matplotlib, a sequence of sinusoids can be created, like a piece of art. In this case, a…
Download from here https://www.cygwin.com/ The setup file Install in c:/ Done! Questions: What is Cygwin? Cygwin is “a large collection…
The logic is: Declare, and print. That is all. The code as follows: Declaration: int matrix1[2][2] = {{1,2},{3,4}};Printing in 2…
Basic script to calculate the average, asking numbers in the terminal
What is Metadata? Metadata of files, is essentially information about files but not about the content but about characteristic of…
Initialize git init . Create your first commit (step required): git commit --allow-empty -m "Initial commit" the default name is…
The terms “developer” and “programmer” are sometimes used interchangeably, but they can have distinct meanings and implications in the context…
Sometimes, we do need to find emails in a large file sized base, easily, from a terminal, without having to…