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
[{"id":"7976","employee_name":"o3a4j6bnx","employee_salary":"123","employee_age":"23","profile_image":""},{"id":"7985","employee_name":"vv1jsjq29","employee_salary":"123","employee_age":"23","profile_image":""},{"id":"7988","employee_name":"sbtfghqff","employee_salary":"123","employee_age":"23","profile_image":""},{"id":"7989","employee_name":"utoauabzk","employee_salary":"123","employee_age":"23","profile_image":""},{"id":"7990","employee_name":"yghfbauiq","employee_salary":"123","employee_age":"23","profile_image":""},{"id":"7991","employee_name":"r2ruauxv4","employee_salary":"123","employee_age":"23","profile_image":""},{"id":"7993","employee_name":"samay 127ae088-2a79-441f-aa82-f62b3971e41b ","employee_salary":"123","employee_age":"33","profile_image":""},{"id":"8028","employee_name":"ebow2q9vo","employee_salary":"123","employee_age":"23","profile_image":""},{"id":"8029","employee_name":"hgqz02kkp","employee_salary":"123","employee_age":"23","profile_image":""},{"id":"8030","employee_name":"de3460jsm","em |
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
'use strict'; | |
var models = require('../models'), | |
express = require('express'), | |
winston = require('winston'), | |
router = express.Router(), | |
Middleware = require("../lib/Middleware"), | |
fs = require('fs'), | |
pluralize = require('pluralize'); |
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
sudo add-apt-repository ppa:openjdk-r/ppa | |
sudo apt-get update | |
sudo apt-get install openjdk-7-jre | |
# install openjdk | |
sudo apt-get install openjdk-7-jdk | |
# download android sdk | |
wget http://dl.google.com/android/android-sdk_r24.2-linux.tgz |
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
function add_index() { | |
$_SESSION["box"] = $_POST['value']; | |
die; | |
} | |
if(isset($_SESSION["box"])){ | |
switch ($output) { | |
case 1: | |
$boxcolor = "silver"; | |
break; |
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
function add_index() { | |
$_SESSION["box"] = $_POST['value']; | |
} | |
if(isset($_SESSION["box"])){ | |
switch ($output) { | |
case 1: | |
$boxcolor = "silver"; | |
break; | |
case 2: |
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
hdfghfh |
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
<?php | |
if( !isset( $_COOKIE['landing'] ) ){ | |
setcookie("HTTP_REFERER", $_SERVER['HTTP_REFERER'], time() + (86400 * 30), "/"); | |
setcookie("landing", "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]", time() + (86400 * 30), "/"); | |
} | |
function donation_btn_func( $atts ) { | |
$a = shortcode_atts( array( | |
'color' => 'pink', | |
'proj' => '', |