Skip to content

Instantly share code, notes, and snippets.

@shakir915
shakir915 / DietGraphView
Last active June 7, 2021 11:34
Android Graph View suitable for weight loss diet plans. screenshot included in comment
package com.shakir.a7diets.graph
import android.content.Context
import android.graphics.*
import android.graphics.Paint.ANTI_ALIAS_FLAG
import android.os.Build
import android.util.AttributeSet
import android.view.View
import com.ems.a7diets.Application.AppApplication
import com.ems.a7diets.R
@nerik
nerik / gist:3657149
Created September 6, 2012 15:07
Automation of iOs apps ad-hoc distribution
#!/bin/sh
# Allows full automation for ad-hoc "over the air" distribution of iOs apps
# 1. creates a signed ipa file from an already built .app file
# 2. generates a plist file
# 3. generates a php file allowing users to install the app with a link (this php files replaces in the plist the url part with the url of the php file)
# 4. (optional) makes a zip file of all the files which you can give to the client
# 5. uploads all the files to a webserver via FTP
# Erik Escoffier http://nerik.me