Skip to content

Instantly share code, notes, and snippets.

Source: https://web.archive.org/web/20121103033816/http://turbotax.intuit.com/txf/TXF042.jsp
Topic: Tax Exchange Format
Change Date: 11/30/11
File: TXF
Version: 042
____________________________________________________________
TABLE OF CONTENTS BY SECTION HEADINGS
@vinc3m1
vinc3m1 / AutoFitTextUtil.java
Last active September 28, 2017 07:23
AutoFitTextUtil
package com.example;
import android.text.Editable;
import android.text.Layout;
import android.text.StaticLayout;
import android.text.TextPaint;
import android.text.TextWatcher;
import android.util.DisplayMetrics;
import android.util.TypedValue;
import android.view.View;

Keybase proof

I hereby claim:

  • I am vinc3m1 on github.
  • I am vim (https://keybase.io/vim) on keybase.
  • I have a public key ASBgIAlPw4OEGn3FuBZ0gKgGk1SBmE24Rq-yJA34u33gpAo

To claim this, I am signing this object:

@vinc3m1
vinc3m1 / hack.sh
Created April 4, 2012 20:41 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#
package com.example;
import android.app.Activity;
import android.app.Application;
import android.content.Context;
import com.crashlytics.android.Crashlytics;
import dagger.ObjectGraph;
import java.util.concurrent.TimeUnit;
import com.example.util.CrashlyticsTree;
import timber.log.Timber;