Skip to content

Instantly share code, notes, and snippets.

View JonathanVeg's full-sized avatar

Jonathan Silva JonathanVeg

View GitHub Profile
import random
line = [ i for i in range(100)]
rabbit = random.choice(line)
hunter = 0
def printLine():
for i in range(len(line)):
if i == rabbit:
import time
import datetime
import base64
import hmac
import json
from hashlib import sha512
from urllib.request import urlopen, Request
from urllib.error import HTTPError
apiKey = 'YOUR CREX24 API KEY'

Privacy Policy

Privacy Policy - Trextracker, Polotracker and DCR Prices

This Policy is valid for all my crypto related apps!

I built the those apps as Free apps. They are provided and built by me (Jonathan) at no cost and is intended for use as is.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Privacy Policy</title>
</head>
<body>
<h2>Privacy Policy - Trextracker, Polotracker and DCR Price</h2>
<p>This Policy is valid for all my crypto related apps!</p>
import os
# for running it hourly
# in the terminal: crontab -e
# add this line, putting your path in the place of mine
# 0 * * * * /usr/bin/python /Users/jonathan/htmlcoin/htmlcoin.py
osCommand = "curl https://bleutrade.com/api/v2/public/getticker?market=HTML_BTC 2>/dev/null"
result = os.popen(osCommand).read()
// example for signed operation with Bittrex V1.1 API
// kotlin code
fun getBalances(key: String, secret: String, listener: Response.Listener<String>) {
var url = "https://bittrex.com/api/v1.1/account/getbalances?apikey=API_KEY&nonce=NONCE"
val ir = InternetRequests()
url = url.replace("API_KEY".toRegex(), key)
url = url.replace("NONCE".toRegex(), Utils.getNonce()) // 1
FirebaseDatabase.getInstance().setPersistenceEnabled(true);
final FirebaseDatabase database = FirebaseDatabase.getInstance();
final DatabaseReference showWallet = database.getReference("donation").child("show_wallet");
showWallet.addValueEventListener(new ValueEventListener() {
@Override
public void onDataChange(DataSnapshot dataSnapshot) {
Boolean value = dataSnapshot.getValue(Boolean.class);
import Ember from 'ember';
const {
get,
set
} = Ember;
export default Ember.Service.extend({
clearForm() {
import Ember from 'ember';
export default Ember.Service.extend({
hour: -1,
// resumo dos problemas ocorridos naquela hora
resume_hour: [],
init(...params) {
this._super(params);
import Ember from 'ember';
export default Ember.Service.extend({
hour: -1,
// resumo dos problemas ocorridos naquela hora
resume_hour: [],
init(...params) {
this._super(params);