Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mohit on github.
  • I am mo (https://keybase.io/mo) on keybase.
  • I have a public key whose fingerprint is 443A B485 AAEB A20F E711 58E5 6361 3E52 AC35 8605

To claim this, I am signing this object:

<style>
.mostlyFill{width: 90%;}
.rowFill{text-align: center;}
.topRow{width: 33%; vertical-align: middle;display: table-cell}
.bottomRow{width: 25%; vertical-align: middle;display: table-cell}
</style>
<div class="rowFill">
<div class="topRow">
<a href="https://www.inria.fr/">
<img class="mostlyFill"
@mohit
mohit / sVim.rc
Last active November 14, 2017 23:03
sVim: Safari Extension Configuration
" this is a vimrc for safari's https://github.com/flipxfx/sVim
let mapleader = ","
let blacklists = ["*://*.github.com/*", "*://mail.google.com/*", "*://inbox.google.com/*"]

Zoom for K-12 Schools & Districts Privacy Policy

Last updated: March 18, 2020

Zoom partners with schools to provide video communications to support traditional, virtual, and hybrid classrooms, distance learning, educational office hours, guest lectures, and more. As part of the services we provide to K-12 schools, Zoom may be used by students, including students under the age of 16. We are particularly committed to protecting the privacy of K-12 users, and Zoom’s K-12 Schools & Districts Privacy Policy is designed to reflect our compliance with the requirements of the Children’s Online Privacy Protection Act (“COPPA”), the California Consumer Privacy Act (“CCPA”), the Federal Education Rights and Privacy Act (“FERPA”), and other applicable law.

Consent

@mohit
mohit / website_crawler.py
Created September 4, 2025 21:54
Website Crawler using crawl4ai - Crawls websites with specified depth and saves content as markdown files with PDF downloads
#!/usr/bin/env python3
"""
Website Crawler using crawl4ai
Crawls websites with specified depth and saves content as markdown files.
Also downloads PDF files found during the crawl.
"""
import asyncio
import os
import re