My Dream Only positive
- LifeForUS

- Sep 6, 2024
- 3 min read
Updated: 7 days ago
The Pledge of Allegiance
I pledge Allegiance to the flag
of the United States of America
and to the Republic for which it stands,
one nation under God, indivisible,
with Liberty and Justice for all.

Modify the Frame of Website
Create a new Domain of Website
Change the color to be neutral.
Create a different video: Motion
Design a different Typography
High Resolution Image
How to imagination? Following Passion; Winding Crew; Spacing Figure; Fetching Wave
Emotional resonance is a way to approach a creativity overnight
Grace Farms Foundation - Grace Farms Event
Proudly Became a Membership, Visit Experience Associate
St. Jude Children's Research Hospital - St. Jude Research
Proudly Became a Monthly Donor
August Foggy
My poem: An Adventure To Finger Lakes
As I gaze through the window, with no wind, no pedestrian, and no noise, only the gentle hum of the TV, a cup of coffee, and a book in hand, bathed in the warm glow of the brown light.
Knocking Grandma's Door

George Davidson - Leah's Tear
Life is a journey. How about forget tear? Delete it if only remember happiness. Sometimes you have to huddle yourself by your right hand, reaching out to your left shoulder, grabbing and patting. I will be okay?! Grace, don't be afraid! Go forward, don't look backwards. Although I am petite, never expected myself generous as an ocean but be a small garden, productive as well.
Roman Nagel - Petite Valse
Living Roots Winery

Story to Living Roots
The interesting thing in Cornell University is that every college student must take a core class, Wine Tasting class - Introduction of Wines. It was my first time to be invited to taste all kinds of wines at Dr. Konstantin Frank Winery. Located one hour away on the west side of Ithaca, NY, Dr. Konstantin Frank Winery is next to Keuka Lake which was bit cooler than Seneca Lake. The moment to stepped into the vineyard, the nature beauty, the green grape vine, and the summer wind brought everyone the joy never experienced. I knew I wanted to go back but my bad memory was just hopeless. Wandering unlimitedly online, a new name popped up, Living Roots Wine & Co, located at Hammondsport, NY. This is a vineyard built up by two young people which was much attractive to me. The man was from Australia and the woman was from Chicago who traveled to Italy for her study on marketing after took her business major. They met each other and fell into love. A returning trip was dramatic ...
My Processing
Using an Algorithm designed a mixed shapes and colors;
A design for a scarf pattern, remembering that brand with different shapes.



// *Hue //
int barWidth = 18;
int lastBar = 10;
void setup() {
size (616, 528);
colorMode (HSB, 173, 216, 230);
noStroke();
}
void draw() {
int whichBar = mouseX / barWidth;
if ( whichBar != lastBar) {
int barX = whichBar * barWidth;
fill(mouseX, height, height);
//loop() itself using a mathematics formula will be ideal.
rect(0, 0, 88, 88); //The First Color Rect of Row #1
rect(88, 88, 88, 88); //The First Color Rect of Row #2
rect(176, 0, 88, 88); //The second Color Rect of Row #1
rect(264, 88, 88, 88); //The Second Color Rect of Row #2
rect(352, 0, 88, 88); //The Third Color Rect of Row #1
rect(440, 88, 88, 88); //The Third Color Rect of Row #2
rect(528, 0, 88, 88); //The End Color Rect of Row #1
rect(0, 176, 88, 88); //The First Color Rect of Row#3
rect(88, 264, 88, 88); //The First Color Rect of Row #4
rect(176, 176, 88, 88); //The Second Color Rect of Row #3
rect(264, 264, 88, 88); //The Second Color Rect of Row #4
rect(352, 176, 88, 88);
rect(440, 264, 88, 88);
rect(528, 176, 88, 88); //The End Color Rect of Row#3
rect(0, 352, 88, 88); //The First Color Rect of Row#5
rect(88, 440, 88, 88); //
rect(176, 352, 88, 88);
rect(264, 440, 88, 88); //
rect(352, 352, 88, 88);
rect(440, 440, 88, 88); //
rect(528, 352, 88, 88); //The End Color Rect of Row#5
lastBar = whichBar;
}
}

8DRW - Classification: VIRAL PROTEIN
PRODUCT STRUCTURE OF SARS - COV-2 Mpro C145A mutant in complex with nsp9-nsp10 (C9) cut site sequence





Comments