Post is pinned.
I'm planning on redesigning the UI of the app. If you have anything you'd like to see included, please comment down below. Also, if you're a UI/UX designer and want to help me out, I'd be grateful. Hangouts me or comment down below and I'd contact you. 

Please add android and web apps ideas section for inspiration

I am thinking of starting a GitHub repository of solutions for idea bag for reference. This would help as a central repository for learning as well improving through multiple contributions. Let's see how it works out...
:)

Post has attachment
I think this is a test idea xD
Photo

Post has attachment
for palindrome in java and in c#
PhotoPhotoPhotoPhotoPhoto
5/3/17
5 Photos - View album

Post has attachment
I've been working on a really big update for the 50,000 installs milestone we just reached. Here's a sneak peek of just one of the numerous goodies 😉
Photo

Factorial Calculator (Idea Solution):
/This is a recursive function in C++. I hope it can be translated easily into other languages./

long long int fact (unsigned int n){
if (n<2){
return 1;
}
else{
return n*fact(n-1);
}
}

+Mbah Clinton can you open source version 1?

Post has attachment
I made Idea Bag 2 open source so I can work on it wherever I'm at. You can go checkout the source code. https://github.com/mclintprojects/ideabag2

Hi everyone

I'm a python programmer and i want to create my own website with HTML, Django, CSS and...
But i don't know how should i do it
Wait while more posts are being loaded