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 | |
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"); |
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 CitizenFX.Core; | |
using CitizenFX.Core.Native; | |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace test | |
{ |
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 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 |
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", |
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
====>> 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
====>> 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
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
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
#!/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 |
NewerOlder