Code Monkey home page Code Monkey logo

klee.github.io's Introduction

KLEE Official Website

The KLEE website, built using Web Starter Kit and Jekyll.

Quickstart

Dependencies

  • Ruby ≥ 2.0.0. You can use RVM or rbenv to install it. (A Ruby DevKit is required to build dependencies with native extensions.)

  • Node.js

  • Bundler. You can use gem install bundle to install it.

  • Python

Installation

Clone this repository and install all dependencies using:

$ bundle

Then, you can preview the site by running (at localhost:4000 by default):

$ bundle exec jekyll serve -w

To build the site, you can use:

$ bundle exec jekyll build

Contributing

Contributions, both to content and design are welcome and encouraged. To contribute, please submit a pull request.

Contributing to the Publication List

Please open a pull request for missing publications that build upon or use KLEE. All list entries are ordered by publication date and follow the layout below:

1. [KLEE: Unassisted and Automatic Generation of High-Coverage Tests for Complex Systems Programs](http://www.doc.ic.ac.uk/~cristic/papers/klee-osdi-08.pdf)⎵⎵
⎵⎵Cristian Cadar, Daniel Dunbar, Dawson Engler⎵⎵
⎵⎵USENIX Symposium on Operating Systems Design and Implementation (OSDI 2008)⎵⎵
⎵⎵December 8-10, 2008, San Diego, CA, USA⎵⎵
⎵⎵**Klee is available [here](https://klee.github.io/).**

Note that the template language requires that two spaces (shown as ) are added to every but the last line to insert line-breaks.

Adding Release Documentation

The repository has old versions of the documentation in releases/docs/. To generate documentation for a new release, do the following:

  1. Open _config.yml and
  • Change is_release to true
  • Add the doxygen and releases folders to exclude
  • Set current_version to the new KLEE version
  1. Run the following command, where <VERSION> is the KLEE version (e.g., "v2.3"):
$ jekyll build -d releases/docs/<VERSION> --baseurl /releases/docs/<VERSION>
  1. Clear the changes made to _config.yml, except for the current_version
  2. Add releases/docs/<VERSION> to the repository
  3. Add an entry for the release in releases/index.md
  4. Commit the changes

License

Creative Commons Attribution 3.0 Unported (CC BY 3.0)

klee.github.io's People

Contributors

251 avatar ccadar avatar andreamattavelli avatar kren1 avatar dependabot[bot] avatar martinnowack avatar jbuening avatar delcypher avatar joostvanpinxten avatar lzaoral avatar xybu avatar lysxia avatar mechtaev avatar teemperor avatar petrhosek avatar arrowd avatar davidtr1037 avatar manouchehri avatar szeyiuchau avatar domainexpert avatar adrianherrera avatar mchalupa avatar numinit avatar novicelive avatar omeranson avatar ret2libc avatar rshariffdeen avatar yotann avatar lahiri-phdworks avatar tomek-kuchta 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.