This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
URL targetUrl = new URL(targetURL); | |
HttpURLConnection httpConnection = (HttpURLConnection) targetUrl.openConnection(); | |
httpConnection.setDoOutput(true); | |
httpConnection.setRequestMethod("POST"); | |
httpConnection.setRequestProperty("Content-Type", "application/json"); | |
String input = "{\"action\":\"authenticate\",\"public-key\":\"\",\"user-key\":\"\"}"; | |
OutputStream outputStream = httpConnection.getOutputStream(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" | |
bitpaint.py | |
~~~~~~~~~~~ | |
Simple command-line utility to use the Bitcoin blockchain to track and manage so-called "colored coins", or "smart contracts/securities". | |
Caution: | |
- Private keys are stored in plaintext in your configuration file | |
- Colored coin tracking is implemented following the "output |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
################################################################################ | |
# # | |
# # | |
# Copyright (C) 2004-2005 Mandriva # | |
# | |
# Daouda Lo <[email protected]> # | |
# # | |
# This program is free software; you can redistribute it and/or modify # | |
# it under the terms of the GNU General Public License Version 2 as # |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env python2 | |
__title__ = "TrendBot" | |
__author__ = "JZA" | |
__email__ = "[email protected]" | |
__license__ = "Apache Foundation License v2" | |
__version__ = "0.5 Alpha" | |
# TrendBot - A bot for checking out trend on the |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +jzarecta is my blockchain ID. https://onename.com/jzarecta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +jzarecta is my blockchain ID. https://onename.com/jzarecta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
######################################## | |
### signclipboard ## | |
### gpg sign your content on the go ## | |
### by: JZA ## | |
######################################## | |
# choose your desired keyid | |
keyid = '7F4C2614' | |
# Get the clipboard content |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.js:457 | |
throw err; | |
^ | |
Error: Cannot find module 'yargs' | |
at Function.Module._resolveFilename (module.js:455:15) | |
at Function.Module._load (module.js:403:25) | |
at Module.require (module.js:483:17) | |
at require (internal/module.js:20:19) | |
at Object.<anonymous> (/home/jza/public_html/node-sentinel/src/app.js:49:6) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm ls yargs | |
/home/jza/public_html/node-sentinel | |
└── (empty) | |
npm ERR! code 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 | |
00:00:07,810 --> 00:00:10,160 | |
Hola, y bienvenido a DASH School | |
2 | |
00:00:10,160 --> 00:00:12,720 | |
Soy tu profesora, Amanda B. Johnson | |
3 | |
00:00:12,720 --> 00:00:16,720 |
OlderNewer