Projects icon indicating copy to clipboard operation
Projects copied to clipboard

:page_with_curl: A list of practical projects that anyone can solve in any programming language.

Results 87 Projects issues
Sort by recently updated
recently updated
newest added

SQL Query Description Creator (Horrible title... I know) I use a flavor of SQL known as CCL and could really use something that would take a query I make and...

Fetch a location's weather using a script. I plan to make this using [openweathermap's API](http://openweathermap.org/api).

Implementing a compiler is a big challenge, but nowadays it can be built by parts. For example: 1. Lexer - can be implemented with `flex`. 2. Parser - can be...

Write an application, which takes in a file name, and a hashing type, I.E. md5, sha1, sha2, crc, bcript, ... and gives you the hash of the given file as...

Have anyone suggested a part of script interpreter(or specifically lexical analyzer) yet? without the use of third party tools of course. To make it simple , focus on a target...

This is an absolutely crazy problem, I invented just for fun when I was learning python. Take a word the user is given, say waffles. Then, for every letter in...

Some ideas for projects: 1. Create an application which visualize facebook(or other social site) friends as graph, and shows statistics about friends. 2. Salary visualization by data from job-search services.

A good idea? I'm open to suggestions but thought this would be cool