From f93b218437da03a245047864f914c636a92458f8 Mon Sep 17 00:00:00 2001 From: chenjiajia Date: Tue, 29 Oct 2024 21:10:43 +0000 Subject: [PATCH] Robot Updated at:29 Oct 2024 21:10:43 GMT --- docs/awesome/awesome-cakephp.md | 1 + docs/awesome/awesome-cpp.md | 1 + docs/awesome/awesome-deno.md | 4 +- docs/awesome/awesome-digital-humanities.md | 1 + docs/awesome/awesome-mac.md | 1 + docs/awesome/awesome-neovim.md | 149 ++++++++++++++++++ docs/awesome/awesome-ruby.md | 3 + docs/awesome/awesome-svelte.md | 1 + docs/awesome/awesome-tailwindcss.md | 1 + .../awesome-theoretical-computer-science.md | 3 +- docs/awesome/awesome-vue.md | 1 - docs/awesome/discount-for-student-dev.md | 4 + docs/awesome/free-for-dev.md | 1 + docs/awesome/sindresorhus-awesome.md | 2 + docs/awesome/static-analysis.md | 2 + .../urban-and-regional-planning-resources.md | 1 - 16 files changed, 171 insertions(+), 5 deletions(-) diff --git a/docs/awesome/awesome-cakephp.md b/docs/awesome/awesome-cakephp.md index 537f47c06f..ab996e755c 100644 --- a/docs/awesome/awesome-cakephp.md +++ b/docs/awesome/awesome-cakephp.md @@ -229,6 +229,7 @@ Additional lists you might find useful: *Plugins and software for indexing and performing search queries on data.* - 🍰 [Cake/ElasticSearch plugin](https://github.com/cakephp/elastic-search) - Alternative ORM using [Elasticsearch](https://www.elastic.co/) as its backend. +- 🍰 [CakeDC/SearchFilter plugin](https://github.com/CakeDC/search-filter) - Powerful and flexible solution for implementing advanced search functionality. Provides a robust set of tools for creating dynamic, user-friendly search interfaces with minimal effort. - 🍰 [PlumSearch plugin](https://github.com/skie/plum_search) - Implements custom, flexible and extendable search strategies. Implements PRG pattern. - 🍰 [Search plugin](https://github.com/FriendsOfCake/search) - Provides easy searching/filtering for paginated views using PRG pattern. - 🍰 [Tags plugin](https://github.com/dereuromark/cakephp-tags) - For tagging and finding tagged records. diff --git a/docs/awesome/awesome-cpp.md b/docs/awesome/awesome-cpp.md index ddc58d1727..ccf62a2910 100644 --- a/docs/awesome/awesome-cpp.md +++ b/docs/awesome/awesome-cpp.md @@ -572,6 +572,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [DCMTK](http://dicom.offis.de/dcmtk.php.en) - DICOM Toolkit. * [GDCM](http://gdcm.sourceforge.net/wiki/index.php/Main_Page) - Grassroots DICOM library. * [ITK](http://www.itk.org/) - An open-source, cross-platform system for image analysis. [Apache2 from ITK 4.0] +* [Jpegli][https://github.com/google/jpegli] - an improved JPEG encoder and decoder implementation. [BSD-3-Clause] * [Leptonica](https://github.com/DanBloomberg/leptonica) - Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications. [BSD-2-Clause] [website](http://leptonica.org/index.html) * [libavif](https://github.com/AOMediaCodec/libavif) - Library for encoding and decoding .avif files. [BSD-2-Clause] * [libfacedetection](https://github.com/ShiqiYu/libfacedetection) - Open source library for face detection in images. The face detection speed can reach 1500FPS. [BSD] diff --git a/docs/awesome/awesome-deno.md b/docs/awesome/awesome-deno.md index b28279ee14..8c7194de7a 100644 --- a/docs/awesome/awesome-deno.md +++ b/docs/awesome/awesome-deno.md @@ -214,6 +214,7 @@ This list is a collection of the best Deno modules and resources. - [watch](https://github.com/jinjor/deno-watch) - A file watcher. - [wu-diff-js](https://github.com/bokuweb/wu-diff-js) - A diff library to compute differences between two slices using wu(the O(NP)) algorithm. - [PLS](https://github.com/roj1512/pls) - Use 2 lines to persist localStorage in any database, including, but not limited to, MongoDB, PostgreSQL and Redis. +- [deno_kv_fs](https://github.com/hviana/deno_kv_fs) Deno KV file system, compatible with Deno deploy. Makes use of Web Streams API. ### Validation @@ -277,7 +278,6 @@ This list is a collection of the best Deno modules and resources. - [crux.land](https://crux.land/) - A free registry service meant for hosting small ( < 10kB) single deno scripts. - [Deno PKG](https://denopkg.com/) - An easier way to use code from GitHub in your Deno project. -- [Denopkg.dev](https://denopkg.dev/) - Use any public/private repository from GitHub/GitLab in your Deno project. - [deno.land/x/](https://deno.land/x/) - The official 3rd party module registry. - [nest.land](https://nest.land) - An immutable, blockchain powered Deno package registry. πŸ₯š @@ -308,6 +308,7 @@ This list is a collection of the best Deno modules and resources. - [denoversion](https://github.com/lucascaro/denoversion) - SemVer and git version management for Deno. - [denox](https://github.com/BentoumiTech/denox) - Like packages.json scripts, but for Deno with permissions support. - [deno.mk](https://github.com/MarkTiedemann/deno.mk) - Cross-platform Makefile for installing and running Deno. +- [Deno Dig](https://github.com/theGEBIRGE/DenoDig) - A tool for extracting application code and npm packages from stand-alone Deno executables. - [deno_docker](https://github.com/denoland/deno_docker) - Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu. - [dev_server](https://github.com/zhmushan/dev_server) - Let TypeScript files be used directly in the script tag. - [dmm](https://github.com/drashland/dmm) - Lightweight Deno Module Manager @@ -364,7 +365,6 @@ This list is a collection of the best Deno modules and resources. - [Create your first News CLI app using Deno](https://medium.com/javascript-in-plain-english/creating-your-first-news-cli-app-using-deno-e1470398c627) - [Continuous Integration with Deno](https://semaphoreci.com/blog/continuous-integration-with-deno) - [The Hidden Superpower of Deno: xeval](https://stefanbuck.com/blog/hidden-superpower-deno-xeval) -- [Test coverage in Deno with Codecov and GitHub Actions](https://v1rtl.site/blog/coverage-in-deno) - Deno REST API with Oak Tutorial Series [0](https://www.robinwieruch.de/deno-tutorial), [1](https://www.robinwieruch.de/deno-oak), [2](https://www.robinwieruch.de/deno-oak-rest-api) - [Getting Started with Deno](https://sabe.io/tutorials/getting-started-with-deno) - [How to deploy a Deno app using Docker](https://sabe.io/tutorials/how-to-deploy-deno-app-docker) diff --git a/docs/awesome/awesome-digital-humanities.md b/docs/awesome/awesome-digital-humanities.md index d0a7d1ed5a..153ba9e4cd 100644 --- a/docs/awesome/awesome-digital-humanities.md +++ b/docs/awesome/awesome-digital-humanities.md @@ -25,6 +25,7 @@ This is a curated list of tools, resources, and services supporting the Digital - [OpenArchive](https://open-archive.org/) - Making it easy to store, share, and amplify your mobile media while protecting your identity. - [Open EU Data Portal](https://data.europa.eu/euodp/en/data/) - European Union open data. - [Social Feed Manager](https://gwu-libraries.github.io/sfm-ui/) - Open source software that harvests social media data and web resources from Twitter, Tumblr, Flickr, and Sina Weibo. +- [Trafilatura](https://trafilatura.readthedocs.io/) - Open source software to gather text and metadata on the Web: Crawling, scraping, extraction, output in multiple formats. Usable with Python, R and on the command-line. - [Transkribus](https://transkribus.eu/) - Transcribe. Collaborate. Share and benefit from cutting edge research in Handwritten Text Recognition! - [Textgrid](https://textgrid.de/) - Open source tools and services support humanistic scholars during the entire process of research, especially in digital scholarly editing. - [webrecorder.io](https://webrecorder.io/) - Web archiving service anyone can use for free to save web pages. diff --git a/docs/awesome/awesome-mac.md b/docs/awesome/awesome-mac.md index 9f541fed34..3aa21425b1 100644 --- a/docs/awesome/awesome-mac.md +++ b/docs/awesome/awesome-mac.md @@ -383,6 +383,7 @@ Any comments, suggestions? [Let us know!](https://github.com/jaywcjlove/awesome- * [xcodes](https://github.com/RobotsAndPencils/xcodes) - A command-line tool to install and switch between multiple versions of Xcode. [![Open-Source Software][OSS Icon] ![Freeware][Freeware Icon]](https://github.com/RobotsAndPencils/xcodes) * [xxh](https://github.com/xxh/xxh) - Bring your favorite shell wherever you go through the SSH. [![Open-Source Software][OSS Icon]](https://github.com/xxh/xxh) ![Freeware][Freeware Icon] * [x-cmd](https://github.com/x-cmd/x-cmd) - x-cmd is a vast and interesting collection of tools guided by the Unix philosophy.[![Open-Source Software][OSS Icon]](https://github.com/x-cmd/x-cmd) ![Freeware][Freeware Icon] +* [zellij](https://zellij.dev) - A terminal workspace with batteries included (modern replacement for tmux and more).[![Open-Source Software][OSS Icon]](https://github.com/zellij-org/zellij) ![Freeware][Freeware Icon] ### Frameworks For Hybrid Applications diff --git a/docs/awesome/awesome-neovim.md b/docs/awesome/awesome-neovim.md index bf8b502ceb..47bb12e899 100644 --- a/docs/awesome/awesome-neovim.md +++ b/docs/awesome/awesome-neovim.md @@ -26,6 +26,9 @@ - [nvim-neorocks/rocks.nvim](https://github.com/nvim-neorocks/rocks.nvim) - A modern approach to plugin management using Luarocks, inspired by Cargo. - [echasnovski/mini.nvim#mini.deps](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-deps.md) - Module of `mini.nvim` for managing other plugins. Uses Git and built-in packages to install, update, clean, and snapshot plugins. + + + ## LSP ### (requires Neovim 0.5) @@ -106,6 +109,9 @@ - [chrisgrieser/nvim-rulebook](https://github.com/chrisgrieser/nvim-rulebook) - Add inline-comments to ignore rules, or lookup rule documentation online. - [artemave/workspace-diagnostics.nvim](https://github.com/artemave/workspace-diagnostics.nvim) - Populate diagnostics for all projects files, not just the opened ones. + + + ## Completion - [ms-jpq/coq_nvim](https://github.com/ms-jpq/coq_nvim) - Fast as FUCK Neovim completion. SQLite, concurrent scheduler, hundreds of hours of optimization. @@ -116,6 +122,9 @@ - [deathbeam/autocomplete.nvim](https://github.com/deathbeam/autocomplete.nvim) - Very simple and minimal autocompletion for cmdline and buffer using LSP and Tree-sitter with signature help. - [zbirenbaum/copilot.lua](https://github.com/zbirenbaum/copilot.lua) - Fully featured Lua replacement for [GitHub/copilot.vim](https://github.com/github/copilot.vim). + + + ## AI - [Aaronik/GPTModels.nvim](https://github.com/Aaronik/GPTModels.nvim) - GPTModels - a stable, clean, multi model, window based LLM AI tool. @@ -139,6 +148,9 @@ - [3v0k4/exit.nvim](https://github.com/3v0k4/exit.nvim) - Prompt LLMs (large language models) to write Vim commands. - [k2589/LLuMinate.nvim](https://github.com/k2589/lluminate.nvim) - Enrich context for LLM with LSP hover added to clipboard. + + + ## Programming Languages Support - [Julian/lean.nvim](https://github.com/Julian/lean.nvim) - Neovim support for the [Lean Theorem Prover](https://leanprover.github.io/). @@ -222,12 +234,18 @@ - [gbprod/phpactor.nvim](https://github.com/gbprod/phpactor.nvim) - Lua version of the Phpactor Vim plugin to take advantage of the latest Neovim features. - [ta-tikoma/php.easy.nvim](https://github.com/ta-tikoma/php.easy.nvim) - Methods of assistance in PHP development: create classes, constants, methods, properties; simple copying and deleting of an entity. + + + ## Language - [potamides/pantran.nvim](https://github.com/potamides/pantran.nvim) - Translate your text with an interactive translation window. - [niuiic/translate.nvim](https://github.com/niuiic/translate.nvim) - Invoke any translation engine via shell command. - [tanloong/interlaced.nvim](https://github.com/tanloong/interlaced.nvim) - Help align bilingual parallel texts. + + + ## Syntax - [nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) - Neovim Tree-sitter configurations and abstraction layer. @@ -241,6 +259,9 @@ - [desdic/agrolens.nvim](https://github.com/desdic/agrolens.nvim) - Navigate via Tree-sitter nodes using Telescope. - [IndianBoy42/tree-sitter-just](https://github.com/IndianBoy42/tree-sitter-just) - Tree-sitter grammar for [Justfiles](https://github.com/casey/just). + + + ## Snippet - [norcalli/snippets.nvim](https://github.com/norcalli/snippets.nvim) - Snippets in Lua. @@ -255,6 +276,9 @@ - [chrisgrieser/nvim-scissors](https://github.com/chrisgrieser/nvim-scissors) - Automagical editing and creation of snippets. - [guilherme-puida/tesoura.nvim](https://github.com/guilherme-puida/tesoura.nvim) - A flexible snippet system using Neovim's new snippet API. + + + ## Register - [gennaro-tedesco/nvim-peekup](https://github.com/gennaro-tedesco/nvim-peekup) - Dynamically interact with Vim registers. @@ -264,6 +288,9 @@ - [desdic/macrothis.nvim](https://github.com/desdic/macrothis.nvim) - Save and load macros/registers. - [kr40/nvim-macros](https://github.com/kr40/nvim-macros) - Easy way to save and load Macros, with backup and formatting options. + + + ## Marks - [cbochs/grapple.nvim](https://github.com/cbochs/grapple.nvim) - Provides tagging, cursor tracking, and immediate navigation to important project files. @@ -281,6 +308,9 @@ - [EvWilson/spelunk.nvim](https://github.com/EvWilson/spelunk.nvim) - Create and manage bookmarks as stacks with a friendly UI. - [2KAbhishek/markit.nvim](https://github.com/2KAbhishek/markit.nvim) - Improved global marks and project wide bookmarks, to quickly navigate files. + + + ## Search - [kevinhwang91/nvim-hlslens](https://github.com/kevinhwang91/nvim-hlslens) - Helps you better glance searched information, seamlessly jump matched instances. @@ -300,6 +330,9 @@ - [MagicDuck/grug-far.nvim](https://github.com/MagicDuck/grug-far.nvim) - Buffer-based live search and replace with full power of `rg` flags. Grug like! - [chrisgrieser/nvim-rip-substitute](https://github.com/chrisgrieser/nvim-rip-substitute) - Search and replace in the current buffer with a modern UI and modern regex flavor. A substitute for Vim's `:substitute` using `ripgrep`. + + + ## Fuzzy Finder - [nvim-telescope/telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) - Telescope.nvim is a highly [extendable](https://github.com/nvim-telescope/telescope.nvim/wiki/Extensions) fuzzy finder over lists. Built on the latest awesome features from Neovim core. Telescope is centered around modularity, allowing for easy customization. @@ -314,6 +347,9 @@ - [echasnovski/mini.nvim#mini.extra](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-extra.md) - Module of `mini.nvim` with extra functionality for its modules. Contains 20+ 'mini.pick' pickers, 'mini.ai' textobjects, and more. - [fdschmidt93/telescope-egrepify.nvim](https://github.com/fdschmidt93/telescope-egrepify.nvim) - Telescope plugin for better `rg` flags in `live_grep`. + + + ## File Explorer - [nvim-tree/nvim-tree.lua](https://github.com/nvim-tree/nvim-tree.lua) - A simple and fast file explorer tree. @@ -338,6 +374,9 @@ - [prichrd/netrw.nvim](https://github.com/prichrd/netrw.nvim) - Add icons and custom keybindings to netrw. - [neotree-file-nesting-config](https://github.com/saifulapm/neotree-file-nesting-config) - Pre-defined file nesting rules for `neo-tree.nvim`. + + + ## Project - [pluffie/neoproj](https://github.com/pluffie/neoproj) - Small yet powerful project (and session) manager. @@ -355,6 +394,9 @@ - [echasnovski/mini.nvim#mini.visits](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-visits.md) - Module of `mini.nvim` to persistently track and reuse file system visits. Allows listing "recent"/"frequent"/"frecent" visits, adding/removing labels to visits and other data. - [LintaoAmons/cd-project.nvim](https://github.com/LintaoAmons/cd-project.nvim) - All you need is just an easier way to `cd` to another project directory. + + + ## Color - [NvChad/nvim-colorizer.lua](https://github.com/NvChad/nvim-colorizer.lua) - A high-performance color highlighter which has no external dependencies!. @@ -374,6 +416,9 @@ - [moyiz/command-and-cursor.nvim](https://github.com/moyiz/command-and-cursor.nvim) - Highlight cursor and visual selections when entering command mode. - [rachartier/tiny-devicons-auto-colors.nvim](https://github.com/rachartier/tiny-devicons-auto-colors.nvim) - Automatically updates nvim-web-devicons colors based on your current colorscheme. + + + ## Colorscheme ### Tree-sitter Supported Colorscheme @@ -534,6 +579,9 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [BrunoCiccarino/gardenal](https://github.com/BrunoCiccarino/gardenal) - Gardenal is a theme switcher, which allows the user to create keyboard shortcuts to switch between themes with one click. - [LmanTW/themify.nvim](https://github.com/LmanTW/themify.nvim/tree/main) - A colorscheme manager and switcher. Inspired by Themery.nvim and Lazy.nvim. + + + ## Bars and Lines - [Bekaboo/deadcolumn.nvim](https://github.com/Bekaboo/deadcolumn.nvim) - Shows your colorcolumn dynamically. @@ -590,6 +638,9 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [mawkler/modicator.nvim](https://github.com/mawkler/modicator.nvim) - Cursor line number mode indicator. Changes the `CursorLineNr` highlight based on Vim mode. - [nyngwang/murmur.lua](https://github.com/nyngwang/murmur.lua) - Super-fast cursor word highlighting with callbacks(I call them murmurs) included. + + + ## Startup - [nvimdev/dashboard-nvim](https://github.com/nvimdev/dashboard-nvim) - A minimalist dashboard, inspired by doom-emacs. @@ -602,6 +653,9 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [CWood-sdf/spaceport.nvim](https://github.com/CWood-sdf/spaceport.nvim) - The start screen that gets you to your projects blazingly fast. - [mong8se/actually.nvim](https://github.com/mong8se/actually.nvim) - Load the file you actually meant to load. + + + ## Icon - [nvim-tree/nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons) - A Lua fork of [vim-devicons](https://github.com/ryanoasis/vim-devicons). @@ -610,6 +664,9 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [ziontee113/icon-picker.nvim](https://github.com/ziontee113/icon-picker.nvim) - Help you pick π‘¨π•ƒπš» Font Characters, Symbols Ξ£, Nerd Font Icons  & Emojis. - [2KAbhishek/nerdy.nvim](https://github.com/2KAbhishek/nerdy.nvim/) - Find and insert the latest nerd font glyphs. + + + ## Media - [edluffy/hologram.nvim](https://github.com/edluffy/hologram.nvim) - A cross platform terminal image viewer. Works on macOS and Linux. @@ -628,6 +685,9 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [AntonVanAssche/music-controls.nvim](https://github.com/AntonVanAssche/music-controls.nvim) - Quickly control your favorite music player (Spotify, VLC, and more). - [neo451/feed.nvim](https://github.com/neo451/feed.nvim) - Web feed reader written in Lua (RSS, atom, json feed). + + + ## Note Taking - [0styx0/abbreinder.nvim](https://github.com/0styx0/abbreinder.nvim) - Abbreviation reminders (Neovim >= 0.5). @@ -652,6 +712,9 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [2KAbhishek/tdo.nvim](https://github.com/2KAbhishek/tdo.nvim) - Fast and simple note taking. - [slugbyte/whip.nvim](http://github.com/slugbyte/whip.nvim) - A super fast minimal scratchpad management plugin, biew biew biew. + + + ## Utility - [gaborvecsei/usage-tracker.nvim](https://github.com/gaborvecsei/usage-tracker.nvim) - Track your Neovim usage and visualize statistics easily. @@ -747,6 +810,9 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [theKnightsOfRohan/csvlens.nvim](https://github.com/theKnightsOfRohan/csvlens.nvim) - A port of [YS-L/csvlens](https://github.com/YS-L/csvlens), for easy previewing of tabular data. - [emmanueltouzery/decisive.nvim](https://github.com/emmanueltouzery/decisive.nvim) - View and edit CSV files with ease and speed. + + + ## Terminal Integration - [LoricAndre/OneTerm.nvim](https://github.com/LoricAndre/OneTerm.nvim) - Plugin framework for running commands in the terminal. @@ -772,6 +838,9 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [2KAbhishek/termim.nvim](https://github.com/2KAbhishek/termim.nvim/) - Neovim Terminal, Improved. - [samharju/yeet.nvim](https://github.com/samharju/yeet.nvim) - Run shell commands in terminal buffers or tmux panes. + + + ## Debugging - [mfussenegger/nvim-dap](https://github.com/mfussenegger/nvim-dap) - Debug Adapter Protocol client implementation. @@ -796,12 +865,18 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [niuiic/quickfix.nvim](https://github.com/niuiic/quickfix.nvim) - Extended functionality for quickfix, including store, restore, make, remove, etc. - [stevearc/quicker.nvim](https://github.com/stevearc/quicker.nvim) - Improved quickfix UI and editable quickfix buffer. + + + ## Deployment - [coffebar/transfer.nvim](https://github.com/coffebar/transfer.nvim) - Sync and diff with remote server using rsync and OpenSSH. - [OscarCreator/rsync.nvim](https://github.com/OscarCreator/rsync.nvim) - Automatically sync up/down project to a remote with rsync. - [sachinsenal0x64/hot.nvim](https://github.com/sachinsenal0x64/hot.nvim) - A hot reloader that works with any programming language. + + + ## Test - [David-Kunz/jester](https://github.com/David-Kunz/jester) - Easily run and debug Jest tests. @@ -810,6 +885,9 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [andythigpen/nvim-coverage](https://github.com/andythigpen/nvim-coverage) - Displays coverage information in the sign column. - [quolpr/quicktest.nvim](https://github.com/quolpr/quicktest.nvim) - Run your tests in split window or popup with live feedback. + + + ## Code Runner - [michaelb/sniprun](https://github.com/michaelb/sniprun) - Run parts of code of any language directly from Neovim. @@ -838,6 +916,9 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [al1-ce/just.nvim](https://github.com/al1-ce/just.nvim) - Task runner for justfiles. - [niuiic/task.nvim](https://github.com/niuiic/task.nvim) - Another highly configurable task manager that enables seamless interaction with tasks. + + + ## Neovim Lua Development - [folke/lazydev.nvim](https://github.com/folke/lazydev.nvim) - Faster LuaLS setup. @@ -864,6 +945,9 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [niuiic/omega.nvim](https://github.com/niuiic/omega.nvim) - Missing functions for Lua plugin development. - [2KAbhishek/utils.nvim](https://github.com/2kabhishek/utils.nvim) - Powerful utilities to speed up plugin development. + + + ## Fennel - [Olical/aniseed](https://github.com/Olical/aniseed) - Configure and extend Neovim with Fennel (Lisp to Lua). @@ -873,12 +957,18 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [udayvir-singh/tangerine.nvim](https://github.com/udayvir-singh/tangerine.nvim) - Tangerine provides a painless way to add fennel to your config. - [udayvir-singh/hibiscus.nvim](https://github.com/udayvir-singh/hibiscus.nvim) - Highly opinionated macros to elegantly write your config. + + + ## Dependency Management - [vuki656/package-info.nvim](https://github.com/vuki656/package-info.nvim) - Display latest package version as virtual text in package.json. - [Saecki/crates.nvim](https://github.com/Saecki/crates.nvim) - Rust dependency management for `Cargo.toml`. - [piersolenski/telescope-import.nvim](https://github.com/piersolenski/telescope-import.nvim) - Import modules faster based on what you've already imported in your project. + + + ## Git - [f-person/git-blame.nvim](https://github.com/f-person/git-blame.nvim) - Show Git blame info. @@ -912,6 +1002,9 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [rawnly/gist.nvim](https://github.com/rawnly/gist.nvim) - Create a GitHub Gist from the current file (powered by gh). - [2KAbhishek/octohub.nvim](https://github.com/2kabhishek/octohub.nvim) - Access all your gihub repos, stats and more in simple keystrokes. + + + ## Motion - [tris203/precognition.nvim](https://github.com/tris203/precognition.nvim) - Precognition uses virtual text and gutter signs to show available motions. @@ -948,6 +1041,9 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [drybalka/tree-climber.nvim](https://github.com/drybalka/tree-climber.nvim) - Easy navigation around the Tree-sitter's tree that works in multi-language files and in normal mode. - [atusy/treemonkey.nvim](https://github.com/atusy/treemonkey.nvim) - Region selection with Tree-sitter nodes. + + + ## Keybinding - [folke/which-key.nvim](https://github.com/folke/which-key.nvim) - Neovim plugin that shows a popup with possible keybindings of the command you started typing. @@ -966,10 +1062,16 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [mawkler/demicolon.nvim](https://github.com/mawkler/demicolon.nvim) - Use `;` and `,` keys to also repeat jumps to diagnostics (e.g. `]d`) and to [nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects?tab=readme-ov-file#text-objects-move) (e.g. `]f`), in addition to repeating `t`/`T`/`f`/`F`. - [debugloop/layers.nvim](https://github.com/debugloop/layers.nvim) - Craft temporary keymap overlays and layered modes with ease. + + + ## Mouse - [notomo/gesture.nvim](https://github.com/notomo/gesture.nvim) - Mouse gesture plugin. + + + ## Scrolling - [karb94/neoscroll.nvim](https://github.com/karb94/neoscroll.nvim) - Smooth scrolling. @@ -987,6 +1089,9 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [gorbit99/codewindow.nvim](https://github.com/gorbit99/codewindow.nvim) - Minimap plugin, that is closely integrated with Tree-sitter and the builtin LSP to display more information to the user. - [lewis6991/satellite.nvim](https://github.com/lewis6991/satellite.nvim) - Decorate scrollbar. + + + ## Editing Support - [csessh/stopinser.nvim](https://github.com/csessh/stopinsert.nvim) - Automatically exit Insert mode after inactivity. @@ -1072,6 +1177,9 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [LucasTavaresA/SingleComment.nvim](https://github.com/LucasTavaresA/SingleComment.nvim) - Always single line, comment sensitive, indentation preserving commenting. - [Zeioth/dooku.nvim](https://github.com/Zeioth/dooku.nvim) - Generate and open your HTML code documentation. + + + ## Formatting - [gpanders/editorconfig.nvim](https://github.com/gpanders/editorconfig.nvim) - An EditorConfig plugin written in Fennel. @@ -1105,11 +1213,17 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [Mr-LLLLL/cool-chunk.nvim](https://github.com/Mr-LLLLL/cool-chunk.nvim) - Simpler and faster chunking with animations. - [gh-liu/fold_line.nvim](https://github.com/gh-liu/fold_line.nvim) - Lines for indicating code folding, which could achieve an effect similar to indentline by `:set fdm=indent`. + + + ## Command Line - [notomo/cmdbuf.nvim](https://github.com/notomo/cmdbuf.nvim) - Alternative command-line-window plugin. - [gelguy/wilder.nvim](https://github.com/gelguy/wilder.nvim) - A plugin for fuzzy command line autocompletion. + + + ## Session - [rmagatti/auto-session](https://github.com/rmagatti/auto-session) - A small automated session manager. @@ -1123,6 +1237,9 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [coffebar/neovim-project](https://github.com/coffebar/neovim-project) - Declarative project management, automatic saving of sessions, uses Telescope. - [njayman/season.nvim](https://github.com/njayman/season.nvim) - A lightweight plugin to manage session based on current working directory. + + + ## Remote Development - [chipsenkbeil/distant.nvim](https://github.com/chipsenkbeil/distant.nvim) - Edit files, run programs, and work with LSP on a remote machine from the comfort of your local environment. @@ -1133,6 +1250,8 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [nosduco/remote-sshfs.nvim](https://github.com/nosduco/remote-sshfs.nvim) - Explore, edit, and develop on a remote machine via SSHFS. - [live-share.nvim](https://github.com/azratul/live-share.nvim) - Provides remote collaboration capabilities from anywhere, making it ideal for pair-programming scenarios. + + ## Split and Window @@ -1161,6 +1280,9 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [karshPrime/tmux-compile.nvim](https://github.com/karshPrime/tmux-compile.nvim) - Set up same key, like F5, to run any compile/run command per language, like `make` for C and `cargo build` for Rust, and have the project run or compile in a new tmux pane or window. - [EvWilson/slimux.nvim](https://github.com/EvWilson/slimux.nvim) - Send content from the current buffer to a configurable tmux pane. + + + ## Game - [ThePrimeagen/vim-be-good](https://github.com/ThePrimeagen/vim-be-good) - Vim-be-good is a Neovim plugin designed to make you better at Vim Movements. @@ -1178,11 +1300,17 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [xeluxee/competitest.nvim](https://github.com/xeluxee/competitest.nvim) - A plugin to automate testcases management and checking for Competitive Programming contests. - [kawre/leetcode.nvim](https://github.com/kawre/leetcode.nvim) - Solve Leetcode problems. + + + ## Workflow - [m4xshen/hardtime.nvim](https://github.com/m4xshen/hardtime.nvim) - Helping you establish good command workflow and habit. - [antonk52/bad-practices.nvim](https://github.com/antonk52/bad-practices.nvim) - Helping you give up bad practices in Vim. + + + ## Preconfigured Configuration - [Cris-lml007/NeoPlus](https://github.com/Cris-lml007/NeoPlus) - NeoPlus is a free, open source IDE with tools that works on Neovim. @@ -1224,6 +1352,9 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [ayamir/nvimdots](https://github.com/ayamir/nvimdots) - A well-configured and structured configuration with NixOS support. - [adoyle-h/one.nvim](https://github.com/adoyle-h/one.nvim) - All-in-one config framework in Lua. + + + ## External These tools are used externally to Neovim to enhance the experience. @@ -1246,29 +1377,47 @@ These tools are used externally to Neovim to enhance the experience. - [massix/termux.nvim](https://github.com/massix/termux.nvim) - Interact with Termux APIs, useful to gather various information about your Android phone to display in the statusline (e.g. battery level). - [m15a/flake-awesome-neovim-plugins](https://github.com/m15a/flake-awesome-neovim-plugins) - Nix flake that provides Awesome Neovim plugins collection as Nix packages. + + + ## Wishlist Have a problem a plugin can solve? Add it to the [nvim-lua wishlist](https://github.com/nvim-lua/wishlist). + + + ## UI Neovim supports a wide variety of UI's. You can find them listed on the [Neovim wiki](https://github.com/neovim/neovim/wiki/Related-projects#gui) + + + ## Starter Templates - [tokiory/neovim-boilerplate](https://github.com/tokiory/neovim-boilerplate) - Starter boilerplate for making new configurations. - [frans-johansson/lazy-nvim-starter](https://github.com/frans-johansson/lazy-nvim-starter) - Starter boilerplate with lazy plugin manager. + + + ## Vim - [Vimawesome](https://vimawesome.com/) - Showcases various plugins for Vim and has a [Neovim tag](https://vimawesome.com/?q=tag:neovim) for other plugins targeting Neovim. - [awesome-vim](https://github.com/akrawchyk/awesome-vim#tools) - Short list of Vim plugins and helpful guides. - [vim-plugin-list](https://github.com/altermo/vim-plugin-list) - List of Vim and Neovim plugins. + + + ## Resource - [Neovimcraft](https://neovimcraft.com) - A site dedicated to searching specific plugins and guides for building plugins in Lua. - [Dotfyle](https://dotfyle.com) - Dotfyle is a site for sharing and discovering Neovim configs and plugins. - [NeoLand](https://neoland.dev) - A beautifully crafted website for Neovim resources. - [Nvim-training](https://github.com/rockerBOO/awesome-neovim/blob/master/ https://github.com/Weyaaron/nvim-training) - A beginner-friendly tool for training your 'muscle memory' using small, repeatable tasks. + + + diff --git a/docs/awesome/awesome-ruby.md b/docs/awesome/awesome-ruby.md index 6d301292d5..c10f25fda5 100644 --- a/docs/awesome/awesome-ruby.md +++ b/docs/awesome/awesome-ruby.md @@ -210,6 +210,7 @@ Thanks to all [contributors](https://github.com/markets/awesome-ruby/graphs/cont * [Alchemy CMS](https://alchemy-cms.com) - A powerful, userfriendly and flexible Open Source Rails CMS. * [ComfortableMexicanSofa](https://github.com/comfy/comfortable-mexican-sofa) - Powerful Rails 5.2+ CMS Engine. * [Fae](https://github.com/wearefine/fae) - Flexible, open source, Rails CMS engine. +* [MaglevCMS](https://www.maglev.dev) - An open source page builder with an sleek UI. * [LocomotiveCMS](https://www.locomotivecms.com) - A simple but powerful CMS based on Liquid templates and Mongodb database. * [Publify](https://github.com/publify/publify) - A self hosted Web publishing platform on Rails. * [Spina CMS](https://www.spinacms.com) - A beautiful CMS for Rails developers. @@ -477,6 +478,7 @@ Where to discover new Ruby libraries, projects and trends. * [Apipie](https://github.com/Apipie/apipie-rails) - Rails API documentation and display tool using Ruby syntax. * [Asciidoctor](https://asciidoctor.org) - A fast, Ruby-based text processor & publishing toolchain for converting AsciiDoc to HTML5, DocBook, EPUB3, PDF & more. * [Documentation](https://github.com/adamcooke/documentation) - A Rails engine to provide the ability to add documentation to a Rails application. +* [fitting](https://github.com/tuwilof/fitting) - Library add improve test log for RSpec and WebMock, validate its according to API Blueprint and Open API, show the documentation coverage with log. * [GitHub Changelog Generator](https://github.com/github-changelog-generator/github-changelog-generator) - Automatically generate change log from your tags, issues, labels and pull requests on GitHub. * [Gollum](https://github.com/gollum/gollum) - A simple, Git-powered wiki with a sweet API and local frontend. * [grape-swagger](https://github.com/ruby-grape/grape-swagger) - Add swagger compliant documentation to your Grape API. @@ -877,6 +879,7 @@ Where to discover new Ruby libraries, projects and trends. * [Unread](https://github.com/ledermann/unread) - Manage read/unread status of ActiveRecord objects - and it's fast. * Sorting * [ActsAsList](https://github.com/swanandp/acts_as_list) - Provides the capabilities for sorting and reordering a number of objects in a list. + * [positioning](https://github.com/brendon/positioning) - Simple positioning for Active Record models. Supports multiple lists per model and relative positioning. * [ranked-model](https://github.com/mixonic/ranked-model) - A modern row sorting library for ActiveRecord. It uses ARel aggressively and is better optimized than most other libraries. * Tree * [ActsAsTree](https://github.com/amerine/acts_as_tree) - Extends ActiveRecord to add simple support for organizing items into parent–children relationships. diff --git a/docs/awesome/awesome-svelte.md b/docs/awesome/awesome-svelte.md index 4f53af4b94..c98022f8f2 100644 --- a/docs/awesome/awesome-svelte.md +++ b/docs/awesome/awesome-svelte.md @@ -255,6 +255,7 @@ _For Single Page Applications (SPAs) and more._ - [@danielsharkov/svelte-router](https://github.com/DanielSharkov/svelte-router) - A simple & easy to use SPA router, developed with page transitions in mind. - [@shaun/svelterouter](https://github.com/shaunlee/svelterouter) - Another vue-router inspired Svelte router. - [Elegua](https://github.com/howesteve/elegua) - Small (< 180LoC), fast, easy, full featured SPA router +- [svelte5-router](https://github.com/mateothegreat/svelte5-router) - First Svelte 5 SPA router with nesting, hooks, and more.. Use components, snippets, or both! ## Frameworks diff --git a/docs/awesome/awesome-tailwindcss.md b/docs/awesome/awesome-tailwindcss.md index 9d7216f503..05f5948024 100644 --- a/docs/awesome/awesome-tailwindcss.md +++ b/docs/awesome/awesome-tailwindcss.md @@ -118,6 +118,7 @@ - πŸŽ¨πŸŒπŸ”§ [Tailwind CSS Colors](http://tailwindcsscolors.com) - Cheat sheet for Tailwind CSS colors. - πŸŽ¨πŸŒπŸ”§ [Tailwind Gradients](http://tailwindgradients.com) - Collection of gradients using Tailwind CSS classes. - πŸŽ¨πŸŒπŸ”§ [Fullwind CSS](https://fullwindcss.com/) - Extend Tailwind CSS color palettes with additional shades. +- πŸŽ¨πŸŒπŸ”§ [InclusiveColors](https://www.inclusivecolors.com/) - Create fine-tuned WCAG accessible Tailwind CSS color palettes. - πŸŒπŸ”§πŸ’Ό [Twind](https://github.com/tw-in-js/twind) - Compiler functions that turn Tailwind's classes into CSS at run, serve and build time. - πŸŒπŸ”§ [tail-animista](https://tail-animista.vercel.app) - Configurable custom animation utilities generator for Tailwind CSS. - πŸŒπŸ”§ [brands-tail-color](https://brands-tail-color.vercel.app/) - Configuration generator using various brands' colors. diff --git a/docs/awesome/awesome-theoretical-computer-science.md b/docs/awesome/awesome-theoretical-computer-science.md index 59d4646bc2..c53d7c9d62 100644 --- a/docs/awesome/awesome-theoretical-computer-science.md +++ b/docs/awesome/awesome-theoretical-computer-science.md @@ -241,6 +241,8 @@ The interdisciplinary of Mathematics and Computer Science; It is distinguished b - [Arora. A Theorist's Toolkit. Princeton](https://www.cs.princeton.edu/courses/archive/fall02/cs597D/) - Aimed primarily at first and second year graduate students who plan to do research in theoretical computer science. We will introduce probabilistic, algebraic, combinatorial, and algorithmic methods useful in proofs. - [Kelner. Topics in Theoretical Computer Science: An Algorithmist's Toolkit. MIT](https://ocw.mit.edu/courses/18-409-topics-in-theoretical-computer-science-an-algorithmists-toolkit-fall-2009/) - It covers a collection of geometric techniques that apply broadly in modern algorithm design. - [Maji & Valiant. Theoretical Computer Science Toolkit. Purdue](https://www.cs.purdue.edu/homes/hmaji/teaching/Spring%202023/CS-58500-Spring-2023.html) +### Books +- [Jukna. Extremal Combinatorics](https://web.vu.lt/mif/s.jukna/EC_Book_2nd/index.html) - Combinatorial techniques written largely with an eye to their applications in TCS, and mostly in complexity ## Discrete Mathematics ### Lecture Notes - [Aspnes. Notes on Discrete Mathematics](https://www.cs.yale.edu/homes/aspnes/classes/202/notes.pdf) - Fall 2017 of the Yale course CPSC 202a, Mathematical Tools for Computer Science. @@ -249,7 +251,6 @@ The interdisciplinary of Mathematics and Computer Science; It is distinguished b - [Alon & Spencer. The Probabilistic Method](https://www.wiley.com/en-us/The+Probabilistic+Method%2C+4th+Edition-p-9781119061953) - A standard reference for researchers in probabilistic methods in combinatorics. Shows also connections to theoretical computer science. - [Rosen. Discrete Mathematics and Its Applications](https://www.mheducation.com/highered/product/discrete-mathematics-applications-rosen/M9780073383095.html) - A canonical discrete math textbook, accessible for even high school students. - [Rosen. Handbook of Discrete and Combinatorial Mathematics](https://www.taylorfrancis.com/books/handbook-discrete-combinatorial-mathematics-kenneth-rosen-douglas-shier-wayne-goddard/e/10.1201/9781315156484) - A complete survey of roughly all topics of discrete math and their relevance to computing and communication engineering. -- [Jukna. Extremal Combinatorics](https://web.vu.lt/mif/s.jukna/EC_Book_2nd/index.html) - Combinatorial techniques written largely with an eye to their applications in TCS, and mostly in complexity - [Rosenberg & Trystram. Understand Mathematics, Understand Computing: Discrete Mathematics That All Computing Students Should Know](https://www.springer.com/gp/book/9783030583750) - It endows the reader with an operational conceptual and methodological understanding of discrete mathematics for computing - [Gries & Schneider. A Logical Approach to Discrete Math](https://www.springer.com/gp/book/9780387941158) - It attempts to change the way we teach logic to beginning students. Instead of teaching logic as a subject in isolation, we regard it as a basic tool and show how to use it. - [Mariconda & Tonolo. Discrete Calculus: Methods for Counting](https://www.springer.com/gp/book/9783319030371) - An introduction to combinatorics, finite calculus, formal series, recurrences, and approximations of sums. Readers will find also deep insights into a range of less common topics rarely considered within a single book. diff --git a/docs/awesome/awesome-vue.md b/docs/awesome/awesome-vue.md index c66f733b84..3de8697b5b 100644 --- a/docs/awesome/awesome-vue.md +++ b/docs/awesome/awesome-vue.md @@ -920,7 +920,6 @@ - [Vue 衄源精选](http://vue.awesometiny.com) - great Vue components list, category, inline demo show and brief - [Cronhub](https://cronhub.io) - Painless Cron Monitoring Tool - [wrkprty](https://wrkprty.com) - Pop-up coworking events for freelancers, remote workers, and professionals looking to get out of the office. -- [VΒ·oogle](http://v-oogle.com/) - Google.com, reVued. A joke-project. :) - [Broker Notes](https://broker-notes.com) - 'Study to become a Real Estate Agent' :house: - [SyncLounge](https://synclounge.tv) - SyncLounge is a tool to sync Plex content across multiple players in multiple locations. - [HCE.it](https://www.hce.it/) - The website of an Italian agency, entirely made with Vue using a Laravel-based headless CMS. diff --git a/docs/awesome/discount-for-student-dev.md b/docs/awesome/discount-for-student-dev.md index 9959ddda58..ea7ac7a5ef 100644 --- a/docs/awesome/discount-for-student-dev.md +++ b/docs/awesome/discount-for-student-dev.md @@ -143,6 +143,10 @@ Table of Contents * [Tabula](https://docs.tabula.io/getting-started/plans-and-subscriptions/tabula-for-education) [DISCOUNT] - Tabula.io is a modern no-code data analytics and visualisation tool. Students get 60% permanent discount on Tabula Solo plan. * [Craft](https://www.craft.do/education) [FREE] - craft.do is an app for taking notes, writing to-do lists, organizing important documents, organizing them. +* [Lucidchart](https://www.lucidchart.com/pages/usecase/education) [FREE] - Create flowcharts & diagrams online with Lucidchart. You don't need to download anything. Students are eligible for a free Education account using school email. +* [Basecamp](https://basecamp.com/discounts) [FREE] - Basecamp's the project management platform that helps small teams move faster and make more progress than they ever thought possible. Sign up using school email and follow the steps from the link above. +* [Miro](https://miro.com/education-whiteboard/) [FREE] - Free digital whiteboard for online education. The offer is valid for two years. +* [Beautiful.ai](https://www.beautiful.ai/education) [FREE] - Beautiful.ai helps you and your entire class create modern presentations with ease. We believe that design and education should be accessible to everyone, so we’re excited to offer students a free annual Pro subscription. Simply verify your .edu account and we’ll send you a confirmation email with your coupon code. ## PaaS diff --git a/docs/awesome/free-for-dev.md b/docs/awesome/free-for-dev.md index 0851683c7f..2754a60482 100644 --- a/docs/awesome/free-for-dev.md +++ b/docs/awesome/free-for-dev.md @@ -324,6 +324,7 @@ This list results from Pull Requests, reviews, ideas, and work done by 1600+ peo * [repsy.io](https://repsy.io) β€” 1 GB Free private/public Maven Repository. * [Gemfury](https://gemfury.com) β€” Private and public artifact repos for Maven, PyPi, NPM, Go Module, Nuget, APT, and RPM repositories. Free for public projects. * [paperspace](https://www.paperspace.com/) β€” Build & scale AI models, Develop, train, and deploy AI applications, free plan: public projects, 5Gb storage, basic instances. + * [RepoForge](https://repoforge.io) - Private cloud-hosted repository for Python, Debian, NPM packages and Docker registries. Free plan for open source/public projects. ## Tools for Teams and Collaboration diff --git a/docs/awesome/sindresorhus-awesome.md b/docs/awesome/sindresorhus-awesome.md index 7719806310..6899b352b4 100644 --- a/docs/awesome/sindresorhus-awesome.md +++ b/docs/awesome/sindresorhus-awesome.md @@ -498,6 +498,7 @@ - [Game Engine Development](https://github.com/stevinz/awesome-game-engine-dev#readme) - Building software to speed up game creation. - [GameMaker](https://github.com/bytecauldron/awesome-gamemaker#readme) - Game engine. - [Game Production](https://github.com/vhladiienko/awesome-game-production#readme) - Leading the process of designing, developing, testing and distributing a video game from concept to release. +- [Babylon.js](https://github.com/Symbitic/awesome-babylonjs#readme) - Game engine for cross-platform web and native game development. ## Development Environment @@ -712,6 +713,7 @@ - [Mental Health](https://github.com/dreamingechoes/awesome-mental-health#readme) - Mental health awareness and self-care in the software industry. - [Neuroscience](https://github.com/analyticalmonk/awesome-neuroscience#readme) - Study of the nervous system and brain. - [Digital Humanities](https://github.com/dh-tech/awesome-digital-humanities#readme) - Software for humanities scholars using quantitative or computational methods. +- [Lucid Dreams](https://github.com/IAmCoder/awesome-lucid-dreams#readme) - A dream where one becomes aware they are dreaming. ## Events diff --git a/docs/awesome/static-analysis.md b/docs/awesome/static-analysis.md index ca60823542..3135804e92 100644 --- a/docs/awesome/static-analysis.md +++ b/docs/awesome/static-analysis.md @@ -1359,6 +1359,8 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea - [Depends](https://github.com/multilang-depends/depends) β€” Analyses the comprehensive dependencies of code elements for Java, C/C++, Ruby. +- [DerScanner](https://derscanner.com/) :copyright: β€” Multi-language Static Application Security Testing (SAST) platform that detects critical vulnerabilities, including hardcoded secrets, weak cryptography, backdoors, SQL injections, insecure configurations, etc. + - [DevSkim](https://github.com/microsoft/devskim) β€” Regex-based static analysis tool for Visual Studio, VS Code, and Sublime Text - C/C++, C#, PHP, ASP, Python, Ruby, Java, and others. - [dotenet-format](https://github.com/dotnet/format) β€” A code formatter for .NET. Preferences will be read from an `.editorconfig` file, if present, otherwise a default set of preferences will be used. At this time dotnet-format is able to format C# and Visual Basic projects with a subset of supported `.editorconfig` options. diff --git a/docs/awesome/urban-and-regional-planning-resources.md b/docs/awesome/urban-and-regional-planning-resources.md index 4b2f659ede..4e3f0d3c1a 100644 --- a/docs/awesome/urban-and-regional-planning-resources.md +++ b/docs/awesome/urban-and-regional-planning-resources.md @@ -256,7 +256,6 @@ A collection of urban planning related data specifications and standards for use ### Environmental - [EPA Data Standards](https://www.epa.gov/data-standards) - A chart with links to the diversity of data standards adopted by EPA. -- [Extreme Heat Data Pathfinder](https://www.earthdata.nasa.gov/learn/pathfinders/disasters/extreme-heat-data-pathfinder) - Developed by NASA, this tool is a central repository hosting multiple datasets guiding users to relevant near-real-time data for planning around extreme heat. ### Transportation