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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<title>Max</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<script src="vanilla.js"></script> | |
<script src="biomp.js"></script> | |
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous"> |
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
var unirest = require('unirest'); | |
var prompt = require('prompt'); | |
var typeOf = require('typeof'); | |
const crypto = require('crypto') | |
const request = require('request') | |
var sleep = require('sleep'); | |
function main() { | |
// prompt.get(['x'], function (err, result) { | |
// var x = parseInt(result.x); |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Hi</title> | |
<script type="text/javascript"> | |
var data = null; | |
var xhr = new XMLHttpRequest(); | |
xhr.withCredentials = true; |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Koinex</title> | |
<script src="https://unpkg.com/moonjs/dist/moon.js"></script> | |
</head> | |
<body> | |
<h4> | |
<div id="app1"> |
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
https://i.gyazo.com/1ea540ee91564e048075433d915fc172.png |
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
var axios = require('axios'); | |
var math = require('mathjs'); | |
var mysql = require('mysql'); | |
const express = require('express'); | |
const app = express() | |
app.set('view engine', 'pug'); | |
app.use(express.static('Dashboard_on_NiceHash_files')); | |
var reward; | |
var reward_usd; | |
var hashrate = 1000; |
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
doctype html | |
html(lang='en') | |
head | |
title Mining Simulator | |
link#css(href='Dashboard_on_NiceHash_files/style.css', rel='stylesheet', type='text/css') | |
link#css(href='Dashboard_on_NiceHash_files/style-lang.css', rel='stylesheet', type='text/css') | |
meta(content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no', name='viewport') | |
script(src='Dashboard_on_NiceHash_files/jquery.min.js', type='text/javascript') | |
script(src='Dashboard_on_NiceHash_files/jquery-ui.min.js', type='text/javascript') | |
script(src='Dashboard_on_NiceHash_files/utils.js', type='text/javascript') |
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
{ | |
"name": "libert", | |
"version": "1.0.0", | |
"description": "Get eBooks for free, easily", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"start": "node index.js" | |
}, | |
"author": "Samarth Jajoo", |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>Mining Simulator</title> | |
</head> | |
<body class="pushmenu-push"> | |
<style type="text/css"> | |
body{background:#fff;text-align:center;font-weight:normal;font-size:16px;line-height:1;color:#524e4e;cursor:default;position:relative;margin:0 auto;width:auto;text-align:center;min-width:340px;overflow-y:scroll;}[v-cloak]{display:none;}.text-center{text-align:center;}.loader{border:12px solid #f3f3f3;border-top:12px solid #fbc342;border-radius:50%;width:120px;height:120px;animation:spin 2s linear infinite;margin:100px auto;}@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.loadingFrame{width:100%;}::selection{background:#fba342;color:#fff;}::-moz-selection{background:#fba342;color:#fff;}:focus{outline:0;}::-webkit-input-placeholder{color:#bababa;font-style:italic;font-size:16px;font-weight:300;}:-moz-placeholder{color:#bababa;font-style:italic;font-size:16px;font-weight:300;}::-moz-placeholder{color:#bababa;font-style:italic;font-size:16px |
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
<html> | |
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=IN&source=ac&ref=qf_br_asin_til&ad_type=product_link&tracking_id=ameworschnew-21&marketplace=amazon®ion=IN&placement=B01FM8M0XE&asins=B01FM8M0XE&linkId=2407a9872fd34b8530a11f928a7196e3&show_border=true&link_opens_in_new_window=true&price_color=333333&title_color=0066C0&bg_color=FFFFFF"> | |
</iframe> | |
</html> |