#List of countries
It's time someone compiled a list of countries to use within a web application. This gist attempts to make a first move at that.
I've also compiled a list of nationalities
============================= | |
**http://kickass.to/infiniteskills-learning-jquery-mobile-working-files-t7967156.html | |
**http://kickass.to/lynda-bootstrap-3-advanced-web-development-2013-eng-t8167587.html | |
**http://kickass.to/lynda-css-advanced-typographic-techniques-t7928210.html | |
**http://kickass.to/lynda-html5-projects-interactive-charts-2013-eng-t8167670.html | |
**http://kickass.to/vtc-html5-css3-responsive-web-design-course-t7922533.html | |
*http://kickass.to/10gen-m101js-mongodb-for-node-js-developers-2013-eng-t8165205.html | |
*http://kickass.to/cbt-nuggets-amazon-web-services-aws-foundations-t7839734.html |
#/usr/bin/python3 | |
print("Press 'Ctrl+C' to exit this tool.") | |
try: | |
while True: | |
print("\nPlease input price in BDT: ") | |
a = float(input()) | |
b=a+((a*5)/100) | |
c=b+((b*15)/100) | |
d=c+((a*1)/100) |
118. লোকাল হোস্ট থেকে কিভাবে প্লাগিন ইনস্টল করতে হয়? | |
Hey, | |
Try activating the cruel, that should help | |
Step 1: | |
Browse and open the following 3 files | |
C:\Program Files\xampp\apache\bin\php.ini | |
C:\Program Files\xampp\php\php.ini |
<?php | |
if (!defined('ABSPATH')) die('-1'); | |
// Class started | |
class stockVCExtendAddonClass { | |
function __construct() { | |
// We safely integrate with VC with this hook | |
add_action( 'init', array( $this, 'stockIntegrateWithVC' ) ); |
#List of countries
It's time someone compiled a list of countries to use within a web application. This gist attempts to make a first move at that.
I've also compiled a list of nationalities
It's time someone compiled a list of nationalities to use within a web application. This gist attempts to make a first move at that.
##List of countries
I've also compiled a list of countries
<?php | |
use Elementor\Controls_Manager; | |
use Elementor\Element_Base; | |
use Elementor\Core\Files\CSS\Post; | |
use Elementor\Core\DynamicTags\Dynamic_CSS; | |
// Exit if accessed directly | |
if (!defined('ABSPATH')) { | |
exit; |
<?php | |
/** | |
* This requires version 1.3+ for WP Zapier Plugin - https://yoohooplugins.com/plugins/zapier-integration/ | |
* You may follow this function as a guide to send user meta to Zapier, or any other data really. | |
* This code runs whenever a user's profile is updated. | |
* Add the below code to a custom plugin/Child Theme function.php | |
*/ | |
function my_wp_zapier_send_meta( $array, $user, $user_id ) { |
/* iPhone 6 landscape */ | |
@media only screen and (min-device-width: 375px) | |
and (max-device-width: 667px) | |
and (orientation: landscape) | |
and (-webkit-min-device-pixel-ratio: 2) | |
{ } | |
/* iPhone 6 portrait */ | |
@media only screen | |
and (min-device-width: 375px) |