Skip to content

Instantly share code, notes, and snippets.

View Babitabisht's full-sized avatar

Babita Bisht Babitabisht

  • New Delhi
View GitHub Profile
@Babitabisht
Babitabisht / Address.sol
Last active September 2, 2021 05:29
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.6.2+commit.bacdbe57.js&optimize=false&runs=200&gist=
pragma solidity ^0.4.24;
/**
* Utility library of inline functions on addresses
*/
library Address {
/**
* Returns whether the target address is a contract
* @dev This function will return false if invoked during the constructor of a contract,
@cfischer
cfischer / cloudSettings
Last active December 8, 2020 08:53
Editor settings for vscode
{"lastUpload":"2020-12-08T08:53:35.007Z","extensionVersion":"v3.4.3"}
@bradtraversy
bradtraversy / ssh.md
Last active September 30, 2025 20:16
SSH & DevOps Crash Course Snippets

SSH Cheat Sheet

This sheet goes along with this SSH YouTube tutorial

Login via SSH with password (LOCAL SERVER)

$ ssh brad@192.168.1.29

Create folder, file, install Apache (Just messing around)

$ mkdir test

$ cd test