Skip to content

Instantly share code, notes, and snippets.

<?php
/*****************************
* H.E.L.EN - HELPFUL ELECTRONIC LOGIC ENGINE
*****************************
* (C) Peter Richards 2016 All Rights Reserved
*****************************/
//ARE WE PROCESSING SOMETHING?
if(isset($_POST['auth'])){
//INITALISE H.E.L.EN
func commaify_string(num):
var spot=str(num).length()
var iter=0
var new_str=""
for i in range(str(num).length()):
spot-=1
iter+=1
new_str=str(num)[spot]+new_str
if iter==3 and spot>0:
iter=0
$ league-of-legends/latest/League\ of\ Legends.app/Contents/MacOS/RiotMacContainer
kellys-air:Caskroom kvolz$ ( ERROR)[21:48:25.000] HRESULT RADS::Common::HTTPConnection::GetFile(const std::string &, const std::string &, RADS::Common::IGetFileProgressCallback *const, const bool, const bool, bool, std::vector<char> *): Retrying after failed attempt 1
( ERROR)[21:48:25.000] HRESULT RADS::Common::HTTPConnection::GetFile(const std::string &, const std::string &, RADS::Common::IGetFileProgressCallback *const, const bool, const bool, bool, std::vector<char> *): Retrying after failed attempt 2
( ERROR)[21:48:25.000] HRESULT RADS::Common::HTTPConnection::GetFile(const std::string &, const std::string &, RADS::Common::IGetFileProgressCallback *const, const bool, const bool, bool, std::vector<char> *): Failed on /releases/Maclive/projects/lol_launcher/releases/0.0.0.178/packages/files/packagemanifest
( ERROR)[21:48:25.000] static HRESULT RADS::Common::LocalFileSystem::DeleteFile(const std::string &): Unspecified e
iggyvolz@yingatech:~/.linuxbrew/Library/Formula$ brew install bash
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3.tar.gz
Already downloaded: /home/iggyvolz/.cache/Homebrew/bash-4.3.42.tar.gz
==> Downloading https://gist.githubusercontent.com/iggyvolz/53f630ac1623f1dae247/raw/57a3e9ae24e690651c637973d76514a58d9624fe/bash-4.3.42.diff
######################################################################## 100.0%
Warning: Cannot verify integrity of bash--patch-https%3A%2F%2Fgist.githubusercontent.com%2Figgyvolz%2F53f630ac1623f1dae247%2Fraw%2F57a3e9ae24e690651c637973d76514a58d9624fe%2Fbash-4.3.42.diff.diff
A checksum was not provided for this resource
For your reference the SHA256 is: deb17515d8dceae9cb5e56f7b37124c213a9f559c4cc8994e76295df6cd245eb
==> Patching
==> Applying bash-4.3.42.diff
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e999b2f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+-i
diff --git a/arrayfunc.c b/arrayfunc.c
index b82767e..c4bae0a 100644
--- a/arrayfunc.c
iggyvolz@yingatech:~$ brew update && brew upgrade bash
Already up-to-date.
==> Upgrading 1 outdated package, with result:
bash 4.3.42
==> Upgrading bash
==> Downloading http://ftpmirror.gnu.org/bash/bash-4.3.tar.gz
==> Downloading from http://gnu.mirror.iweb.com/bash/bash-4.3.tar.gz
######################################################################## 100.0%
==> Downloading https://gist.githubusercontent.com/dunn/a8986687991b57eb3b25/raw/76dd864812e821816f4b1c18e3333c8fced3919b/bash-4.3.42.diff
######################################################################## 100.0%
ac
com.ac
edu.ac
gov.ac
net.ac
mil.ac
org.ac
ad
nom.ad
ae
@iggyvolz
iggyvolz / # citra - 2016-02-06_17-21-21.txt
Created February 6, 2016 22:22
citra on OS X 10.9.5 - Homebrew build logs
Homebrew build logs for citra on OS X 10.9.5
Build date: 2016-02-06 17:21:21
@iggyvolz
iggyvolz / index.php
Last active August 29, 2015 14:27
LCS Final Results
#!/usr/local/env php
<?php
class team
{
public $springpoints=0;
public $summerpoints=0;
public function springplace($place)
{
if(!is_null($place))
{
<?php
session_start();
if(!isset($_SESSION["WEBMAIL_AUTHORIZED"]))
{
if(!isset($_COOKIE["WEBMAIL_AUTHKEY"]))
{
$key="";
$chars="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ012345678901234567890123456789012345678901234567890123456789";
for($i=0;$i<30;$i++)
{