Skip to content

Instantly share code, notes, and snippets.

View ithebk's full-sized avatar
🏠
Working from home

Bharath Kumar ithebk

🏠
Working from home
View GitHub Profile
@ithebk
ithebk / index.html
Created August 23, 2019 11:12
Tic Tac Toe
<div id="errors" style="
background: #c00;
color: #fff;
display: none;
margin: -20px -20px 20px;
padding: 20px;
white-space: pre-wrap;
"></div>
<div id="root"></div>
<script>
@ithebk
ithebk / AudioRecordThread.java
Created August 9, 2018 13:15 — forked from nieldeokar/AudioRecordThread.java
Recording an Audio with .aac extension using AudioRecord android.
package com.nieldeokar.whatsappaudiorecorder.recorder;
import android.media.AudioFormat;
import android.media.AudioRecord;
import android.media.MediaCodec;
import android.media.MediaCodecInfo;
import android.media.MediaFormat;
import android.media.MediaRecorder;
import android.os.Build;
import android.util.Log;
@ithebk
ithebk / HomeFragment.java
Created September 24, 2017 14:25
File to handle force update and update firebase config on start
package easydo.ithebk.fragment;
import android.databinding.DataBindingUtil;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
@ithebk
ithebk / ForceUpdateChecker.java
Last active September 24, 2017 14:26
Firebase update check provider
package easydo.ithebk.listener;
import android.content.Context;
import android.support.annotation.NonNull;
import com.google.firebase.remoteconfig.FirebaseRemoteConfig;
import easydo.ithebk.BuildConfig;
/**
#include<stdio.h>
main(){
printf("Hello");
}