Skip to content

Instantly share code, notes, and snippets.

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

Nitikesh nitikeshd

🏠
Working from home
View GitHub Profile
@nitikeshd
nitikeshd / predictions.ipynb
Last active December 6, 2021 13:18
Predictions
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Phabricator Ubuntu Installation Guide

This is a supplement to the official Phabricator Installation Guide, because their guide will leave you with all kinds of permission and config errors and ~15,000 setup issues on startup.

Install bonus packages:

# apt-get install mercurial subversion python-pygments sendmail imagemagick

Create necessary users and add phd-user to sudoers:

@nitikeshd
nitikeshd / NITToken.sol
Last active August 8, 2021 17:06
NITCoin Verified and compiled Source code
/**
*Submitted for verification at BscScan.com on 2021-04-13
Author: Nitikesh Pattanayak
*/
pragma solidity ^0.4.24;
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
if (a == 0) {