Skip to content

Instantly share code, notes, and snippets.

@CLCL
Created March 24, 2013 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CLCL/5230950 to your computer and use it in GitHub Desktop.
Save CLCL/5230950 to your computer and use it in GitHub Desktop.
2bit bits Operation
// 二ビットビットオペレーション
var vivid_team ={
"00": {
"decimal": 0,
"color": "red",
"name": "Isshiki Akane"
},
"01": {
"decimal": 1,
"color": "blue",
"name": "Futaba Aoi"
},
"10": {
"decimal": 2,
"color": "green",
"name": "Saegusa Wakaba"
},
"11": {
"decimal": 3,
"color": "yellow",
"name": "Shinomiya Himawari"
}
};
/*
_人人人人人人人人人人人人_
> 2bit bits operation! <
 ̄Y^Y^Y^Y^Y^Y^Y^Y^Y^Y^Y ̄
*/
var rei = {
"decimal": 4,
"color": "black",
"name": "Kuroki Rei"
};
/*
_人人人人人人人_
> over flow! <
 ̄Y^Y^Y^Y^Y^Y ̄
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment