Skip to content
View Crista2019's full-sized avatar
Block or Report

Block or report Crista2019

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. GibberishEncryptor GibberishEncryptor Public

    A short project for my CS principles class which translates a message into different "gibberish" languages using the Python GUI toolkit Tkinter.

    Python

  2. StickyNotes StickyNotes Public

    A concise Python application in the vein of Notepad for writing and saving text notes to your Desktop

    Python

  3. ProteinSynthesisSimulator ProteinSynthesisSimulator Public

    Simulating the stages of protein synthesis (top down overview of the stages of mRNA transcription and DNA translation) to map out the central dogma of biology

    Python

  4. Crowdsourcing_Web_Scraper Crowdsourcing_Web_Scraper Public

    A small Python web-scraper based in Scrapy to crawl different crowdfunding campaigns for and animated films (but easily different sites and topics) and find what common traits the most successful c…

    Python 1

  5. Earsketch Earsketch Public

    A place to consolidate some simple EarSketch demos I made in the event that I will expand upon or revisit them at a later date.

    JavaScript 2

  6. Finding (x,y) coordinates for modeli... Finding (x,y) coordinates for modeling a hill slope based on three 0% (horizontal) to 100% (vertical) slope segments
    1
    import math
    2
    
                  
    3
    class Slopes:
    4
    
                  
    5
        top_slope_percent = 0