The R1 Effects SDK allows user's to edit photos using filters, borders, cropping, stickers, and text effects.
This file contains 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
-(void) deleteButtonPressed:(id)sender { | |
actionSheet = [UIActionSheet alloc]] | |
} |
This file contains 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
Via.Me for iPhone Download URLs | |
Direct: | |
http://itunes.apple.com/us/app/viame/id474113683 | |
Linkshare: (US Only) | |
http://click.linksynergy.com/fs-bin/stat?id=T3ko3TGvRWQ&offerid=146261&type=3&subid=0&tmpid=1826&RD_PARM1=http%253A%252F%252Fitunes.apple.com%252Fus%252Fapp%252Fviame%252Fid474113683%253Fmt%253D8%2526uo%253D4%2526partnerId%253D30 | |
Note: for custom tracking on the link-share urls please append an &u1=MY_CAMPAIGN at the end. for example: |
This file contains 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
# This sets default key to control-a instead of control-b. | |
# I also recommend remapping caps lock to control in system preferences | |
set-option -g prefix C-a | |
bind-key C-w last-window | |
set -g base-index 1 | |
set-option -g default-terminal "screen-256color" | |
# act like vim | |
setw -g mode-keys vi | |
bind h select-pane -L |
This file contains 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
# This is a command line one-liner to run a webserver with the contents of the current directory. no Config needed! | |
# | |
ruby -r webrick -e "s = WEBrick::HTTPServer.new(:Port => 9090, :DocumentRoot => Dir.pwd); trap('INT') { s.shutdown }; s.start" |
This file contains 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
break *0x10000e2a9 | |
commands | |
set {int}0x10000e2a9=0x55 | |
set {int}0x10000e2aa=0x48 | |
set {int}0x10000e2ab=0x89 | |
set {int}0x10000e2ac=0xe5 | |
set {int}0x10000e2ad=0xb0 | |
set {int}0x10000e2ae=0x01 | |
set {int}0x10000e2af=0x48 | |
set {int}0x10000e2b0=0x89 |
This file contains 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
#!/usr/bin/env ruby | |
# | |
# == Synopsis | |
# | |
# ocalc: computes file offset for a given vma address | |
# | |
# == Usage | |
# | |
# ocalc [OPTION] FILENAME ADDRESS | |
# |
The Android R1 Photo Effects SDK allows developers to include a suite of image effects to their applications.
- Download the R1Effects ZIP file to your local machine from https://r1sdk.com/download
This file contains 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
//To reorder the tabs in the R1 Effects SDK for iOS | |
//add the following code before enabling the SDK | |
NSArray *demoTabs = @[@"R1TabEffects", @"R1TabBorders", @"R1TabStickers", @"R1TabText"]; | |
[[NSUserDefaults standardUserDefaults] setObject:demoTabs forKey:@"R1TabSetupList"]; |
The Android R1 Photo Effects SDK allows developers to include a suite of image effects in their applications.
The zip file includes the R1 Photo Effects SDK and an SDK demo app for installation reference.
OlderNewer