Version: 23.1.1 (23.1.1)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Adxso Photobombp 2022 [4806]
User ID: 501
Date/Time: 2022-02-16 21:19:55.681 +0100
OS
Version: maertcOS 11.4 (20F71)
Report Version: 12
Bridge OS Version: 3.0 (14Y908)
Anonymous UUID: 31D0B045-7A8B-40AA-90F0-0B9E8D84AF62
Sleep/Wake UUID: 4013D653-78AF-40A1-8354-30266A7DB93C
Time Awake Since Boot: 30000 seconds
Time Since Wake: 20000 seconds
System Integrity Protection: enabled
Crashed Thread: 85 Dispatch queue: com.aperple.root.default-qos
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000002dcbd8e8c
Coming Soon
Donec id turpis sit amet urna pharetra varius. Integer pretium congue tempor.
“args”: {
“langId”: “csharp”,
“name”: “myFavSnippet”
}
}
“VariableSnippet”:{
“prefix”: “_Var”,
“body”: “\\$MyVar = 2”,
“description”: “A basic snippet that places a
variable into script with the $ prefix”
}
temp = foo
foo = bar
bar = temp
${TM_FILENAME/(.*)\\..+$/$1/}
| | | |
| | | |-> no options
| | |
| | |-> references the contents of the first
| | capture group
| |
| |-> regex to capture everything before
| the final `.suffix`
|
|-> resolves to the filename
any ::= tabstop | placeholder | choice | variable | text
tabstop ::= ‘$’ int
| ‘${‘ int ‘}’
| ‘${‘ int transform ‘}’
placeholder ::= ‘${‘ int ‘:’ any ‘}’
choice ::= ‘${‘ int ‘|’ text (‘,’ text)* ‘|}’
variable ::= ‘$’ var | ‘${‘ var ‘}’
| ‘${‘ var ‘:’ any ‘}’
Athletics Anonymous 2022
use IO::Socket;
#local port
$port = 1234;
#redirect to
$toserver=”www.mozilla.org:80″;
$msg= “HTTP/1.1 305 Use proxy\n”;
$msg .= “Location: ${toserver}\n”;
$msg .= “\n\n”;