<wiki:toc></wiki:toc>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title> Hi </title> | |
</head> | |
<body> | |
<h1> Hello Wolrd from Body </h1> | |
<hr> | |
<script> | |
console.log("Hello World from Console"); | |
</script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
123123 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sites": [ | |
{ | |
"cid": "9d8fd790f1d6a10dc3dd04b8", | |
"date": 1654413228615, | |
"id": 1, | |
"label": "Top Sites", | |
"starred": false, | |
"websites": [ | |
{ |
Use dotenv-vault
Host a .env online and wget/curl to fetch before running the app
Use Doppler(https://www.doppler.com/) + pm2