From e53c1a090eb9cfac3cb23d10d981648d02518ed1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 13 Aug 2021 04:18:57 -0400 Subject: Made program: specify its bindings the same way as syntax:. --- documentation/bookmark/database/storage.md | 4 ++++ documentation/bookmark/debugging.md | 11 ----------- documentation/bookmark/format/base64.md | 4 ++++ documentation/bookmark/tool/debugger.md | 12 ++++++++++++ 4 files changed, 20 insertions(+), 11 deletions(-) create mode 100644 documentation/bookmark/database/storage.md create mode 100644 documentation/bookmark/format/base64.md create mode 100644 documentation/bookmark/tool/debugger.md (limited to 'documentation/bookmark') diff --git a/documentation/bookmark/database/storage.md b/documentation/bookmark/database/storage.md new file mode 100644 index 000000000..ac125911f --- /dev/null +++ b/documentation/bookmark/database/storage.md @@ -0,0 +1,4 @@ +# Reference + +1. [Damn Cool Algorithms: Log structured storage](http://blog.notdot.net/2009/12/Damn-Cool-Algorithms-Log-structured-storage) + diff --git a/documentation/bookmark/debugging.md b/documentation/bookmark/debugging.md index d2fe2693d..60227f63c 100644 --- a/documentation/bookmark/debugging.md +++ b/documentation/bookmark/debugging.md @@ -14,17 +14,6 @@ 1. https://pernos.co/ -# Tool - -1. [drgn: Scriptable debugger library](https://github.com/osandov/drgn) -1. [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/) -1. https://github.com/srg-imperial/SaBRe -1. https://developer.mozilla.org/en-US/docs/Mozilla/Projects/WebReplay -1. https://umaar.github.io/performance-debugging-devtools-2018/#/ -1. http://plasma-umass.org/BLeak/ -1. https://clinicjs.org/ -1. http://pev.sourceforge.net/ - # Tracing 1. ["Understanding Microservices with Distributed Tracing" by Lita Cho](https://www.youtube.com/watch?v=URCLeycMrhU) diff --git a/documentation/bookmark/format/base64.md b/documentation/bookmark/format/base64.md new file mode 100644 index 000000000..47ebe02a1 --- /dev/null +++ b/documentation/bookmark/format/base64.md @@ -0,0 +1,4 @@ +# Reference + +1. [fast-base64](https://github.com/mitschabaude/fast-base64) + diff --git a/documentation/bookmark/tool/debugger.md b/documentation/bookmark/tool/debugger.md new file mode 100644 index 000000000..fb4283d67 --- /dev/null +++ b/documentation/bookmark/tool/debugger.md @@ -0,0 +1,12 @@ +# Reference + +1. [Ruby Jard: Just Another Ruby Debugger](https://rubyjard.org/) +1. [drgn: Scriptable debugger library](https://github.com/osandov/drgn) +1. [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/) +1. https://github.com/srg-imperial/SaBRe +1. https://developer.mozilla.org/en-US/docs/Mozilla/Projects/WebReplay +1. https://umaar.github.io/performance-debugging-devtools-2018/#/ +1. http://plasma-umass.org/BLeak/ +1. https://clinicjs.org/ +1. http://pev.sourceforge.net/ + -- cgit v1.2.3