Giter Club home page Giter Club logo

cwalk's Introduction

Cwalk

the Cwalk is an open source learning project. It is designed as a fun way to check your knowledge of the C programming language.

If you want to install it on your server, you need to create a mysql DB, containing two tables "users" and "pages". (check the DB_schema to see the detail of the tables).

Register your app with Github if you want to be able to authenticate with the OAuth2 Authentification API from Github. Save your creadentials in the config file from your web server (the initial Cwalk is run on apache for instance). And save the password of your DB also in the config file of your server so that it could be accessible from the mysql_connect.php file.

Happy C (and PHP! ) programming!

cwalk's People

Contributors

jbarbier avatar johnserrano avatar afrancisboeuf avatar rickharris-dev avatar dorakorpar avatar stvngrcia avatar bennettbuchanan avatar krisbredemeier avatar

Stargazers

 avatar  avatar Mike Gajda avatar

Watchers

 avatar  avatar  avatar

cwalk's Issues

"Variables Again" Doesn't Seem to Compile

Attempting to compile the code in "Variables Again" generates this error:

main.c:14:9: warning: implicit declaration of function 'f' is invalid in C99
      [-Wimplicit-function-declaration]
        f(n);
        ^
main.c:19:6: error: conflicting types for 'f'
void f(int n)
     ^
main.c:14:9: note: previous implicit declaration is here
        f(n);

The following should be added to make it compile just after the #include statement, I believe:

void f(int n);

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.