Skip to content

Instantly share code, notes, and snippets.

View naino142's full-sized avatar
💭
Namaste world

naino142

💭
Namaste world
View GitHub Profile
@naino142
naino142 / .prettierrc.json
Created April 29, 2023 07:48
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=
{
"overrides": [
{
"files": "*.sol",
"options": {
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"singleQuote": false,
"bracketSpacing": false
@naino142
naino142 / chart.config.ts
Last active April 14, 2023 14:42
Build and Deploy a Full Stack MERN Dashboard App With CRUD, Auth, and Charts Using Refine
import { ApexOptions } from 'apexcharts';
export const TotalRevenueSeries = [
{
name: 'Last Month',
data: [183, 124, 115, 85, 143, 143, 96],
},
{
name: 'Running Month',
data: [95, 84, 72, 44, 108, 108, 47],
@naino142
naino142 / index.html
Created September 24, 2022 14:54
Space globe - Three.js
<div id="canvas_container"></div>
<!-- <button id="fullscr">Go Fullscreen</button> -->