magiCode is an educative technology which helps students learn, compete and earn.
- You may be an expert at a particular language: Say Python, C++, JavaScript or even Swift.
You're solving an online contest on HackerRank but a particular question supports only few premium languages and hence you're not able to top the leaderboard.
You know that a string needs to be input followed by a 'if condition', but don't know the syntax.
- In C++ it'll be:
char a[20];
cin>>a;
if (strcmp(a,"hello world")==0){
cout<<"\n The strings match!";
}
- In Python the same would be:
a=input()
if a=='hello world':
print('The strings match!)
-
You learnt something new while coding something and do not have appropriate resources or don't know where to pratice and implement what you learnt.
-
Wanted to buy cool techie gear and schwags but don't want to waste any money.
- Ask magiCode what you need generally like 'i need an if condition' , 'perform addition for me'. There's no need to remember any more syntaxes!
- magiCode will give you the required code in the language initially selected while also having the option of numerous other languages.
- Run the code from the compiler to get desired result in the same place!
- Easy to use and fast processing.
- Save time from scrolling through Google searching for different answers and syntaxes by having everything come up on its own in one single page.
- Compete and implement what you tried out (at the practice page) on our contest page to make sure you understood it in the form of various language specific questions.
- Earn Hackos while learning- learn and earn.
- Redeemn Hackos to buy cool schwag from our store.
magiCode is a zero investment product (excluding server and development costs) since it doesn't need any extra hardware devices to be used .
- Our major source of income will be Ad Revenues from Advertisements on our website.
- Basic languages like C++, Java, Python, JavaScript etc will be made free to use for everyone. Premium languages like Swift, php, Go, Ruby, Rust, etc will be sold as language packs.
"Students"- We believe learning has no age.
- HTML/ CSS/ Bootstrap.
- JavaScript.
- Sphere Engine API.
- C++.
- Swift.
- Python.
- PHP.
- Java.
- IBM Watson.
The source code of this project is written in Flask, HTML/CSS/JS, IBM Watson, Sphere Engine
. So, you will have to install requirements.txt
to run this project. You will also need a Spehere Engine API Key incase the editor's key expires.
$ git clone https://github.com/akshatvg/magiCode
$ cd magiCode
$ pip3 install -r requirements.txt
$ python3 run.py
Feel free to contact me via Facebook.
Invite me to connect on LinkedIn.
_____ _ _ __ __
|_ _| | | | \ \ / /
| | | |__ __ _ _ __ | | __ \ V /___ _ _
| | | '_ \ / _` | '_ \| |/ / \ // _ \| | | |
| | | | | | (_| | | | | < | | (_) | |_| |
\_/ |_| |_|\__,_|_| |_|_|\_\ \_/\___/ \__,_|
______
| ___|
| |_ ___ _ __
| _/ _ \| '__|
| || (_) | |
\_| \___/|_|
______ _ _ _ _
| ___ \ (_) | | | | | |
| |_/ / ___ _ _ __ __ _ | |_| | ___ _ __ ___| |
| ___ \/ _ \ | '_ \ / _` | | _ |/ _ \ '__/ _ \ |
| |_/ / __/ | | | | (_| | | | | | __/ | | __/_|
\____/ \___|_|_| |_|\__, | \_| |_/\___|_| \___(_)
__/ |
|___/
MIT © Akshat Gupta
if (youEnjoyed) {
starThisRepository();
}