Skip to content

Instantly share code, notes, and snippets.

View ragmondo's full-sized avatar
🏠
Working from home

Richard Green ragmondo

🏠
Working from home
View GitHub Profile
@ragmondo
ragmondo / gist:3810998
Created October 1, 2012 11:10
Simple console menu using python blessings / curses
import termios, sys, os,re
TERMIOS = termios
from blessings import Terminal
from subprocess import check_output
class syscall():
def __init__(self,cmd):
self.c = cmd
from addrgen import get_addr, gen_eckey
__author__ = 'ragmondo'
import random
import morewords
import datetime
goal = ["16XEzVyc34nYSQxsAjUmgY78qdAHBBKCy4",
"1ECM1W1ZWtWDvTm3yWYWJA9mKn4Dwaaz1o",
2017-06-15 18:02:07.041 UTC [msp] GetDefaultSigningIdentity -> DEBU 01e Obtaining default signing identity
2017-06-15 18:02:07.042 UTC [msp] GetLocalMSP -> DEBU 01f Returning existing local MSP
2017-06-15 18:02:07.042 UTC [msp] GetDefaultSigningIdentity -> DEBU 020 Obtaining default signing identity
2017-06-15 18:02:07.042 UTC [msp/identity] Sign -> DEBU 021 Sign: plaintext: 0ADF060A1508021A06089F978BCA0522...40185ECBA39812080A021A0012021A00
2017-06-15 18:02:07.042 UTC [msp/identity] Sign -> DEBU 022 Sign: digest: 6D30EF9E07214B3259118F078729D9134FEDA5FB4E5C408E09EE0A7FF5D27ADB
2017-06-15 18:02:07.044 UTC [channelCmd] readBlock -> DEBU 023 Received block:0
2017-06-15 18:02:07.045 UTC [main] main -> INFO 024 Exiting.....
===================== Channel "mychannel" is created successfully =====================
Having all peers join the channel...
@ragmondo
ragmondo / Index.html
Created July 2, 2024 12:32
Simple lookup
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Acronym Lookup</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;