Skip to content

Instantly share code, notes, and snippets.

View kinosang's full-sized avatar

Chino Chang kinosang

View GitHub Profile
@kinosang
kinosang / vcs.ps1
Last active March 4, 2021 02:11
A PowerShell function to "clone" or "checkout" repositories from remote Version Control Systems
function co (
[String]
[Parameter(Mandatory = $true)]
$url,
[String]
$path,
[Switch]
$git
) {
if ( $url.StartsWith('git://') -Or $url.EndsWith('.git') ) {

Contributor License Agreement

Thank you for your interest in contributing to open source software projects (“Projects”) made available by JoyMoe Interactive Entertainment Limited or its affiliates (“JoyMoe”). This Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to JoyMoe in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact opensource@joymoe.com.

You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions.

Copyright License. You hereby grant, and agree to grant, to JoyMoe a non-exclusive, perpetual, irre

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kinosang
kinosang / project-geek-arduino-01.md
Last active August 29, 2015 14:02
Project-Geek Cook Arduino 第一次聚會 整理