| bio | website | quickmediasolutions.com |
|---|---|---|
| location | Canada | |
| age | ||
| visits | member for | 3 years, 1 month |
| seen | 11 hours ago | |
| stats | profile views | 1,470 |
Check out my StackList profile.
I really enjoy working on my apps / libraries. Here are just some of them:
As mentioned above, it would be awesome if you joined StackList and listed your apps / libraries there. Eventually, there will be some awesome tools for bug tracking, etc. Details here.
|
May 25 |
comment |
Stack.PY - A Python Module for Accessing the Stack Exchange 2.1 API @Cody: Do you mean more code examples? |
|
May 24 |
comment |
Stack.PY - A Python Module for Accessing the Stack Exchange 2.1 API As a server-side library, Stack.PY does not cover implicit auth. Pretty much everything else is fully accessible through the library. |
|
May 24 |
comment |
Stack.PY - A Python Module for Accessing the Stack Exchange 2.1 API Actually, printing a question will print the title by default. So you can do: print question instead of print question.title. |
|
May 23 |
comment |
Stack.PY - A Python Module for Accessing the Stack Exchange 2.1 API I've edited your answer into a question / answer combo. Please let me know if you have any further questions. |
|
May 16 |
comment |
Stack2RSS - A JSON to RSS Conversion Service [Now Fully Open Source!] @StefanLasiewski: I'd like to - it's just that everything is so busy :) |
|
May 14 |
comment |
Array of all Stack Exchange sites with Name, URL and Description @brasofilo: api.stackexchange.com/2.1/sites?pagesize=300 |
|
May 2 |
comment |
Stack Remote - Free Android app dedicated towards Stack Exchange sites! Finally got an Android phone and installed Stack Remote - what an amazing UI! |
|
Apr 24 |
comment |
Array of all Stack Exchange sites with Name, URL and Description Why not just use the raw JSON returned from the API? Then it becomes trivial to update the list later on. |
|
Apr 17 |
comment |
API docs for “stack overflow” still feature v1.0 docs Note: site-specific domains ( api.stackoverflow.com) only existed for v1.x of the API, so pointing them to v2.0 pages would be a little... inconsistent. |
|
Apr 17 |
comment |
StackX - Android application for Stack Exchange (Free) (UI and optimization upgrade) I have an Android phone with 4.0.4 (ICS) - I'll give this a try later. |
|
Apr 16 |
comment |
StackApplet - Bringing Stack Exchange Notifications to Your Desktop [1.6 alpha for Windows released using v2.0 of the API!] @Buscar웃: Unfortunately I do not have a Mac and therefore cannot make and test packages for OS X. However, if you have Python and PyGTK installed, there's no reason a Mac user couldn't download the source code and build it. |
|
Apr 15 |
comment |
StackApplet - Bringing Stack Exchange Notifications to Your Desktop [1.6 alpha for Windows released using v2.0 of the API!] There's no OS X release but if you have Python and PyGTK installed, there's no reason you couldn't just run it directly from the source code. |
|
Apr 15 |
comment |
Getting started: /users/{id} @Mattios550: I've added an example to my answer. |
|
Apr 15 |
comment |
Getting started: /users/{id} @Mattios550: With Stack.PHP? |
|
Apr 12 |
comment |
Kuna - Make books from Stack Exchange questions Suggestion: add the ability to export the books to common e-book formats for reading on-the-go. |
|
Apr 4 |
comment |
Stack Override: Rank answers by usefulness I would love to try it but I only use Firefox :( |
|
Apr 3 |
comment |
How to list your application/library/wrapper/script here After signing up for an account on Launchpad, you can login by entering https://launchpad.net/~your-nickname where your_nickname is your username on the site. |
|
Mar 28 |
comment |
StaQover, a new S-O. profile viewer in QML2 +1 Wow - it's nice to see a Qt5/QML app. I would strongly suggest looking into using version control for keeping track of the code. I host a number of my projects on GitHub and Launchpad. |
|
Mar 12 |
comment |
Should feature-requests, for third party apps, be flagged as “not an answer”? +1 - I'd love to hear the official word on this since I've received a few flags of this nature as well. |
|
Mar 9 |
comment |
Attribute error while using the stackoverflow api wrapper for python on IDLE Which Python wrapper are you using? |