Skip to content

Instantly share code, notes, and snippets.

View 0xankit's full-sized avatar
🎯
Focusing

Ankit Kumar 0xankit

🎯
Focusing
View GitHub Profile

What would you need:

Hardware requirements

[Unit]
Description=IITK Network Service
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/env python3 /home/../script/sauthenticator.py
TimeoutStopSec=10
Restart=always
Environment=PYTHONUNBUFFERED=1

Keybase proof

I hereby claim:

  • I am 0xankit on github.
  • I am 0xankit (https://keybase.io/0xankit) on keybase.
  • I have a public key ASAwVP0oP-kWeiQg-bm4kXfuI--NhRU_8rfsoCeQh4ExJwo

To claim this, I am signing this object:

pragma solidity ^0.4.24;
// Define a contract 'Lemonade Stand'
contract LemonadeStand {
// Variable: Owner
address owner;
// Variable: SKU count
uint skuCount;