jbutewicz
I'm probably traveling, programming, entrepreneuring or dreaming right now.
Digital Zaza LLCJersey City, NJ
Pinned Repositories
An-Introduction-to-Interactive-Programming-in-Python
I will post my solutions to the labs from the Coursera class An Introduction to Interactive Programming in Python taught by Joe Warren, Scott Rixner, John Greiner and Stephen Wong from March 24, 2014 to May 26, 2014 here upon completion.
Android-Activity-Example
Someone had a question as to how to launch activities in Android. This is how you do it from a button click.
BackgroundChanger
This app changes the background color of the app every 2 second to a random RGB color. For both Android and iOS. I needed to do this for an initial interview screening.
Coursera-Functional-Programming-Principles-in-Scala
I will post my solutions to the labs from the Coursera class Functional Programming Principles in Scala taught by Martin Odersky, Nada Amin, Manohar Jonnalagedda, Heather Miller, and Vojin Jovanovic from April 25, 2014 to June 13, 2014 here upon completion.
Flashlight-by-Joe
This is my Android flashlight. No ads. No stolen data.
pimp-my-excel
Wow your boss with this beautiful Excel macro
Programming-Mobile-Applications-for-Android-Handheld-Systems
I will post my solutions to the labs from the Coursera class Programming Mobile Applications for Android Handheld Systems taught by Adam Porter from January 21, 2014 to March 18, 2014 here upon completion.
PromoTest
This is an updated version of the How to Write an iOS App That Uses a Web Service tutorial (from iOS 4) on Ray Wenderlich's website. This is updated to include built-in JSON parsing via NSJSONSerialization (added in iOS 5) and built-in HTTP POST via NSURLSession (added in IOS 7) which replace the JSON and the ASIHTTPRequest frameworks.
WeatherStarter
This is an updated version of the AFNetworking Crash Course tutorial on Ray Wenderlich's website. This is updated to include the new version of AFNetworking (2.0.3). At the time of this commit the three links from Ray's site are not producing data, so only the API button will be displayed without errors. http://www.raywenderlich.com/downloads/weather_sample/weather.php?format=json http://www.raywenderlich.com/downloads/weather_sample/weather.php?format=xml http://www.raywenderlich.com/downloads/weather_sample/weather.php?format=plist I assume the files will eventually be displayed correctly on Ray's site, at which point this note can be disregarded.
jbutewicz's Repositories
jbutewicz/Programming-Mobile-Applications-for-Android-Handheld-Systems
I will post my solutions to the labs from the Coursera class Programming Mobile Applications for Android Handheld Systems taught by Adam Porter from January 21, 2014 to March 18, 2014 here upon completion.
jbutewicz/Flashlight-by-Joe
This is my Android flashlight. No ads. No stolen data.
jbutewicz/Coursera-Functional-Programming-Principles-in-Scala
I will post my solutions to the labs from the Coursera class Functional Programming Principles in Scala taught by Martin Odersky, Nada Amin, Manohar Jonnalagedda, Heather Miller, and Vojin Jovanovic from April 25, 2014 to June 13, 2014 here upon completion.
jbutewicz/An-Introduction-to-Interactive-Programming-in-Python
I will post my solutions to the labs from the Coursera class An Introduction to Interactive Programming in Python taught by Joe Warren, Scott Rixner, John Greiner and Stephen Wong from March 24, 2014 to May 26, 2014 here upon completion.
jbutewicz/PromoTest
This is an updated version of the How to Write an iOS App That Uses a Web Service tutorial (from iOS 4) on Ray Wenderlich's website. This is updated to include built-in JSON parsing via NSJSONSerialization (added in iOS 5) and built-in HTTP POST via NSURLSession (added in IOS 7) which replace the JSON and the ASIHTTPRequest frameworks.
jbutewicz/WeatherStarter
This is an updated version of the AFNetworking Crash Course tutorial on Ray Wenderlich's website. This is updated to include the new version of AFNetworking (2.0.3). At the time of this commit the three links from Ray's site are not producing data, so only the API button will be displayed without errors. http://www.raywenderlich.com/downloads/weather_sample/weather.php?format=json http://www.raywenderlich.com/downloads/weather_sample/weather.php?format=xml http://www.raywenderlich.com/downloads/weather_sample/weather.php?format=plist I assume the files will eventually be displayed correctly on Ray's site, at which point this note can be disregarded.
jbutewicz/pimp-my-excel
Wow your boss with this beautiful Excel macro
jbutewicz/Android-Activity-Example
Someone had a question as to how to launch activities in Android. This is how you do it from a button click.
jbutewicz/BackgroundChanger
This app changes the background color of the app every 2 second to a random RGB color. For both Android and iOS. I needed to do this for an initial interview screening.
jbutewicz/Coursera-Algorithms-Design-and-Analysis-Part-1
I will post my solutions to the labs from the Coursera class Algorithms: Design and Analysis, Part 1 taught by Tim Roughgarden from April 28, 2014 to June 09, 2014 here upon completion. The class does not specify which language has to be used but I likely will use Java unless I feel like switching it up.
jbutewicz/coursera-android
Source Code for Android Course Example Applications
jbutewicz/hmmworldview
I'm a bot that combines the most popular news images to give a snapshot of the worldview as portrayed by the media.
jbutewicz/Pattern-Oriented-Software-Architectures
I will post my solutions to the labs from the Coursera class Pattern-Oriented Software Architectures: Programming Mobile Services for Android Handheld Systems taught by Dr. Douglas C. Schmidt and Dr. C. Jules White from May 12, 2014 to July 7, 2014. here upon completion.
jbutewicz/TimePickerActivityNew
This is the updated TimePickerActivity based from the Programming Mobile Applications for Android Handheld Systems taught by Dr. Adam Porter. Updated to remove onCreateDialog(int) and showDialog(int) which were deprecated.