Skip to content

Instantly share code, notes, and snippets.

View shnitish's full-sized avatar
:octocat:
Hustling

Nitish Sharma shnitish

:octocat:
Hustling
View GitHub Profile
@shnitish
shnitish / guess_date.cpp
Created April 28, 2021 09:24
Guess birth date program
#include <iostream>
#include <vector>
using namespace std;
void display(vector<vector<int>> &card)
{
for(int i = 0; i < card.size(); i++)
{
for(int j = 0; j < card[0].size(); j++)
{
@shnitish
shnitish / Deal.sol
Created January 13, 2021 14:30
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.4.26+commit.4563c3fc.js&optimize=true&runs=200&gist=
// SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.4.18;
contract Trade
{
address owner_address;
address buyer_address;
// constructor to set the owner of the contract
@shnitish
shnitish / HR interview questions
Created September 30, 2020 16:27 — forked from Ashish-012/HR interview questions
Some FAQ that are asked in HR rounds
1. Some basic questions
* Tell me about yourself.
* Why should we hire you?
* Why this company?
* What if I reject you today?
* Higher Studies?
* What if some other company offers higher package?
2. In company talk
* Our company gives a lot of pressure
### Keybase proof
I hereby claim:
* I am nitish81299 on github.
* I am konvict (https://keybase.io/konvict) on keybase.
* I have a public key ASBLrCW5b-xqRfd9cqVAOROvbcGTFeZnwciREMqPZKt79go
To claim this, I am signing this object:
@shnitish
shnitish / Notes.md
Last active November 12, 2019 06:06

I am so sick and tired of @mzfr telling me to keep my stuff secure, I mean who the hell is going to hack me? No one knows me, I got nothing to lose. But still I don't want him bugging around me shouting things like "stay paranoid, stay happy".

It's hard to remember things so I'm simply write it down:

  1. Always use pass greater the 8 digits and it should have alphanumeric values.
  2. Always keep the development stuff in dev folder.
  3. Do not write down your credentials in some file.
  4. Use password manager(I think I should do that)
@shnitish
shnitish / Report.md
Last active July 10, 2021 06:57
Project report Google Summer of Code 2019

GSOC'19 Work Product: SPDX specifications in PDF and HTML

Nitish Sharma | Github | Email | LinkedIn

Relevant Project Links