Skip to content

Instantly share code, notes, and snippets.

console.log(convertCurrency("100000", "SEK", "USD"));
function convertCurrency(currencyAmount, currencyFrom, currencyTo) {
var xhr = new XMLHttpRequest();
var url = "https://devtools-paypal.com/apiexplorer/processReq";
//url="https://svcs.sandbox.paypal.com/AdaptivePayments/ConvertCurrency";
var bigO = {};
bigO.httpMethod = "POST";
bigO.oauth = "";
bigO.methodUri = "";
<?php
var_dump(convertCurrency("100000",'USD','GBP'));
function convertCurrency($currencyAmount, $currencyFrom, $currencyTo) {
// https://developer.paypal.com/docs/classic/api/adaptive-payments/ConvertCurrency_API_Operation/
$bigO = array();
$bigO['userName'] = 'jb-us-seller_api1.paypal.com'; //this is a official paypal test account..
$bigO['password'] = 'WX4WTU3S8MY44S7F';
$bigO['signature'] = 'AFcWxV21C7fd0v3bYYYRCpSSRl31A7yDhhsPUU2XhtMoZXsWHFxu-RWy';
template<typename X>
std::string to_string(X s)
{
std::stringstream ret;
ret << s;
return ret.str();
}
Keep in mind that talking to a woman for the first time is not a job interview, however similar the two might seem. Excerpt your resume sparingly.
Want more Men's Health? Subscribe today and get a Risk-Free Trial Issue
« PREV
NEXT »
PRINTEREMAILFACEBOOKTWITTERDIGGSTUMBLE UPONREAD ON 1 PAGE
356 COMMENTS ON THIS LIST
6 COMMENTS ON THIS PAGE
0) { $error_message.=$COM_LANG['not_allowed'] . "
"; } if ($_REQUEST['disc_name'] == '') { $error_message.=$_REQUEST['r_disc_name'] . "
"; } if ($_REQUEST['disc_body'] == '') { $error_message.=$_REQUEST['r_disc_body'] . "
@divinity76
divinity76 / foo.js
Last active August 29, 2015 14:02
online.net order page comparisons
// run at https://console.online.net/en/order/server
(function () {
var servers = document.querySelectorAll(".server-availability > tbody > tr"),
i = 0,
tds = [],
server = {
name: "",
CPU: "",
RAM: "",
parsedRAM: "",
x11vnc -passwdfile filename -auth /var/lib/lightdm/.Xauthority -reopen -shared -forever -loop -solid darkblue
unsigned __int64 freq;
QueryPerformanceFrequency((LARGE_INTEGER*)&freq);
double timerFrequency = (1.0 / freq);
unsigned __int64 startTime;
QueryPerformanceCounter((LARGE_INTEGER *)&startTime);
int_fast32_t i = 0;
for (i = 0; i < 1000; ++i){
Sleep(1);
}
<?php
header("Access-Control-Allow-Origin: *");
header("Access-Control-Allow-Credentials: true");
echo '<pre>';
ob_start();
var_dump('$_GET',$_GET,'$_POST',$_POST,'$_COOKIE',$_COOKIE,'$_FILES',$_FILES);
echo htmlentities(ob_get_clean(),ENT_SUBSTITUTE).'</pre>';
?>
function MyFormData(){
var data=[];
this.append=function append(name,value){
data.push([name.toString(),value.toString()]);
};
this.toString=function toString(){
var ret="";
encodeURIComponent
var i=0;
for(;i<data.length;++i){
how to fix mlvl 163 spell in YurOTS
In YurOTS, Magic Level will bug, and you'll get mlvl superfast, after:
Mages: mlvl 163
Paladin: mlvl 46
Knights: mlvl 16
this is due to several Integer Overflows through the code ( https://en.wikipedia.org/wiki/Integer_overflow )
for one, it cant save manaspent above std::numeric_limits<int32_t>::max() ,