Linking my account firegrass on GitHub with my address 5FYuxf9qNp8zSD6RKKpf17jZZBeqKMGHyoTtS3EYY36sazz2 on Substrate in mycryptoprofile.io, and the challenge code is: 208c2f30f68278a61ff7294ec0d86efc. #LitentryVerifyMyAddress
This file contains hidden or 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
# This test is a Python file |
This file contains hidden or 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
workspace: | |
base: /build | |
pipeline: | |
build-image: | |
image: docker | |
commands: | |
# Build development target, which includes xdebug. | |
# Tag with both api-build:<build_number> and api-build:latest. |
I hereby claim:
- I am firegrass on github.
- I am firegrass (https://keybase.io/firegrass) on keybase.
- I have a public key ASBiQb_5JngTkm-0cs-KBGQY-FiyKGAnXwg4Gp7oZ3rQmwo
To claim this, I am signing this object:
This file contains hidden or 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
diff --git a/libcloud/compute/drivers/vcloud.py b/libcloud/compute/drivers/vcloud.py | |
index 3b289d4..8827132 100644 | |
--- a/libcloud/compute/drivers/vcloud.py | |
+++ b/libcloud/compute/drivers/vcloud.py | |
@@ -1011,7 +1011,7 @@ class VCloud_1_5_NodeDriver(VCloudNodeDriver): | |
else: | |
return False | |
- def ex_deploy_node(self, node): | |
+ def ex_deploy_node(self, node, forceCustomization = False): |
This file contains hidden or 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
Import-Module WebAdministration | |
# NOTE: Set a MediaDirectory variable if requied | |
if (!$MediaDirectory) { | |
# Get site and parent dir for Media dir | |
$projectDir = Split-Path -Path $OctopusParameters['Octopus.Action.Package.CustomInstallationDirectory'] -Parent | |
$MediaDirectory = Join-Path $projectDir "Media" | |
} | |
Write-Host 'Media directory on disk: ' + $MediaDirectory |
This file contains hidden or 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
#!/usr/bin/env python | |
import urllib2, json, sys | |
cluster_name = 'YOUR.CLUSTER.COM' | |
print '# Loading nodes from {0}'.format(cluster_name) | |
name_filter = '*' | |
if len(sys.argv) > 1: |
This file contains hidden or 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
using System; | |
using Castle.MonoRail.Framework.Helpers; | |
namespace Clubhouse.Web.Helpers | |
{ | |
public class TimeAgoHelper : AbstractHelper | |
{ | |
const string default_class = "timeago"; | |
const string default_date_format = "d"; |
NewerOlder