RAPIDEN
Spain
Nathaniel :steambored:


import numpy as np
import matplotlib.pyplot as plt
from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg
from PyQt5.QtWidgets import QApplication, QMainWindow
import sys
import time

def mandelbrot(width=1920, height=1080, max_iter=100):
re, im = np.linspace(-2.0, 0.8, width), np.linspace(-1.4, 1.4, height)
X, Y = np.meshgrid(re, im)
c = X + 1j * Y
z = np.zeros_like(c, dtype=complex)
mask = np.zeros_like(c, dtype=int)
for i in range(max_iter):
z = z**2 + c
escaped = np.abs(z) > 2.0
mask[escaped & (mask == 0)] = i
return mask

class FractalApp(QMainWindow):
def __init__(self):
super().__init__()
self.showFullScreen()
self.fig = plt.figure(figsize=(16, 9), facecolor='black')
self.canvas = FigureCanvasQTAgg(self.fig)
self.setCentralWidget(self.canvas)

self.data = mandelbrot()
self.ax = self.fig.add_subplot(111)
self.img = self.ax.imshow(self.data, cmap='inferno', origin='lower', aspect='auto')
self.ax.axis('off')
self.fig.subplots_adjust(left=0, right=1, top=1, bottom=0)

self.add_text()
self.canvas.draw()

self.start_time = time.time()
QApplication.instance().processEvents()

self.timer_id = self.startTimer(100)

def add_text(self):
center_x, center_y = self.data.shape[1]/2, self.data.shape[0]/2

# Texto principal grande
self.ax.text(center_x, center_y * 1.5, "I HAVE WORK FOR YOU",
color='red', fontsize=50, weight='bold', ha='center', va='center')

# Texto secundario
self.ax.text(center_x, center_y * 0.7, "WANTED",
color='darkred', fontsize=70, weight='bold', ha='center', va='center')

self.ax.text(center_x, center_y * 0.4, "PROGRAMMER",
color='navy', fontsize=80, weight='bold', ha='center', va='center')

def timerEvent(self, event):
elapsed = time.time() - self.start_time
if elapsed >= 5.0:
self.killTimer(self.timer_id)
self.close()

def closeEvent(self, event):
event.accept()

if __name__ == "__main__":
app = QApplication(sys.argv)
window = FractalApp()
sys.exit(app.exec_())
Nathaniel :steambored:


import numpy as np
import matplotlib.pyplot as plt
from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg
from PyQt5.QtWidgets import QApplication, QMainWindow
import sys
import time

def mandelbrot(width=1920, height=1080, max_iter=100):
re, im = np.linspace(-2.0, 0.8, width), np.linspace(-1.4, 1.4, height)
X, Y = np.meshgrid(re, im)
c = X + 1j * Y
z = np.zeros_like(c, dtype=complex)
mask = np.zeros_like(c, dtype=int)
for i in range(max_iter):
z = z**2 + c
escaped = np.abs(z) > 2.0
mask[escaped & (mask == 0)] = i
return mask

class FractalApp(QMainWindow):
def __init__(self):
super().__init__()
self.showFullScreen()
self.fig = plt.figure(figsize=(16, 9), facecolor='black')
self.canvas = FigureCanvasQTAgg(self.fig)
self.setCentralWidget(self.canvas)

self.data = mandelbrot()
self.ax = self.fig.add_subplot(111)
self.img = self.ax.imshow(self.data, cmap='inferno', origin='lower', aspect='auto')
self.ax.axis('off')
self.fig.subplots_adjust(left=0, right=1, top=1, bottom=0)

self.add_text()
self.canvas.draw()

self.start_time = time.time()
QApplication.instance().processEvents()

self.timer_id = self.startTimer(100)

def add_text(self):
center_x, center_y = self.data.shape[1]/2, self.data.shape[0]/2

# Texto principal grande
self.ax.text(center_x, center_y * 1.5, "I HAVE WORK FOR YOU",
color='red', fontsize=50, weight='bold', ha='center', va='center')

# Texto secundario
self.ax.text(center_x, center_y * 0.7, "WANTED",
color='darkred', fontsize=70, weight='bold', ha='center', va='center')

self.ax.text(center_x, center_y * 0.4, "PROGRAMMER",
color='navy', fontsize=80, weight='bold', ha='center', va='center')

def timerEvent(self, event):
elapsed = time.time() - self.start_time
if elapsed >= 5.0:
self.killTimer(self.timer_id)
self.close()

def closeEvent(self, event):
event.accept()

if __name__ == "__main__":
app = QApplication(sys.argv)
window = FractalApp()
sys.exit(app.exec_())
Esther 25 Dec, 2023 @ 4:02am 
⠀⠀⠀⠀⠀⠀⠀⠀:hiddenfolkschicken:
⠀⠀⠀⠀⠀⠀⠀⠀:starfull:
⠀⠀⠀⠀⠀⠀⠀⠀:cleanup:
⠀⠀⠀⠀⠀⠀:starshine::2015holly::whfstar:
⠀⠀⠀⠀⠀⠀:SpaceBalls::starshine::siystar:
⠀⠀⠀⠀:cleanup::sibstar::sparkly::starshine::siystar:
⠀⠀⠀⠀:whfstar::snowman1::sibstar::nssredbang::starshine:
⠀⠀:starshine::siystar::whfstar::cleanup::sibstar::cleanup::starshine:
⠀⠀:cleanup::starshine::siystar::whfstar::sparkly::sibstar::cleanup:
:sc_candy::sibstar::cleanup::starshine::siystar::whfstar::cleanup::sibstar::cleanup:
:whfstar::snowb::sibstar::BronzeOrb::starshine::siystar::whfstar::bbmushblue::sibstar:
:Remot::Remot::Remot::Remot::gctree:
:Remot::secretgift::sc_bag::giftpz::gctree:
𝓜𝓮𝓻𝓻𝔂 𝓒𝓱𝓻𝓲𝓼𝓽𝓶𝓪𝓼
Capuchino.cfg 25 Jun, 2023 @ 5:45am 
Solo tiene dos problemas
q de lejos no da una y
de cerca parece q tira de lejos
Esther 25 Dec, 2022 @ 8:18am 
:Remot::Remot::starfull:
:Remot::Remot::niceplant:
:Remot::nssredbang::niceplant::nssredbang::Remot::Remot::Mirro_candle::Remot::Remot::Remot::Mirro_candle:
:Remot::niceplant::niceplant::niceplant::Remot::Remot::brickwall666::brickwall666::brickwall666::brickwall666::brickwall666:
:nssredbang::niceplant::nssredbang::niceplant::nssredbang::Remot::brickwall666::fireflies::fireflies::zock::brickwall666:
:niceplant::niceplant::niceplant::niceplant::niceplant::Remot::brickwall666::fireflies::fireflies::fireflies::brickwall666:
:Remot::Remot::sideboard::Remot::MrSnuggles::Remot::brickwall666::fireflies::camp_fire::fireflies::brickwall666:
:frame02::frame02::frame02::frame02::frame02::frame02::frame02::frame02::frame02::frame02::frame02:
𝓕𝓮𝓵𝓲𝓬𝓮𝓼 𝓕𝓲𝓮𝓼𝓽𝓪𝓼
𝓕𝓮𝓵𝓲𝔃 𝓐ñ𝓸 2023
Esther 29 Dec, 2021 @ 12:20am 
         :astar:
         :towngem:
      :gelatin::anywayredspring::gelatin:
      :anywayredspring::towngem::hocgold:
   :anywayredspring::gelatin::hocgold::gelatin::anywayredspring:
   :towngem::hocgold::towngem::anywayredspring::towngem:
:gelatin::hocgold::gelatin::anywayredspring::gelatin::hocgold::gelatin:
:hocgold::towngem::anywayredspring::towngem::hocgold::towngem::anywayredspring:
         :sideboard:
      :giftyz::sideboard::secretgift::giftz:
𝓕𝓮𝓵𝓲𝓬𝓮𝓼 𝓕𝓲𝓮𝓼𝓽𝓪𝓼
𝓕𝓮𝓵𝓲𝔃 𝓐ñ𝓸 𝓝𝓾𝓮𝓿𝓸
Good Trip 17 Jan, 2021 @ 5:35pm 
Lamentamos informarle de que su Tarjeta de Crédito ha sido denegada, ninguna de sus últimas compras será procesada, y sera archivada a nuestra lista de Actividades sospechosas. Para desbloquear la Tarjeta para su posterior uso, por favor confirmé sus compras.

El Listado es el siguiente:

> 3x consoladores monster dragon (15') - $ 89.99
> 5x Kits de consoladores - $ 299,99
> 50x Condones Magnum (XL) - $ 24.45
> 1x Lubricante Cummies 750ml - $ 19.99
> 1x Cuenta Premium En www.gayandore.com - $ 49.99
> 1x Entrada club Gay Spa - $ 39.99
> 1x Membresía de 2 años En www.MeetGayAnd♥♥♥♥.com - $ 99.99
> 1x Libro "Guía para los homosexuales #1" - $19.99
> 1x Libro "Guía para los homosexuales #2" - $19.99
> 1x Libro "Guía para los homosexuales #3" - $19.99
> 1x Libro "Guía para los homosexuales #4" - $19.99
> 1x Libro "Guia para los homosexuales #5" - $19.99
Esther 26 Dec, 2020 @ 3:29pm 
jajajjaja :lunar2019crylaughingpig:
eres el mejor
muuuuackis