Skip to content

Instantly share code, notes, and snippets.

View rryter's full-sized avatar
🏡
Working from home.

Reto Ryter rryter

🏡
Working from home.
View GitHub Profile
@rryter
rryter / trezor.ssh.socket.plist
Last active April 29, 2020 05:48
Trezor SSH Socket
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>Trezor SSH Socket</string>
<key>ProgramArguments</key>
<array>
@rryter
rryter / angular.json
Created February 24, 2020 12:58
displayBlock opt in option
...
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"displayBlock": true
}
}
...
@rryter
rryter / cloudSettings
Last active March 10, 2020 10:19
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-03-10T10:19:51.687Z","extensionVersion":"v3.4.3"}
<?php
namespace Liip\TestBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\Security\Acl\Domain\ObjectIdentity;
use Symfony\Component\Security\Acl\Domain\UserSecurityIdentity;
use Symfony\Component\Security\Acl\Permission\MaskBuilder;
use Symfony\Component\Security\Core\Exception\AccessDeniedException;