Skip to content

Instantly share code, notes, and snippets.

View jiangnanhugo's full-sized avatar
🎯
Focusing

Nan Jiang jiangnanhugo

🎯
Focusing
View GitHub Profile
@jiangnanhugo
jiangnanhugo / download_iclr2026_withdraw.py
Last active December 30, 2025 00:04
extract the withdrawn paper from iclr 2026 and sort by date.
import json
import numpy as np
import requests
from datetime import datetime, timezone
def ms_to_iso(ms):
if ms is None:
return ""
return datetime.fromtimestamp(ms / 1000, tz=timezone.utc).isoformat()
@jiangnanhugo
jiangnanhugo / gist:3cdd13861ffeafe437d36f269f42ca29
Created August 18, 2021 02:21 — forked from debasishg/gist:8172796
A collection of links for streaming algorithms and data structures
  1. General Background and Overview