-
You will not gain write access to the room if you have a low reputation score and/or have not asked & answered reasonable questions on Stack Overflow - do not repeatedly request write access, we know you're waiting for access and multiple requests will get you blocked.
-
Please do not ask a question unless you have first thoroughly researched it yourself.
-
Please speak English as correctly as you're able.
-
Do not paste code into chat, instead use a site such as Pastebin.
-
When you Ping people (preface their username with an "@") be aware you're sending a sound to their terminal. This can quickly become annoying.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[(function() { | |
${0:$TM_SELECTED_TEXT} | |
})();]]></content> | |
<tabTrigger>funcx</tabTrigger> | |
<scope>source.js</scope> | |
<description>Self-executing function expression</description> | |
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var fs = require('fs'); | |
var Buffer = require('buffer').Buffer; | |
var id3Reader = new (function(){ | |
// Credits to esailja // | |
var self = this; | |
function id3Size( buffer ) { | |
var integer = ( ( buffer[0] & 0x7F ) << 21 ) | | |
( ( buffer[1] & 0x7F ) << 14 ) | | |
( ( buffer[2] & 0x7F ) << 7 ) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background-color: #CCC; | |
} |
-
You will not gain write access to the room if you have a low reputation score, have a default user name (such as User12345), and/or have not asked & answered reasonable questions on Stack Overflow - do not repeatedly request write access, we know you're waiting for access and multiple requests will get you blocked.
-
Please do not ask a question unless you have first thoroughly researched it yourself.
-
developer.android.com has everything you should ever need to do all but the most advanced functionality. 99% of the time your solution will be there.
-
Please speak English as correctly as you're able.
-
Do not paste code into chat, instead use a site such as Pastebin.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function() { | |
var idList = [], | |
ivlID, | |
fkey; | |
$('#access-section-request .access-list').children().each(function() { | |
idList.push(parseInt($(this).attr('id').split('-')[2], 10)); | |
}); | |
fkey = $('#fkey').val(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.access-section h2 button { | |
position: relative; | |
right: 0px; | |
} | |
body.outside h2 { | |
margin: 0px; | |
} | |
.low { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// generated by Call of Duty, do not modify | |
unbindall | |
bind TAB "+scores; g_scorescolor_allies 0.6 1.0 0.0 0.8; g_scorescolor_axis 1.0 0.1 0.8 0.5; g_scorescolor_free 0.0 0.0 0.0 0.2; g_teamcolor_allies 0.6 1.0 0.0 1.0; g_teamcolor_axis 1.0 0.1 0.8 1.0" | |
bind SPACE "+gostand" | |
bind 0 "openscriptmenu echo Placeholder" | |
bind 1 "weapnext" | |
bind 2 "openscriptmenu quickpromod 2" | |
bind 3 "openscriptmenu quickresponses 3" | |
bind 4 "say ^7Visit ^6net^7sky.org.uk" | |
bind 5 "openscriptmenu echo Placeholder" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Futon", | |
"version": "1.0", | |
"manifest_version": 2, | |
"description": "A simple Apache CouchDB Futon shortcut app.", | |
"icons": { | |
"128": "icon_128.png" | |
}, | |
"app": { | |
"launch": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12:23 <ProGEEK> no <512MB ram ogra_ ? | |
12:23 <ogra_> ProGEEK, i doubt it | |
12:23 <ogra_> that will be enough to run the system, but not a single app | |
12:23 <ogra_> (512M that is) | |
12:24 <ogra_> below i woudl doubt the system even works usable |
OlderNewer