This is the Ember web application for codecorps.org
Code Corps is an open source platform for building and funding public software with massive social impact.
Our goals:
We'd love to have you contribute to Code Corps directly!
CONTRIBUTING.md
.Have questions? Need help? You can also always come
We highlight everyone who's contributed to the Code Corps team page. If we've missed you for some reason, please open an issue in the Ember app!
To learn more about getting started with the codebase, follow this guide.
Have everything installed and ready to work? Read our usage guides to learn how to:
We have several types of docs:
Our values for this project reflect the Code Corps values as a whole, though with some minor differences.
We care about:
We also track quantifiable metrics like inline documentation coverage, testing coverage, and so on. You can see some of these metrics in the icons at the top of this page.
Code Runner for VS Code支持了超过 30 种语言: C, C++, Java, JavaScript, PHP, Python, Perl, Ruby, Go, Lua, Groovy, PowerShell, BAT/CMD, BASH/SH, F# Script, C# Script, VBScript, TypeScript, CoffeeScript, Scala,
Bootstrap允许您使用两种不同的键方式显示代码 - 第一个是code标签。 如果要以内联方式显示代码,则应使用code标记。 第二个是pre标签。 如果代码需要显示为独立的块元素,或者如果它有多行,那么您应该使用pre标记。 确保在使用pre和code标记时,使用unicode变体作为开始和结束标记 - < 和> 。 我们来看下面的例子 - <p><code><header></
Generate session URL/code dialog is used to generate a session URL, a file URL or a code template. To open the dialog to generate the session URL or code, use: Session > Generate Session URL/Code comm
Code Splitting shadow-cljs 支持 Code splitting, 以及 Long term caching, 参考这个例子: https://github.com/minimal-xyz/minimal-shadow-cljs-release {:source-paths ["src/"] :dependencies [] :builds {:app {:output
This plugin adds a toolbar button that allows a user to edit the HTML code hidden by the WYSIWYG view. It also adds the menu item Source code under the Tools menu. Example tinymce.init({ selector: "
from __future__ import print_function import numpy as np class RBM: def __init__(self, num_visible, num_hidden, learning_rate = 0.1): self.num_hidden = num_hidden self.num_visi