I hereby claim:
- I am calvez on github.
- I am calvez (https://keybase.io/calvez) on keybase.
- I have a public key ASDUISUmPw9FSmojlhizDH5-UeQIIlgrrB27J-018gNumgo
To claim this, I am signing this object:
SELECT instr, SUM(qty*execprice+fee) FROM orders | |
WHERE `stamp` >= '2017-02-27 09:03:00' | |
#vagy | |
#WHERE stamp BETWEEN DATE_SUB(CURDATE(), INTERVAL 7 DAY) AND CURDATE() | |
and | |
status='filled' | |
GROUP BY instr; | |
{ | |
"data": [ | |
[ | |
"Tiger Nixon", | |
"System Architect", | |
"Edinburgh", | |
"5421", | |
"2011/04/25", | |
"$320,800" | |
], |
~ ⌚ 17:57:42 | |
$ dig @8.8.8.8 shop.leanderkills.hu ‹system› | |
; <<>> DiG 9.10.3-P4-Ubuntu <<>> @8.8.8.8 shop.leanderkills.hu | |
; (1 server found) | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 65378 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1 |
<?php | |
/* | |
Plugin Name: Your Shipping plugin | |
Plugin URI: http://woothemes.com/woocommerce | |
Description: Your shipping method plugin | |
Version: 1.0.0 | |
Author: WooThemes | |
Author URI: http://woothemes.com | |
*/ |
<!-- | |
Facebook Javascript SDK Demo | |
Refs: | |
https://developers.facebook.com/docs/javascript/quickstart/v2.0 | |
http://hayageek.com/facebook-javascript-sdk/ | |
http://pt.slideshare.net/littleq0903/introduction-to-facebook-javascript-sdk-new | |
https://developers.facebook.com/docs/facebook-login/login-flow-for-web/v2.0 | |
http://pivotallabs.com/working-with-asynchronously-loaded-javascript/ |
wp plugin install disable-comments custom-post-type-ui search-and-replace wordpress-seo wp-security-audit-log duplicate-post enable-media-replace simple-page-ordering |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Define Variables | |
WEB_ROOT=/var/www | |
WEB_ROOT_PREFIX=htdocs | |
WEB_ROOT_GROUP=www-data | |
WP_UPDATE_LOGS=/var/log/setup/wp-update.log | |
# Capture Errors | |
function OwnError() { |
—– BEGIN LICENSE —– | |
Michael Barnes | |
Single User License | |
EA7E-821385 | |
8A353C41 872A0D5C DF9B2950 AFF6F667 | |
C458EA6D 8EA3C286 98D1D650 131A97AB | |
AA919AEC EF20E143 B361B1E7 4C8B7F04 | |
B085E65E 2F5F5360 8489D422 FB8FC1AA | |
93F6323C FD7F7544 3F39C318 D95E6480 | |
FCCC7561 8A4A1741 68FA4223 ADCEDE07 |
<?php | |
/** | |
* The Header for our theme. | |
* | |
* Displays all of the <head> section and everything up till <div id="content"> | |
* | |
* @package activello | |
*/ | |
?><!doctype html> | |
<!--[if !IE]> |