Skip to content

Instantly share code, notes, and snippets.

View macressler's full-sized avatar

Phillip Ressler macressler

View GitHub Profile
### Keybase proof
I hereby claim:
* I am macresslertech on github.
* I am macresslertech (https://keybase.io/macresslertech) on keybase.
* I have a public key whose fingerprint is 881B 319D BEAA 82E1 4A2D A031 A753 892F 33B4 6926
To claim this, I am signing this object:
@macressler
macressler / unfollow.js
Created July 2, 2017 01:50 — forked from JamieMason/unfollow.js.md
Unfollow everyone on twitter.com
// 1. Go to https://twitter.com/following.
// 2. Keep scrolling to the bottom repeatedly until all your followers are loaded.
// 3. Run this in your console.
[].slice.call(document.querySelectorAll('.unfollow-text')).forEach(function(button) {
button.click();
});
#!/usr/bin/perl
######################################################
# SHA512 Hash Bruter v1.0 by Exor #
######################################################
$ver = "01";
$dbgtmr = "1"; #Intervall of showing the current speed + lastpassword in seconds.
if ($dbgtmr<=0){ die "Set dbgtmr to a value >=1 !\n";};
use Digest::SHA("\x73\x68\x61\x35\x31\x32\x5f\x68\x65\x78");
profile.setAcceptUntrustedCertificates(false);
- (void)dragged:(UIPanGestureRecognizer *)gestureRecognizer
{
CGFloat xDistance = [gestureRecognizer translationInView:self].x;
CGFloat yDistance = [gestureRecognizer translationInView:self].y;
switch (gestureRecognizer.state) {
case UIGestureRecognizerStateBegan:{
self.originalPoint = self.center;
break;
};
@macressler
macressler / Description
Last active August 29, 2015 14:25 — forked from mikeweber/Description
Solar system tour at speed of light
Experience our solar system at the speed of light (it's not as exciting as it sounds)
Step 1) Visit http://joshworth.com/dev/pixelspace/pixelspace_solarsystem.html.
Step 2) Open the JS console and paste in the following code.
Step 3) Watch the solar system "fly" by (BTW it'll take more than 5 hours to get to Pluto)
<section class="stories-list photos cards tabs-wrapper block">
<h1 class="block-title">More Stories</h1>
<ul class="tabs">
<li><a href="#latest">Latest Stories</a></li>
<li><a href="#popular">Popular Stories</a></li>
</ul>
<div class="tab-option" id="latest">
# -*- coding: utf-8 -*-
import re, string
from unidecode import unidecode
PUNCTUATION = re.compile('[%s]' % re.escape(string.punctuation))
class Fingerprinter(object):
'''
Python implementation of Google Refine fingerprinting algorithm described here:
@macressler
macressler / README.md
Last active August 29, 2015 14:14 — forked from ddossot/README.md

Alternative implementation of TcpIpJoinerOverAWS

This is a workaround for this Hazelcast issue.

To use the alternative TcpIpJoinerOverAWS:

  • Remove hazelcast-cloud from your project's classpath,
  • Add this class in your project or JAR it up if you prefer,
  • Do not configure an accessKey nor a secretKey in Hazelcast's AwsConfig.
[root@ArchDev ~]# pacman -Syyu metasploit
:: Synchronizing package databases...
archassault-testing 180.2 KiB 611K/s 00:00 [###########################################################] 100%
core 106.1 KiB 129K/s 00:01 [###########################################################] 100%
extra 1441.8 KiB 498K/s 00:03 [###########################################################] 100%
community 2.0 MiB 587K/s 00:04 [###########################################################] 100%
:: Starting full system upgrade...
resolving dependencies...
:: There are 2 providers available for rubygems:
:: Repository archassault-testing