Skip to content

Instantly share code, notes, and snippets.

View bonomali's full-sized avatar

brikkho net bonomali

View GitHub Profile
@x011
x011 / SEC_CIK_TICKER
Created March 13, 2017 02:06
CIK|TICKER
1090872|A
4281|AA
1332552|AAACU
1287145|AABB
1024015|AABC
1099290|AAC
1264707|AACC
849116|AACE
1409430|AAGC
948846|AAI
@pjdufour
pjdufour / geodash_quick_start_step_1.yml
Last active August 28, 2022 12:57
GeoDash Quick Start
---
title: "Quick Start Step 1"
view:
baselayer: osm
featurelayers: []
latitude: 18.7360
longitude: -72.4178
maxZoom: 18
minZoom: 0
@bonomali
bonomali / scp
Created May 11, 2019 19:52 — forked from jasperf/scp
Use secure copy or scp to upload and download files to the server #scp #ssh
//Uploading Using SCP
## origin > destination
scp /home/jasper/path/file user@sdomain.com:/home/username/domain.com/public_html/images/
Uploading to Ubuntu Server
scp /home/jasper/path/file user@sdomain.com:/var/www/html/
##downloading
scp root@1.2.3.4:/root/pcfilename.rar ./
##directory download
scp -r user@your.server.example.com:/path/to/foo /home/user/Desktop/
var character = "adam"; // change to "adam", "bob" , "eve" , or "rocky" depending on who you want to start with.
$('#char_creator_client').flash({
id: "char_creator",
swf: "https://d3v4eglovri8yt.cloudfront.net/animation/414827163ad4eb60/cc.swf",
height: 600,
width: 960,
align: "middle",
allowScriptAccess: "always",
let multisig = require('@iota/multisig');
let converter = require('@iota/converter');
let txconverter = require('@iota/transaction-converter');
let bundle_validator = require('@iota/bundle-validator');
let seedA = 'A'.repeat(81)
let seedB = 'B'.repeat(81)
let seedC = 'C'.repeat(81)
@bonomali
bonomali / App.js
Created June 11, 2020 05:36 — forked from huhn511/App.js
import React, { Component } from 'react';
import logo from './logo.svg';
import './App.css';
import SendButton from './components/SendButton'
import IOTA from 'iota.lib.js'
class App extends Component {
constructor(props) {
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure("2") do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
@bonomali
bonomali / a-pure-css-game-you-must-build-a-lighthouse.markdown
Created November 1, 2020 00:16
A Pure CSS Game - You Must Build a Lighthouse.