Code Monkey home page Code Monkey logo

mini_httpd's Introduction

mini_httpd

Taken from http://www.acme.com/software/mini_httpd/

I made the commit history to show differences between versions. Forked from another repository because I'm kind of continuing their work.

Created using:

mkdir mini_httpd-1.10
cd mini_httpd-1.10
git init
cd ..
for i in {10..30}; do  # Files <1.10 do not appear to be online
	if [ ! -f "mini_httpd-1.$i.tar.gz" ]; then
		wget http://www.acme.com/software/mini_httpd/mini_httpd-1.$i.tar.gz
	fi
	tar xf mini_httpd-1.$i.tar.gz
	cd mini_httpd-1.$i
	git add .
	git commit -m "Add mini_httpd-1.$i"
	cd ..
	mv mini_httpd-1.$i mini_httpd-1.$(($i+1))
	sleep 1
done

Feel free to do a history-rewriting pull request (is that even possible?) if you added the website's changelog to commit messages or something.

mini_httpd's People

Contributors

lgommans avatar

Watchers

Luc avatar James Cloos avatar

Forkers

jschwartzenberg

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.