Giter VIP home page Giter VIP logo

c.in.fork.book's Introduction

C in Fork Book

C in Fork é um livro sobre Linguagem de Programação C voltado aos iniciantes em computadores. Ele será inicialmente escrito em Português, contudo com planos de ser traduzido para o Inglês.

C in Fork is a book about the C programming language targeted to people getting started with computers. It will be originally written in Portuguese but with plans to be translated into English.

The pdf version is available already: c_in_fork.pdf

Helping

Você sabe algo sobre C? Já compilou um helloworld usando essa maravilhosa linguagem? Se sim, seja você também um colaborador deste projeto. Fork e clone este repositório já e mão na massa!

Do you know something about C? Have you ever compiled a hello world program using that gorgeous language? If the answer is positive, then you're invited to be a collaborator of this project. Get your hands dirty by cloning this repository right now!

Requirements

  • A TeX editor of your choice, then Emacs. Please, no editor wars here. I (Geyslan, one of the collaborators) grew up being taught that we have to desire the best for everyone. So I'm doing that by picking up Emacs for you. Yes, I do know that Emacs isn't the only choice, but I certainly know that it's the good and right one. Be advised. :P

    • Column is limited to 80 characters for easier reading. If you chose right and that means using Emacs the unique mandatory config is:

      (add-hook 'LaTeX-mode-hook '(lambda ()
                                    (auto-fill-mode 1)
                                    (setq-default fill-column 79)))
      
  • Packages for Arch Linux:

pacman -S texlive-bin texlive-core texlive-science texlive-latexextra texlive-bibtexextra

Compiling

After editing the TeX files using your "best" editor compile the book as pdf:

Compiling:

make

Viewing:

make view

Cleaning (objects):

make clean

c.in.fork.book's People

Contributors

geyslan avatar pedrofausto avatar patito avatar

Watchers

James Cloos 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.