One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| import 'dart:io'; | |
| import 'dart:convert'; | |
| String serverUrl = 'wss://nostr-pub.wellorder.net'; | |
| var userPublickey = "3235036bd0957dfb27ccda02d452d7c763be40c91a1ac082ba6983b25238388c"; | |
| var userSubReq = '["REQ","latest",{ "authors": ["$userPublickey"], "limit": 5 } ]'; | |
| class EventData { | |
| String id; | |
| String pubkey; |
| # | |
| # Minecraft Essentials worth.yml - optimized for an ideal balanced Economy! | |
| # https://gist.github.com/queengooborg/92d08120f0d6d25175f6c7a30e3ccac7 | |
| # | |
| # Compatible MC Version: 1.13.x+ | |
| # Latest MC Version: 1.21.8 | |
| # | |
| # Maintained by Vinyl Da.i'gyu-Kazotetsu [https://www.queengoob.org] | |
| # Generated by https://github.com/queengooborg/mc-toolkit | |
| # Base prices from X00LA's version: https://github.com/X00LA/Bukkit-Essentials-worth.yml |
| pragma solidity ^0.5.0; | |
| contract Token { | |
| string public name = "DApp Token"; | |
| string public symbol = "DAPP"; | |
| uint256 public totalSupply = 1000000000000000000000000; // 1 million tokens | |
| uint8 public decimals = 18; | |
| event Transfer( | |
| address indexed _from, |
| #! /bin/bash | |
| # Evan Pratten's Bash BrainFuck compiler | |
| # Duplicate input file | |
| cat $1 >inp.bf | |
| # Strip comments | |
| sed -i -e 's/[A-Za-z]*//g' inp.bf | |
| # Incr and decr break the simple sed. Use temps instead |
| // Solarized for Mosh Chrome | |
| // Mosh does not seem to save profiles, so this sets the default 'mosh' profile. | |
| // To reset, evaluate term_.prefs_.resetAll() | |
| // Run in the JavaScript console of mosh_browser.html, which can be opened | |
| // as explained here: | |
| // https://github.com/rpwoodbu/mosh-chrome/wiki/FAQ#how-can-i-change-the-way-the-terminal-looks-font-color-etc | |
| var htermProfiles = { | |
| // Solarized Dark |
| <div id="iPhoneBro" class="iPhone gen"> | |
| <div class="title"> | |
| <input type="submit" class="back button" value="Messages"> | |
| <span class="contact_name button">(614) MEME-BRO</span> | |
| <input type="submit" class="edit button" value="Edit"> | |
| </div> | |
| <div id="conversation" class="conversation "> | |
| <div class="time"><div class="time"><p>Aug 9, 2012 3:43 AM</p></div></div><div class="text sent" id="query"><div class="reflect"></div><p>Check Out <a href-"http://www.memebro.com/?r=codepen">memebro.com</a></p></div> | |
| <div class="text receive"><div class="reflect"></div><p>Try "+popular", "+trending", or "+new" for meme lists</p></div> | |
| <div class="text sent" id="query"><div class="reflect"></div><p>+popular</p></div> |