Skip to content

Instantly share code, notes, and snippets.

@Benjamin-Dobell
Created February 24, 2014 23:44
Show Gist options
  • Save Benjamin-Dobell/9199683 to your computer and use it in GitHub Desktop.
Save Benjamin-Dobell/9199683 to your computer and use it in GitHub Desktop.
StringsAndComments
{
Unicode { string { "💩", "🙉: Hear no evil monkey is strǽnge", "Yes, a sickle - ☭: ☭" } }
}
Coordinates $where
{
int32[3] %xyz
{
{ 1, 2, 3 },
{ 4, 5, 6 },
{ 7, 8, 9 },
{ 0, 0, 0 },
{ 255, 2125315823, -100 }
}
}
Negative_Rubbish $_123
{
unsigned_int8 { 255 }
unsigned_int8 { 255 }
unsigned_int8 { 255 }
unsigned_int8 { 128 }
int8 { -127 }
}
Ints
{
unsigned_int32 { 255, 65535, 4294967295 }
int32 { 127, 32767, 2147483647 }
}
Zeros
{
int8 { 0 }
int16 { 0 }
int32 { 0 }
int64 { 0 }
unsigned_int8 { 0 }
unsigned_int16 { 0 }
unsigned_int32 { 0 }
unsigned_int64 { 0 }
float { 0.0 }
double { 0.0 }
}
SeriouslyLargeNumbers { unsigned_int64 { 255, 65535, 4294967295, 18446744073709551615 } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment