Skip to content

Instantly share code, notes, and snippets.

View shrey150's full-sized avatar
🅱️

Shrey Pandya shrey150

🅱️
View GitHub Profile
@shrey150
shrey150 / package.json
Last active October 29, 2018 17:56
Plagarizer
{
"name": "plagarizer",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Shrey Pandya",
"license": "MIT",
@shrey150
shrey150 / Main.java
Created November 9, 2018 18:57
GettysburgAddress
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.Scanner;
/**
* GettysburgAddress
* @author Shrey Pandya p7
*
*/
@shrey150
shrey150 / compare-sec-filings.ts
Created June 4, 2026 19:38
Browserbase x Anthropic Opus 4.8 Webinar
// Stagehand + Browserbase: an AI agent that researches SEC filings on its own.
//
// We give Stagehand a plain-English task, point it at SEC EDGAR, and let its
// `agent` autonomously navigate, read 10-Q filings, and build a comparison
// table — no selectors, no scraping code, no per-site logic.
import "dotenv/config";
import { exec } from "node:child_process";
import { Stagehand } from "@browserbasehq/stagehand";