Skip to content

Instantly share code, notes, and snippets.

View ishantsagar's full-sized avatar

Ishant Sagar ishantsagar

  • Jaipur
View GitHub Profile
@dayitv89
dayitv89 / LightRedux.js
Last active April 10, 2019 13:13
LightRedux is the lightest version of the redux, no actions, no reducers, no funny business direct HOC based implementation. Good for small project.
/**
* Copyright (c) 2017-Present, Gaurav D. Sharma
* All rights reserved.
*
* @flow
*/
'use strict';
import React from 'react';
@JosiasSena
JosiasSena / DeCryptor.java
Last active September 12, 2023 12:40
Encryptor and Decryptor for data encryption.decryption using the Android KeyStore.
/**
_____ _____ _
| __ \ / ____| | |
| | | | ___| | _ __ _ _ _ __ | |_ ___ _ __
| | | |/ _ \ | | '__| | | | '_ \| __/ _ \| '__|
| |__| | __/ |____| | | |_| | |_) | || (_) | |
|_____/ \___|\_____|_| \__, | .__/ \__\___/|_|
__/ | |
|___/|_|
*/