๐
This file contains hidden or 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 | |
ini_set("display_errors", true); | |
$hasQuery = isset($_GET["q"]) && is_string($_GET["q"]); | |
if (isset($_GET["page"]) && is_numeric($_GET["page"])) { | |
$page = (int)$_GET["page"]; | |
($page < 1) and $page = 1; | |
} else { | |
$page = 1; | |
} |
This file contains hidden or 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
#include <cstdio> | |
#include <stdlib.h> | |
void percabangan(); | |
void perulangan(); | |
void array_satu_dimensi(); | |
void array_dua_dimensi(); | |
void subroutine(); | |
char ib[3]; |
This file contains hidden or 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
#include <poll.h> | |
#include <unistd.h> | |
#include <signal.h> | |
#include <stdbool.h> | |
#include <pthread.h> | |
#include <sys/types.h> | |
#include <curl/curl.h> | |
#include <cjson/cJSON.h> | |
#include <teabot/teabot.h> |
This file contains hidden or 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
void FUN_0037670c(longlong lParm1) | |
{ | |
bool bVar1; | |
undefined8 *puVar2; | |
undefined *puVar3; | |
char cVar4; | |
bool bVar5; | |
byte bVar6; |
This file contains hidden or 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
undefined8 | |
FUN_00376c74(undefined8 *param_1,void *param_2,size_t param_3,void *param_4,size_t param_5, | |
longlong param_6) | |
{ | |
undefined auVar1 [16]; | |
undefined auVar2 [16]; | |
undefined auVar3 [16]; | |
undefined auVar4 [16]; |
This file contains hidden or 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
root@esteh:~/test# php artisan route:cache2 | |
Route cache cleared! | |
Routes cached successfully! | |
root@esteh:~/test# php benchmark.php | |
Test 0: 0.19212985038757 | |
Test 1: 0.1337468624115 | |
Test 2: 0.13242983818054 | |
Test 3: 0.13386011123657 | |
Test 4: 0.13505816459656 | |
Test 5: 0.13755393028259 |
This file contains hidden or 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
root@esteh:~/test# php artisan route:cache | |
Route cache cleared! | |
Routes cached successfully! | |
root@esteh:~/test# php benchmark.php | |
Test 0: 0.22577905654907 | |
Test 1: 0.11671590805054 | |
Test 2: 0.13507986068726 | |
Test 3: 0.13373303413391 | |
Test 4: 0.14826893806458 | |
Test 5: 0.13400602340698 |
This file contains hidden or 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
root@esteh:~/test# php artisan route:cache2 | |
Route cache cleared! | |
Routes cached successfully! | |
root@esteh:~/test# php benchmark.php | |
Test 0: 0.19846105575562 | |
Test 1: 0.13688397407532 | |
Test 2: 0.14303398132324 | |
Test 3: 0.13775491714478 | |
Test 4: 0.1404390335083 | |
Test 5: 0.12593793869019 |
This file contains hidden or 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
root@esteh:~/test# php artisan route:cache | |
Route cache cleared! | |
Routes cached successfully! | |
root@esteh:~/test# php benchmark.php | |
Test 0: 0.2516450881958 | |
Test 1: 0.13481497764587 | |
Test 2: 0.13629102706909 | |
Test 3: 0.13617300987244 | |
Test 4: 0.1594820022583 | |
Test 5: 0.13587188720703 |
This file contains hidden or 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
root@esteh:~/test# php artisan route:cache | |
Route cache cleared! | |
Routes cached successfully! | |
root@esteh:~/test# php benchmark.php | |
Test 0: 0.26109290122986 | |
Test 1: 0.13237977027893 | |
Test 2: 0.10446810722351 | |
Test 3: 0.10262298583984 | |
Test 4: 0.10058093070984 | |
Test 5: 0.10622811317444 |