Skip to content

Instantly share code, notes, and snippets.

View ejb1123's full-sized avatar
💭
Fun Stuff!

E.J. Bevenour ejb1123

💭
Fun Stuff!
  • 19:19 (UTC -04:00)
View GitHub Profile
<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>
@ejb1123
ejb1123 / youtube.com.php
Created July 2, 2013 18:04
youtube plugin for glype
<?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);
@ejb1123
ejb1123 / source editor
Created July 3, 2013 14:32
changes web browser souce
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
#!/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
@ejb1123
ejb1123 / imdb.js
Created August 3, 2014 20:32
yify-pop cover image
exports.getParams = function (params) {
var imdb = {};
// Set Defaults
imdb.id='';
imdb.cover='';
// Set new parameters
if (params) {
imdb.id=params;
}
@ejb1123
ejb1123 / gist:94fb4f72fcbf2099399a
Last active February 13, 2016 11:48
laptop setup
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
====>> 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: kevlo@FreeBSD.org
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
====>> 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: zeising@FreeBSD.org
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
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
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://git@git.internal.fivem.net/cfx/pash.git",
+ "vendor/pash": "https://github.com/Pash-Project/Pash.git",