Β
Β
<?php | |
class BlogController extends Controller | |
{ | |
/** | |
* Posts | |
* | |
* @return void | |
*/ | |
public function showPosts() |
Β
Β
#!/bin/sh | |
sudo apt-get install apache2-prefork-dev libxml2 libxml2-dev apache2-dev | |
mkdir ~/modbuild/ && cd ~/modbuild/ | |
wget http://apache.webthing.com/svn/apache/filters/mod_xml2enc.c | |
wget http://apache.webthing.com/svn/apache/filters/mod_xml2enc.h | |
sudo apxs2 -aic -I/usr/include/libxml2 ./mod_xml2enc.c | |
cd ~ | |
sudo rm -rfd ~/modbuild/ | |
sudo service apache2 restart |
#!/usr/bin/env bash | |
set -e | |
PHP_DIR=${PHP_DIR:-/etc/php7/cli} | |
FPM_DIR=${FPM_DIR:-/etc/php7/fpm} | |
PHP_VERSION=${PHP_VERSION:-7.0.0} | |
MODS_DIR=${MODS_DIR:-/etc/php7/mods-available} | |
BUILD_DIR=/usr/src/php |
<?php | |
namespace App\Rules; | |
use Illuminate\Http\Request; | |
use Illuminate\Cache\RateLimiter; | |
use Illuminate\Contracts\Validation\Rule; | |
class Throttle implements Rule | |
{ |
Due to so many misinformation, false claims and confusion that goes around the web I've decided to make this quick comparison of all most known backup enabling tools, hackable vita firmwares and which one you should be using and why.
Date of last update: 13.01.2020
NoNpDRM Rips | Vitamin / MaiDumpTool Dumps | |
---|---|---|
All original files untouched | β | β |
Support Retail DLCs | β | β |
Support Ripped (NoNpDRM) DLCs | β | β |
Support Dumped (Vitamin/Mai) DLCs | β 1 | β |
Q1. What is the InteractionManager and how is it used? Why is it important? | |
Q2. Which node_modules will run in React Native? How can we test for this? | |
Q3. What is wrong with this code for querying a native API? | |
class GyroJs { | |
setGyroPosition(pos) { |