I hereby claim:
- I am tarekkma on github.
- I am tarekkma (https://keybase.io/tarekkma) on keybase.
- I have a public key ASDNPQBVF0qXGZScN63H7JdXwni6hSTY7S90AGV_3fM24wo
To claim this, I am signing this object:
const fs = require('fs'); | |
const toml = require('smol-toml'); | |
const [, , tomlFile] = process.argv; | |
// read toml file | |
const data = fs.readFileSync(tomlFile, 'utf8'); | |
// parse toml file |
#include <iostream> | |
using namespace std; | |
void accept(); | |
void reject(); | |
void S(); | |
void A(); | |
void B(); | |
void D(); |
I hereby claim:
To claim this, I am signing this object:
/* don't use this code */
if(check() == YES){
//CODE
}
/* because BOOL values can have any value becase it is implemnted as ``unsigned char`` in 32 bit arch systems */
/* use this insted */
This Code is Modifed from the retrofit2:converter-gson:2.1.0
###How to use this class ?
public T convert(ResponseBody value)
method and clean your response as you wishimport com.google.gson.Gson; | |
import java.util.Arrays; | |
import java.util.List; | |
/** | |
* Created by TarekkMA on 5/10/16. | |
* www.FaceBook.com/tarekkma1 | |
*/ | |
public class JsonHelper { | |
private static final String TAG = "JsonHelper"; |
//-------------Dynamic Varibles----------------// | |
var sratWithUp = true // | |
var endWithDown = true // | |
var numOfPeeks = 4 // | |
var curveLength = 4 // | |
var cycleChars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" // | |
//---------------------------------------------// | |
var curves = numOfPeeks * 2 | |
if (!endWithDown) {curves--} | |
if (!sratWithUp) {curves--} |