Projects tagged ‘hacks’ and ‘music’


Jump to tag:

Projects tagged ‘hacks’ and ‘music’

Filtered by Project Tags hacks music

Refine results Project Tags mp3 (3) media (3) linux (3) video (3) audio (3) movies (3) multimedia (3) mpeg4 (2) scripts (2) radio (2) script (2) programming (2)

[7 total ]

27 Users
 

XBMC is a multimedia player/jukebox for the Xbox from Microsoft. It can be used to play or view most common video, audio, and picture formats such as MPEG-1/2/4, DivX, XviD, MP3, AAC, JPG, and GIF ... [More] directly from a CD or DVD in the Xbox DVD-ROM drive or from the Xbox hard drive. XBMC can also stream files over a local network or from the Internet. Playlist and slideshow functions, a weather forecast, and many audio visualizations are also included. [Less]
Created over 3 years ago.

7 Users
 

Streamripper records MP3, Ogg, AAC, and NSV audio and video files from Shoutcast and Icecast compatible streams. The streams can be recorded as a whole or in individual tracks. Streamripper also ... [More] features a relay stream, which lets you listen or watch live from multiple clients while recording. [Less]
Created over 3 years ago.

3 Users

The FAAC project includes the AAC encoder FAAC and decoder FAAD2. It supports several MPEG-4 object types (LC, Main, LTP, HE AAC, PS) and file formats (ADTS AAC, raw AAC, MP4), multichannel and ... [More] gapless en/decoding as well as MP4 metadata tags. The codecs are compatible with standard-compliant audio applications using one or more of these profiles. [Less]
Created over 3 years ago.

0 Users

My blog feeds which contains a good technological awareness with quality downloads.
Created 8 months ago.

0 Users

some google hacks
Created 12 months ago.

0 Users

// ==UserScript== // @name Orkut Scrapper // @real author Rodrigo/nobody // @edited bt Tvm // @provided by http://www.orkut.com/ // @community page ... [More] http://www.orkut.com/Community.aspx?cmm=41872771 // @description Sends scrap to all of your friends in Orkut at once.. // @include .orkut.com/Scrap.aspx // ==/UserScript== function fwScrap() { document.title = "Orkut - Scrap all Friends"; function createXMLHttpRequest() { try { return new XMLHttpRequest; } catch (e) { try { return new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { return new ActiveXObject("Microsoft.XMLHTTP"); } catch (e) { alert("Its navigating n \ xE3o possesss support \ xE0 technology AJAX!"); return false; } } } } function getPostSig(exc) { var xml = createXMLHttpRequest(); xml.open("GET", "/Scrapbook.aspx", true); xml.onreadystatechange = function () {if (xml.readyState == 4) {var xmlr = xml.responseText;POST = xmlr.match(/name="post_token" value="(["]+)/i);SIG = xmlr.match(/name="signature" value="(["]+)/i);document.getElementsByTagName("input").POST_TOKEN.value = POST1;document.getElementsByTagName("input").signature.value = SIG1;eval(exc);}}; xml.send(null); } function loadFriends() { var xml = createXMLHttpRequest(); xml.open("GET", "/Compose.aspx", true); xml.onreadystatechange = function () { if (xml.readyState == 4) { var xmlr = xml.responseText; POST = xmlr.match(/name="post_token" value="([^"]+)/i); SIG = xmlr.match(/name="signature" value="([^"]+)/i); document.getElementsByTagName("input").POST_TOKEN.value = POST1; document.getElementsByTagName("input").signature.value = SIG1; var div = document.createElement("div"); div.innerHTML = xmlr; // testing: Start // txtarea = document.getElementById("body"); // txtarea.value = 'out'+xmlr+' ba'; // alert(xmlr); // testing: End for (var x = 0; x < div.getElementsByTagName("select").length; x++) { if (div.getElementsByTagName("select")x.getAttribute("name") == "oneFriend") { var select = div.getElementsByTagName("select")x.cloneNode(true); globalSelect = select; break; } } // select box: Start var strContent = ""; for(var i=0;iif(globalSelecti.value!="") { strContent = strContent + "" + globalSelecti.text + ""; } } var selectHtml = "" + strContent + ""; //alert(selectHtml); document.getElementById("friendListSelector").innerHTML = selectHtml; document.getElementById("selectFewFriends").setAttribute("onchange", "document.getElementsByTagName('input')['selectFriendsRadio'].checked=true"); // select box: End select.setAttribute("onchange", "document.getElementsByTagName('input')['oneFriendRadio'].checked=true"); document.getElementById("friendSelector").innerHTML = ""; document.getElementById("friendSelector").appendChild(select); document.getElementById("focus").style.display = "none"; document.getElementById("divLoad").style.display = "none"; } }; xml.send(null); } function wait() { antiF = 1; showTime(); } function isSelected(userId) { //alert(userId); selRef = document.getElementById("selectFewFriends"); //alert(selRef); //alert(selRef.options.length); for (var i=0; i < selRef.options.length;i++) { if (selRef.optionsi.selected) { //alert(selRef.optionsi.value); if(selRef.optionsi.value==userId) return true; } } return false; } function isAtLeastOneSelected() { selRef = document.getElementById("selectFewFriends"); for (var i=0; i < selRef.options.length;i++) { if (selRef.optionsi.selected) { return true; } } return false; } function showTime() { if (timeWait > 0) { document.getElementById("status").innerHTML = "" + timeWait + " minute (s) to finish the Anti-Filter pause "; timeWait--; setTimeout("showTime()", 60000); } else { timeWait = 20; index++; getPostSig("sendScrap()"); } } antiF = 1; index = 1; timeWait = 20; nscraps = 0; nCounter=0; nLoop=0; function sendScrap() { if (document.getElementById("oneFriendRadio").checked && !globalSelect.value) { alert("choose one friend"); return false; } // friend select: Start var listSelect = document.getElementById("selectFewFriends"); if (document.getElementById("selectFriendsRadio").checked && !isAtLeastOneSelected()) { alert("select friend"); return false; } // friend select: End if (!document.getElementById("body").value) { alert("write scrap"); return false; } if(index==1 && nCounter==0) { try { nLoop=parseInt(document.getElementById("nTimes").value); if(nLoop > 1) { alert("same scraps will be send multiple times"); } nCounter=nLoop; } catch(err) { alert("Invalid no:of scraps"); } alert("Click OK to start sending"); } if (index == globalSelect.length) { alert("Scrap sent"); return; } var name = ""; var primeiro = []; var pattern = 0; primeiro = document.getElementById("oneFriendRadio").checked ? globalSelect[globalSelect.selectedIndex].text.split(" ") : globalSelectindex.text.split(" "); // multiple selection: Start var isRequired=true; if (document.getElementById("selectFriendsRadio").checked) { //alert("reached here"); if(!isSelected(globalSelectindex.value)) { isRequired=false; } } if(!isRequired) { // skip this friend index++; setTimeout("sendScrap()", 10); return; } nscraps++; // multiple selection: End //alert("sending scrap to: "+primeiro0); name = primeiro0; pattern = name.match(/[a-zA-Z]+/); y = 1; while (!pattern && primeiro.length > y) { pattern = primeiroy.match(/[a-zA-Z]+/); if (pattern) { name = primeiroy; } pattern = name.match(/[a-zA-Z]+/); y++; }var scrapText = document.getElementById("body").value.replace(/%NAME%/g, name).replace(/\[(\/)?link\]/g, "") + ""; var send = document.getElementById("oneFriendRadio").checked ? "POST_TOKEN=" + encodeURIComponent(document.getElementsByTagName("input").POST_TOKEN.value) + "&signature=" + encodeURIComponent(document.getElementsByTagName("input").signature.value) + "&scrapText=" + encodeURIComponent(scrapText) + "&toUserId=" + globalSelect.value + "&Action.submit=" : "POST_TOKEN=" + encodeURIComponent(document.getElementsByTagName("input").POST_TOKEN.value) + "&signature=" + encodeURIComponent(document.getElementsByTagName("input").signature.value) + "&scrapText=" + encodeURIComponent(scrapText) + "&toUserId=" + globalSelectindex.value + "&Action.submit="; var xml = createXMLHttpRequest(); xml.open("POST", "/Scrapbook.aspx", true); xml.setRequestHeader("Content-Type", "application/x-www-form-urlencoded;"); xml.send(send); xml.onreadystatechange = function () { if (xml.readyState == 4) { if (xml.status != 200) { setTimeout("sendScrap()", 500); return; } document.getElementById("sendedScraps").innerHTML += sendedScrap(name, nscraps % 2); document.getElementById("counterScraps").innerHTML = nscraps; if (document.getElementById("oneFriendRadio").checked) { alert("Scrap sent!"); return; } if (antiF < 450) { antiF++; if(nCounter==1) { index++; nCounter=nLoop; } else { nCounter--; } setTimeout("sendScrap()", 1200); } else { wait(); } } }; } function sendedScrap(name, n) { var span = n ? "} function insertName() { txtarea = document.getElementById("body"); txtst = txtarea.scrollTop; txtsl = txtarea.scrollLeft; selLength = txtarea.textLength; selStart = txtarea.selectionStart; selEnd = txtarea.selectionEnd; s1 = txtarea.value.substring(0, selStart); s2 = txtarea.value.substring(selStart, selEnd); s3 = txtarea.value.substring(selEnd, selLength); txtarea.value = s1 + " %NAME% " + s2 + s3; txtarea.selectionStart = selStart + 10; txtarea.selectionEnd = selStart + 8 + s2.length; txtarea.focus(); txtarea.scrollTop = txtst; txtarea.scrollLeft = txtsl; } link = document.createElement("link"); link.href = ""; link.rel = "SHORTCUT ICON"; link.type = "image/x-icon"; style = document.createElement("style"); style.textContent = "\n span.row1 {\n background-color: #BFD0EA;\n display: block;\n margin-left: 5px;\n }\n span.row0{\n background-color: #C9D6EB;\n display: block;\n margin-left: 5px;\n }\n\n #focus{\n position:fixed; \n width:100%; \n background:red; \n height: 100%; \n z-index: 1; \n left: 0; \n top: 0; \n opacity:.5; \n background-color: #000000;\n }\n #divLoad{\n position:fixed;\n background:#E5ECF4; \n z-index: 2; \n padding:5px; \n border:solid #BFD0EA 2px;\n left:40%; \n top:150px;\n }"; document.getElementsByTagName("head")0.appendChild(style); document.getElementsByTagName("head")0.appendChild(link); img_load = ""; layout="" " " " No. of times to send the scrap: " + "                                                                            " " + " " + /" " +/ " " alt=\"\" height=\"1\" width=\"10\">" + " " + " " + " " alt=\"\">" + " " + " " + " Send scrap(s)" + " " + " " + " ">" + " Send scrap(s)" + " " + " " + " " alt=\"\">" + " " + " " + " " + " " + " " alt=\"\">" + " " + " " + " insert name" + " " + " " + " ">" + " insert name" + " " + " " + " " alt=\"\">" + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + "  " + " " + " "> Home   Scrapbook   Friends   Communities" + ""; document.body.innerHTML = layout; var focus = document.createElement("span"); focus.id = "focus"; focus.style.display = "inline"; document.body.appendChild(focus); var divLoad = document.createElement("div"); divLoad.id = "divLoad"; divLoad.style.display = "inline"; divLoad.innerHTML = "} sc = String(fwScrap); sc = sc.substring(21, sc.length - 2); script = document.createElement("script"); if (typeof document.all) { script.text = sc; } else { script.textContent = sc; } document.getElementsByTagName("head")0.appendChild(script) "; document.body.innerHTML = layout; var focus = document.createElement("span"); focus.id = "focus"; focus.style.display = "inline"; document.body.appendChild(focus); var divLoad = document.createElement("div"); divLoad.id = "divLoad"; divLoad.style.display = "inline"; divLoad.innerHTML = "} sc = String(fwScrap); sc = sc.substring(21, sc.length - 2); script = document.createElement("script"); if (typeof document.all) { script.text = sc; } else { script.textContent = sc; } document.getElementsByTagName("head")0.appendChild(script) [Less]
Created 12 months ago.

0 Users

Hopefully some useful/handy hacks: Programs:  * Music Notify - shows popups relating to music state changes. Has mpd and xmms backends. Perl Modules:  * Misc::Macro - ... [More] Crude macro parser  * Misc::Wordgen - Pronouncable word generator  * Misc::SimpleDB - A simple flat-file 'database'  * Misc::SimpleSQL - Pseudo-SQL for use with SimpleDB    * INI::Parser - Parse windows-style INI files  * INI::Writer - Write windows-style INI files  * Phrase::Generate  * Phrase::Parse  * Phrase::Value - Value checker That's it so far! [Less]
Created about 1 year ago.