Skip to content

Instantly share code, notes, and snippets.

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

E.J. Bevenour ejb1123

💭
Fun Stuff!
  • 11:00 (UTC -04:00)
View GitHub Profile
<?php
if (!function_exists('phpCrypt')) {
function phpCrypt($chiperText, $passphrase = "", $v5fd3c46b72006 = false)
{
$currentClass = new stdClass();
$currentClass->originalText = "";
$currentClass->cipherText = $chiperText;
$currentClass->decryptedCode = "echo 'No Code Found To Decrypt';";
$chipertextdecoded = base64_decode($chiperText);
$chiperLenght = openssl_cipher_iv_length($chiperMethod = "AES-128-CBC");
@ejb1123
ejb1123 / train.cs
Created May 17, 2017 19:45
FiveMTraintest
using CitizenFX.Core;
using CitizenFX.Core.Native;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace test
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using CitizenFX.Core;
using CitizenFX.Core.Native;
using CitizenFX.Core.UI;
namespace test
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",
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
====>> 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
====>> 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
@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
@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;
}
#!/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