This is the multi-page printable view of this section. Click here to print.
Javascript
Javascript projects
- 1: Bazel targets
- 2: Changelog
- 3: Leetcode downloader
- 3.1: Bazel targets
- 3.2: Changelog
1 - Bazel targets
| Name | Info | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| changelog |
|
||||||||||
| changelog.changelog |
|
||||||||||
| changelog.changelog_data |
|
||||||||||
| changelog.changelog_files |
|
||||||||||
| changelog.template |
|
||||||||||
| postcss |
|
||||||||||
| postcss__entry_point |
|
||||||||||
| prettier |
|
||||||||||
| prettier__entry_point |
|
||||||||||
| readme |
|
||||||||||
| readme.srcs |
|
||||||||||
| readme.with_children |
|
2 - Changelog
- Fix hugo build in CI (70f831)
- Fix al_hugo_run_binary, add al_http_server_binary (1bf299)
- Move changelog rules to bzl/rules/git, improve ansible rules (c94123)
- Move changelog rules to bzl/rules/changelog (4d59d6)
- Move readme rules to bzl/rules/readme (95ea8d)
- Move bzl rules to bzl/rules/bzl (57930e)
- Move go tools to go/tools with a separate go.mod, rename MODULE files (fe6e1d)
- Bump bazel version, split the root MODULE file, add bzl/rules/ansible (981a38)
- Change nvim theme to
navarasu/onedark.nvim(e2f7da) - Add ability to stop to leetcode-downloader (d7edcb)
- Add sh leetcode (e4a776)
- Add new leetcode submissions, change leetcode directory structure (196bcd)
- Add changelog for all packages (a6ebf9)
- Add bzl_target_doc (c5636e)
- Add al_vial_submissions macro, update titles and descriptions (79c826)
- Update books, update some readmes (26fa79)
- Add heading anchors, add theme toggle, add search, add taxonomies (f79db8)
- Fix postcss modules by moving all dependencies to //:node_modules (630911)
- Add more debug for al_hugo_site, add author section to books.md (9ae8c0)
- Fix postcss invocation in hugo/sites/misc (fb79a3)
- Remove al_hugo_theme and al_hugo_module, fix al_hugo_serve (3619a7)
- Add hugo site rules, setup build for hugo/sites/misc (b7b15d)
- Add al_hugo_theme, al_hugo_theme_info, al_hugo_build, fix docsy source (db6acf)
- Add js cli tools (28f0dd)
- Add js/docsy, add com-github-google-docsy (8e7707)
- Use subpackages() to build docs instead of writing queries to the tree (ba7b67)
- Add md targets for all md files, add bzl/vars/readmes.bzl (a39482)
- Move md/docs/ to md/docs/src, add rules_lint (85eaf6)
- Add
al_readmeplugin, split variables in /bzl/vars (9212dc) - Add //bzl/vars:bzl_libs, use write_source_file to generate md files (936a02)
- Add
al_alias_mapmacro (e23563) - Rename javascript to js, shell to sh, perl to pl, rust to rs (3f7ffb)
3 - Leetcode downloader
Tampermonkey script to download leetcode submissions
How to use
- Enable the script
- Go to the submissions page: https://leetcode.com/submissions
- Click on the
Download submissionsbutton in the bottom right corner - Wait
- The submissions file should be in
~/Downloads
3.1 - Bazel targets
| Name | Info | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| changelog |
|
||||||||||
| changelog.changelog |
|
||||||||||
| changelog.changelog_data |
|
||||||||||
| changelog.changelog_files |
|
||||||||||
| changelog.template |
|
||||||||||
| lib |
|
||||||||||
| readme |
|
||||||||||
| readme.srcs |
|
||||||||||
| readme.with_children |
|
3.2 - Changelog
- Move changelog rules to bzl/rules/git, improve ansible rules (c94123)
- Move changelog rules to bzl/rules/changelog (4d59d6)
- Move readme rules to bzl/rules/readme (95ea8d)
- Move bzl rules to bzl/rules/bzl (57930e)
- Change nvim theme to
navarasu/onedark.nvim(e2f7da) - Add ability to stop to leetcode-downloader (d7edcb)
- Add sh leetcode (e4a776)
- Add new leetcode submissions, change leetcode directory structure (196bcd)
- Add changelog for all packages (a6ebf9)
- Add bzl_target_doc (c5636e)
- Update books, update some readmes (26fa79)
- Use subpackages() to build docs instead of writing queries to the tree (ba7b67)
- Add md targets for all md files, add bzl/vars/readmes.bzl (a39482)
- Rename javascript to js, shell to sh, perl to pl, rust to rs (3f7ffb)