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
gcMessageDisplay.each(function(index, value) { | |
console.log("looping"); | |
$('.next').eq(index).live('click', function() { | |
var parent = $(this).parent(); | |
console.log(gcMessageDisplay); | |
console.log(index); | |
parent.html(gcMessageDisplay.eq(index+1)); | |
}); | |
}); |
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
E/keystore( 832): chdir: /data/misc/keystore: No such file or directory | |
E/installd( 831): Could not create directories; exiting. | |
D/AndroidRuntime( 830): | |
D/AndroidRuntime( 830): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<< | |
D/AndroidRuntime( 830): CheckJNI is OFF | |
E/dalvikvm( 830): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory | |
I/dalvikvm( 830): Unable to open or create cache for /system/framework/core.jar (/data/dalvik-cache/system@[email protected]@classes.dex) | |
D/dalvikvm( 830): Unable to process classpath element '/system/framework/core.jar' | |
E/dalvikvm( 830): Could not stat dex cache directory '/data/dalvik-cache': No such file or directory | |
I/dalvikvm( 830): Unable to open or create cache for /system/framework/core-junit.jar (/data/dalvik-cache/system@[email protected]@classes.dex) |
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
/* The Ti.API.log lines print "undefined", but the labels still show up with the correct data. How? | |
* Ti.API.log calls the native logcat for Android and iOS, I could just do an alert and get the same results. */ | |
for(property in task) { | |
var labelName = Ti.UI.createLabel({ | |
text:property | |
}); | |
var labelValue = Ti.UI.createLabel({ | |
text:task[property], | |
color:"#232323" |
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
[remote "host-one"] | |
url = jenkins@git:/${name}.git | |
push = +refs/heads/*:refs/heads/* | |
push = +refs/tags/*:refs/tags/* | |
timeout = 5 | |
replicationDelay = 0 | |
authGroup = Administrators |
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
#!/bin/bash | |
# | |
# DESCRIPTION: | |
# | |
# Set the bash prompt according to: | |
# * the branch/status of the current git repository | |
# * the branch of the current subversion repository | |
# * the return value of the previous command | |
# | |
# USAGE: |
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
NOVA_BRANCH=folsom-1 | |
SWIFT_BRANCH=folsom-1 | |
SWIFT_KEYSTONE_BRANCH=folsom-1 | |
GLANCE_BRANCH=folsom-1 | |
KEYSTONE_BRANCH=folsom-1 | |
NOVNC_BRANCH=folsom-1 | |
HORIZON_BRANCH=folsom-1 | |
NOVACLIENT_BRANCH=folsom-1 | |
KEYSTONECLIENT_BRANCH=folsom-1 |
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
+ /etc/bash_completion:_filedir_xspec:3:IFS=' | |
' | |
+ /etc/bash_completion:_filedir_xspec:4:COMPREPLY=() | |
+ /etc/bash_completion:_filedir_xspec:5:_get_comp_words_by_ref cur | |
+ /etc/bash_completion.d/git:_get_comp_words_by_ref:1:local exclude flag i OPTIND=1 | |
+ /etc/bash_completion.d/git:_get_comp_words_by_ref:2:words=() | |
+ /etc/bash_completion.d/git:_get_comp_words_by_ref:2:local cur cword words | |
+ /etc/bash_completion.d/git:_get_comp_words_by_ref:3:upargs=() | |
+ /etc/bash_completion.d/git:_get_comp_words_by_ref:3:upvars=() | |
+ /etc/bash_completion.d/git:_get_comp_words_by_ref:3:local upargs upvars vcur vcword vprev vwords |
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
[09:39:13] ~$ xxd | |
if [[ "true" == "true" ]]; then echo "yes"; fi; | |
0000000: 6966 c2a0 5b5b 2022 7472 7565 2220 3d3d if..[[ "true" == | |
0000010: 2022 7472 7565 2220 5d5d 3b20 7468 656e "true" ]]; then | |
0000020: 2065 6368 6f20 2279 6573 223b 2066 693b echo "yes"; fi; | |
0000030: 0a . | |
[09:39:25] ~$ xxd | |
if [[ "true" == "true" ]]; then echo "yes"; fi; | |
0000000: 6966 205b 5b20 2274 7275 6522 203d 3d20 if [[ "true" == | |
0000010: 2274 7275 6522 205d 5d3b 2074 6865 6e20 "true" ]]; then |
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
$('<img/>').hide() | |
.attr('src','https://mail.google.com/mail/photos/img/photos/public/AIbEiAIAAABDCKa_hYq24u2WUyILdmNhcmRfcGhvdG8qKDI1ODFkOGViM2I5ZjUwZmZlYjE3MzQ2YmQyMjAzMjFlZTU3NjEzOTYwAZwSCm_MMUDjh599IgoA2muEmEZD') | |
.load(function(){ | |
$('a[href^="mailto:"]').each(function(){ | |
var email = $(this).attr('href').replace(/^mailto:/,''); | |
$(this).attr('href','https://mail.google.com/mail/?view=cm&fs=1&tf=0&to='+escape(email)); | |
}); | |
}) | |
.appendTo('body'); |
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
<settings> | |
<pluginGroups> | |
<pluginGroup>org.jenkins-ci.tools</pluginGroup> | |
</pluginGroups> | |
<profiles> | |
<!-- Give access to Jenkins plugins --> | |
<profile> | |
<id>jenkins</id> | |
<activation> |
OlderNewer