This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
| import * as bip32 from 'bip32'; | |
| import * as BufferLayout from 'buffer-layout'; | |
| import _ from 'lodash'; | |
| import nacl from 'tweetnacl'; | |
| import { Service } from 'typedi'; | |
| import { | |
| Account, Connection, PublicKey, SystemProgram, SYSVAR_RENT_PUBKEY, Transaction, | |
| TransactionInstruction | |
| } from '@solana/web3.js'; |
Never forget this
| node_modules |
| // NPC by cmwelsh | |
| //#CLIENTSIDE | |
| client.players = function(players) { | |
| client.on('chat', function(playerID) { | |
| players.get(playerID, function(player) { | |
| player.move(30, 35); | |
| }); | |
| }); | |
| }; |
| var store_reguser; | |
| function usernameVer(in_, out) | |
| { | |
| var ajaxRequest; | |
| if (window.XMLHttpRequest) | |
| {//Code for IE7+, Firefox, Chrome, Opera, Safari | |
| ajaxRequest=new XMLHttpRequest(); | |
| } | |
| else |