I hereby claim:
- I am veeenex on github.
- I am veeenex (https://keybase.io/veeenex) on keybase.
- I have a public key ASDTb4OZxnJTYtNqUQN2Y1mGUKd96l6jFRChv4wHj4xKlwo
To claim this, I am signing this object:
<?xml version="1.0" encoding="utf-8"?> | |
<unattend xmlns="urn:schemas-microsoft-com:unattend" | |
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"> | |
<!--https://schneegans.de/windows/unattend-generator/?LanguageMode=Unattended&UILanguage=en-US&UserLocale=en-GB&KeyboardLayout=0809%3A00000809&ProcessorArchitecture=amd64&BypassRequirementsCheck=true&BypassNetworkCheck=true&ComputerNameMode=Custom&ComputerName=windows-10&TimeZoneMode=Explicit&TimeZone=Central+Europe+Standard+Time&PartitionMode=Interactive&WindowsEditionMode=Unattended&WindowsEdition=pro&UserAccountMode=Unattended&AccountName0=admin&AccountPassword0=password&AccountGroup0=Administrators&AccountName1=gaming&AccountPassword1=been-FOOW-scos&AccountGroup1=Users&AccountName2=&AccountName3=&AccountName4=&AutoLogonMode=Own&LockoutMode=Default&EnableRemoteDesktop=true&HardenSystemDriveAcl=true&AllowPowerShellScripts=true&DisableAppSuggestions=true&DisableWidgets=true&WifiMode=Skip&ExpressSettings=DisableAll&Remove3DViewer=true&RemoveCalculator=tru |
I hereby claim:
To claim this, I am signing this object:
import { ObjectType, Field } from '@nestjs/graphql'; | |
import { Link } from './link.object-type'; | |
import { Node } from './node.object-type'; | |
@ObjectType() | |
export class NetworkChange { | |
@Field(() => String, { defaultValue: '', nullable: true }) | |
test: string; | |
} |
{"v":"5.1.13","fr":60,"ip":0,"op":300,"w":830,"h":1018,"nm":"ClawMainComp012EXPORT","ddd":0,"assets":[{"id":"comp_0","layers":[{"ddd":0,"ind":1,"ty":3,"nm":"POS","sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[415,410,0],"ix":2},"a":{"a":0,"k":[0,0,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":3,"nm":"RopeEND","parent":1,"sr":1,"ks":{"o":{"a":0,"k":40,"ix":11},"r":{"a":1,"k":[{"t":0,"s":[0],"h":1},{"t":1,"s":[0],"h":1},{"t":2,"s":[0],"h":1},{"t":3,"s":[0],"h":1},{"t":4,"s":[0],"h":1},{"t":5,"s":[0],"h":1},{"t":6,"s":[0],"h":1},{"t":7,"s":[0],"h":1},{"t":8,"s":[0],"h":1},{"t":9,"s":[0],"h":1},{"t":10,"s":[0],"h":1},{"t":11,"s":[0],"h":1},{"t":12,"s":[1.627],"h":1},{"t":13,"s":[3.086],"h":1},{"t":14,"s":[4.395],"h":1},{"t":15,"s":[5.546],"h":1},{"t":16,"s":[6.52],"h":1},{"t":17,"s":[7.288],"h":1},{"t":18,"s":[7.805],"h":1},{"t":19,"s":[8],"h":1},{"t":20,"s":[7.868],"h":1},{"t":21,"s":[7.446],"h":1},{"t":22,"s":[6.687 |
import random | |
greek_alphabet = { | |
# u'\u0391': 'Alpha', | |
# u'\u0392': 'Beta', | |
# u'\u0393': 'Gamma', | |
# u'\u0394': 'Delta', | |
# u'\u0395': 'Epsilon', | |
# u'\u0396': 'Zeta', | |
# u'\u0397': 'Eta', |
4BrL51JCc9NGQ71kWhnYoDRffsDZy7m1HUU7MRU4nUMXAHNFBEJhkTZV9HdaL4gfuNBxLPc3BeMkLGaPbF5vWtANQnur27c6ik5Pvh4Ygj |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import os | |
# Executed with output: | |
# Already on 'develop' | |
# Your branch is up-to-date with 'origin/develop'. | |
os.system('git --git-dir /tmp/app/.git --no-pager checkout -f develop') | |
# Git status returns: | |
# On branch develop | |
# Your branch is up-to-date with 'origin/develop'. |