I hereby claim:
- I am hach-que on github.
- I am hachque (https://keybase.io/hachque) on keybase.
- I have a public key whose fingerprint is BEC2 2EB1 4612 1041 5FB1 29FD 92C9 8A29 2A7C 6B43
To claim this, I am signing this object:
| #version 1 | |
| set build-target Rebuild | |
| set build-property Configuration Release | |
| set execute-configuration Release | |
| resync | |
| build | |
| if host Windows | |
| execute Protobuild.Compress Protobuild.Internal\BuildResources\GenerateProject.CSharp.xslt Protobuild.Internal\BuildResources\GenerateProject.CSharp.xslt.lzma |
| #version 1 | |
| generate | |
| build |
| <VirtualHost 0.0.0.0:9000> | |
| DocumentRoot /opt/deck/html | |
| RewriteEngine On | |
| RewriteRule ^/login$ http://localhost:8084/login [P,L] | |
| ProxyPass "/gate" "http://localhost:8084" retry=0 | |
| ProxyPassReverse "https://YOUR_DOMAIN/gate" "http://localhost:8084" | |
| ProxyPass "/rosco" "http://localhost:8087" retry=0 |
| apiVersion: extensions/v1beta1 | |
| kind: Deployment | |
| metadata: | |
| name: kube-lego | |
| spec: | |
| replicas: 1 | |
| template: | |
| metadata: | |
| labels: | |
| app: kube-lego |
| public static class Program | |
| { | |
| private static byte[] privateKey = new byte[] | |
| { | |
| 0x60, 0x6a, 0xbe, 0x6e, 0xc9, 0x19, 0x10, 0xea, | |
| 0x9a, 0x65, 0x62, 0xf6, 0x6f, 0x2b, 0x30, 0xe4, | |
| 0x43, 0x71, 0xd6, 0x2c, 0xd1, 0x99, 0x27, 0x26, | |
| 0x6b, 0x3c, 0x60, 0xf4, 0xb7, 0x15, 0xab, 0xa1 | |
| }; |
I hereby claim:
To claim this, I am signing this object:
| const config = { | |
| context: path.resolve(__dirname, '..'), | |
| output: { | |
| path: path.resolve(__dirname, '../build/public/assets'), | |
| publicPath: '/assets/', | |
| pathinfo: VERBOSE, | |
| }, | |
| cache: DEBUG, |
| // Copyright Redpoint Games Pty Ltd 2017 All Rights Reserved. Some portions of this code are from Rama's Victory BP Library, which is licensed separately. | |
| #include "SublevelComponent.h" | |
| #include "Misc/PackageName.h" | |
| #include "Engine/World.h" | |
| #include "UnrealNetwork.h" | |
| USublevelComponent::USublevelComponent() | |
| { | |
| PrimaryComponentTick.bCanEverTick = true; |
| { | |
| "compileOnSave": false, | |
| "compilerOptions": { | |
| "noImplicitAny": false, | |
| "noEmitOnError": true, | |
| "removeComments": false, | |
| "sourceMap": true, | |
| "target": "es5", | |
| "noEmit": true, | |
| "allowJs": true, |
| import * as $ from 'jquery'; | |
| (window as any).jQuery = (window as any).$ = $; |