Skip to content

Instantly share code, notes, and snippets.

@1N3
1N3 / LinuxPrivEsc.sh
Created May 13, 2016 02:50
Linux Privilege Escalation Script by 1N3 @CrowdShield - https://crowdshield.com
#!/bin/sh
#
# `7MN. `7MF'
# __, MMN. M
#`7MM M YMb M pd""b.
# MM M `MN. M (O) `8b
# MM M `MM.M ,89
# MM M YMM ""Yb.
#.JMML..JML. YM 88
# (O) .M'
@MKSG-MugunthKumar
MKSG-MugunthKumar / gist:1576556
Created January 8, 2012 00:11
MKNetworkEngine and UIImageView
[AppDelegate.imageFetcher imageAtURL:self.profile.avatarURL
onCompletion:^(UIImage *image, NSURL *url, BOOL isInCache)
{
// this "if" is to prevent images flashing repeatedly when cells are reused.
if ([[self.profile.avatarURL absoluteString] isEqualToString:[url absoluteString]]) {
self.avatarImageView.image = resizedImage;
}
}];