Skip to content

Instantly share code, notes, and snippets.

View edencakir's full-sized avatar
:shipit:
We are hiring!

Enes edencakir

:shipit:
We are hiring!
View GitHub Profile
@melihmucuk
melihmucuk / home.js
Created August 29, 2016 23:17
react native animate listview rows while scrolling
import React, { Component } from 'react';
import {
StyleSheet,
View,
Text,
ListView
} from 'react-native';
import Icon from 'react-native-vector-icons/FontAwesome';
import * as Animatable from 'react-native-animatable';
@kimsama
kimsama / CleanCache.cs
Last active November 26, 2019 18:58
Unity editor script which deletes internal editor cache info related asset bundle. Put this script file under an Editor folder.
using UnityEngine;
using UnityEditor;
using System.Collections;
/// <summary>
/// An editor script which deletes cache info.
///
/// NOTE:
/// Delete all AssetBundle content that has been cached by the current application.
/// This function is not available to WebPlayer applications that use the shared cache.
@adamawolf
adamawolf / Apple_mobile_device_types.txt
Last active May 20, 2024 11:33
List of Apple's mobile device codes types a.k.a. machine ids (e.g. `iPhone1,1`, `Watch1,1`, etc.) and their matching product names
i386 : iPhone Simulator
x86_64 : iPhone Simulator
arm64 : iPhone Simulator
iPhone1,1 : iPhone
iPhone1,2 : iPhone 3G
iPhone2,1 : iPhone 3GS
iPhone3,1 : iPhone 4
iPhone3,2 : iPhone 4 GSM Rev A
iPhone3,3 : iPhone 4 CDMA
iPhone4,1 : iPhone 4S