I hereby claim:
- I am ziyahan on github.
- I am ziyahan (https://keybase.io/ziyahan) on keybase.
- I have a public key ASD2hupgG_PgWd_vosqSs5WdAZa9ifVyrWib-BUXYHfPSQo
To claim this, I am signing this object:
<?php | |
return [ | |
/* | |
|-------------------------------------------------------------------------- | |
| Application Debug Mode | |
|-------------------------------------------------------------------------- | |
| | |
| When your application is in debug mode, detailed error messages with | |
| stack traces will be shown on every error that occurs within your | |
| application. If disabled, a simple generic error page is shown. |
<?php namespace App\Providers\ZendAcl\Facades; | |
use Illuminate\Support\Facades\Facade; | |
class Acl extends Facade { | |
/** | |
* Get the registered name of the component. | |
* | |
* @return string | |
*/ | |
protected static function getFacadeAccessor() { | |
return "Acl"; |
<?php namespace App\Providers\ZendAcl; | |
use Illuminate\Support\ServiceProvider; | |
use Zend\Permissions\Acl\Acl; | |
class ZendAclServiceProvider extends ServiceProvider { | |
private $AclInstance; | |
/** | |
* Bootstrap the application services. | |
* | |
* @return void |
"require": { | |
"php": ">=5.5.9", | |
"laravel/framework": "5.1.*", | |
"zendframework/zend-permissions-acl": "~2.3" | |
}, |
<policymap> | |
<policy domain="coder" rights="none" pattern="EPHEMERAL" /> | |
<policy domain="coder" rights="none" pattern="URL" /> | |
<policy domain="coder" rights="none" pattern="HTTPS" /> | |
<policy domain="coder" rights="none" pattern="MVG" /> | |
<policy domain="coder" rights="none" pattern="MSL" /> | |
<policy domain="coder" rights="none" pattern="TEXT" /> | |
<policy domain="coder" rights="none" pattern="SHOW" /> | |
<policy domain="coder" rights="none" pattern="WIN" /> | |
<policy domain="coder" rights="none" pattern="PLT" /> |
I hereby claim:
To claim this, I am signing this object:
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
Version: GnuPG v2 | |
mQENBFavIjcBCADAxr+6hHHT/X1Iuy+qQ8HcuE8k0YyXy/RRDjVedRI+DE1zm+kO | |
L/x2ei1AN27HFFCdJoa6+kEFTkWgk0o5NwFkqXm2ZJYH39s/BOPkk5kVoRjLxzj3 | |
MjyNyZJxK8fJXIVTtscQfm2bxKrFRAfa5d2/k11lck4zMmrJMfrNq5r3ewxbN5nK | |
FZQp0BHgGnuwoEu8LGf8golqUrHWRqGojferlm3lXAINf66y+71OLOXOq0tewHzo | |
hqig5aZZ+VUPcyzAEvxnm+LxjA7QJ0r9SMoQ3fknPeO0Di05ELpSKe4rmcG0JkjE | |
DaAX0B7OZDE7aGkc5QTZyM/pHVd9NphmXiqpABEBAAG0T1ppeWFoYW4gQWxiZW5p | |
eiAoaHR0cDovL3ppeWFoYW5hbGJlbml6LmJsb2dzcG90LmNvbSkgPHppeWFoYW5h |
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
Version: GnuPG v2 | |
mQENBFa6N+kBCADNOtCk78iMFJ9vKuaVp4Um01xVcPNdy6WjxhuOV3jsC394HgjZ | |
ufN/7ns3LghrcqRH9cR7NzSmwpZbpHqVjAdmNkUZ/DbQINe8YkrkgHF7rWZ/6hXq | |
lt97byg5rLylchziDQRManwhlLDl/YmTUu96jEUR8kOgYXi9tfUOqcfAHIR4lKki | |
b9InBtdMDTZjfKRS2W4hv+7w8V5GbGU95V2lv6OuliQWGb+DWFXi0Gvilt/HVN3j | |
b0ngwdpOuwR2NI+2h3CED0K0jiiWlGbjjgCSjo2MQ2YbXadvW6H6oanJoTZJeTrO | |
LXUxSMhN13LnQIzTZSsjzFp4TX3nqdusIgWzABEBAAG0KFppeWFoYW4gQWxiZW5p | |
eiA8eml5YWhhbkBuZXRzcGFya2VyLmNvbT6JATkEEwEIACMFAla6N+kCGwMHCwkI |
case "allduplicate": | |
// Written by Ziyahan @Netsparker - [email protected] | |
/* oSessions.Length*/ | |
var oS = FiddlerApplication.UI.GetAllSessions(); | |
for (var x: int = 0; x < oS.Length; x++) { | |
var currentSession = oS[x]; | |
currentSession.oFlags["myself"]=true; | |
if (currentSession.oFlags.ContainsKey["duplicate"]) continue; | |
for (var y: int = 0; y < oS.Length; y++) { |
At some companies, there is a tradition of giving major releases names instead of numbers. There are basically two reasons for this: | |
1. Start-up folks have creative minds, and it’s kind of cool to call a release “Sunrise” instead of “1.0.” | |
2. When people work on something with a meaningful name, they develop a personal attachment to the project. Naturally, it’s more inspiring to work on “Muse” than on “5.0.” | |
While I totally agree with these two points, my recommendation is simple: DON’T DO IT. | |
For example, company N. traditionally names their major releases using pop groups/singers. Below is a dialog between two friends, Anthony who works for start-up company N. and his friend Steve who just got a bottle of Hennessy Paradis and box of Padilla Habano cigars: |