Sự liên kết giữa 2 lớp khi mà không ai sở hữu ai.
the lifetime of the instances of the two classes are independent of each other and there is no ownership between two classes.
HTTP status code symbols for Rails | |
Thanks to Cody Fauser for this list of HTTP responce codes and their Ruby on Rails symbol mappings. | |
Status Code Symbol | |
1xx Informational | |
100 :continue | |
101 :switching_protocols | |
102 :processing |
https://www.balena.io/blog/did-etcher-break-my-usb-sd-card
diskutil list
diskutil eraseDisk FAT32 UNTITLED MBRFormat /dev/disk3
ちょうど一年前に この道を通った夜 | |
昨日の事のように 今はっきりと想い出す | |
大雪が降ったせいで 車は長い列さ | |
どこまでも続く赤いテールランプが綺麗で | |
サイドシートの君は まるで子供のように | |
微笑を浮かべたまま 眠れる森の少女 | |
ゆすって起こした俺を 恨めしそうににらんで | |
俺の手を握り返し 「愛がほしい…」と言った< |
String.prototype.isHex = function() { | |
return new RegExp("/[a-f0-9 \t]/i").test(this); | |
}; | |
var CRCMaster = { | |
StringToCheck: "", | |
CleanedString: "", | |
CRCTableDNP: [], | |
init: function() { | |
this.CRCDNPInit(); |
ECMAScript 6, also known as ECMAScript 2015, is the latest version of the ECMAScript standard. ES6 is a significant update to the language, and the first update to the language since ES5 was standardized in 2009. Implementation of these features in major JavaScript engines is underway now.
See the ES6 standard for full specification of the ECMAScript 6 language.
ES6 includes the following new features:
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <ctype.h> | |
static const char *alpha[] = { | |
".-", //A | |
"-...", //B | |
"-.-.", //C | |
"-..", //D |