This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "base": "vs-dark", | |
| "inherit": true, | |
| "colors": { | |
| "editor.foreground": "#BFCAE0", | |
| "editor.background": "#222222", | |
| "editor.selectionBackground": "#3D4350", | |
| "editor.lineHighlightBackground": "#4C576730", | |
| "editorCursor.foreground": "#528BFF", | |
| "editorWhitespace.foreground": "#747369" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** stolen from https://stackoverflow.com/a/48200842/4156215 **/ | |
| /** | |
| * @description Options used when calling CanvasRenderingContext2D.strokeArcGradient() and | |
| * CanvasRenderingContext2D.fillArcGradient(). | |
| * @property {Boolean} useDegrees Whether the specified angles should be interpreted as degrees rather than radians. | |
| * (default: false) | |
| * @property {Number} resolutionFactor The number of lines to render per pixel along the arc. A higher number produces | |
| * a cleaner gradient, but has worse performance for large radii. Must be greater | |
| * than 0. (default: 8) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Sparky v1.0 | |
| // theLMGN - https://github.com/thelmgn | |
| // Example: <canvas is="spark-line" width="300" height="200" data="5,3,6,9,10,5" color="#52ACD4"></canvas> | |
| class Sparky extends HTMLCanvasElement { | |
| constructor() { | |
| super(); | |
| var observer = new MutationObserver(function(mutations) { | |
| try { | |
| return this.render() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function getDevForumTrustLevel(username) | |
| local succ,retval = pcall(function() | |
| local apiResponse = game.HttpService:GetAsync("https://cors-anywhere.herokuapp.com/https://devforum.roblox.com/users/"..username..".json",false, { | |
| ["x-requested-with"] = "Roblox" | |
| }) | |
| local j = game.HttpService:JSONDecode(apiResponse) | |
| if (j["user"]) then | |
| return j["user"]["trust_level"] | |
| else | |
| return -1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var apple = [9,10] | |
| var position = [11,10] | |
| var score = 0 | |
| var trail = [] | |
| var direction = 0 | |
| var movedThisFrame = false | |
| var charset = { | |
| head: "#", | |
| tail: "~", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "overrideTitle": false, | |
| "overrideTitleContents": "firefox", | |
| "overrideBodyContents": "lol bye, do your nea" | |
| } |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Major Version</key><integer>1</integer> | |
| <key>Minor Version</key><integer>1</integer> | |
| <key>Application Version</key><string>12.9.5.5</string> | |
| <key>Date</key><date>2019-11-29T23:48:40Z</date> | |
| <key>Features</key><integer>5</integer> | |
| <key>Show Content Ratings</key><true/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2019-10-21T15:17:14.662Z","extensionVersion":"v3.4.3"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "text": "A computer keyboard is an input device that allows a person to enter letters, numbers, and other symbols (these are called characters in a keyboard) into a computer. It is one of the most used input devices for computers. Using a keyboard to enter lots of data is called typing.", | |
| "attribTitle": "Keyboard", | |
| "attribAuthor": "Simple English Wikipedia", | |
| "attribLink": "https://simple.wikipedia.org/wiki/Keyboard_(computer)" | |
| }, | |
| { | |
| "text": "Glad you mentioned it, Eric. I'm coming to that. Just because the kaiser makes a speech or two, or a few german officers have too much to drink and begin taking nonsense, you'll hear some people say that war's inevitable. And to that I say - fiddlesticks! The Germans don't want war. Nobody wants war, except some half-civilized folks in the Balkans. And why? There's too much at stake these days. Everything to lose and nothing to gain by war.", | |
| "attribTitle": "An Inspector Calls", |