Open in app
Home
Notifications
Lists
Stories

Write
Angui Clavijo Gutiérrez
Angui Clavijo Gutiérrez

Home

Oct 4, 2021

Postmortem

1 min read

Postmortem

--

--


Sep 5, 2021

What happens when you type https://www.holbertonschool.com in your browser and press Enter.

1 min read

What happens when you type https://www.holbertonschool.com in your browser and press Enter.

--

--


Aug 22, 2021

Internet of Things (IoT)

Internet of Things (IoT) it is a network of physical objects and electronic components incorporated into its architecture, to detect interactions with the outside as well as to communicate with each other. The IoT allows users to achieve automation, deeper analysis for it uses existing technology for network arrest and…

3 min read

Internet of Things (IoT)
Internet of Things (IoT)

Jul 5, 2021

Recursion

What is recursion: The process in which a function calls itself directly or indirectly is called recursion and the corresponding function is called as recursive function. For the condition base, is used if… else statement with condition base that is defined and larger value of number can be solved by…

3 min read

Recursion
Recursion

Jun 10, 2021

Mutable And Immutable Objects in Python.

This Posted you learned about language of programming, in this topics: That is id and type The mutable objects The immutable objects Why is important this objects Differently this objects How arguments are passed to functions and that imply for mutable and immutable objects. In python the objects is assigned…

3 min read

Mutable And Immutable Objects in Python.
Mutable And Immutable Objects in Python.

May 6, 2021

Static and dynamic libraries.

The files with extension .c is compiled, the compiler generate the object code, after generating the object code, the compiler also invokes linker. The task of linker is to make code of library function (printf( ), scanf( ), sqr( )), that exist in your program. Static libraries: Its libraries is…

2 min read

Static and dynamic libraries.
Static and dynamic libraries.

Mar 8, 2021

Static libraries in C.

What is a library, this a file containing several object files, can be used as a single entity in a linking phase of a program; the library is indexed so it is for find symbols how functions, variables and so on. …

2 min read

Static libraries in C.
Static libraries in C.

Feb 6, 2021

Differences between a hard link and symbolic link?

Hard link and Symbolic link are differents methods to refer to a file in the hard drive. They are the pointers to files or directories. To use links, we must have inode. Inode or index node is the data file structure on a filesystem. It is the place which stores file…

2 min read

Differences between a hard link and symbolic link?
Differences between a hard link and symbolic link?

Feb 4, 2021

GCC Compiler

GNU Compiler Collection or GCC is a optimizing compiler, created for GNU and support programming languages, operating systems. In 1983 developed for Richard Stallman with permission for using the software for GNU. The compilation is a process of converting the source code to object code, verify the structural errors or…

2 min read

GCC Compiler
GCC Compiler
Angui Clavijo Gutiérrez

Angui Clavijo Gutiérrez

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable