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
; Start a new pool named 'www'. | |
; the variable $pool can be used in any directive and will be replaced by the | |
; pool name ('www' here) | |
[www] | |
; Per pool prefix | |
; It only applies on the following directives: | |
; - 'access.log' | |
; - 'slowlog' | |
; - 'listen' (unixsocket) |
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 start_progress { | |
while true | |
do | |
echo -ne "#" | |
sleep 1 | |
done | |
} | |
function stop_progress { | |
kill $1 | |
wait $1 2>/dev/null |
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 | |
namespace Hekmatinasser\Verta; | |
/* | |
* This file is part of the Jalali package. | |
* | |
* (c) Nasser Hekmati <[email protected]> | |
* | |
* For the full copyright and license information, please view the LICENSE |
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 | |
$query = "SELECT SQL_CALC_FOUND_ROWS notifications.* FROM notifications WHERE"; | |
if (!empty($filters['subsystem_id'])) { | |
$query .= " notifications.subsystem_id=:subsystem_id"; | |
} | |
$stm = $this->db->prepare($query); | |
$stm->execute([':subsystem_id' => $filters['subsystem_id']]); | |
$data = []; | |
while ($row = $stm->fetch(\PDO::FETCH_ASSOC)) { |
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
Payment24 new API! | |
=================== | |
[TOC] | |
Here is newly added api's for mobile applications | |
---------- | |
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
var count =0; | |
var unameArr = ['usdirr','eurirr','uaeirr']; | |
$('#MainContent_ViewSanaRates_tblSale').find('.trAgg').each(function(index){ | |
if (count ==0) { | |
count++; | |
return true; | |
} | |
var price = u.getPrice($(index).text()); |
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
{"آذربايجان شرقي":["آذر شهر","اسكو","اهر","بستان آباد","بناب","بندر شرفخانه","تبريز","تسوج","جلفا","سراب","شبستر","صوفیان","عجبشير","قره آغاج","كليبر","كندوان","مراغه","مرند","ملكان","ممقان","ميانه","هاديشهر","هريس","هشترود","ورزقان"],"آذربايجان غربي":["اروميه","اشنويه","بازرگان","بوكان","پلدشت","پيرانشهر","تكاب","خوي","سردشت","سلماس","سيه چشمه- چالدران","سیمینه","شاهين دژ","شوط","ماكو","مهاباد","مياندوآب","نقده"],"اردبيل":["اردبيل","بيله سوار","پارس آباد","خلخال","سرعين","كيوي (كوثر)","گرمي (مغان)","مشگين شهر","مغان (سمنان)","نمين","نير"],"اصفهان":["آران و بيدگل","اردستان","اصفهان","باغ بهادران","تيران","خميني شهر","خوانسار","دهاقان","دولت آباد-اصفهان","زرين شهر","زيباشهر (محمديه)","سميرم","شاهين شهر","شهرضا","فريدن","فريدون شهر","فلاورجان","فولاد شهر","قهدریجان","كاشان","گلپايگان","گلدشت اصفهان","گلدشت مركزی","مباركه اصفهان","مهاباد-اصفهان","نايين","نجف آباد","نطنز","هرند"],"البرز":["آسارا","اشتهارد","شهر جديد هشتگرد","طالقان","كرج","گلستان تهران","نظرآباد","هشتگرد"],"ايلام":["آبدانان","ايلام","ايوان","دره |
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
[ 0%] Built target fastlz | |
[ 2%] Built target pcre | |
[ 2%] Built target afdt | |
[ 2%] Built target sqlite3 | |
[ 7%] Built target mbfl | |
[ 8%] Built target timelib | |
[ 8%] Built target lz4 | |
[ 8%] Built target double-conversion | |
[ 14%] Built target zip_static | |
[ 16%] Built target hphp_thrift |
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
[ 0%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/Bits.cpp.o | |
[ 0%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/Checksum.cpp.o | |
[ 0%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/Conv.cpp.o | |
[ 0%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/Demangle.cpp.o | |
[ 0%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/dynamic.cpp.o | |
[ 0%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/File.cpp.o | |
[ 0%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/FileUtil.cpp.o | |
[ 0%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/Format.cpp.o | |
[ 0%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/GroupVarint.cpp.o | |
[ 0%] Building CXX object third-party/folly/CMakeFiles/folly.dir/folly/IPAddress.cpp.o |
NewerOlder