FrostWire is Free, don’t fall for subscription scams from gubatron on Vimeo.
Related Posts
How to remove elements from a listbox in Javascript (IE and Firefox)
//By Gubatron, just a silly function to clear the contents of a listbox object var ua = navigator.userAgent.toLowerCase(); var Browser = new Object() Browser.isIE = window.ActiveXObject ? true : false; Browser.isFirefox = (ua.indexOf(“firefox”)!=-1); function clearListbox(listboxObject) { if (Browser.isFirefox) { //in firefox “Option” objects remove themselves. var options = listboxObject.options while (options.length > 0) { options[options.length-1].remove() […]
What do you carry in your backpack?
I’m a software developer and this is everything I was carrying in my backpack today April 26th 2013 (from the top, left to right) A case for SD cards. Raspbery PI I’m toying with at the moment. A roll of #punsr stickers US Passport, you never know when you get a crazy invitation (or emergency) […]
Samim – Heater – Music Video
Samim’s Heater uses the Colombian accordeon tune “La Pollera Colorada” to make one hell of a dance floor hit. Here’s the video on Joost, the sound quality is great. From Joost : Samim – Heater Saimim shows how to heat things up a bit with their funky anthem, Heater. Taken from continent to continent, this […]
If you get scammed this way, maybe you deserve it 😛
Please people! download from reliable sources, don’t give away your money.
Hello, do you have any official repositories for frostwire? I want to add frostwire into my blog. Thank you.