git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
People
![]() :bowtie: |
😄 :smile: |
😆 :laughing: |
---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |
#!/bin/bash | |
# How to install: | |
# exo-open "http://developer.android.com/sdk/index.html#Other" | |
# sudo apt-get install libav-tools imagemagick | |
# wget https://gist.githubusercontent.com/lorenzos/e8a97c1992cddf9c1142/raw/android-screen-to-gif.sh | |
# chmod a+x android-screen-to-gif.sh | |
# Help message | |
function usage() { |
#!/usr/bin/python | |
# License for any modification to the original (linked below): | |
# ---------------------------------------------------------------------------- | |
# "THE BEER-WARE LICENSE" (Revision 42): | |
# Sebastiano Poggi and Daniele Conti wrote this file. As long as you retain | |
# this notice you can do whatever you want with this stuff. If we meet some day, | |
# and you think this stuff is worth it, you can buy us a beer in return. | |
import argparse, sys, subprocess, tempfile |
package net.cogindo.ssl; | |
import java.io.IOException; | |
import java.net.InetAddress; | |
import java.net.Socket; | |
import java.net.UnknownHostException; | |
import java.security.KeyManagementException; | |
import java.security.NoSuchAlgorithmException; | |
import javax.net.ssl.SSLContext; |
extension String { | |
func size(withAttributes attrs: [String:AnyObject], constrainedTo box: NSSize) -> NSRect { | |
let storage = NSTextStorage(string: self) | |
let container = NSTextContainer(containerSize: NSSize(width: box.width, height: box.height)) | |
let layout = NSLayoutManager() | |
layout.addTextContainer(container) | |
storage.addLayoutManager(layout) | |
storage.addAttributes(attrs, range: NSMakeRange(0, storage.length)) | |
container.lineFragmentPadding = 0.0 | |
let _ = layout.glyphRangeForTextContainer(container) |
/* | |
* Copyright (C) 2016 Jeff Gilfelt. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
Rank | Name | Bundle ID | Version | Min iOS Version | SDK Version | Uses Swift | Universal App | VC Based Status Bar Management | Xcode Version | |
---|---|---|---|---|---|---|---|---|---|---|
1 | Candy Crush | com.midasplayer.apps.candycrushjellysaga1 | 1.6.5 | 6 | iphoneos8.0 | No | Universal | Global | 610 | |
2 | Piano Tiles 2 | com.cmplay.tiles2 | 1.1.7 | 7 | iphoneos9.2 | No | Universal | Global | 720 | |
3 | Messenger | com.facebook.Messenger | 52 | 7 | iphoneos9.1 | No | Universal | VC Based | 710 | |
4 | com.burbn.instagram | 7.13.1 | 7 | iphoneos9.1 | No | iPhone Only | VC Based | 710 | ||
5 | YouTube | com.google.ios.youtube | 10.49.13 | 7 | iphoneos8.4 | No | Universal | Global | 640 | |
6 | Snapchat | com.toyopagroup.picaboo | 9.21.1 | 7 | iphoneos9.0 | No | iPhone Only | Global | 701 | |
7 | Meltdown | com.robtop.geometrydashmeltdown | 1 | 6 | iphoneos9.1 | No | Universal | Global | 710 | |
8 | com.facebook.Facebook | 46 | 7 | iphoneos9.1 | No | Universal | Global | 710 | ||
9 | Netflix | com.netflix.Netflix | 7.2.4 | 7 | iphoneos9.0 | No | Universal | VC Based | 700 |
$ demo on|off [hhmm]
Enable or disable the demo mode on a connected Android device or emulator. You can also pass in a custom value for the system clock in the HHMM
format (only used when you use the on
command).