Giter Club home page Giter Club logo

probs-cweb's Introduction

README

It's just a collection of solutions to coding problems on some well-known online judge platforms or contests. Use Makefiles to automate compilation, see Makefile and branch.mk for more information.

The solutions are based on a library inspired by C interfaces and implementations, and wrote in literate program form.

Maintainance of infrastructure and solving of problems are separated to different branches, to clone the infrastructure separately is possible, check out branch infra if you want.

Usage

I hope that the code could explain itself, but it failed to do that, apparently. Two kinds of Makefile are used, one in root directory (The Makefile in current directory), one in sub-directories(branch.mk).

If you are at root, the following targets are supported.

# create a new folder, then, 
# create a symbol link of branch.mk in that folder
$ make new 

# recreate symbol links in all branch directories, 
# which specified by PLATFORMS macro in Makefile
$ make refresh 

# delete all temporary files and symbol links
$ make clean

If you are at branch,

# create a new file, and edit it with editor, 
# which can be specified by ${EDITOR} in branch.mk,
# but to state it as an environment variable is recommended,
# some other programs(for example, visudo) also use $EDITOR.
$ make new

# create a new folder,
# the same as "make new" at root
$ make new-folder

# delete all temporary files
$ make clean

probs-cweb's People

Contributors

chu-mirror avatar

Watchers

 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.