Skip to content

Instantly share code, notes, and snippets.

View K0414's full-sized avatar

K0414 K0414

  • Microsoft
  • Beijing, China
View GitHub Profile
@K0414
K0414 / sft_report.html
Created May 24, 2026 02:55
ResearchMan SFT Eval Report (issue #14) - 2026-05-24
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ResearchMan SFT Evaluation Report</title>
<style>
body { font-family: -apple-system, 'Segoe UI', sans-serif; max-width: 1200px;
margin: 2em auto; padding: 0 1.5em; color: #222; line-height: 1.5; }
h1 { border-bottom: 3px solid #333; padding-bottom: .3em; }
h2 { margin-top: 2em; border-bottom: 1px solid #ccc; padding-bottom: .2em; }
@K0414
K0414 / 0_reuse_code.js
Created October 10, 2013 07:14
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console