Skip to content

Instantly share code, notes, and snippets.

View neilsarkar's full-sized avatar
🌴
On vacation

Neil Sarkar neilsarkar

🌴
On vacation
View GitHub Profile
@neilsarkar
neilsarkar / gist:550daff7abe3c1ef00cb332f0f5864d6
Last active September 27, 2020 03:21
King of the Hat Score Recalculation
BRAVERY
1. TatsuoNamake 206,743 (+1)
2. ElecDashi 201,591 (+55)
3. admir146 198,573 (+59)
4. MirFälltKeinNameEin 198,456 (+1)
5. Herman The Cherman 197,155 (-2)
6. SoliMoli 193,130 (+6)
7. HonorHallow 191,806 (+56)
8. Zardlin 189,208 (+3)
9. Olgaro 188,062 (+68)

Elo Adjustments Feb 21, 2019

Ping us in the official server if you believe your adjustment was incorrect

98952 ==> 102480  (Adam)
106092 ==> 110124  (Kib)
110712 ==> 114072  Kirai 
100968 ==> 99540  Sυɴғlower - Hαɴαнαĸι Diѕeαѕe
99456 ==> 98112 (rus1f1x1on
@neilsarkar
neilsarkar / snippets.cson
Created January 16, 2018 05:13
Atom Snippets
# Your snippets
#
# Atom snippets allow you to enter a simple prefix in the editor and hit tab to
# expand the prefix into a larger code block with templated values.
#
# You can create a new snippet in this file by typing "snip" and then hitting
# tab.
#
# An example CoffeeScript snippet to expand log to console.log:
#
const initialState = {}
export default function(state=initialState, action) {
switch(action.type) {
$1
default:
return state
}
}
@neilsarkar
neilsarkar / poop.js
Created July 4, 2017 13:26
example poop.js
process.env.__base = __dirname
const User = require(process.env.__base + '/models/userModel');
User.findOrCreate({
where: {
facebook_id: 1,
},
defaults: {
name: Math.random(),
},
@neilsarkar
neilsarkar / AppText.js
Created January 10, 2017 01:48
React Native Text Wrapper for default font
'use strict';
import React, {Component} from 'react';
import {
Text,
} from 'react-native';
export default class AppText extends Component {
constructor(props) {
super(props)

Keybase proof

I hereby claim:

  • I am neilsarkar on github.
  • I am neilsarkar (https://keybase.io/neilsarkar) on keybase.
  • I have a public key whose fingerprint is AE1F D2C0 DD5D 0BA6 BBEB 9659 6A89 03A3 7E47 EA82

To claim this, I am signing this object:

body {
font-family: sans-serif;
font-size: 18px;
line-height: 1.5;
margin: 30px;
border: 5px solid #777777;
padding: 50px;
background: #444444;
color: #EEEEEE;
}
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Wendy G. Bite | Résumé</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1>Wendy G. Bite</h1>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Wendy G. Bite</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1>Wendy G. Bite</h1>