Skip to content

Instantly share code, notes, and snippets.

View BRAVO68WEB's full-sized avatar
🤣
monorepos are cringe

Jyotirmoy Bandyopadhayaya BRAVO68WEB

🤣
monorepos are cringe
View GitHub Profile
[
{
"id": 0,
"empName": "James Murphy",
"counsellor": "Adam Kate",
"doj": "08/06/2009",
"email": "[email protected]",
"phone": "0123456789",
"description": "An employee who deals with all bank incoming transactions"
},
@BRAVO68WEB
BRAVO68WEB / bootstrap.min.css
Created December 15, 2020 04:38
CustomBootstrap.min.css
/*!
* Bootstrap v4.5.2 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i");
:root {
--blue: #007bff;
--indigo: #6610f2;
@BRAVO68WEB
BRAVO68WEB / index.html
Created April 11, 2021 06:04
HTML Tut
<html>
<head>
<title> Hi </title>
</head>
<body>
<h1> Hello Wolrd from Body </h1>
<hr>
<script>
console.log("Hello World from Console");
</script>

<wiki:toc></wiki:toc>


Quick-start Guide

Hashers

The Hasher Algorithms

@BRAVO68WEB
BRAVO68WEB / EIP20Interface.sol
Created January 11, 2022 05:52
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.8.7+commit.e28d00a7.js&optimize=false&runs=200&gist=
// Abstract contract for the full ERC 20 Token standard
// https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md
pragma solidity ^0.4.21;
contract EIP20Interface {
/* This is a slight change to the ERC20 base standard.
function totalSupply() constant returns (uint256 supply);
is replaced with:
uint256 public totalSupply;
123123
package q10892;
public class PrimeNumbers {
public void primeInLimits(int low, int high) {
//1212121
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@BRAVO68WEB
BRAVO68WEB / mission_control_ext_bkp.json
Last active July 10, 2022 04:50
Mission Control Chrome Extension Backup Data
{
"sites": [
{
"cid": "9d8fd790f1d6a10dc3dd04b8",
"date": 1654413228615,
"id": 1,
"label": "Top Sites",
"starred": false,
"websites": [
{
@BRAVO68WEB
BRAVO68WEB / SecOps.md
Last active July 25, 2022 01:00
ENV var store