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/TopBlogCoder
My competitive programming solutions (TopCoder, Codeforces, Codechef, HackerRank...)
Oscarbralo/Algorithms
Some algorithms in code (C#, C++ and Python)
Oscarbralo/CompetitiveProgrammingApp
Web Application for competitive programming fans
Oscarbralo/DataStructures
Here I will create some data structures, like Linked Lists, Stacks, Queues, Double Linked Lists, etc...
Oscarbralo/BitlyAPI
Get the short url calling Bitly Api passing a long url
Oscarbralo/cpCodeSnippets
Competitive Programming C# snippets of code ready to import and use in Visual Studio
Oscarbralo/GetFactorialPython
Get the factorial for a number between 1 and 900 using Python
Oscarbralo/GetFactorialUsingRecursion
Get the factorial of a number using recursion. Using long you will be able to get the factorial of n >= 1 <= 20.
Oscarbralo/MultiplicationTable
Console aplication to get a formatted multiplication table in C# and C++
Oscarbralo/NPRApi
Working with NPR Api using Python
Oscarbralo/PocCreator
POC creator for GET and POST request.
Oscarbralo/portChecker
port checker using multithreading
Oscarbralo/SquareCipher
Encript a string into a square
Oscarbralo/azure-policy
Repository for Azure Resource Policy samples
Oscarbralo/Azure-Sentinel
Cloud-native SIEM for intelligent security analytics for your entire enterprise.
Oscarbralo/FluentStrings
Powerful set of utilities for any kind of string transformation with fluent interface
Oscarbralo/imgix-python
A Python client library for generating URLs with imgix.
Oscarbralo/mongo-csharp-driver
.NET Driver for MongoDB
Oscarbralo/Prueba
Oscarbralo/reverse_string
C++ code that reverses a string
Oscarbralo/ShuffleProject
This project is to create a library to shuffle lists, arrays or eveything, using generics...
Oscarbralo/StringManipulation
Programmatic learnings of C# language for Make Benefit Glorious Programmer Ian
Oscarbralo/StringParser
Oscarbralo/StringReverse-1
SimpleReversesStrings
Oscarbralo/TelerikAcademy
All homeworks from Telerik Academy
Oscarbralo/TextAndStringProcessing
c#
Oscarbralo/topcoder
My code from SRMs of TopCoder
Oscarbralo/TopCoder-1
Programs From TopCoder Contest
Oscarbralo/TryCatchTest
Oscarbralo/UsefulPythonScripts
Collection of useful Python scripts