Feb 212013
 

Ok so where I am living the wifi is terrible. As I have hacked 5 available wifi networks from the 20 or so I can pick up, I found the need for a utility that would hop between chosen detected networks when one failed. Seeing as on Tao the networks go up and down, along with two to three power cuts per day causing everything to reset.

Searching around for a bit on the net I found the easiest way to achieve this was to get netsh to do the work and have a utility the pinged 8.8.8.8 (google dns) every second and recorded information from netsh.

Hence I created a utility in vb.net 4 that does just that.

Flaky Wifi

Purpose

A wifi network is constantly polled to see if its connected. When it fails it tries the next on loop.
So in a nutshell Flaky wifi will find a usable network out of those that you can connect to and when it fails it finds another.
Enables you leave you computer on and downloading torrents all night and all day when the wifi networks around you go up and down or their connections to the net do so.
If you create a link to the util in the startup folder then when windows BCD’s and reboots if you have uTorrent auto loading too then things will carry on. Continue reading »

Share
 Posted by at 12:27 pm
Jan 202013
 

After my 7 years relationship ended I had need for a more graphic porn viewer. After looking into various  multiple screen viewers I found none and no source code that really worked for me so I wrote my own. This multi screen viewer uses the VLC as a “plugin” so credit all those who contributed to it’s construction. It is particularly useful who’s norp stash contains short flicks downloaded from tube sites.

Video Wall

Purpose

Have 6 multiple videos playlists playing at the same time. Bash one out quicker.

Features

Drag drop files or folders to playlists of the 6 screen. (via dropping on options playlist area).
Split playlist between multiple players.
Save your various players playlists in upto 5 lists.
Reloads list one on start.
Play next, previous, play between a and b positions via a popup menu.
Auto aspect toggle per player.
Go full screen on one and all other pauses.
All standard VLC tools available on mouse over.
Expand player to cover 1×23 to 2×2.

Known Bugs

None

Limitations

Windows application
Compiled for .net 4.

Version History

1.0 Initial Release
1.1 Added jump forward and backward, play between points a and b on a video via pop menu.
1.1  Fixed bug in play list splitting causing a duplication of files in multiple screens
1.1 Fixed apect ratios not being applied when advancing a playlist automatically.
1.2 Added Auto aspect toggle
1.2 Add multiple save
1.2 Added options per player forward, backward, Pause / Play all.
1.2 Added expand player to cover 1×23 to 2×2.
1.2 Packed vlc dlls and plugins so you don’t need to install VLC.

Legal Blah

This app uses VLC my code is freeware but VLC is GNU General Public License

Download

Here

 

Share
 Posted by at 9:59 pm
Sep 172011
 

I wrote a quick vb console utility to rename folders into a nice format for movie downloads. When run Name Movie will parse all folder in its current directory and rename them into the format:

Movie Name (XXXX)

Where XXXX is the year the file was produced. So

13.Assassins.2010.RERip.XviD.AC3-ViSiON

becomes:

13 Assassins (2010)

Link to download.

This is freeware, blah blah

Share
 Posted by at 12:33 pm