Low Level Programming

Introduction


Description About the Directories

DIRECTORY DESCRIPCION README
0x00-hello_world README.md
0x01-variables_if_else_while README.md
0x02-functions_nested_loops README.md
0x03-debugging README.md
0x04-more_functions_nested_loops README.md
0x05-pointers_arrays_strings/README.md) README.md
0x06-pointers_arrays_strings README.md
0x07-pointers_arrays_strings README.md
0x08-recursion README.md
0x09-static_libraries README.md
0x0A-argc_argv README.md
0x0B-malloc_free README.md
0x0C-more_malloc_free README.md
0x0D-preprocessor README.md
0x0E-structures_typedef README.md
0x0F-function_pointers README.md
0x10-variadic_functions README.md
0x12-singly_linked_lists README.md
0x13-more_singly_linked_lists README.md
0x14-bit_manipulation README.md
0x15-file_io README.md
0x17-doubly_linked_lists README.md
0x18-dynamic_libraries README.md
0x1A-hash_tables README.md
0x1C-makefiles README.md

Installation and Prerequisites

Prerequisites

What things you need to install

  • Ubuntu 14.04 LTS on a Vagrant (Virtualbox) enviroment
  • Ruby 2.7.1 or less to run files ruby
  • shellcheck to check the style to files bash
  • Git to clone the repository
Give examples

Installation

In your terminal, git clone the directory with the following command:

git clone https://github.com/AndresSern/holberton-system_engineering-devops.git/

Usage

./[executable file]

Environment

  • Language: Ruby 3.0 script, Bash script
  • OS: Ubuntu 14.04 LTS
  • Style guidelines: shellcheck to check if the style in files bash is correct