Skip to content

Instantly share code, notes, and snippets.

View nathanhosselton's full-sized avatar

Nathan Hosselton nathanhosselton

View GitHub Profile
@nathanhosselton
nathanhosselton / REmaster Jill Any% (PC 120fps) -- In Depth.md
Last active December 22, 2023 09:37
A beginners guide to the Jill Any% speedrun of Resident Evil HD Remaster

In Depth Guide: HD Remaster New Game Jill Any% (PC 120fps)

This guide is intended to be an extended explanation of the steps and strategies involved in the Jill Any% speedrun of Resident Evil HD Remaster (though the overviews are largely relevant to all categories). It will include all of the most advanced strats while seeking to keep context for new learners that some of those strats are best saved for later, providing safer alternatives to follow in the interim.

This guide is long-form, and as such is not intended to be used while actively running. Rather, it should be used to initially acclimate to the run, and to reference at separate points to find and incorporate additional strats when ready.

If you are simply seeking an abbreviated step-by-step checklist for quick reference during runs you can find that here.

Index

Starting Out\

@nathanhosselton
nathanhosselton / gist:be1a4cbd2caac423ca97
Created June 30, 2015 22:56
Random Lorem Ipsum Generator
@interface NJHGenerate : NSObject
+ (NSString *)randomLoremIpsum;
@end
@implementation NJHGenerate
static NSString *loremIpsum = @"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";
+ (NSString *)randomLoremIpsum {