ut-bridge: A Modular uTorrent Bridge
I know the previous two posts are also about my (insert linux seedbox server) to uTorrent Bridge projects, but bear with me just one more!
In my last post I said, “Maybe, with some help, a universal bridge library could come from this?“. Well, this is my official call for help. I present to you…
ut-bridge: A Modular uTorrent Bridge – “ut-bridge allows you to perform native µTorrent WebUI requests on non-native servers. This enables the use of µTorrent remotes such as µRemote and Torrent-fu on non-µTorrent servers like rTorrent and Transmission.“
uTorrent To rTorrent Bridge
I recently made the switch from TorrentFlux to rTorrent. So, my uTorrent to TorrentFlux bridge needed to be ported.
If you use rTorrent and would like to use uTorrent remotes with it. Check out ut-rt-bridge here.
Maybe, with some help, a universal bridge library could come from this?
uTorrent To TorrentFlux Bridge
uTorrent is to Windows users as TorrentFlux is to Linux users. They both have a convenient web interface equipped with transfer controls. TorrentFlux is a bit more extensive, but uTorrent has always had a big advantage in my opinion: Remotes. There’s a huge list of community projects built from the collective WebUI API.
Every time I’d see a fancy remote application for my phone like Torrent FU or for my work computer like uRemote I’d spend hours thinking of ways to copy them for TorrentFlux. Finally I realized a more effecient solution: A bridge to translate uTorrent request URIs into TorrentFlux URIs and vice-versa. (more…)
MSSQL Extended Properties Library For CodeIgniter
Microsoft SQL Server may not be the best of choice of database software but I’m required to use it at work. So, I make the best of things. Here I’ll show you a simple library for utilizing user-defined properties in your database. (more…)
FluxPhone – TorrentFlux Monitor for Smart Phones
Torrentflux is a nice way to handle your torrents when you’re out and about, but the web interface is quite clumsy on my Android’s mobile browser. So, I created an interface loosely fashioned after the iPhone Web Interface for uTorrent. (more…)
PHP Brainfuck Generator
“The Brainfuck language is a programming language noted for its extreme minimalism. Designed to challenge and amuse programmers, it is not suitable for practical use.”… But it sure is fun!
After reading the article “How to Shoot Yourself in the Foot in Any Programming Language“, I was challenged to learn this language due to it’s confusing syntax. Turns out, it’s pretty simple. If you understand arrays and pointers then you’ve got it. I can definitely see how it can be a pain to use though. One misplaced “>” and you’re left searching through a maze of pointers. (more…)
Command Line RSS Interface
Everyday we follow the lives (nearly in real-time) of our family, friends, news, and favorite blogs using some type of ticker. Whether it be on the “wall” of a social networking site, on our phones, or on the television in our living rooms, we thrive on instantaneous notification of events we can’t be present to experience first hand.
So why not my server? It happens to be one of my closest friends, can’t I be informed of current events occurring in it’s life as well? With the help of an RSS feed interfaced by the command line, I now can. (more…)
PHP Generated Visual Code Representation
I sometimes get the feeling I should have been a graphics programmer rather than a web programmer. I always seem to get some sort of satisfaction from communicating data visually. Aside from this quickly outdated GoogleGraph class I wrote to wrap the Google Chart API, nothing I’ve created in this field has become useful. But this doesn’t stop me from dreaming up new ways of using the GD libraries.

1 comment