Skip to content
View bogdan-trosic's full-sized avatar
  • Europe

Block or report bogdan-trosic

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

Popular repositories Loading

  1. fcc-markdown-preview fcc-markdown-preview Public

    freeCodeCamp makdown preview project

    JavaScript 1

  2. fcc-drum-machine fcc-drum-machine Public

    freeCodeCamp drum machine project

    JavaScript 1

  3. stable-diffusion-webui stable-diffusion-webui Public

    Forked from AUTOMATIC1111/stable-diffusion-webui

    Stable Diffusion web UI

    Python

  4. the-odin-project-caesar-cipher the-odin-project-caesar-cipher Public

    Implement a caesar cipher that takes in a string and the shift factor and then outputs the modified string.

    Ruby

  5. the-odin-project-sub-strings the-odin-project-sub-strings Public

    Implement a method #substrings that takes a word as the first argument and then an array of valid substrings (your dictionary) as the second argument. It should return a hash listing each substring…

    Ruby

  6. the-odin-project-stock-picker the-odin-project-stock-picker Public

    Implement a method #stock_picker that takes in an array of stock prices, one for each hypothetical day. It should return a pair of days representing the best day to buy and the best day to sell.

    Ruby