Code Monkey home page Code Monkey logo

advanced-programming's Introduction

Advanced Programming

This repository includes some of the programs created during a Advanced Programming course that was based on the Advanced Programming in the UNIX Environment book written by W. Richard Stevens and by Stephen A. Rago.

These programs are examples of some of the services provided by the UNIX operating systems.

Important Notes

All of these programs were tested using using macOS Version 11.4 and the Apple clang version 12.0.5 compiler; therefore, there is no guarantee that they will work correctly on other operating systems or using other compilers. However, this repository can be a basic guide to some UNIX operating system services.

Content

  • copy: similar to the cp program, but it can also copy a specific range of the file.
  • decrypt: example of bit manipulation to decrypt a file.
  • descending: creating a tree of processes.
  • execute: use of signals and executing programs in child processes.
  • find: recursive search of a substring in the name of the files.
  • mini-shell: simple example of how a shell works.
  • processes: use of processes for different tasks and synchronization with signals.
  • threads: concurrency with threads for calculating a matrix multiplication.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.