I hereby claim:
- I am burnz on github.
- I am burnz (https://keybase.io/burnz) on keybase.
- I have a public key ASDEXlx1LUkyx34Dw3gHbA6dPaJc4HMkpR85ZnowhME-UAo
To claim this, I am signing this object:
<script> | |
// Charles Lawrence - Feb 16, 2012. Free to use and modify. Please attribute back to @geuis if you find this useful | |
// Twitter Bootstrap Typeahead doesn't support remote data querying. This is an expected feature in the future. In the meantime, others have submitted patches to the core bootstrap component that allow it. | |
// The following will allow remote autocompletes *without* modifying any officially released core code. | |
// If others find ways to improve this, please share. | |
var autocomplete = $('#searchinput').typeahead({ | |
items: 10 | |
}) | |
.on('keyup', function(ev){ |
Download the following ZIPs: | |
ARM Translation Installer v1.1 (http://www.mirrorcreator.com/files/0ZIO8PME/Genymotion-ARM-Translation_v1.1.zip_links) | |
Download the correct GApps for your Android version: | |
Google Apps for Android 5.0 (https://www.androidfilehost.com/?fid=95784891001614559 - gapps-lp-20141109-signed.zip) | |
Google Apps for Android 4.4.4 (https://www.androidfilehost.com/?fid=23501681358544845 - gapps-kk-20140606-signed.zip) | |
Google Apps for Android 4.3 (https://www.androidfilehost.com/?fid=23060877490000124 - gapps-jb-20130813-signed.zip) | |
Google Apps for Android 4.2 (https://www.androidfilehost.com/?fid=23060877490000128 - gapps-jb-20130812-signed.zip) | |
Google Apps for Android 4.1 (https://www.androidfilehost.com/?fid=22979706399755082 - gapps-jb-20121011-signed.zip) |
1. Install Terminal Emulator1. This is needed so you can do shell commands. Obtain the APK then drag & drop the file to your device's window. The shell should popup, and the icon should now be in your app drawer. | |
2. Install the ARM translator. Extract the Genymotion-ARM-Translation_v1.1.zip file. Inside it is a directory called /system. Drag this directory to your virtual device's window. It should say "File succesfully copied to /sdcard/Download". | |
Then, run Terminal Emulator. Get root by running the command: su | |
Allow SuperUser to give Terminal Emulator root. Now run the following commands: | |
mount -o remount,rw /system | |
cp -Rf /sdcard/Download/system/* /system | |
chmod -R 0755 /system |
<?php | |
function startsWith($haystack, $needle) { | |
// search backwards starting from haystack length characters from the end | |
return $needle === "" || strrpos($haystack, $needle, -strlen($haystack)) !== FALSE; | |
} | |
function endsWith($haystack, $needle) { | |
// search forward starting from end minus needle length characters | |
return $needle === "" || (($temp = strlen($haystack) - strlen($needle)) >= 0 && strpos($haystack, $needle, $temp) !== FALSE); | |
} |
{ | |
"env": { | |
"es6": true | |
}, | |
"ecmaFeatures": { | |
// env=es6 doesn't include modules, which we are using | |
"modules": true | |
}, |
[{"name":"users","color":"Red","position":{"x":67,"y":98},"increment":true,"timestamp":true,"softdelete":true,"column":[{"name":"name","type":"string","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c33","order":0},{"name":"email","type":"string","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":true,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c41","order":1},{"name":"avatar","type":"string","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":true,"ui":false,"in":false,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c62","order":2}],"relation":[],"seeding":[]}] |
I hereby claim:
To claim this, I am signing this object:
Laravel 5.8, Horizon 3.x, Redis 5.x
Parepare application
http://yourapp.com/horizon
inactive
on dashbaordInstall redis-server