This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use client' | |
import React from "react" | |
import { Sparkles } from "lucide-react" | |
import { motion } from "framer-motion" | |
const Card = ({ children }: { children: React.ReactNode }) => ( | |
<div className="bg-white/5 backdrop-blur-xl border border-white/10 rounded-2xl shadow-2xl"> | |
{children} | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://files.pythonhosted.org/packages/76/55/edbeb1fdf3e2f63485588cb78a5d9f2d27e9f21773f0f7b49102aacef742/pygresql-6.1.0.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://fzl-aws.notion.site/Return-HTB-1c8b231ab1b680a7b6e2d4bd68674421?pvs=4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import multiprocessing | |
import numpy as np | |
import time | |
def cute(): | |
arr = np.random.rand(10000, 10000) | |
while True: | |
np.dot(arr, arr) | |
if __name__ == "__main__": |
Below is a comparison of terraform refresh
and terraform import
, presented in both bullet-point and tabular form.
- Purpose: Updates the Terraform state file with the current state of existing resources in the configured providers.
gdb -q ./crackme
list func
b crypto
list
limactl start \
--name=ruben-ctf \
--cpus=2 \
--memory=4 \
--rosetta \
--mount-writable \
--arch x86_64 \
template://archlinux
NewerOlder