KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
230-web
★ 10
Open GitHub ↗
Website for CSE230
Download README (.md)
Explore Similar Repositories
react-postcss
:
Simple style tag for React
option_calculator
:
No description available.
puppet-etcd
:
etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines.
attr_pouch
:
Schema-less auxiliary attribute storage for Postgres via Sequel plugin
bmp2c
:
Convert a 24-bit bitmap to ili9341 format 565 array in c
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
230-web
?
Download (.md)
Website for CSE230 ================== To build, make sure you install [stack](https://github.com/commercialhaskell/stack/blob/master/doc/install_and_upgrade.md) Build the site -------------- To *build* the site locally into `_site/`: ``` make ``` To *delete* all temporary files: ``` make clean ``` To *update* the webpage remotely (FIXME): ``` make update ``` Add new lectures or homeworks ----------------------------- To add a new lecture, create the new file lectures/lec-XXX.lhs then add a link to it in lectures.markdown and then do make && make update The analogous instructions apply to create a new homework. Todo ---- Auto-generate Lectures and Homeworks (and the links) from directories.