bogdan (bogdan-trosic)

bogdan-trosic

Geek Repo

Location:Europe

Github PK Tool:Github PK Tool

bogdan's repositories

fcc-drum-machine

freeCodeCamp drum machine project

Language:JavaScriptStargazers:1Issues:0Issues:0

fcc-markdown-preview

freeCodeCamp makdown preview project

Language:JavaScriptStargazers:1Issues:0Issues:0

stable-diffusion-webui

Stable Diffusion web UI

Language:PythonLicense:AGPL-3.0Stargazers:0Issues:0Issues:0

the-odin-project-bubble-sort

Build a method #bubble_sort that takes an array and returns a sorted array. It must use the bubble sort methodology.

Language:RubyStargazers:0Issues:0Issues:0

the-odin-project-caesar-cipher

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

Language:RubyStargazers:0Issues:0Issues:0

the-odin-project-stock-picker

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.

Language:RubyStargazers:0Issues:0Issues:0

the-odin-project-sub-strings

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 (case insensitive) that was found in the original string and how many times it was found.

Language:RubyStargazers:0Issues:0Issues:0