Skip to content

Instantly share code, notes, and snippets.

View Proful's full-sized avatar

Proful Sadangi Proful

View GitHub Profile
"editor.tokenColorCustomizations": {
"[Community Material Theme]": {
"textMateRules": [
{
"scope": [
"comment",
],
"settings": {
"foreground": "#6a737d",
"fontStyle": "italic"
This file has been truncated, but you can view the full file.
{
"formatName": "dexie",
"formatVersion": 1,
"data": {
"databaseName": "keyval-store",
"databaseVersion": 0.1,
"tables": [
{
"name": "keyval",
"schema": "",
<body
class="modal-open"
style="padding-right: 0px;"
>
<div
aria-hidden="true"
/>
<div
class="fade modal-backdrop show"
/>
@Proful
Proful / mock_json_puru.json
Created November 16, 2020 00:36
mock json by Puru
[
{
"data": [
{
"id": "1321111764851920902",
"created_at": "Oct 27, 2020",
"tweet": "I just published a podcast with Seth Godin.<br /><br />Seth is one of my all-time favorite writers, and the author of 19 books.<br /><br />Here's what we talked about:<br />∙ Shipping every day<br />∙ Creating writing rituals<br />∙ Different approaches to online learning<br /><br />",
"linkWithImage": {
"expanded_url": "https://www.perell.com/podcast/seth-godin-writing-every-day",
"images": [
https://twitter.com/p_millerd/status/1327104762127519744?s=2
const twit = { name: 'Proful', followers: 1483}
console.log(Object.entries(twit))
Object.entries(twit).forEach(([key,value],index) => {
console.log(`${index}. ${key} => ${value}`)
})
var twit = { name: 'Proful' }
var insta = twit
twit.followers = twit = { count: 1400 }
console.log(twit)
console.log(insta)
{
"name": "payment::refund",
"accountId": "TAKINGSHAPE",
"retailerId": "3",
"entityId": "50489e49-9e6e-4070-b69d-988c55feda3b",
"entityRef": "1e2e32c8-1483-46ba-96e0-e67e17db2103",
"entityType": "CREDIT_MEMO",
"entitySubtype": "DEFAULT",
"type": "NORMAL",
"attributes": {
<html>
<head>
<style>
table {
background: blue;
}
.section {
width: 80%;
margin: 0 auto;