Open in app
Home
Notifications
Lists
Stories

Write
German F
German F

Home

Jan 21, 2021

read/change the heap memory from a unix running process.

In this article I’m going to explain step by step how to change a data allocated in the heap memory from a process running on unix systems. By accessing the proc filesystem you can access all the process running on your machine. The image bellow shows you a capture from…

3 min read

read/change the heap memory from a running process.
read/change the heap memory from a running process.

Nov 28, 2019

IoT

Everything around us is measurable, and all that is measured can be optimized. This is what IoT is about: measured process around us through devices with sensors connected to internet. The Internet of Things (IoT) introduces huge opportunities for businesses and consumers, especially in the areas of healthcare, warehousing, transportation…

Internet Of Things

3 min read

IoT
IoT

Oct 26, 2019

The brain: the most sophisticated machine learning on earth

The brain is a dream machine. It is the master organ that actually reveals the truth of things. Rodolfo Llinás Consider the simple act of removing a bottle of milk from the refrigerator. It is not an act that implies greater reflection, but it requires predicting the weight of the…

Artificial Intelligence

5 min read

The brain: the most sophisticated machine learning on earth
The brain: the most sophisticated machine learning on earth

Oct 9, 2019

Mutable & Inmutable Objects in Python

Python is a programming language that works under the Object Oriented Paradigm. In Python everything is an Object. Some are mutable and others are inmutable. Every object has an identity, a type and a value. An object’s identity never changes once it has been created; you may think of it…

Programming

4 min read

Mutables & Inmutables Objects in Python
Mutables & Inmutables Objects in Python

Sep 17, 2019

A Software Library — in C

A library, in software development, is a way to put together pieces of code that in some way are related between them. By order code into libraries it will be easy to reuse those pieces of software avoiding so ‘reinventing the wheel’. In C programming language there are two types…

Programming

2 min read

A Software Library — in C
A Software Library — in C

Jul 14, 2019

A library is a way to order what you and other programmers have coded in order to help you and…

“I have always imagined that Paradise will be a kind of library.” ― Jorge Luis Borges A library is a way to order what you and other programmers have coded in order to help you and others to find the appropriate piece of software that will help you solve the…

Programming

2 min read

A library is a way to order what you and other programmers have coded in order to help you and…
A library is a way to order what you and other programmers have coded in order to help you and…

Jun 20, 2019

Write your own programs

If you want to write your own programs you will need your brain and a programing language. Whit it you can tell the machine what to do. These instructions are normally given in a language understandable by humans but not by machines. …

Programming

2 min read

Writing your own programs
Writing your own programs

Jun 18, 2019

Running the ls program

If you want to interact with a Unix Operation System the way you do so is through the shell. The shell is the bridge between the user and the kernel. When the user enter a command the first job make by the shell is parsing, that is “to separate the…

Programming

2 min read

Running the ls program
Running the ls program
German F

German F

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable