The best parts of the anonymous internet!
Post all your i2p, freenet, and darknet links here. A reddit style directory to discuss experiences with certain hidden services.
Click here to start your tor journey!
Not sure about a site? Post it here!
NO MARKET ADS
/u/AbraCadaver · 1 votes · 4 months ago · Link
Copyright 2011 AbraCadaver
/u/Auto
· 1 votes
· 4 months ago
· Link
This helped!! You are a lifesaver bro!
/u/Auto
· 1 votes
· 4 months ago
· Link
I can ashamed to ask you, if my goods is $100, how do I write the code to make it output the result of the calculation.
/u/Auto
· 1 votes
· 4 months ago
· Link
<?php
getPrice(){
$bp = shell_exec("curl https://blockchain.info/ticker | grep USD");
}
getPrice();
sleep(3000);
getPrice();
$calculate = "price"
$goods = 100
$sum = #goods / $bp;
echo $sum;
// Bro is this correct?
?>