KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
Workshops
★ 31
Open GitHub ↗
Code and documentation for CIDR workshops
Download README (.md)
Explore Similar Repositories
hootel
:
Odoo modules for hotels
neural-fingerprinting
:
No description available.
twitter-webhook-boilerplate-python
:
Starter app / scripts for consuming events via Twitter Account Activity API (beta).
so-you-need-an-input
:
Незаменимый помощник в проектировании веб-форм
VerticalViewPager
:
Vertical View Pager Scroll page in upward and downward direction. To know more See README.
// 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
Workshops
?
Download (.md)
[](https://cidr.stanford.edu) # Workshops Code and documentation for CIDR workshops For a list of CIDR's current offerings, visit [cidr.stanford.edu/workshops](https://cidr.stanford.edu/workshops). A full program of workshops offered by Stanford University Libraries, including CIDR workshops and others, can be found at [library.stanford.edu/workshops](https://library.stanford.edu/workshops). ## Development If you're developing Jupyter Notebooks in this repo, the recommended approach is to develop using a local Jupyter server. Although editing a notebook in Colaboratory and saving it back to the repo is possible, it can make the commit history a bit messy and is not ideal. If you are developing locally, note that there is a git `pre-commit` hook which is used to clear all cell output before notebooks are committed. To activate the hook, ensure it is executable (`chmod +x .githooks/*`) and set the `core.hooksPath` config variable in your local clone of the repo (`git config core.hooksPath .githooks`).