Git Product home page Git Product logo

apue-exercises's Introduction

Exercises for Advanced Programming in the UNIX Environment

Overview

This repo contains my answers for the exercises in Advanced Programming in the UNIX Environment (3rd edition) by W. Richard Stevens and Stephen A. Rago.

How this works

The answers, code or otherwise, are written in the markdown file exercises.md. The python script to_code.py then scans this file for code. When it finds a code block, it names it according to the exercise subheading, creates an individual file for the code block in the exercises directory, and then compiles it. The compiled files aren't included in the repo.

Resources

The apue.h file is included in the exercises directory, a cross platform header file which defines a bunch of constants and function prototypes for the code in this repo. This file was provided by the authors of the book. The rest of the code in the book can be found here.

Why am I doing this?

This book was one of the 6 that Facebook gave me to prepare for my upcoming internship with them as a production engineer. The other 5 books are:

  • TCP/IP Illustrated Volume 1
  • The Illustrated Network
  • The Art of UNIX Programming
  • Systems Performance: Enterprise and the Cloud
  • Linux and the Unix Philosophy

It seems like this book has the greatest practical use in that is is concise, considers code, and has exercises. I have enjoyed The Art of Unix Programming as well.

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.