
Tags
Age Of Empires II AI Algokit Algorand Angular Blockchain Blog Bluesky Bot Bug Bounty BURP CC Certification Challenge cryptocurrencies CSS ctf Cybersecurity Data Django Docker Ebooks HackTheBox Homebrew HTML Hugo ISC2 Modding Playstation portswigger PostgreSQL Project Ps2 Purevolume Python R scripts SOC Telegram TryHackMe Walkthrough Website Windows
Walkthrough: Intermediate Nmap - TryHackMe.
06/05/2024
First I looked for open ports:
145 words
|
1 minutes
Algorand Coding Challenge - Volume 2: 🐍 Python #04.
Inside of smart_contracts/verify_medical_ai/contract.py file, there is a simple smart contract used for recording AI information written in Algorand Python.
1440 words
|
7 minutes
Algorand Coding Challenge - Volume 2: 🐍 Python #03.
Inside of smart_contracts/asa_vault/contract.py file, there is a simple ASA vault smart contract written in Algorand Python.
1469 words
|
7 minutes
Algorand Coding Challenge - Volume 2: 🐍 Python #02.
Inside of smart_contracts/counter/contract.py file, there is a simple counter smart contract written in Algorand Python.
1318 words
|
7 minutes
Algorand Coding Challenge - Volume 2: 🐍 Python #01.
Inside of smart_contracts/personal_vault/contract.py file, there is a simple vault smart contract written in Algorand Python.
1385 words
|
7 minutes
Age of Empires II - AI Scripting.
01/04/2024
This is a brief introduction to AI scripting in Age Of Empires II. In the following resources you may find an in depth overview of the tools and relevant settings.
323 words
|
2 minutes
Algorand Challenge #04: Fix the bug.
27/03/2024
Inside of index.ts file, there is code that is trying to atomically group 2 payment transactions and synchronously send them using atomic transfers. The code is using the Algorand JavaScript SDK and the AlgoKit Utils TypeScript.
506 words
|
3 minutes
Algorand Challenge #03: Fix the bug.
19/03/2024
This project includes a simple helloWorld smart contract written with TEALScript inside of ./contract/helloWorld.algo.ts file. The smart contract is already compiled with artifacts generated inside of the ./contracts/artifacts folder and the application typed client inside of ./contracts/clients/helloWorldClient.ts file.
513 words
|
3 minutes
