Course-in-a-Box is a free tool for building and publishing online courses — no prior coding experience required.
To create your own course, simply fork this repository and delete the CNAME file. Detailed documentation is available at course-in-a-box.p2pu.org.
To make changes to the template itself, a good place to start is the _layouts
, _includes
and css
directories. These directories contain all the layout and style files used.
Questions? Ask on P2PU's Community Forum.
docker run -i -t --rm -u 1000:1000 -p 4000:4000 -v `pwd`:/opt/app -v `pwd`/.bundler/:/opt/bundler -e BUNDLE_PATH=~/opt/bundler -w /opt/app ruby:2.7 bash -c "bundle install && bundle exec jekyll serve --watch -H 0.0.0.0"
Course-in-a-Box is built by Peer 2 Peer University and shared under an MIT License.
Course content ("Modules") are shared under a CC BY-SA 4.0 license.
1. Read, clean, and validate 1.1 DataFrames and Series 1.2 Read the codebook 1.3 Exploring the NSFG data To get the number of rows and columns in a DataFrame, you can read its shape attribute. To get
A crash course on Serverless Authentication/Authorization A short and easy boilerplate showcasing JWT auth with Nodejs, the Serverless framework, MongoDB and AWS Lambda. The auth folder has a VerifyTo
Conference App in a Box This is the React Native CLI version. To view the Expo version, click here. This repo goes along with my Dev.to post titled "Introducing Conference App in a Box" For a full wal
Wiki in a Jar是一个非常小的(只有一个jar文件<100KB) Wiki Java实现。它内置一小型Web服务器,并能够处理vCard(.vcf)文件。其wiki标签基于Wikipedia语法,内容存在文件系统中。
我试图在ScrollView中有一个RecyclerView。我的问题是,当我滚动RecyclerView时,这并不“平滑”:一旦你松开手指,滚动就会立即停止。 我在片段中的布局是: 滚动视图 线性布局 文本视图 回收r查看 按钮 我尝试禁用嵌套滚动: 以及mRecyclerView的包装内容: 获得我想要的平滑滚动,但通过这种方式,RecyclerView的高度比它应该的要小(并且它不再滚动,所
Writing a TUI in BASH [WIP] Through my travels I've discovered it's possible to write a fully functional Terminal User Interface in BASH. The object of this guide is to document and teach the concepts
Question leetcode: Reverse Words in a String lintcode: Reverse Words in a String Problem Statement Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", ret