Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
a0d74d3ab8
This lab was really really cool, I won't lie! The strategy I used was I compared the plaintext message and the ciphertext message character by character. I noticed the differences repeated in a pattern showing the secret word which was python. The I used the polycipher class with the secret word to decrypt the encrypted message! This was really sick!! I want to do more of this!
56b52460a9
Created a new file ascii6.py that follows similar style to ascii7.py encode(text), decode(text) register_codec and uses Bits. the docstrict also includes compression rate with is about .72 or 72%.
91496c9254
Honestly this was really fun to do. I am pretty proud to build an app to successfully work. I was able to create multiple differnt routes including adding movies, searching, updating status, rating, and genre. This project has made me realize how useful it is to understanding how apps are developed. I feel like this is super applicable and super knowledgable to understand. Some skills I learned with this project is how to design and build models, create API routes, working databases, and handling errors.
7f36330fc9
I created the plan for the design of the app which is a movie log. For the following questions below, I will answer then after I finish the development of the app.
d919be143a
I created differnet APR rountes for the poetry server in the view.py where the routes return random lines of poetry, lines lines and words, returns rhymes. I used differnt commands that were in the description of the assignmnet to help me develop the code along with references the rhyme view.py code. This helped me understand how web servers work. Each route is a functions that receives a request and returns data in JSON.