Skip to content

Instantly share code, notes, and snippets.

@KevCui
Created July 25, 2020 07:55
Show Gist options
  • Save KevCui/55c2badcf6a1aa19a425692a1ab902c6 to your computer and use it in GitHub Desktop.
Save KevCui/55c2badcf6a1aa19a425692a1ab902c6 to your computer and use it in GitHub Desktop.
A text file used to test font
The quick brown fox jumps over the lazy dog
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890
i1Il|L 80Oo 5S bhn ([{<>}]) \*+-–—/!?:;.,@=~^%$ __# "q" 'q' “q” ‘q’
±…×·
var sum = 0;
for (var i=0; i<arr.length; i++){
sum += arr[i];
};
var TestClass = React.createClass({
render: function() {
return (
<div className="someString">
fooBar
</div>
);
}
});
object o;
if (o is int i || (o is string s &&
int.TryParse(s, out i)) { /* use i */ }
var x = 0xABCDEF;
-> --> ==> != === !== && ||<=<
</><tag> http://www.hanselman.com
<=><!-- HTML Comment -->
i++; #### ***
### No License
When you make a creative work (which includes code), the work is under exclusive copyright by default. Unless you include a license that specifies otherwise, nobody else can copy, distribute, or modify your work without being at risk of take-downs, shake-downs, or litigation. Once the work has other contributors (each a copyright holder), “nobody” starts including you.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment