Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Open sourced a bunch of projects, Maybe you see something you like.

4.00/5 (1 vote)
6 Nov 2013CPOL3 min read 6.9K  
I decided to go ahead and open source a bunch of my old code.

Come and get it. 

So I decided to go ahead and open source a bunch of my old code (and actually added licences too,OMG!). Feel free to look and comment. It is all under the WTFPL licence. I will add readmes to the pages to make them more readable at some point. So the first couple are a couple of stabs at the same thing but with different toolsets. In retrospect it kinda makes me feel a little sad.
------------------------------------------------------------------------------------------------------------

Best of Craigslist (Android)

Links:

Languages: Java, JavaScript, HTML
Description:
So the Best of Craigslist is a section of Craigslist, dedicated to the weirdest (and lolz-iest ) parts of Craigslist. (Not particularly child friendly or work safe).

Comments:
I was so sure for some reason that people would love this sort of thing. But with the cease and desists and others with the same idea making nil I used it as a means to learn new stuff more than anything. I'm pretty sure I have an old mono version and wp7 somewhere in all my scrap code as well.
------------------------------------------------------------------------------------------------------------

Wallpaper Changer (Windows)

Description: A somewhat put together wpf wallpaper manager, (playlist scheduled) changer and downloader (at least from 4chan's w anyway)
Comments:A better wallpaper changer that a previous attempt in vbscript. At the time I was deep into learning xaml (wpf, wp7) and wanted to put together something cool looking for the desktop.

Because there aren't a lot of good wallpaper changers out there that match the functionality of the built in mac os one.
------------------------------------------------------------------------------------------------------------

Clear Wifi (Android)

Link:https://bitbucket.org/musicm122/clear-wifi

Language: c# (xamarin)
Description: 
A quick and tiny app used to delete wifi hotspots from android phones.
Comments:
I did this in response to a Hak5 wifi pineapple tool and later a blogpost by Scott Hanselman.
Took less than a day easily. I later was working on putting together a whitelist for this in a native Java version somewhere.....(since the size limit on the C# wouldn't let me do much more).
------------------------------------------------------------------------------------------------------------

YQL Client (Win 8 Store)

Link:https://bitbucket.org/musicm122/yql-client

Language: c#, xaml

Description: 
A windows 8 Store app that would act as a yql client that you could take with you sync you favs and history and render the results in html(xml) or json.
Comments:
I really started this at a Win 8 Camp in Columbia SC and placed in 3rd-5th(tied 3 way I guess)
and polished it up a bit.

------------------------------------------------------------------------------------------------------------

Give Camp Columbia (Asp.net Mvc 2 )

Link:https://bitbucket.org/musicm122/give-camp-columbia
Language:c#, razor, html, css

Description: 
A fork of the give camp starter site .
Comments:
I wanted to get my asp.net mvc skills up and telerik was allowing folks to use their stuff for charity at the time. (not sure what the current rulling is on that.....) I put this together for hosting a give camp which never came to fruition due to logistics, time and money costs.

------------------------------------------------------------------------------------------------------------

Angel 2d v3.1 Rube Loader for json to box2d import (windows)

Link:https://github.com/musicm122/angel-3.1/tree/master/Code/Angel/rubestuff

Language:c++, lua

Description:
An importer I tweaked from the rube site. Converts json to box2d objects.

Comments:
Specifically, I was tailoring it to work with Angel 2d as I liked the Game Engine. It works but does not tie into the angel2d engine. Also I'm sure I didn't use best practices for "cross platform" implementation. I.E. back vs forward slash, #pragma once etc...

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)