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
<script src="http://jwpsrv.com/library/VWDgcuLVEeKEsyIACqoQEQ.js"></script> | |
<div id='my-video'></div> | |
<script type='text/javascript'> | |
jwplayer('my-video').setup({ | |
file: 'http://www.youtube.com/watch?v=DqC7H7_Noi8', | |
width: '640', | |
height: '360' | |
}); | |
</script> |
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
<?php | |
/******************************************************************* | |
* Glype is copyright and trademark 2007-2013 UpsideOut, Inc. d/b/a Glype | |
* and/or its licensors, successors and assigners. All rights reserved. | |
* | |
* Use of Glype is subject to the terms of the Software License Agreement. | |
* http://www.glype.com/license.php | |
******************************************************************/ | |
define('high_quality', true); |
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
Private strNewTitle As String = "New Title" 'Whatever value is going between the tags, a title in this case | |
Private strTag As String = "title" 'The tag to look for | |
Private Sub webOriginal_Navigated(ByVal sender As Object, ByVal e As System.Windows.Forms.WebBrowserNavigatedEventArgs) Handles webOriginal.Navigated | |
Dim strSource As String = webOriginal.DocumentText.ToLower 'Get the source | |
Dim iPos As Integer = 0 'Position counter (if replacing all tag occurrences) | |
Dim strStartTag As String = "<" & strTag & ">" 'Form the start and end tags | |
Dim strEndTag As String = "</" & strTag & ">" | |
'Use a loop if we want to replace all occurrences | |
Do |
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
#!/bin/bash | |
## Nodejs custom version installer | |
## | |
## Ronaldo Barbachano April 2013 | |
## Based on the openshift/nodejscustom-version-openshift repo | |
## | |
## Supply with path to existing openshift repo, or move script into | |
## repo root. | |
## | |
## Probably less headaches if this is run immediately after |
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
exports.getParams = function (params) { | |
var imdb = {}; | |
// Set Defaults | |
imdb.id=''; | |
imdb.cover=''; | |
// Set new parameters | |
if (params) { | |
imdb.id=params; | |
} |
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
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
cinst dotpeek | |
cinst webstorm | |
cinst Microsoft-Hyper-V-All -source windowsFeatures | |
cinst IIS-WebServerRole -source windowsfeatures | |
cinst flashplayerplugin | |
cinst adobereader | |
cinst adobeshockwaveplayer |
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
====>> Building sysutils/zbackup | |
build started at Mon Oct 10 20:28:58 UTC 2016 | |
port directory: /usr/ports/sysutils/zbackup | |
building for: FreeBSD amd64-testing-job-02 10.3-RELEASE-p9 FreeBSD 10.3-RELEASE-p9 amd64 | |
maintained by: [email protected] | |
Makefile ident: $FreeBSD: head/sysutils/zbackup/Makefile 412349 2016-04-01 14:25:16Z mat $ | |
Poudriere version: 3.1.14 | |
Host OSVERSION: 1003000 | |
Jail OSVERSION: 1003000 |
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
====>> Building net/ostinato | |
build started at Tue Oct 11 15:56:42 UTC 2016 | |
port directory: /usr/ports/net/ostinato | |
building for: FreeBSD amd64-testing-job-02 10.3-RELEASE-p9 FreeBSD 10.3-RELEASE-p9 amd64 | |
maintained by: [email protected] | |
Makefile ident: $FreeBSD: head/net/ostinato/Makefile 417749 2016-06-28 19:30:28Z zeising $ | |
Poudriere version: 3.1.14 | |
Host OSVERSION: 1003000 | |
Jail OSVERSION: 1003000 |
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
Debugging starts | |
__ __ _ _ __ | |
/ / /_/ /_ ____ _____ _ __ ___ __ __/ / /_ | |
/ / __/ /_ \/ ___/ ___/ / / / __ \/ / / / / __/ | |
/ /___/ / /_/ / / / ___/\ \/ / /_/ / /_/ / / /___ | |
\____/_/\____/_/ /____/ \__/_/ /_/\____/_/\____/ | |
[2016-10-12 20:28:52.330861] [T:4008210642300612185] [I] Librevault 0.1.18.11-15-gaa2a109 | |
[2016-10-12 20:28:52.397308] [T:4008210642300612185] [I] [pool:PortMappingService] Threads: 1 | |
[2016-10-12 20:28:52.399808] [T:4008210642300612185] [I] [MulticastDiscovery] Started Local Peer Discovery on: 239.192.152.144:28914 | |
[2016-10-12 20:28:52.399995] [T:4008210642300612185] [E] [MulticastDiscovery6] Could not initialize IPv6 local discovery |
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/DEPS b/DEPS | |
index dbacf4e..d892e45 100644 | |
--- a/DEPS | |
+++ b/DEPS | |
@@ -12,7 +12,7 @@ deps = { | |
"vendor/gtest": "http://github.com/google/googletest.git", | |
"vendor/protobuf": "https://github.com/google/protobuf.git@5eb73dfcce20bdfe421620cb31b7b98a0c5eec88", | |
"vendor/libopus": "http://git.opus-codec.org/opus.git", | |
- "vendor/pash": "ssh://[email protected]/cfx/pash.git", | |
+ "vendor/pash": "https://github.com/Pash-Project/Pash.git", |
OlderNewer