I hereby claim:
- I am glinesbdev on github.
- I am glinesbdev (https://keybase.io/glinesbdev) on keybase.
- I have a public key ASBRMmmp2RsEJRGIGVCeIKU77U0iUem-U2Wl-blyTxikCwo
To claim this, I am signing this object:
| function Service:SetProfile(player: Player, key: string, value: any) | |
| DataManager:Set(player, key, value) | |
| self.Client.FetchStoreAction:Fire(player, { type = ReducerActions.UPDATE_PLAYER_PROFILE }) | |
| end |
| (where ident (not (identifier? ident))) (if (keyword? str-token) | |
| (parsers.next text pos col 1 | |
| line tokens | |
| str-token | |
| types.keyword) | |
| (string.find str-token "^:%w*") | |
| ;; Match a "string" identifier i.e. :hello | |
| (parsers.next text pos col 1 | |
| line tokens | |
| str-token |
| (local keywords (require :keywords)) | |
| (local types {:arg "ARG" | |
| :doc "DOCSTRING" | |
| :fn "FUNC" | |
| :keyword "KEYWORD" | |
| :let "VARIABLE" | |
| :lbracket "LBRACKET" | |
| :lcurly "LCURLY" | |
| :lparen "LPAREN" |
| [{:column 0 :line 1 :token "(" :type "LPAREN"} | |
| {:column 1 :line 1 :token "local" :type "KEYWORD"} | |
| {:column 7 :line 1 :token "core" :type "VARIABLE"} | |
| {:column 12 :line 1 :token "(" :type "LPAREN"} | |
| {:column 13 :line 1 :token "require" :type "FUNC"} | |
| {:column 21 :line 1 :token ":core" :type "FUNC"} | |
| {:column 26 :line 1 :token ")" :type "RPAREN"} | |
| {:column 27 :line 1 :token ")" :type "RPAREN"} | |
| {:column 0 :line 3 :token "(" :type "LPAREN"} | |
| {:column 1 :line 3 :token "local" :type "KEYWORD"} |
| local TweenService = game:GetService("TweenService") | |
| local ReplicatedStorage = game:GetService("ReplicatedStorage") | |
| local Nevermore = require(ReplicatedStorage:WaitForChild("Nevermore")) | |
| local Roact = Nevermore("Roact") | |
| local RoactRodux = Nevermore("RoactRodux") | |
| local DayOver = Roact.Component:extend("DayOver") | |
| function DayOver:init() | |
| self.frameRef = Roact.createRef() |
| local Timer = {} | |
| Timer.__index = Timer | |
| local RunService = game:GetService("RunService") | |
| function Timer.new() | |
| local self = setmetatable({}, Timer) | |
| -- Events | |
| self._finishedEvent = Instance.new("BindableEvent") |
| defmodule Mapper do | |
| def extract_associations(%{} = game) do | |
| Enum.reduce(map, %{}, fn {key, value}, item -> | |
| cond do | |
| is_map(value) -> | |
| put_map(item, key, extract_map_data(value)) | |
| is_list(value) -> | |
| list_data = Enum.reduce(value, [], &[extract_map_data(&1) | &2]) | |
| put_map(item, key, list_data) |
| // ==UserScript== | |
| // @name Gitlab search shortcut | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Gives a keyboard shortcut to the search field in Gitlab | |
| // @author Bradyn Glines | |
| // @include /^https:\/\/gitlab\.*/*/ | |
| // @grant none | |
| // ==/UserScript== |
| INCLUDE "hardware.inc" | |
| ; Beginning of the rom | |
| SECTION "Header", ROM0[$100] | |
| di ; Disable interrupts since we don't want to be interrupted | |
| jp Start ; Jump to the Start label | |
| nop ; No nothing for 1 cycle (approx: 1MgHz) | |
| ds $150 - $104 ; Write nothing for $150 to $104 which is the rom header information |
I hereby claim:
To claim this, I am signing this object: