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
CustomerID | Name | AccountType | City | MonthlyIncome | TotalIncome | TotalExpenses | TotalDebt | TotalBalance | Transactions | Branch | |
---|---|---|---|---|---|---|---|---|---|---|---|
101 | Rahul Mehta | Savings | Mumbai | 82000 | 984000 | 720000 | 100000 | 164000 | 245 | South Zone | |
102 | Priya Sharma | Current | Delhi | 145000 | 1740000 | 1600000 | 120000 | 20000 | 389 | North Zone | |
103 | Arjun Rao | Business | Bangalore | 230000 | 2760000 | 2380000 | 150000 | 230000 | 560 | West Zone | |
104 | Ananya Jain | Savings | Hyderabad | 65000 | 780000 | 500000 | 50000 | 230000 | 188 | South Zone | |
105 | Kabir Patel | Current | Chennai | 98000 | 1176000 | 1180000 | 100000 | -20000 | 342 | South Zone | |
106 | Isha Gupta | Business | Gurgaon | 310000 | 3720000 | 3100000 | 250000 | 370000 | 675 | North Zone | |
107 | Aman Bansal | Savings | Jaipur | 55000 | 660000 | 450000 | 30000 | 180000 | 156 | North Zone | |
108 | Ritika Desai | Current | Pune | 120000 | 1440000 | 1220000 | 60000 | 160000 | 321 | West Zone | |
109 | Varun Sethi | Savings | Noida | 47000 | 564000 | 400000 | 25000 | 139000 | 99 | North Zone |
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": 12, | |
"name": "Ishaan", | |
"department": "Engineering", | |
"salary": 94000, | |
"experience": 6, | |
"projects": [ | |
{ "name": "NeuralVision", "budget": 500000, "completed": true }, | |
{ "name": "DataBridge", "budget": 220000, "completed": false } |
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
module aptosnsut::credentials { | |
use std::string::String; | |
use std::signer; | |
use std::vector; | |
use aptos_framework::event; | |
use aptos_framework::account; | |
struct Credential has key, store { | |
issuer: address, | |
document_hash: String, |
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
// File: src/index.ts | |
import express from 'express'; | |
import { AptosClient, AptosAccount, FaucetClient, TokenClient, CoinClient } from 'aptos'; | |
import dotenv from 'dotenv'; | |
dotenv.config(); | |
const app = express(); | |
const port = process.env.PORT || 3000; |
We can't make this file beautiful and searchable because it's too large.
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
Time,Status,Host,Request,Message,IP Address,User-Agent,Latitude,Longitude | |
2024-09-01 14:05:15,400,abc.com,POST /api/v1/auth/login HTTP/1.1,Bad Request,174.38.165.33,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Opera/74.0.3911.107 Safari/537.36",16.96507155383027,-0.910638875154433 | |
2024-09-01 14:05:16,200,abc.com,POST /api/v1/products HTTP/1.1,OK,231.13.196.228,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/85.0 Safari/537.36",-63.44722490581396,97.54506729837635 | |
2024-09-01 14:05:19,404,abc.com,POST /api/v1/orders HTTP/1.1,Not Found,168.208.85.6,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/85.0 Safari/537.36",61.422656534140515,-44.33057315662498 | |
2024-09-01 14:05:20,502,abc.com,GET /api/v1/dashboard HTTP/1.1,Bad Gateway,250.107.149.175,"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/85.0 Safari/537.36",-71.68923773890815,16.661879803146064 | |
2024-09-01 |
This file has been truncated, but you can view the full file.
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
Time,Status,Host,Request,Message,IP Address,User-Agent | |
2024-08-30 22:10:25,200,abc.com,POST /api/v1/auth/logout HTTP/1.1,OK,161.168.13.2,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/85.0 Safari/537.36" | |
2024-08-30 22:10:29,200,abc.com,POST /api/v1/auth/logout HTTP/1.1,OK,92.6.63.174,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/88.0.705.56 Safari/537.36" | |
2024-08-30 22:10:33,403,abc.com,GET /api/v1/dashboard HTTP/1.1,Forbidden,79.18.228.181,"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36" | |
2024-08-30 22:10:34,200,abc.com,GET /api/v1/users HTTP/1.1,OK,86.31.142.248,"Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/85.0 Safari/537.36" | |
2024-08-30 22:10:40,200,abc.com,GET /api/v1/analytics HTTP/1.1,OK,229.224.39.224,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Firefox/85.0 Safari |
We can't make this file beautiful and searchable because it's too large.
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
Time,Status,Host,Request,Message,IP Address,User-Agent | |
2024-08-30 21:08:20,200,abc.com,GET /api/v1/resource HTTP/1.1,OK,215.89.197.21,"Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Edge/88.0.705.56 Safari/537.36" | |
2024-08-30 21:08:21,200,abc.com,GET /api/v1/resource HTTP/1.1,OK,138.178.38.27,"Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Edge/88.0.705.56 Safari/537.36" | |
2024-08-30 21:08:21,200,abc.com,GET /api/v1/resource HTTP/1.1,OK,50.222.255.46,"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36" | |
2024-08-30 21:08:24,400,abc.com,GET /api/v1/resource HTTP/1.1,Bad Request,53.255.48.110,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Opera/74.0.3911.107 Safari/537.36" | |
2024-08-30 21:08:25,200,abc.com,GET /api/v1/resource HTTP/1.1,OK,173.60.43.150,"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.43 |