Skip to content

Instantly share code, notes, and snippets.

View kevinjam's full-sized avatar
🎯
Focusing

Kevin Janvier kevinjam

🎯
Focusing
View GitHub Profile
?xml version="1.0" encoding="utf-8"?>
<manifest package="com.kevinjanvier.latterglory.sugarorm"
xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme"
/*
* Copyright (C) 2015 Jake Wharton
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@kevinjam
kevinjam / circle.yml
Created February 16, 2017 14:41
CI Support Android 25 with buildToolsVersion 25.0.2 By Kevin Janvier
#
# Build configuration for Circle CI
#
# See this thread for speeding up and caching directories:
# https://discuss.circleci.com/t/installing-android-build-tools-23-0-2/924
# push to my Repos
# Here i m sharing my circle.yml file
general:
artifacts:
@kevinjam
kevinjam / bottom.xml
Last active February 13, 2018 10:04
bottom toolbar problem
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="com.example.amirsiddique.recyclerview.MainActivity">
<include
@kevinjam
kevinjam / Keyboard Android
Last active February 20, 2018 11:59
Keyboard Utils Android , This Hide , addKeyboardVisibilityListener and show Keyboard
import android.app.Activity;
import android.content.Context;
import android.graphics.Rect;
import android.view.View;
import android.view.inputmethod.InputMethodManager;
public class KeyboardUtils {
public static void hideKeyboard(Activity activity) {
View view = activity.findViewById(android.R.id.content);
How to Install Redis On Mac Using Homebrew
```
brew update
brew install redis
```
To have launchd start redis now and restart at login:
```
brew services start redis
@kevinjam
kevinjam / Sublime Text 3 Build 3103 License Key - CRACK
Created July 12, 2018 14:04
Sublime Text 3 Build 3103 License Key - CRACK
I use the first
—– BEGIN LICENSE —–
Michael Barnes
Single User License
EA7E-821385
8A353C41 872A0D5C DF9B2950 AFF6F667
C458EA6D 8EA3C286 98D1D650 131A97AB
AA919AEC EF20E143 B361B1E7 4C8B7F04
https://dl.bintray.com/kotlin/kotlinx.html/org/jetbrains/kotlinx/kotlinx-html-js/0.6.10/
http://bl.ocks.org/NPashaP/a74faf20b492ad377312
https://d3js.org/d3.v4.min.js
@kevinjam
kevinjam / index.html
Created April 7, 2020 13:18
Music Player | Audio Player 🎵
<!-- Tracks used in this music/audio player application are free to use. I downloaded them from Soundcloud and NCS websites. I am not the owner of these tracks. -->
<div id="app-cover">
<div id="bg-artwork"></div>
<div id="bg-layer"></div>
<div id="player">
<div id="player-track">
<div id="album-name"></div>
<div id="track-name"></div>
<div id="track-time">