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:
| #compdef ollama | |
| # Purpose: | |
| # This script file `_ollama` should be placed in your fpath to provide zsh completions functionality for ollama commands. | |
| # It utilizes zsh's native completion system by defining specific completion behaviors tailored to ollama commands. | |
| # Installation: | |
| # 1. Check your current fpath by executing: `echo $fpath` in your zsh shell. | |
| # 2. To introduce a new directory to fpath, edit your .zshrc file: | |
| # Example: `fpath=($HOME/.zsh-completions $fpath)` |
| 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 |
I hereby claim:
To claim this, I am signing this object:
| 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; |
| 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; |
| #!/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 | |
| # |