当前位置: 首页 > 软件库 > 程序开发 > >

code-corps-ember

Ember web application for Code Corps.
授权协议 MIT License
开发语言 JavaScript
所属分类 程序开发
软件类型 开源软件
地区 不详
投 递 者 史钊
操作系统 跨平台
开源组织
适用人群 未知
 软件概览


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:

  • Connect people - Match developers and designers, project managers and marketers – any and every talent – to ambitious projects that need their help.
  • Provide support - Educate and train, develop and encourage people who build public software. Help projects be successful and people to do their best work.
  • Fund projects - Crowdfund ongoing work and keep funders engaged in projects and connected to the teams they're supporting.
  • Develop new tools - Help people collaborate on, organize, and even distribute their work. Listen closely to hear what needs built, and then build it.

How can I help?

We'd love to have you contribute to Code Corps directly!

Have questions? Need help? You can also always come �� hello in our Slack, where there are always a ton of us around to help you learn, debug, or just shoot the breeze.

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!

Installing

To learn more about getting started with the codebase, follow this guide.

Usage

Have everything installed and ready to work? Read our usage guides to learn how to:

Documentation

We have several types of docs:

  • Project documentation (README, CONTRIBUTING, etc.)
  • Inline documentation for the Ember app generated by YUIdoc

Things we care about

Our values for this project reflect the Code Corps values as a whole, though with some minor differences.

We care about:

  • Each other ��
  • Social impact ��
  • Good documentation ��
  • Testing ��
  • Welcoming and teaching new contributors ��
  • Writing small, clear, and achievable issues ��

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.

Further Reading / Useful Links

 相关资料
  • 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变体作为开始和结束标记 - &lt; 和&gt; 。 我们来看下面的例子 - <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