GitHub GraphQL API
https://developer.github.com/v4/
//todo
https://developer.github.com/v4/
//todo
// only for Angular2 dist | |
// | |
// # SimpleServer | |
// | |
// A simple chat server using Socket.IO, Express, and Async. | |
// | |
var http = require('http'); | |
var path = require('path'); | |
var async = require('async'); |
https://github.com/typicode/husky
https://www.npmjs.com/package/husky
// package.json
{
"husky": {
"use strict";
/**
*
* @author xgqfrms
* @license MIT
* @copyright xgqfrms
repeatify
String.prototype.repeatify = function (times = 1) {
console.log(this)
// String {"abx"}
<!DOCTYPE html>
<html lang="zh-Hans" manifest="manifest.appcache">
<!-- manifest.json -->
<head>
<!--
/// dart block comments | |
// https://dart.dev/guides/language/effective-dart/documentation#doc-comments | |
// https://dart.dev/samples#comments | |
/** | |
* | |
* @author xgqfrms | |
* @license MIT | |
* @copyright xgqfrms | |
* @created 2020-07-07 |
import 'dart:math'; | |
void main() { | |
int max = 6; | |
dynamic dice; | |
// int nextInt(int max); | |
dice = Random().nextInt(max); | |
// 0 ~ 5, | |
dice += 1; | |
// 1 ~ 6, |