From f653a7b348f4a053c82c7dee2ac173288ee373b9 Mon Sep 17 00:00:00 2001 From: Yang Zhang Date: Mon, 28 Sep 2015 00:16:55 -0700 Subject: [PATCH] Annotate vim filetypes --- AI.page | 4 ++++ Algorithms.page | 4 ++++ Architecture.page | 4 ++++ Compilers.page | 4 ++++ Complexity.page | 4 ++++ Concurrency.page | 4 ++++ DB.page | 4 ++++ Design.page | 4 ++++ Distributed.page | 4 ++++ Front Page.page | 4 ++++ Gitit User's Guide.page | 4 ++++ Graphics.page | 4 ++++ HCI.page | 4 ++++ Hackery.page | 4 ++++ Hardware.page | 4 ++++ Help.page | 4 ++++ IR.page | 4 ++++ Languages.page | 4 ++++ Math.page | 4 ++++ Misc.page | 4 ++++ More Concurrency.page | 4 ++++ NLP.page | 4 ++++ Networking.page | 4 ++++ Projects.page | 4 ++++ Puzzles.page | 4 ++++ Queue.page | 4 ++++ Security.page | 4 ++++ Software Engineering.page | 4 ++++ Systems.page | 4 ++++ Troubleshooting.page | 4 ++++ Web.page | 4 ++++ 31 files changed, 124 insertions(+) diff --git a/AI.page b/AI.page index 79c1734..68b66e2 100644 --- a/AI.page +++ b/AI.page @@ -1660,3 +1660,7 @@ Google ML Infrastructure - Prediction API: much smaller - learn to rank not really used in ranking algo; want explainable/tweakable results + + diff --git a/Algorithms.page b/Algorithms.page index a7e9c63..ab052da 100644 --- a/Algorithms.page +++ b/Algorithms.page @@ -695,3 +695,7 @@ automatic differentiation - not symbolic (slow)/numeric (approximate); differentiates at specific points - add _infinitesimal_ $e$ similar to imaginary $i$ but $e^2=0$ - + + diff --git a/Architecture.page b/Architecture.page index f53f4de..b383182 100644 --- a/Architecture.page +++ b/Architecture.page @@ -473,3 +473,7 @@ Brawny cores still beat wimpy cores, most of the time (Urs Holzle, Google) use more local heuristics that are sloppier and more conservative, doing more work than necessary - + + diff --git a/Compilers.page b/Compilers.page index 6b9b6c6..cbc2078 100644 --- a/Compilers.page +++ b/Compilers.page @@ -291,3 +291,7 @@ inline caching can be recorded at same call site - megamorphic: if see too many types; same as uninitialized but never mono-/polymorphic again + + diff --git a/Complexity.page b/Complexity.page index eddce5f..f533082 100644 --- a/Complexity.page +++ b/Complexity.page @@ -30,3 +30,7 @@ Computer Studies of Turing Machine Problems (Rado, Shen Lin, 1965) - proved $\Sigma(1) = 1, S(1) = 1, \Sigma(2) = 4, S(2) = 6$ - Lin's PhD thesis: $\Sigma(3) = 6, S(3) = 21$ - Allen Brady, 1983: $\Sigma(4) = 13, S(4) = 107$ + + diff --git a/Concurrency.page b/Concurrency.page index b8afb3f..611a863 100644 --- a/Concurrency.page +++ b/Concurrency.page @@ -1770,3 +1770,7 @@ Locating Cache Performance Bottlenecks Using Data Profiling (alex pesterev, pdos - for each obj access: offset into obj, L1/L2/L3 misses, avg miss latencies, timestamp, CPU change - overhead + + diff --git a/DB.page b/DB.page index 032e757..8d3137a 100644 --- a/DB.page +++ b/DB.page @@ -1951,3 +1951,7 @@ flickr others - workday + + diff --git a/Design.page b/Design.page index 879cd09..0d208c1 100644 --- a/Design.page +++ b/Design.page @@ -8,3 +8,7 @@ typography blogs - ConversionXL + + diff --git a/Distributed.page b/Distributed.page index 3fb234f..d68bc35 100644 --- a/Distributed.page +++ b/Distributed.page @@ -1754,3 +1754,7 @@ gizzard (twitter) - handles migrations by applying WriteOnly shard in front of new node and replicating ops to both - + + diff --git a/Front Page.page b/Front Page.page index 9910aa1..3a82f2d 100644 --- a/Front Page.page +++ b/Front Page.page @@ -61,3 +61,7 @@ For more information about the author, see my [home page], [Twitter], or [Twitter]: https://www.twitter.com/yaaang [blog]: http://yz.mit.edu/wp/ [Hacker News]: https://news.ycombinator.com/item?id=5984778 + + diff --git a/Gitit User's Guide.page b/Gitit User's Guide.page index c2dbde0..ea1d7d3 100644 --- a/Gitit User's Guide.page +++ b/Gitit User's Guide.page @@ -536,3 +536,7 @@ The stylesheets are influenced by Wikipedia's stylesheets and by the bluetrip CSS framework (see BLUETRIP-LICENSE). Some of the icons in `img/icons` come from bluetrip as well. + + diff --git a/Graphics.page b/Graphics.page index e37c427..38912de 100644 --- a/Graphics.page +++ b/Graphics.page @@ -305,3 +305,7 @@ voxels - engines - atomontage - + + diff --git a/HCI.page b/HCI.page index 87a2b24..02e6be4 100644 --- a/HCI.page +++ b/HCI.page @@ -53,3 +53,7 @@ data visualizations interaction techniques - brushing: selecting data in one view and updating others + + diff --git a/Hackery.page b/Hackery.page index d64a484..d399b0e 100644 --- a/Hackery.page +++ b/Hackery.page @@ -3331,3 +3331,7 @@ The _global interrupt flag (GIF)_ is a bit that controls whether interrupts and hsave: host save state npage: nested page + + diff --git a/Hardware.page b/Hardware.page index 2a284c4..1b28cd5 100644 --- a/Hardware.page +++ b/Hardware.page @@ -72,3 +72,7 @@ Media Players - can stream to devices - cloud DVR - $100 + + diff --git a/Help.page b/Help.page index 7caa4e9..f57f7dc 100644 --- a/Help.page +++ b/Help.page @@ -323,3 +323,7 @@ To link to a top-level page called `Burgundy`, you'd have to use To link to a directory listing for a subdirectory, use a trailing slash: `[Wine/]()` will link to a listing of the `Wine` subdirectory. + + diff --git a/IR.page b/IR.page index 82e4fb2..0513575 100644 --- a/IR.page +++ b/IR.page @@ -327,3 +327,7 @@ SPEAR (michael noll) - based on HITS: mutual reinforcement of users and documents - time-based: discoverers vs followers - evaluated on delicious.com + + diff --git a/Languages.page b/Languages.page index 61d9c81..53d95b9 100644 --- a/Languages.page +++ b/Languages.page @@ -982,3 +982,7 @@ Exterminator (zorn, msr, pldi07) - iterative, replicated, cumulative - reminders - safec: uses enhanced ptr/arr repr + + diff --git a/Math.page b/Math.page index 2c80d3a..b7058f2 100644 --- a/Math.page +++ b/Math.page @@ -1018,3 +1018,7 @@ category theory - $F(1_A) = 1_{F(A)} \forall A \in C1$ - $F(g \ocirc f) = F(g) \ocirc F(f) \forall f: A \rightarrow B, g: B \rightarrow C$ where $A,B,C \in C1$ + + diff --git a/Misc.page b/Misc.page index 09c89a0..e0fd073 100644 --- a/Misc.page +++ b/Misc.page @@ -294,3 +294,7 @@ totally misc - goodhart's law: setting social/economic targets loses the original intent bc people will try to game/solely meet the target; eg, soviet factories that needed to meet nail quotas producing useless nails + + diff --git a/More Concurrency.page b/More Concurrency.page index 064472c..4068f5c 100644 --- a/More Concurrency.page +++ b/More Concurrency.page @@ -7,3 +7,7 @@ Coordination and orchestration - discrete events (DE) [move here: concurrency models] + + diff --git a/NLP.page b/NLP.page index 59a471b..3620d09 100644 --- a/NLP.page +++ b/NLP.page @@ -89,3 +89,7 @@ NLP at Google (Katja Filippova) - constraint: path must contain a verb - use google news' clusters as dataset - + + diff --git a/Networking.page b/Networking.page index ce06861..7303579 100644 --- a/Networking.page +++ b/Networking.page @@ -1033,3 +1033,7 @@ Lewis Girod, Sevan, Ryan - specifically, separate signal from noise, probably using clustering of spectra (using euclidian distance of their frequencies) + + diff --git a/Projects.page b/Projects.page index ca9a462..9732740 100644 --- a/Projects.page +++ b/Projects.page @@ -383,3 +383,7 @@ Distributed Programming Models - Ease, Carnap - marginally: Mozart (aspects, mobile agents) - + + diff --git a/Puzzles.page b/Puzzles.page index 3e1884e..2148a32 100644 --- a/Puzzles.page +++ b/Puzzles.page @@ -347,3 +347,7 @@ General math have a positive sum and any 11 consecutive numbers have a negative sum? - airport conveyer belt: takes 172s to walk to other side WITH belt and 5x that to AGAINST. how long if standing still? if walking without belt? + + diff --git a/Queue.page b/Queue.page index 6c06229..3e1121b 100644 --- a/Queue.page +++ b/Queue.page @@ -20,3 +20,7 @@ Notes In all of the notes files: * means I have a hard copy, so don't reprint + + diff --git a/Security.page b/Security.page index 62f13bc..13792c0 100644 --- a/Security.page +++ b/Security.page @@ -1859,3 +1859,7 @@ SSO protocols - unlike CAS, confirmation of association btwn ticket & svc is responsibility of web app, not of CAS - KRB + + diff --git a/Software Engineering.page b/Software Engineering.page index 055cf43..b4ac679 100644 --- a/Software Engineering.page +++ b/Software Engineering.page @@ -88,3 +88,7 @@ formal methods - TLA/TLA+ - amazon's use: + + diff --git a/Systems.page b/Systems.page index 713bbcc..b1f5db0 100644 --- a/Systems.page +++ b/Systems.page @@ -1227,3 +1227,7 @@ scripts.mit.edu (SIPB cluedump 08/10/28) - to mark all files as exe (phasing out) - quilt: for applying patchsets - hacked up krb + + diff --git a/Troubleshooting.page b/Troubleshooting.page index 8883e09..aa73456 100644 --- a/Troubleshooting.page +++ b/Troubleshooting.page @@ -7,3 +7,7 @@ Resources: - - + + diff --git a/Web.page b/Web.page index 755c77a..b16b75c 100644 --- a/Web.page +++ b/Web.page @@ -414,3 +414,7 @@ sync kit (marcua, edbenson, www10) - perf eval: higher tput, competitive (slightly better) latency - higher tput from network-bound workloads - latency comes from client-side processing + local db queries + +