Pinned Repositories
Algorithms
Some algorithms in code (C#, C++ and Python)
BitlyAPI
Get the short url calling Bitly Api passing a long url
CompetitiveProgrammingApp
Web Application for competitive programming fans
cpCodeSnippets
Competitive Programming C# snippets of code ready to import and use in Visual Studio
DataStructures
Here I will create some data structures, like Linked Lists, Stacks, Queues, Double Linked Lists, etc...
GetFactorialPython
Get the factorial for a number between 1 and 900 using Python
GetFactorialUsingRecursion
Get the factorial of a number using recursion. Using long you will be able to get the factorial of n >= 1 <= 20.
MultiplicationTable
Console aplication to get a formatted multiplication table in C# and C++
NPRApi
Working with NPR Api using Python
TopBlogCoder
My competitive programming solutions (TopCoder, Codeforces, Codechef, HackerRank...)
Oscarbralo's Repositories
Oscarbralo/ParameterString
Change parameters in a string with the elements of an array
Oscarbralo/bitstarter
StartupEngineering course (Coursera.org)
Oscarbralo/enigma
Cipher machine inspired by the Enigma
Oscarbralo/ImporterTest
Oscarbralo/ReverseString
C# .NET Projects
Oscarbralo/shobonbatt
Tweet the Battery infomation
Oscarbralo/String
String class and Markov algorithm
Oscarbralo/String-Operators
C# String Operator Examples
Oscarbralo/String_Reverser
Reverses a string, simple really
Oscarbralo/stringmanip
String Actions in C#
Oscarbralo/StringReverse
Reverses a given string
Oscarbralo/Text-Based-Game
My first game, a text-based adventure