GithubHelp home page GithubHelp logo

incebellipipo / introduction-to-linux-programming Goto Github PK

View Code? Open in Web Editor NEW
20.0 4.0 5.0 77 KB

Supplementary codes for Linux programming course

License: MIT License

C 89.34% CMake 10.50% Makefile 0.16%
linux unix posix inter-process-communication sockets linux-programming

introduction-to-linux-programming's Introduction

Introduction to Linux Programming

Brief

This repository contains sample codes for introduction to linux programming workshop conducted at Anadolu University in January 2020. There were no lecture notes therefore there is no notes in this repository either. However, we are working on to write lecture notes with the collaboration of participants. In the mean time, If you need resources take a look at the Good Resources section. Source codes in repository uses both POSIX API and System V API.

Now the executable files, under the build folder, are ready to run.

Topics

Examples

Good Resources

Get It Working

Clone the repository to your home directory:

cd ~
git clone https://github.com/incebellipipo/introduction-to-linux-programming.git

Enter the downloaded folder and create a new build folder, then enter the folder you just created:

cd introduction-to-linux-programming/
mkdir build
cd build/

Generate a Makefile with cmake. Lastly, build and compile using make command:

cmake ..
make

Contributing

Any contribution is welcomed, as always. Most important part is how and what.

This repository needs:

  • Translation. Any translation will be welcomed. You may create README.<LANG_CODE>.md file next to README.md file.
  • More examples. Yes we need more examples
  • Explanations for examples. I also didn't write what which code does. Sorry folks™, didn't have time to write docs, classic.
  • Resources. Good ones. If you think you know a good resource, let us know.

How you can contribute:

  • Fork this repository You'll need a github account. If you don't want to create it, clone it, change it, mail it.
  • Do what you do.
  • Test your code. or I'll. You may make me test your code.
  • Use conventional commits. I'm really sensitive about it.
  • Create pull request as usual.

introduction-to-linux-programming's People

Contributors

incebellipipo avatar karacasoft avatar marjinal1st avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

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.