Entradas

Frameworks

 <aside> 💡 'Features-Advantages-Benefits' framework > Using the 'Features-Advantages-Benefits' framework, please write a copy that highlights the [features] of our [product/service] and explains how these  [advantages] can be helpful to [ideal customer persona]. Elaborate on the [benefits] of our product and how it can positively impact the reader. >  </aside> <aside> 💡 'PASTOR' framework > Write a copy using the 'PASTOR' framework to address the pain points of [ideal customer persona] and present our [product/service] as the solution. Identify the [problem] they are facing, amplify the consequences of not solving it, tell a [story] related to the problem, include [testimonials] from happy customers, present our [offer], and ask for a response. >  </aside> <aside> 💡 'Before-After-Bridge' framework > Using the 'Before-After-Bridge' framework, please write a copy that presents the current situ...
Imagen
 El momento de la creación es hoy. The moment of the cration is today. Der Moment der Kiste ist heute Le moment de la création est aujourd'hui Момент ящика сегодня Kratens øyeblikk er i dag 信念の瞬間は今日です Die oomblik van die krasie is vandag  لحظة قفص اليوم  El moment del catió és avui  Moment kationtu je dnes Danish: Kratens øjeblik er i dag Greek: Η στιγμή της κατάκτησης είναι σήμερα Persian: لحظه گشودگی امروز است Hindi: आज क्रैशन का क्षण है Armenian: Արժեքի պահն այսօր է Italian: Il momento della creazione è oggi Hebrew: רגע הקראציה הוא היום Korean: 크 레이션의 순간은 오늘 Macedonian: Моментот на катувањето е денес Mongolian: Эвслийн мөч бол өнөөдөр Polish: Chwila skrzyni jest dzisiaj Romanian: Momentul crationului este astăzi Slovenian: Trenutek kurecije je danes Vietnamese: Thời điểm của cation là ngày hôm nay Chinese: 创造的时刻是今天

111

Imagen

ø

Imagen
 

Testamento al 3 del 5 del 2023

 java Copy code import processing.core.*; PApplet[] programs = new PApplet[111]; // create an array to hold 111 programs int currentProgram = 0; // initialize the current program to the first program void setup() {   size(500, 500);     // initialize all 111 programs in the array   for (int i = 0; i < 111; i++) {     programs[i] = initializeProgram(i);   } } void draw() {   // display the current program on the screen   programs[currentProgram].draw(); } void keyPressed() {   // if the user presses a number key between 0 and 111, or a number key on the numpad between 0 and 1, change the current program   if ((key >= '0' && key <= '111) || (keyCode >= NUMPAD0 && keyCode <= NUMPAD9)) {     int num;     if (key >= '0' && key <= '111') {       num = key - '0'; // convert the key to a number between 0 and 111     } else {       n...

Ø

Imagen
 

6 arquetipos de la Tanguedia

  6 arquetipos Morgana - Lo extrovertido femenino Prudencia - Lo introvertido femenino El vendedor de corazones - Lo extrovertido masculino Juan - Lo introvertido masculino (corrompido) el Tiempo - Lo masculino eterno La muerte - Lo femenino eterno ==== Morgana (Tangos representativos: "Muñeca brava" (Tanturi) y "Yo soy María" (Piazzolla-Ferrer) - La Edipo Rey del Siglo XXI Un pasado cruel, del cual nunca habló, la pobreza la llevo a sobrevivir utilizando los recursos que más ha desarrollado en la vida, la sensualidad y la atracción.  Se sabe que antes fue inocente y confió en otra persona, se sabe que ya no lo hace más. La pasión la domina, es impulsiva, es del signo de Géminis. Su esencia supera las dicotomías entre lo bueno y lo malo, actúa en base a sus sentimientos más intensos. Ama, odia, denigra y enaltece, todo con el mismo convencimiento, el mismo error, el mismo acierto, la misma fogocidad, el mismo peligro. Es la protagonista de esta obra. ------ Juan (Ta...