Skip to content

Instantly share code, notes, and snippets.

View NoStickerAutocomplete.plugin.js
/**
* @name NoStickerAutocomplete
* @author AgentEpsilon
* @description Remove stickers from the emoji autocomplete box.
* @version 0.0.1
* @source https://gist.github.com/AgentEpsilon/7b5f57a2c6a4c75a4c4b5e1996963b63
*/
var unpatch;
module.exports = class NoStickerAutocomplete {
start() {
View machine.js
const calculator = Machine({
id: "calculator",
initial: "start",
states: {
start: {},
getOperand1: {},
getOperator: {},
getOperand2: {},
result: {}
}
View README.md

PR-15109 (Sha: 713499f3)

OS: centos 7.9.2009 (Linux 3.10.0-957.1.3.el7.x86_64) GCC: gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5) Host: ip-10-20-0-116.ca-central-1.compute.internal Git: git version 2.23.0

Errors:

  • test
    • thor
View Changed Paths
x86_64-linux vimPlugins.nvim-treesitter
x86_64-linux vimPlugins.telescope-symbols-nvim
x86_64-linux vimPlugins.telescope-fzf-writer-nvim
x86_64-linux vimPlugins.Coqtail
aarch64-linux vimPlugins.vim-clap
x86_64-linux vimPlugins.lush-nvim
x86_64-linux spacevim
x86_64-darwin vimPlugins.vim-clap
x86_64-linux vimPlugins.nvim-compe
aarch64-linux spacevim
@gonkdroid420
gonkdroid420 / blockly.xml
Created Jul 1, 2021
SolarToken Crowd Funding
View blockly.xml
When
[Case
(Deposit
(Role "TotalPool")
(Role "TotalPool")
(Token "" "SolarToken")
(Constant 10000000000000)
)
(When
[Case
View index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<input type="file" id="input" accept=".csv">
<script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.3.1/papaparse.min.js"></script>
View conversation_model
class Conversation {
String id;
// conversation name for example chat with market name
String name;
// Chats messages
String lastMessage;
int lastMessageTime;
View separator_example
{
"id":"credits_onboarding_page_id",
"ui_type":"credits_onboarding_page",
"data":{
"title":"Cancelaremos seu cartão virtual de crédito para que ninguém possa usá-lo",
"subtitle":"Além disso, vamos gerar um novo para que você continue comprando pela Internet como sempre.",
"body":null,
"image":"cards_engagement_block_card_virtual",
"action_buttons":[
{