Skip to content
Chase
  • Home
  • Math
  • Coding
  • Curiosity
  • Exercises
  • Stock Report
  • Study Plans
  • Technology

Chase

Uncategorized

Why do People Sneeze?

Posted on December 29, 2021December 30, 2021 by Chase

People sneeze when there are a certain number of irritants in the person’s throat or nose. Many people often sneexe multiple times before stopping, because one sneeze wouldn’t be enough to get rid of all the dust particles. So, another sneeze occures. Reasearchers aren’t exactly sure, but that is what…

Posted in UncategorizedLeave a Comment on Why do People Sneeze?
Uncategorized

C++ atoi()

Posted on December 27, 2021December 27, 2021 by Chase

In C++, the function atoi() is designed to convert characters to integers. If a character is named n, all that is needed to convert it to an integer is: In other words, the atoi function wraps around the character and changes it to an integer.

Posted in UncategorizedLeave a Comment on C++ atoi()
Uncategorized

Initial Value

Posted on December 26, 2021December 26, 2021 by Chase

Initial value for variables is very important in C++. If a variable is in the wrong scope, errors can appear, or it won’t give the expected outcome. For example, if a variable is declared in a for loop, and it is used in a function, the announced variable will not…

Posted in UncategorizedLeave a Comment on Initial Value
Uncategorized

CCC ’18 J4 (S2)

Posted on December 26, 2021December 27, 2021 by Chase

Matrices are among an important group in coding problems. Matrix rotations are also vital. For instance, QR codes can be read even when it is rotated 90°. Take the coding problem below as an example: https://dmoj.ca/problem/ccc18s2 This is a matrix problem. At first glance, people might thnk that the data…

Posted in UncategorizedLeave a Comment on CCC ’18 J4 (S2)
Uncategorized

Atbash Cipher

Posted on December 7, 2021December 7, 2021 by Chase

This type of cipher is one of the easiest because each encoded letter could only be another. It is also known as the mirror cipher, because A=Z, B=Y, C=X, and so on. This type is best to do a key, and it is below: Here is a code in Atbash:

Posted in UncategorizedLeave a Comment on Atbash Cipher
Uncategorized

Caesar Cipher

Posted on December 7, 2021December 7, 2021 by Chase

This type of cipher is one of the most modern and ancient types. A message is encoded by shifting the alphabet by a certain number of times. Then, the new alphabet is put. For instance, in a shift of 1, A=B, B=C, and so on, all the way to Z=A….

Posted in UncategorizedLeave a Comment on Caesar Cipher
Uncategorized

Cryptography

Posted on December 7, 2021December 7, 2021 by Chase

Cryptography is the study of codes, encoding them, and decoding them. It is useful in wars, when sodiers want to send messages to each other. To avoid enimies intercepting and reading the message, senders would decrypt them with some type of format, such as Caesar Cipher. See if you can…

Posted in UncategorizedLeave a Comment on Cryptography
Uncategorized

Morphine

Posted on December 7, 2021December 7, 2021 by Chase

Morphine is a drug used to kill severe pain. Though this drug can save lives, simultaneously it kills people as well. Despite being pain-killers, morphine is still a type of drug. If people have it and they aren’t going through severe/moderate pain, they can be addicted to it and eventually…

Posted in UncategorizedLeave a Comment on Morphine
Uncategorized

Value Scope

Posted on November 14, 2021November 14, 2021 by Chase

In C++, value scope is important for declaring variables. If a variable is declared in a for loop, it is different than if it is announced in the main() function. If the variable is declared in the for loop, it will only be present in the loop. In the main()…

Posted in UncategorizedLeave a Comment on Value Scope
Uncategorized

Test For No Errors!

Posted on November 14, 2021 by Chase

Remember: in C++, a frequent thing that needs to be done is to test (use debugging code) to check that there are no mistakes. Why? Mistakes could be solved easily, but if there are too many all of them would be hard to solve. Plus, if an entire program was…

Posted in UncategorizedLeave a Comment on Test For No Errors!
  • « Previous
  • 1
  • …
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 15
  • Next »

Tags

#bank #communist #finance #math #news #python Algebra Algorithms Binarysearch datastructures Diseases divideandconquer fenwick Geometry Graph Theory Lemma lessons Math News Review ReviewCoding shortstories soccer Space Travel
June 2026
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  
« May    

Chase

Follow us on social media!

Facebook Instagram YouTube Twitter

Useful Links

  • About Us
  • Services
  • Project
  • Blog
  • Supports
  • Term & Condition
  • FAQ
  • Privacy Policy

Our Category

  • Coding
  • Math
  • Stock Report
  • Technology

Contact Us

911
[email protected]
Mars

Chase. All Rights Reserved.

Back to top