Process: Adxso Photobombp 2022 [4806]
Path: /Applications/Adxso Photobombp 2022/Adxso Photobombp 2022.app/
Contents/MaetcOS/Adxso Photobombp 2022
Identifier: Adxso Photobombp 2022
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

{
“key”: “cmd+k 1”,
“command”: “editor.action.insertSnippet”,
“when”: “editorTextFocus”,
“args”: {
“langId”: “csharp”,
“name”: “myFavSnippet”
}
}
“VariableSnippet”:{
“prefix”: “_Var”,
“body”: “\\$MyVar = 2”,
“description”: “A basic snippet that places a
variable into script with the $ prefix”
}

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

Athletics Anonymous

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

About us

Nisl et urna potenti habitasse. Tellus lacus tristique cras molestie ligula iaculis enim praesent. Consectetur fames feugiat odio pretium arcu, sed felis feugiat. Urna, magna euismod aliquam massa elementum justo. Vel tortor, dignissim amet duis. Aliquet mauris diam, id eget cursus placerat.

Mauris tortor porttitor scelerisque nunc ultricies tellus lorem arcu. Luctus ante id nisl fermentum augue. Pretium interdum non diam tellus. In iaculis fringilla congue mattis amet tristique pellentesque et. Amet, nulla feugiat varius etiam arcu viverra. Egestas euismod feugiat ornare id donec mi sagittis massa.

Partners

${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 ‘}’

Contact

Text Name

Profession

NBA Star

Height

6'4" (1.93m)

PPG

13.7

Project

NFT’s collection

Live Site

www.kpjrnft.com

Live Site

www.kpjrnft.com

1531 // Kill the current cache entry if we are redirecting 1510 // Kill the current cache entry if we are redirecting
1532 // back to ourself. 1511 // back to ourself.
1533 PRBool redirectingBackToSameURI = PR_FALSE; 1512 PRBool redirectingBackToSameURI = PR_FALSE;
1534 if (mCacheEntry && (mCacheAccess & nsICache::ACCESS_WRITE) && 1513 if (mCacheEntry && (mCacheAccess & nsICache::ACCESS_WRITE) &&
1535 NS_SUCCEEDED(mURI->Equals(newURI, &redirectingBackToSameURI)) && 1514 NS_SUCCEEDED(mURI->Equals(newURI, &redirectingBackToSameURI)) &&
1536 redirectingBackToSameURI) 1515 redirectingBackToSameURI)
1537 mCacheEntry->Doom(); 1516 mCacheEntry->Doom();
1538
1517
1539 // move the reference of the old location to the new one if the new 1518 // move the reference of the old location to the new one if the new

1544 rv = newURL->GetRef(ref); 1523 rv = newURL->GetRef(ref);
1545 if (NS_SUCCEEDED(rv) && ref.IsEmpty()) { 1524 if (NS_SUCCEEDED(rv) && ref.IsEmpty()) {
1546 nsCOMPtr<nsIURL> baseURL( do_QueryInterface(mURI, &rv) ); 1525 nsCOMPtr<nsIURL> baseURL( do_QueryInterface(mURI, &rv) );
1542 if (NS_SUCCEEDED(rv)) { 1521 if (NS_SUCCEEDED(rv)) {
1543 nsCAutoString ref; 1522 nsCAutoString ref;
1544 rv = newURL->GetRef(ref); 1523 rv = newURL->GetRef(ref);
1545 if (NS_SUCCEEDED(rv) && ref.IsEmpty()) { 1524 if (NS_SUCCEEDED(rv) && ref.IsEmpty()) {
1550 newURL->SetRef(ref); 1529 newURL->SetRef(ref);
1531 // Kill the current cache entry if we are redirecting 1510 // Kill the current cache entry if we are redirecting
1532 // back to ourself. 1511 // back to ourself.
1533 PRBool redirectingBackToSameURI = PR_FALSE; 1512 PRBool redirectingBackToSameURI = PR_FALSE;
1534 if (mCacheEntry && (mCacheAccess & nsICache::ACCESS_WRITE) && 1513 if (mCacheEntry && (mCacheAccess & nsICache::ACCESS_WRITE) &&
1535 NS_SUCCEEDED(mURI->Equals(newURI, &redirectingBackToSameURI

Contact

We Will Make You Shine

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”;

5

  • Giveaway
  • Airdrops

4

  • Plugs to Physical Collectibles / Merch
  • Brand Awareness
  • Product placement
  • Promotes Storytelling / Placement of NFT’s
  • Licensing Opportunities

3

  • PBT enabled physical drops + Free Mint’s
  • Retail Distribution
  • Celebrity athlete marketing campaigns

2

  • NBA Game Tickets
  • VR NBA Game passes & Equipment 
  • On-Court Experiences
  • Social Events & Metaverse Events 
  • Pop-Ups & Collabs with partners

1

  • Enhanced digital content
  • Gaming Tournaments & Cash Prizes
  • Free Airdrops
  • Free Game passes & subscriptions