|
You are here |
www.trickster.dev | ||
| | | | |
lisp-journey.gitlab.io
|
|
| | | | | A short post to show the usefulness of Hunchentoot-errors and to thank Mariano again.This library adds the current request and session data to your stacktrace, either in the REPL (base case) or in the browser.TLDR;Use it like this:;; (ql:quickload "hunchentoot-errors) ;; ;; We also use easy-routes: (ql:quickload "easy-routes") (defclass acceptor (easy-routes:easy-routes-acceptor hunchentoot-errors:errors-acceptor) () (:documentation "Our Hunchentoot acceptor that uses easy-routes and hunchentoot-errors, ... | |
| | | | |
steakenthusiast.github.io
|
|
| | | | | PrefaceThis article assumes a preliminary understanding of Abstract Syntax Tree structure and BabelJS. Click Here to read my introductory article on the usage of Babel. Definition of a Constant Variab | |
| | | | |
www.iswin.org
|
|
| | | | | https://attackerkb.com/topics/X85GKjaVER/cve-2021-21985 ?Spring ?bean?bean? Vcenter ?Debug? | |
| | | | |
blog.jonlu.ca
|
|
| | | A couple years back I built Uber Trip Stat's (now renamed to RideShare Trip Stats after a C&D from Uber), because I was interested in how much money I had spent on Uber over the last few years. Luckily Uber's web portal lets you see all your past rides, and it was fairly trivial to reverse the API through Chrome. The Chrome Extension just injects some javascript into the page, makes a few requests to get the entirety of your ride history | ||