In October 1934, The Long March occurred. It was a series of marches by the Chinese communists, who were led by Mao Zedong. Before the Long March even started, the communists were losing badly to the nationalists. The communists needed to make a plan. They also wanted the nationalists to…
Uncategorized
Watership Down – Characters
Hazel: A young leader of the group of rabbits. Fiver’s brother. Hazel lead the group through predators and conflicts. He is a quick thinker, often putting himself at risk in order to save othes. Fiver: A small rabbit, Hazel’s brother. He is a seer, which means he can predict things…
Amazing Keyboard Shortcuts
ctrl+B: make bold ctrl+I: make text slanted crtl+u: underline ctrl+w: close tab ctrl+shift+w: close window ctrl+1: first tab of chrome ctrl+2: second tab of chrome … windows+d: home page ctrl+t: open new tab ctrl+shift+t: open recently closed tab ctrl+n: open new window F11: full screen ctrl+prntscr: unsaved screenshot windows+prntscr: saved…
%02d – python
In python, %d is similar to %s, but uses numbers instead of strings. This prevents typing str() continuously. The %02d could be useful in creating leading 0s. This could be used in digital clocks that need to always have 4 digits. Example: Output: Example: Output:
Tricks For Soldering
Soldering is the process of using a soldering iron to melt some metal into liquid. The liquid is placed on something, and when it hardens the things is stuck with a conductor. In soldering, most of the time a printed circuit board (PCB) is used. A PCB is a board…
Rickroll
Rickroll is an internet prank, originated from the song “Never Gonna Give You Up“. Basically, your goal is to avoid that song, or the person Rick Astley moving. The art of Rickroll There is a website called https://www.secretrickroll.com/. This website allows you to create a “link” that leads to rickroll….
Servo Motors
In aruduino, servo motors are motors that can rotate a total of 160 degrees. Using gears and something on top of the motor, servo motors can rotate around at mildly fast speeds. The yellow wire goes to a GPIO pin. The red wire goes to 5v. The black wire goes…
CCC ’17 S3 – Nailed It!
Nailed It! is a CCC senior 3/ junior 5 question. The method to solve this is similar to Escape Room. The first thing to do to solve this problem is to create a list that measures that number of boards that are length N into the term N. Then, we…
Liquid Crystal Display – Remote Controll
Remote controll A remote controll uses something that can detect the numbers pressed on a remote controll. It is called the Infrared Receiver. Like in the name, the receiver uses infrared light, which cannot be seen by the naked eye, to detect remote controll signals. Liquid Crystal Display An LCD…
CCC ’20 S2 – Escape Room
For a Junior 5 question, Escape Room isn’t that easy. The brute-force method would be to use breadth first search and find factors, but that will almost guarantee the time will exceed the limit. To solve this, we will need to use a method that doesn’t require any calculations involving…
