Skip to content

Instantly share code, notes, and snippets.

View kikin81's full-sized avatar

Francisco Velazquez kikin81

View GitHub Profile
@kikin81
kikin81 / ComposeLoadingButton.kt
Last active January 27, 2023 23:05
Compose Loading button
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Row
import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.defaultMinSize
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.shape.RoundedCornerShape
import androidx.compose.material3.Button
import androidx.compose.material3.Switch
import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
@kikin81
kikin81 / TurnipPrices.cpp
Created April 7, 2020 16:10 — forked from Treeki/TurnipPrices.cpp
AC:NH turnip price calculator
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
// munged from https://github.com/simontime/Resead
namespace sead
{
class Random
{
@kikin81
kikin81 / build.gradle
Created October 23, 2018 18:25 — forked from alexsinger/build.gradle
Separate Crashlytics reporting for debug and release buildTypes using a Gradle build
// The following code allows an app to report Crashlytics crashes separately
// for release and debug buildTypes when using Gradle. This code should be inserted
// into the specified locations within your build.gradle (Module:app) file
// The buildTypes { } block should be inserted inside the android { } block
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
ext.crashlyticsApiSecret = "release api secret"
@kikin81
kikin81 / keybase.md
Created September 22, 2015 15:54
keybase.md

Keybase proof

I hereby claim:

  • I am kikin81 on github.
  • I am kikin (https://keybase.io/kikin) on keybase.
  • I have a public key whose fingerprint is 82DA A44A 2AFB 46AA 9291 972A D779 455D F75A 06B4

To claim this, I am signing this object:

@kikin81
kikin81 / zshrc
Created May 15, 2013 06:45
sublime text 2 user preferences
{
"ignored_packages":
[
"Vintage"
],
"tab_size": 4,
"theme": "Soda Light.sublime-theme",
"trailing_spaces_include_current_line": false,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true