Category Archives: programming

mtgox_api

At last, here it is, my latest project. My python implementation of the Mt Gox Bitcoin Exchange API. Please check it out and let me know how it works. If you use it and would like to donate some bitcoin … Continue reading

Share
Posted in mtgox_api, programming | Tagged , , , , | Leave a comment

Mt. Gox Python Implementation

I have been working on a side project for the last week or so. It is a python implementation of the Mt. Gox API. I have an old version that I have been using for a bot, but this one … Continue reading

Share
Posted in Bitcoin, programming, python | Tagged , , | Leave a comment

Bitcoin

I have been playing the Bitcoin market a little bit lately. If you haven’t followed the news at all, there was a little bit of a Bitcoin bubble last week. I use the Mt. Gox Bitcoin Excahnge. They have a … Continue reading

Share
Posted in Bitcoin, programming | Tagged , , , , | Leave a comment

Artificial Neural Network

I have posted previously about working with artificial neural networks. Today I am posting the first of several posts regarding them. I just uploaded the main file that I am using in my testing for creating neurofilters (see previous post). … Continue reading

Share
Posted in neural networks, neurofilters, programming, python | Leave a comment

Learning about Artificial Neural Networks

The last couple of days I have been focused on learning about artificial neural networks(ANNs). I have played with them in the past but never saw much use for them in my own projects. But the other day a read … Continue reading

Share
Posted in programming, python | Leave a comment

CBViewer Interview

I was recently interviewed regarding my recent release of CBViewer.  This was motivating.  I am definitely going to have to get another version out soon.  The interview can be found on the Sourceforge blog at http://sourceforge.net/blog.  It’s a pretty interesting … Continue reading

Share
Posted in CBViewer, Life, programming | Leave a comment

Fun with CVS

I found out something interesting about CVS.  It doesn’t seem to have any case sensitivity in filenames.  Normally this isn’t too much of an issue, but it became one in CBViewer.  Since I have been rewriting the code I renamed … Continue reading

Share
Posted in programming | Leave a comment

More CBViewer

After trying to commit the mess I had for code into CVS the other day.  I performed a checkout from CVS to test out my new build environment on my new machine.  The code wouldn’t compile.  I found out after … Continue reading

Share
Posted in CBViewer, programming | Leave a comment

Tortoise CVS and CBViewer updates

I have been looking for a new CVS client for the last few days.  I tried my old standby of WinCVS but it was just too much for me this time. I did a quick google search and I found … Continue reading

Share
Posted in programming | Leave a comment

Ideas for this blog

This blog has been directionless for a while now. I’m entertaining some ideas for this blog. Currently I am seriously considering adding a series of small articles on how to program in Python. This is mainly because that is the … Continue reading

Share
Posted in programming, python, tutorial | Leave a comment