The first visitor visited home from South Koreaupdated at May 12, 2024Welcoming our first guest from South Korea to our home in the United States was a truly exciting and special experience for my family.The happiness we felt was beyond words."Hospitality is universal; it knows no boundaries.".As the doorbell rang and we ope... |
Diversity at Irvine Global Village Festivalcreated at Oct 08, 2022The Irvine Global Village Festival is an amazing celebration of diversity.It's like a colorful mosaic where people from all over the world come together to share their unique cultures and traditions."One of the marvelous things about community is that it e... |
Epic Adventure: Avatar 3D at Regal, Irvine Spectrumupdated at May 12, 2024Hey movie buffs,gather 'round because I've got a tale to tell – a tale of cinematic splendor and 3D magic.Yep,you guessed it – I'm talking about my recent trip to Regal at the Irvine Spectrum to catch Avatar in all its three-dimensional glory."Movies tou... |
Volunteer activity at US Nursing Home in Anaheim, Californiaupdated at May 12, 2024This was my first shot at volunteering in the US,and let me tell you,it was a hoot! Back in South Korea,I've done my fair share of volunteering,but this time,I wanted to lend a hand to the old-timers in the nursing home here.You know,I reckon it's mighty i... |
Making a Splash: A Pool Party to Rememberupdated at May 12, 2024Hey,party people! So,here's the lowdown – I just got back from the most epic pool birthday bash,and let me tell you,it was one for the books."Life is made of small moments like this.".Picture this: The sun was shining,the water was sparkling,and the grill... |
Slice of Heaven: Dining Delights at California Pizza Kitchen, Irvine Spectrumupdated at May 12, 2024Alright,food lovers,gather around because I'm about to share a story of delicious food and amazing experiences.I recently had the pleasure of dining at California Pizza Kitchen at the Irvine Spectrum,and let me tell you,it was an evening to remember.As I w... |
The Chronicles of a Trash Whisperer that I learned at Santa Ana River Palos Verdesupdated at May 12, 2024In the small town of Santa Ana River Palos Verdes,I began a special mission.This wasn’t just any mission.It was a quest to help the Earth by picking up trash,one piece at a time.Armed with a tool to grab trash and wearing a cape made from recycled stuff,I... |
200 Days of Hair - From Long Locks to the Big Chopupdated at May 12, 2024Hey everyone! For the past 200 days,I've been on a hair-growing adventure.It's been quite the journey,letting my hair grow freely,and now,as I get ready for junior year,it's time for a big change.Yes,I'm talking about the big chop—saying goodbye to my lon... |
Artesia Alley Dust Busters Unleashed - A Colorful Comedy of Community Cleanupupdated at May 12, 2024Last weekend,something truly special happened—I became part of a community effort that was all about sweeping up dust and breaking down barriers.I joined a vibrant group of people in Artesia Alley,all armed with brooms,trash bags,and loads of enthusiasm,r... |
First Day of Junior Year at Northwood High Schoolupdated at May 12, 2024Today marked the beginning of a new chapter – the first day of my junior year at Northwood High School.The anticipation had been building up for weeks,and as I stood in front of the mirror adjusting my backpack,I couldn't shake off the nervous energy buzz... |
Barum Benefit Concert at PYLUSD Performing Arts Centerupdated at May 12, 2024Hey,music lovers! Last night was off the charts thanks to the Barum Benefit Concert at our very own PYLUSD Performing Arts Center.Let me tell you,it was one for the books."Music is a moral law.It gives soul to the universe,wings to the mind,flight to the i... |
The Art of Teaching Jumping Kicks to Kids: A Journey Beyond the Basicsupdated at May 12, 2024In the disciplined world of Taekwondo,the act of executing a kick is deceptively simple.However,teaching the nuanced technique of a jumping kick to children unveils a layered challenge that goes beyond mere physicality.It's an intricate dance of balance,ti... |
A Magical Christmas Experience at South Coast Plazacreated at Nov 24, 2023Last weekend,my family and I decided to go to South Coast Plaza in Costa Mesa.Now,I've been to this place plenty of times before,but there's something extra special about visiting during Christmas season."The best of all gifts around any Christmas tree: th... |
Surviving the Apocalypse: An Entry Game on Contaminated Waste from the Skyupdated at May 12, 2024In a dystopian future,where humanity's neglect for the environment has led to dire consequences,you find yourself in the midst of chaos."Survival with the contaminated waste from the sky" is a game born out of the imagination of a middle schooler,foreseein... |
Embracing the COSMOS Program Application Journeyupdated at May 12, 2024Eventually time for me to challenge for COSMOS Program.COSMOS stands for California State Summer School for Mathematics and Science.I wanted to take part in COSMOS Program from the beginning of 2023,and its application is near at hand.The application will ... |
My Journey as a Taekwondo Assistant Masterupdated at May 12, 2024I've been practicing Taekwondo since I was a kid in Korea.Even as a middle school student,I was already pretty good,reaching the fourth category.But when I moved to America,I thought I'd have to leave Taekwondo behind.However,life had a surprise for me.Now... |
Mastering the Art - Effective Strategies for Teaching Taekwondoupdated at May 12, 2024Teaching Taekwondo can be challenging,but with the right approach and resources,you can make it more manageable and effective.Here are some tips to help you improve your teaching skills:"Understand your students: Recognize that every student is different i... |
A Morning of Surprises - A Tale of Courage and Illusionupdated at May 12, 2024It was a bright and brisk morning when Daddy and I decided to visit the local high school.Our mission was simple yet filled with the anticipation of what lay ahead: purchasing AP Test materials for my upcoming exams.Little did I know,the day would unfold w... |
Transforming a Boxed Shoe Cabinet from Costcoupdated at May 12, 2024You know how when you go to Costco you get this big box of shoe cabinets? Yes,that did happen to me.After putting together this huge shoe cabinet that came in boxes,I was left with this taped-up box that was empty.It wouldn't have been a big deal if I had ... |
Embracing Spring in Style: A Sunny Friday Taleupdated at May 12, 2024As the sun cast its generous rays upon us this Friday,marking the earth with the promise of spring,I found myself weaving through the school gates,clad in my green hoodie and black cap.The ensemble wasn't just a random pick from my wardrobe; it was my way ... |
Artesia Alley Cleanup: A Day of Community and Contributionupdated at May 12, 2024"I believe that every individual's contribution to society is valuable,no matter how small." - Greta Thunberg.I joined a group of students and volunteers for the Artesia Alley Cleaning Volunteering Activity.Despite the cloudy skies that promised a gloomy d... |
Java Scopeupdated at May 10, 2024In Java,variables are only accessible inside the region they are created.This is called scope.Method Scope.Variables declared directly inside a method are available anywhere in the method following the line of code in which they were declared:Block Scope.A... |
Java Methodsupdated at May 10, 2024A method is a block of code which only runs when it is called.You can pass data,known as parameters,into a method.Methods are used to perform certain actions,and they are also known as functions.Why use methods? To reuse code: define the code once,and use ... |
Java Recursionupdated at May 10, 2024Recursion is the technique of making a function call itself.This technique provides a way to break complicated problems down into simple problems which are easier to solve.Recursion may be a bit difficult to understand.The best way to figure out how it wor... |
Java Classes and Objectsupdated at May 10, 2024Java is an object-oriented programming language.Everything in Java is associated with classes and objects,along with its attributes and methods.For example: in real life,a car is an object.The car has attributes,such as weight and color,and methods,such as... |
Java Packagesupdated at May 10, 2024Java Packages & API.A package in Java is used to group related classes.Think of it as a folder in a file directory.We use packages to avoid name conflicts,and to write a better maintainable code.Packages are divided into two categories::Built-in Packages (... |
Java Inheritance (Subclass and Superclass)updated at May 10, 2024In Java,it is possible to inherit attributes and methods from one class to another.We group the "inheritance concept" into two categories::subclass (child) - the class that inherits from another class,superclass (parent) - the class being inherited from.To... |
Java Inner Classesupdated at May 10, 2024In Java,it is also possible to nest classes (a class within a class).The purpose of nested classes is to group classes that belong together,which makes your code more readable and maintainable.To access the inner class,create an object of the outer class,a... |
Python Tutorials for AP Computer Science Principles, Data Projects and High School Internshipupdated at May 10, 2024Python is not just a programming language; it’s a gateway to opportunities in technology.Recognized for its versatility and ease of use,Python has become a staple in data analytics and machine learning,fields that are critical to the tech industry.Many te... |
The Print() Methodupdated at May 10, 2024Print Text.You learned from the previous chapter that you can use the println() method to output values or print text in Java:You can add as many println() methods as you want.Note that it will add a new line for each method:Double Quotes.When you are work... |
Python Listsupdated at May 10, 2024Lists are used to store multiple items in a single variable.Lists are one of 4 built-in data types in Python used to store collections of data,the other 3 are Tuple,Set,and Dictionary,all with different qualities and usage.Lists are created using square br... |
Python String Operationsupdated at May 10, 2024You can return a range of characters by using the slice syntax.Specify the start index and the end index,separated by a colon,to return a part of the string.Slice From the Start.By leaving out the start index,the range will start at the first character:Sli... |
Python Variablesupdated at May 10, 2024Variables are containers for storing data values.Creating Variables.Python has no command for declaring a variable.A variable is created the moment you first assign a value to it.Variables do not need to be declared with any particular type,and can even ch... |
Python Data Typesupdated at May 10, 2024In programming,data type is an important concept.Variables can store data of different types,and different types can do different things.Python has the following data types built-in by default,in these categories:Text Type:str.Numeric Types:int,float,compl... |
Python Getting Startedupdated at May 10, 2024Many PCs and Macs will have python already installed.To check if you have python installed on a Windows PC,search in the start bar for Python or run the following on the Command Line (cmd.exe):To check if you have python installed on a Linux or Mac,then on... |
Python Commentsupdated at May 10, 2024Comments can be used to explain Python code.Comments can be used to make the code more readable.Comments can be used to prevent execution when testing code.Creating a Comment.Comments starts with a #,and Python will ignore them:Comments can be placed at th... |
Python Comparison Operatorsupdated at May 10, 2024OperatorDescriptionExample.==,If the values of two operands are equal,then the condition becomes true.(a == b) is not true..!=,If values of two operands are not equal,then condition becomes true.(a != b) is true..If values of two operands are not equal,the... |
Python Syntaxupdated at May 10, 2024Execute Python Syntax.As we learned in the previous page,Python syntax can be executed by writing directly in the Command Line:Or by creating a python file on the server,using the .py file extension,and running it in the Command Line:Python Indentation.Ind... |
ChatGPT Connectors makes the results Perfect as you expectedcreated at May 10, 2024Connectors are essential for structuring requests to ChatGPT in a clear,organized,and efficient manner.They facilitate natural language understanding and ensure that all aspects of your request are addressed,leading to more effective interactions with the ... |
Top 20 Chovy Plays | League of Legends | 2022created at Nov 21, 2022Chovy,a rising star in the world of League of Legends,has captured the hearts of fans worldwide with his incredible plays in 2022.I've always admired Chovy's gameplay.While many have been dubbed "the next Faker," Chovy stands out to me as a player who coul... |
Faker Montage | Best of 2022created at Oct 07, 2022Faker,the legendary League of Legends player,has left an indelible mark on the world of eSports.In 2022,his skill and strategic prowess were on full display,showcasing why he's considered one of the greatest players of all time.Faker's gameplay is marked b... |
Game theme songs gain popularity in the music industryupdated at May 09, 2024According to the game industry,game companies are actively engaged in the music business using intellectual property rights (IP).The strategy is to increase loyalty and immersion in their games by allowing users to experience music contents that are linked... |
Best of T1 Faker | 2023 Highlightsupdated at May 09, 2024In the realm of esports,Faker stands as an icon,a player whose every move on the virtual battlefield is closely watched and celebrated.As Faker himself reflected,"I received many awards and was named Player of the Year.I was going to give a great impressio... |
Top 10 Chovy Plays | Best of 2023created at Nov 07, 2023Dive into the mesmerizing world of Chovy,where each play is a masterpiece,showcasing unparalleled skill and strategic prowess.In the competitive landscape of 2023,Chovy has consistently proven why he stands as one of the finest players in the league.Precis... |
Step-by-Step Guide: Developing Simple Games in Unity for Beginnersupdated at May 09, 2024Are you an aspiring game developer eager to dive into the world of Unity but not sure where to start? Look no further! In this detailed guide,below steps contains the process of developing simple games in Unity,perfect for beginners who are just getting st... |
Mordern web design based on Bootstrapupdated at May 09, 2024Most recently,I learned to build a modern website based on HTML+CSS+Bootstrap,and the below website is developed for testing.Bootstrap is actually useful to implement a responsive web which is not only for desktop,but also mobile and tablet."There are thre... |
Unveiling Derby Shoes: A Timeless Classicupdated at May 09, 2024Derby shoes,a timeless classic in the world of footwear,have a fascinating origin story.They trace back to 1815 when General Brassel of Prussia devised a style that would revolutionize shoe design.Unlike its predecessors,Derby shoes feature an "open struct... |
Python Setsupdated at May 09, 2024Sets are used to store multiple items in a single variable.Set is one of 4 built-in data types in Python used to store collections of data,the other 3 are List,Tuple,and Dictionary,all with different qualities and usage.A set is a collection which is unord... |
Python Tuplesupdated at May 09, 2024Tuples are used to store multiple items in a single variable.Tuple is one of 4 built-in data types in Python used to store collections of data,the other 3 are List,Set,and Dictionary,all with different qualities and usage.A tuple is a collection which is o... |
Python Conditions and If statementsupdated at May 09, 2024Python supports the usual logical conditions from mathematics::Equals: a == b,Not Equals: a != b,Less than: a < b,Less than or equal to: a b,Greater than or equal to: a >= b.These conditions can be used in several ways,most commonly in "if statements" and ... |