There are two universal gates in total: { NAND }
and { NOR }
.
Since { NAND }
is a functional completeness set (as well as { NOR }
), you can build any logic gates by using only NAND
gate (or NOR
gate).


Introduction
December is a minimalist personal blogging system that natively supports Markdown, LaTeX, and code highlighting.
This project is based on Python(Django), HTML, SQLite and JavaScript(jQuery).
Congratulations!
You made it! Welcome to the December blogging system!
This is the first article in the site. You can always delete it and start your writing journey!
Some Useful Tips
Markdown & LaTeX & Code Highlighting
The December system support Markdown & LaTeX & Code Highlighting natively, so you don't need to install extra plugins. This is actually pretty cool.
You can go to the editing page of this article to see its Markdown source code.
Or you can go to this place to learn more about Markdown syntax.
A simple example of LaTeX:
(Of course you are able to use the inline math mode: !)
And for code highlighting, you can do:
print("Hello World!")
Abstract Divider
Use <!--more-->
as abstract divider. When displayed on the home page, the content behind the abstract divider is hidden.
谢谢喜欢 2333333