diff --git a/docs/awesome/GoBooks.md b/docs/awesome/GoBooks.md index 09b5cbdbae..0cce9c61ca 100644 --- a/docs/awesome/GoBooks.md +++ b/docs/awesome/GoBooks.md @@ -3,7 +3,7 @@ [![Links](https://github.com/dariubs/GoBooks/actions/workflows/links.yml/badge.svg)](https://github.com/dariubs/GoBooks/actions/workflows/links.yml) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) - - [2024 - Go Programming - From Beginner to Professional, 2nd Edition](#2024---go-programming---from-beginner-to-professional) + - [2024 - Go Programming - From Beginner to Professional, 2nd Edition](#2024---go-programming---from-beginner-to-professional-2nd-edition) diff --git a/docs/awesome/awesome-angular.md b/docs/awesome/awesome-angular.md index aeb20bf025..aa8edd3e9c 100644 --- a/docs/awesome/awesome-angular.md +++ b/docs/awesome/awesome-angular.md @@ -776,6 +776,7 @@ become an Angular expert. * [keen-slider](https://github.com/rcbyr/keen-slider) - The HTML touch slider carousel with the most native feeling you will get. * [ngx-darkbox-gallery-library](https://github.com/failed-successfully/ngx-darkbox-gallery-library) - A highly configurable lightbox themed gallery library for Angular applications using the Ivy engine (Angular 15+). * [ngx-hm-carousel](https://github.com/ZouYouShun/ngx-hm-carousel) - A light carousel for Angular 18+, supports mobile touch with [HammerJs](https://hammerjs.github.io/). +* [ngx-stories](https://github.com/Gauravdarkslayer/ngx-stories) - An Angular component to render Instagram like stories. #### Charts @@ -1024,6 +1025,7 @@ become an Angular expert. * [ngx-flickering-grid](https://github.com/omnedia/ngx-flickering-grid) - A simple component library to create a container with an animated grid pattern background. * [ngx-gridpattern](https://github.com/omnedia/ngx-gridpattern) - A simple component library to create a container with an pattern background. * [ngx-retro-grid](https://github.com/omnedia/ngx-retro-grid) - This component creates a 3D perspective grid with customizable colors, rotation, and smooth animation, perfect for adding a nostalgic or futuristic visual effect to your application. +* [ngx-bottom-sheet](https://github.com/ArslanAmeer/ngx-bottom-sheet) - A highly customizable and lightweight Angular service that provides a mobile-friendly bottom sheet component. #### Loaders @@ -1106,6 +1108,7 @@ become an Angular expert. * [sba-angular](https://github.com/sinequa/sba-angular) - [Sinequa's](https://www.sinequa.com/) Angular-based Search Based Application (SBA) Framework. * [ng-as](https://www.npmjs.com/package/ng-as) - Angular pipe and directive for type casting template variables. * [angular-toolbox](https://github.com/pechemann/angular-toolbox) - A library that provides useful tools for Angular apps development. +* [ngx-lift](https://github.com/wghglory/ngx-lift) - This project has been crafted to enhance and simplify your Angular development experience. In the dynamic web development landscape, Angular stands out as a robust framework, and `ngx-lift` and `clr-lift` complement it by offering a collection of utilities, operators, and components. #### Modals @@ -1341,6 +1344,7 @@ for the creation of web applications developed with Angular. * [ngx-neon-underline](https://github.com/omnedia/ngx-neon-underline) - An Angular library that provides a glowing neon underline effect for your components. * [ngx-lamp](https://github.com/omnedia/ngx-lamp) - A simple component library to create a lamp. * [ngx-globe](https://github.com/omnedia/ngx-globe) - A simple component library to create a container with an animated globe. +* [ngx-copypaste](https://github.com/JsDaddy/ngx-copypaste) - A pure and awesome copy paste directive for Angular. --- diff --git a/docs/awesome/awesome-audit-algorithms.md b/docs/awesome/awesome-audit-algorithms.md index 312ebe88ed..eb6dec73f5 100644 --- a/docs/awesome/awesome-audit-algorithms.md +++ b/docs/awesome/awesome-audit-algorithms.md @@ -11,7 +11,7 @@ Nowadays, many algorithms (recommendation, scoring, classification) are operated ## Papers ### 2024 -- [LLMs hallucinate graphs too: a structural perspective](https://arxiv.org/abs/2409.00159) - (ArXiv) *Queries LLMs for known graphs and studies topological hallucinations. Proposes a structural hallucination rank.* +- [LLMs hallucinate graphs too: a structural perspective](https://arxiv.org/abs/2409.00159) - (complex networks) *Queries LLMs for known graphs and studies topological hallucinations. Proposes a structural hallucination rank.* - [Fairness Auditing with Multi-Agent Collaboration](https://arxiv.org/pdf/2402.08522) - (ECAI) *Considers multiple agents working together, each auditing the same platform for different tasks.* - [Mapping the Field of Algorithm Auditing: A Systematic Literature Review diff --git a/docs/awesome/awesome-dash.md b/docs/awesome/awesome-dash.md index 8810083652..6ecafa83f2 100644 --- a/docs/awesome/awesome-dash.md +++ b/docs/awesome/awesome-dash.md @@ -10,6 +10,10 @@ A curated list of awesome Dash (plotly) resources > Written on top of Flask, Plotly.js, and React.js, Dash is ideal for building data visualization apps with highly custom user interfaces in pure Python. It's particularly suited for anyone who works with data in Python. +## Deployment + +- [Ploomber Cloud](https://ploomber.io) - The community plan allows free deployments + ## Tutorials - [Introducing Plotly Dash](https://medium.com/@plotlygraphs/introducing-dash-5ecf7191b503) - A high level introduction to Dash by Chris Parmer, the author of Dash. This essay was released as part of Dash's official launch (June 21, 2017). - [Plotly's tutorials - Part 1: App Layout](https://plot.ly/dash/getting-started) @@ -32,6 +36,13 @@ A curated list of awesome Dash (plotly) resources - [An introduction to Dash DataTable](https://www.youtube.com/watch?v=dueejcyrYh8) - Official introduction video to the Dash DataTable components. ## Component Libraries + +- [Dash PDF](https://github.com/ploomber/dash-pdf) - Display inline PDFs +- [Dash MUI](https://github.com/ploomber/dash-mui) - Material UI components +- [Dash React Simple Maps](https://github.com/ploomber/dash-react-simple-maps) - Create interactive maps +- [Dash Mosaic](https://github.com/ploomber/mosaic-python#dash-mosaic) - Display [Mosaic](https://github.com/uwdata/mosaic) plots +- [Dash Tabler Icons](https://github.com/ploomber/dash-tabler-icons) - Beautiful icons for your Dash apps +- [Dash React Syntax Highlighter](https://github.com/ploomber/dash-react-syntax-highlighter) - Display code snippets with a copy button - [Tutorial on creating custom Dash components with React.js.](https://plot.ly/dash/plugins) - [Dash Bio Components](https://dash.plot.ly/dash-bio) - Suite of bioinformatics components that make it simpler to analyze and visualize bioinformatics data and interact with them in a Dash application. - [Dash Canvas Components](https://dash.plot.ly/canvas) - Module for image annotation and image processing using Dash. @@ -108,6 +119,7 @@ A curated list of awesome Dash (plotly) resources - [vaexio](https://github.com/vaexio) - [Fanchao MENG](https://github.com/pingf) - [Snehil Vijay](https://github.com/snehilvj) +- [Eduardo Blancas](https://github.com/edublancas) ## License [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
This work is licensed under a Creative Commons Attribution 4.0 International License. diff --git a/docs/awesome/awesome-engineering-strategy.md b/docs/awesome/awesome-engineering-strategy.md index 07fbd689de..d5e29eb2e4 100644 --- a/docs/awesome/awesome-engineering-strategy.md +++ b/docs/awesome/awesome-engineering-strategy.md @@ -54,7 +54,7 @@ Contributions are welcome! Check out the contribution guidelines for adding item - [Engineering strategy beyond good and best practices](https://learnings.aleixmorgadas.dev/p/engineering-strategy-beyond-good) - How only investing on good and best engineering practices won't position your company ahead of the competition that makes context specific decisions. - [You need to understand the business to design a good engineering strategy](https://learnings.aleixmorgadas.dev/p/you-need-to-understand-the-business) - A set of relevant aspects of the business that help people to have a broader understanding to improve their engineering strategy with a set of questions to ask to the domain experts. - [Basal Cost of software](https://www.eferro.net/2021/02/basal-cost-of-software.html) - How the basal cost, composed of direct impact on team capacity of the added complexity and the cost of the development or evolution of other features, affects the existing systems and teams to deliver value. - +- [Dealing with teams with competing priorities and needs](https://learnings.aleixmorgadas.dev/p/dealing-with-teams-with-competing) - An engineering strategy example of how to deal with teams with competing priorities. ## Videos diff --git a/docs/awesome/awesome-git-addons.md b/docs/awesome/awesome-git-addons.md index 01afc46417..16bbe6a7b1 100644 --- a/docs/awesome/awesome-git-addons.md +++ b/docs/awesome/awesome-git-addons.md @@ -1957,6 +1957,42 @@ Deleted branch bugfix/test (was e2afad6). Deleted branch too-old-branch (was 1d3f82d). ``` +## [git-exfiltrate](https://github.com/Incognito/git-exfiltrator) +### Break apart large branches into smaller ones + +Assume a hypothetical project where you make changes to two software component +folders in one feature-branch, you can use this tool to make that two branches +with a preserved history for both. + +``` +git checkout feature-branch +./git-exfiltrate master feature-branch-extracted "component-folder/*" +``` + +The `feature-branch-extracted` branch will be created with just the contents of +`component-folder` from the feature-branch changes. + +``` +* e01009e (main) +| +| * ce4ca64 (feature-branch-extracted) +| | component-folder/1 | 20 + +| * f3bf092 +| | component-folder/1 | 20 + +* | 4b2ebd6 +|/ +| +| * d4c374e (feature-branch) +| | component-folder/1 | 20 + +| | different-component-folder/2 | 100 - +| * 4724dbb +| | component-folder/1 | 20 + +| | different-component-folder/2 | 100 - +|/ +* 927799f +* 219e9b2 +``` + ## [git-spend](https://github.com/Goutte/git-spend) Collect and sum the `/spend ` directives found in commit messages. diff --git a/docs/awesome/awesome-go.md b/docs/awesome/awesome-go.md index 53f0a9df0a..fa43ed016c 100644 --- a/docs/awesome/awesome-go.md +++ b/docs/awesome/awesome-go.md @@ -1087,8 +1087,7 @@ _Tools that generate Go code._ - [generis](https://github.com/senselogic/GENERIS) - Code generation tool providing generics, free-form macros, conditional compilation and HTML templating. - [go-enum](https://github.com/abice/go-enum) - Code generation for enums from code comments. - [go-linq](https://github.com/ahmetalpbalkan/go-linq) - .NET LINQ-like query methods for Go. -- [goderive](https://github.com/awalterschulze/goderive) - Derives functions from input types. -- [gotype](https://github.com/wzshiming/gotype) - Golang source code parsing, usage like reflect package. +- [goderive](https://github.com/awalterschulze/goderive) - Derives functions from input types - [goverter](https://github.com/jmattheis/goverter) - Generate converters by defining an interface. - [GoWrap](https://github.com/hexdigest/gowrap) - Generate decorators for Go interfaces using simple templates. - [interfaces](https://github.com/rjeczalik/interfaces) - Command line tool for generating interface definitions. @@ -1673,7 +1672,6 @@ _These libraries were placed here because none of the other categories seemed to - [go-openapi](https://github.com/go-openapi) - Collection of packages to parse and utilize open-api schemas. - [go-resiliency](https://github.com/eapache/go-resiliency) - Resiliency patterns for golang. - [go-unarr](https://github.com/gen2brain/go-unarr) - Decompression library for RAR, TAR, ZIP and 7z archives. -- [goenum](https://github.com/lvyahui8/goenum) - A common enumeration struct based on generics and reflection that allows you to quickly define enumerations and use a set of useful default methods. - [gofakeit](https://github.com/brianvoe/gofakeit) - Random data generator written in go. - [gommit](https://github.com/antham/gommit) - Analyze git commit messages to ensure they follow defined patterns. - [gopsutil](https://github.com/shirou/gopsutil) - Cross-platform library for retrieving process and system utilization(CPU, Memory, Disks, etc). @@ -1995,6 +1993,18 @@ _Unofficial libraries for package and dependency management._ - [straf](https://github.com/SonicRoshan/straf) - Easily Convert Golang structs to GraphQL objects. +## Reflection + +- [copy](https://github.com/gotidy/copy) - Package for fast copying structs of different types. +- [Deepcopier](https://github.com/ulule/deepcopier) - Simple struct copying for Go. +- [go-deepcopy](https://github.com/tiendc/go-deepcopy) - Fast deep copy library. +- [goenum](https://github.com/lvyahui8/goenum) - A common enumeration struct based on generics and reflection that allows you to quickly define enumerations and use a set of useful default methods. +- [gotype](https://github.com/wzshiming/gotype) - Golang source code parsing, usage like reflect package. +- [gpath](https://github.com/tenntenn/gpath) - Library to simplify access struct fields with Go's expression in reflection. +- [objwalker](https://github.com/rekby/objwalker) - Walk by go objects with reflection. +- [reflectutils](https://github.com/muir/reflectutils) - Helpers for working with reflection: struct tag parsing; recursive walking; fill value from string. + + ## Resource Embedding - [debme](https://github.com/leaanthony/debme) - Create an `embed.FS` from an existing `embed.FS` subdirectory. @@ -2291,13 +2301,13 @@ _Libraries for testing codebases and generating test data._ - [timex](https://github.com/cabify/timex) - A test-friendly replacement for the native `time` package. - [xgo](https://github.com/xhd2015/xgo) - A general pureposed function mocking library. -## Fuzzing and delta-debugging/reducing/shrinking +### Fuzzing and delta-debugging/reducing/shrinking - [go-fuzz](https://github.com/dvyukov/go-fuzz) - Randomized testing system. - [gofuzz](https://github.com/google/gofuzz) - Library for populating go objects with random values. - [Tavor](https://github.com/zimmski/tavor) - Generic fuzzing and delta-debugging framework. -## Selenium and browser control tools +### Selenium and browser control tools - [cdp](https://github.com/mafredri/cdp) - Type-safe bindings for the Chrome Debugging Protocol that can be used with browsers or other debug targets that implement it. - [chromedp](https://github.com/knq/chromedp) - a way to drive/test Chrome, Safari, Edge, Android Webviews, and other browsers supporting the Chrome Debugging Protocol. @@ -2543,7 +2553,6 @@ _General utilities and tools to make your life easier._ - [config-file-validator](https://github.com/Boeing/config-file-validator) - Cross Platform tool to validate configuration files. - [contextplus](https://github.com/contextplus/contextplus) - Package contextplus provide more easy to use functions for contexts. - [cookie](https://github.com/syntaqx/cookie) - Cookie struct parsing and helper package. -- [copy](https://github.com/gotidy/copy) - Package for fast copying structs of different types. - [copy-pasta](https://github.com/jutkko/copy-pasta) - Universal multi-workstation clipboard that uses S3 like backend for the storage. - [countries](https://github.com/biter777/countries) - Full implementation of ISO-3166-1, ISO-4217, ITU-T E.164, Unicode CLDR and IANA ccTLD standards. - [countries](https://github.com/pioz/countries) - All you need when you are working with countries in Go. @@ -2554,7 +2563,6 @@ _General utilities and tools to make your life easier._ - [cvt](https://github.com/shockerli/cvt) - Easy and safe convert any value to another type. - [dbt](https://github.com/nikogura/dbt) - A framework for running self-updating signed binaries from a central, trusted repository. - [Death](https://github.com/vrecan/death) - Managing go application shutdown with signals. -- [Deepcopier](https://github.com/ulule/deepcopier) - Simple struct copying for Go. - [delve](https://github.com/derekparker/delve) - Go debugger. - [dive](https://github.com/wagoodman/dive) - A tool for exploring each layer in a Docker image. - [dlog](https://github.com/kirillDanshin/dlog) - Compile-time controlled logger to make your release smaller without removing debug calls. @@ -2610,7 +2618,6 @@ _General utilities and tools to make your life easier._ - [gostrutils](https://github.com/ik5/gostrutils) - Collections of string manipulation and conversion functions. - [gotenv](https://github.com/subosito/gotenv) - Load environment variables from `.env` or any `io.Reader` in Go. - [goval](https://github.com/maja42/goval) - Evaluate arbitrary expressions in Go. -- [gpath](https://github.com/tenntenn/gpath) - Library to simplify access struct fields with Go's expression in reflection. - [graterm](https://github.com/skovtunenko/graterm) - Provides primitives to perform ordered (sequential/concurrent) GRAceful TERMination (aka shutdown) in Go application. - [grofer](https://github.com/pesos/grofer) - A system and resource monitoring tool written in Golang! - [gubrak](https://github.com/novalagung/gubrak) - Golang utility library with syntactic sugar. It's like lodash, but for golang. @@ -2649,7 +2656,6 @@ _General utilities and tools to make your life easier._ - [netbug](https://github.com/e-dard/netbug) - Easy remote profiling of your services. - [nfdump](https://github.com/chrispassas/nfdump) - Read nfdump netflow files. - [nostromo](https://github.com/pokanop/nostromo) - CLI for building powerful aliases. -- [objwalker](https://github.com/rekby/objwalker) - Walk by go objects with reflection. - [okrun](https://github.com/xta/okrun) - go run error steamroller. - [olaf](https://github.com/btnguyen2k/olaf) - Twitter Snowflake implemented in Go. - [onecache](https://github.com/adelowo/onecache) - Caching library with support for multiple backend stores (Redis, Memcached, filesystem etc). @@ -2661,7 +2667,6 @@ _General utilities and tools to make your life easier._ - [pointer](https://github.com/xorcare/pointer) - Package pointer contains helper routines for simplifying the creation of optional fields of basic type. - [ptr](https://github.com/gotidy/ptr) - Package that provide functions for simplified creation of pointers from constants of basic types. - [rclient](https://github.com/zpatrick/rclient) - Readable, flexible, simple-to-use client for REST APIs. -- [reflectutils](https://github.com/muir/reflectutils) - Helpers for working with reflection: struct tag parsing; recursive walking; fill value from string. - [remote-touchpad](https://github.com/Unrud/remote-touchpad) - Control mouse and keyboard from a smartphone. - [repeat](https://github.com/ssgreg/repeat) - Go implementation of different backoff strategies useful for retrying operations and heartbeating. - [request](https://github.com/mozillazg/request) - Go HTTP Requests for Humans™. diff --git a/docs/awesome/awesome-jquery.md b/docs/awesome/awesome-jquery.md index e6896e1b2e..b6308f194d 100644 --- a/docs/awesome/awesome-jquery.md +++ b/docs/awesome/awesome-jquery.md @@ -7,9 +7,9 @@ [![Project Maintained](https://img.shields.io/badge/project-maintained-brightgreen.svg?style=plastic "Project Maintained")](https://github.com/petk/awesome-jquery/commits/master) [![Build Status](https://img.shields.io/travis/petk/awesome-jquery/master.svg)](https://travis-ci.org/petk/awesome-jquery) -精选清单 [jQuery](http://jquery.com/) 插件、资源和其他闪亮的东西. 灵感来自 GitHub 上的“awesome-*”趋势. +A curated list of awesome [jQuery](http://jquery.com/) plugins, resources and other shiny things. Inspired by the `awesome-*` trend on GitHub. -> [jQuery](http://jquery.com/) 是一个快速、小巧且功能丰富 [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) 图书馆. 它使用可跨多种浏览器工作的易于使用的 API,使 HTML 文档遍历和操作、事件处理、动画和 Ajax 等事情变得更加简单. 结合多功能性和可扩展性,jQuery 改变了数百万人编写 JavaScript 的方式. +> [jQuery](http://jquery.com/) is a fast, small, and feature-rich [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript. awesome-jquery @@ -17,63 +17,63 @@ ## Resources - *很棒的学习材料,可以了解 jQuery 和 JavaScript 或学习更高级的东西. 一些友好的建议:在深入研究 jQuery 之前,先学好 JavaScript.* +*Awesome learning material to get to know jQuery and JavaScript or learn something more advanced. Some friendly advice: Before diving deep into jQuery learn JavaScript well.* -* [API documentation](http://api.jquery.com/) - 官方 jQuery 文档. -* [Code School](https://www.pluralsight.com/courses/code-school-try-jquery) - 学习 jQuery(一个 JavaScript 库)的基础知识,以修改网页上的元素并改善用户交互. +* [API documentation](http://api.jquery.com/) - Official jQuery documentation. +* [Code School](https://www.pluralsight.com/courses/code-school-try-jquery) - Learn the basics of jQuery, a JavaScript library, to modify elements on a webpage and improve user interaction. * [Codecademy jQuery track](https://www.codecademy.com/learn/learn-jquery) - Beginners track for learning jQuery. -* [Learning jQuery](https://www.learningjquery.com/) - jQuery JavaScript 库的技巧、技术和教程. -* [Style guides](https://contribute.jquery.org/style-guide/) - 为 jQuery 项目做出贡献时,jQuery 的代码风格指南. -* [Tuts+](https://code.tutsplus.com/categories/jquery) - 关于 jQuery 的有用且深入的文章. -* [jQuery guide for teams](https://github.com/voorhoede/jquery-style-guide) - 编写一致的 jQuery 代码的技巧,易于您的团队使用和理解. +* [Learning jQuery](https://www.learningjquery.com/) - Tips, techniques, and tutorials for the jQuery JavaScript library. +* [Style guides](https://contribute.jquery.org/style-guide/) - jQuery's code style guides when contributing to jQuery projects. +* [Tuts+](https://code.tutsplus.com/categories/jquery) - Useful and indepth articles about jQuery. +* [jQuery guide for teams](https://github.com/voorhoede/jquery-style-guide) - Tips to write consistent jQuery code, easy to use and understand by your team. ### Tutorials -*很棒的免费教程和课程来学习 jQuery.* +*Awesome free tutorials and courses to learn jQuery.* -* [jQuery patterns](https://github.com/jquery-boilerplate/jquery-patterns) - 各种 jQuery 插件模式,用于快速启动您的插件开发. -* [Learning jQuery Design Patterns](https://addyosmani.com/resources/essentialjsdesignpatterns/book/#jquerypluginpatterns) - jQuery 插件设计模式 -* [Learn jQuery](http://learn.jquery.com/) - jQuery 学习中心. -* [Snoopcode](http://www.snoopcode.com/jquery/) -jQuery 教程. -* [Extending jQuery](https://j11y.io/javascript/extending-jquerys-selector-capabilities/) - 扩展 jQuery 的选择器功能. -* [Free jQuery Courses at Classpert](https://classpert.com/search?filter[free_course][]=true&filter[price][]=0&filter[price][]=0&p=1&tag=jquery) - Classpert 在线课程搜索中的免费 jQuery 课程列表 +* [jQuery patterns](https://github.com/jquery-boilerplate/jquery-patterns) - A variety of jQuery plugin patterns for jump starting your plugin development. +* [Learning jQuery Design Patterns](https://addyosmani.com/resources/essentialjsdesignpatterns/book/#jquerypluginpatterns) - jQuery Plugin Design Patterns +* [Learn jQuery](http://learn.jquery.com/) - jQuery learning center. +* [Snoopcode](http://www.snoopcode.com/jquery/) - jQuery tutorials. +* [Extending jQuery](https://j11y.io/javascript/extending-jquerys-selector-capabilities/) - Extending jQuery’s selector capabilities. +* [Free jQuery Courses at Classpert](https://classpert.com/search?filter[free_course][]=true&filter[price][]=0&filter[price][]=0&p=1&tag=jquery) - List of Free jQuery Courses at Classpert Online Course Search ### Books -*推荐且不过时的 jQuery 书籍.* +*Recommended and not too much outdated jQuery books.* #### Free Books -* [JavaScript plus a dash of JQuery](http://nicholasjohnson.com/javascript-book/) - 对使用 JavaScript 和 jQuery 进行编码的明智介绍,*作者:Nicholas Johnson*. -* [jQuery Succinctly, Syncfusion](https://www.syncfusion.com/ebooks/jquery) (PDF、mobi、epub)*(需要注册)*. -* [jQuery fundamentals](https://github.com/bocoup/jqfundamentals.com) - 舒适地解决您将被要求使用 jQuery 解决的常见问题. +* [JavaScript plus a dash of JQuery](http://nicholasjohnson.com/javascript-book/) - A Sensible Introduction to Coding with JavaScript and jQuery, *by Nicholas Johnson*. +* [jQuery Succinctly, Syncfusion](https://www.syncfusion.com/ebooks/jquery) (PDF, mobi, epub) *(Registration required)*. +* [jQuery fundamentals](https://github.com/bocoup/jqfundamentals.com) - Comfortable working through common problems you'll be called upon to solve using jQuery. #### Paid Books -* [jQuery in Action, Third Edition](https://www.manning.com/books/jquery-in-action-third-edition) - jQuery 的快节奏完整指南,*由 Bear Bibeault、Yehuda Katz 和 Aurelio De Rosa* 撰写. -* [jQuery: Novice to Ninja: New Kicks And Tricks](https://www.sitepoint.com/premium/books/jquery-novice-to-ninja-new-kicks-and-tricks) - 快速掌握 jQuery,*Earle Castledine 和 Craig Sharkie*. -* [Learning jQuery - Fourth Edition](https://www.packtpub.com/web-development/learning-jquery-fourth-edition) - jQuery 指南,*作者:Jonathan Chaffer 和 Karl Swedberg*. +* [jQuery in Action, Third Edition](https://www.manning.com/books/jquery-in-action-third-edition) - Fast-paced and complete guide to jQuery, *by Bear Bibeault, Yehuda Katz, and Aurelio De Rosa*. +* [jQuery: Novice to Ninja: New Kicks And Tricks](https://www.sitepoint.com/premium/books/jquery-novice-to-ninja-new-kicks-and-tricks) - fast track to mastering jQuery, *by Earle Castledine & Craig Sharkie*. +* [Learning jQuery - Fourth Edition](https://www.packtpub.com/web-development/learning-jquery-fourth-edition) - Guide to jQuery, *by Jonathan Chaffer and Karl Swedberg*. ### Blogs -*有趣的 jQuery 相关博客和网站.* +*Interesting jQuery related blogs and websites.* -* [jQuery Blog](http://blog.jquery.com/) - 来自 jQuery 官方网站的新闻. -* [jQuery UI Blog](http://blog.jqueryui.com/) - 官方 jQuery UI 博客. -* [Sitepoint](https://www.sitepoint.com/javascript/jquery/) - Sitepoint 的 jQuery 类别部分包含有用的文章. -* [Smashing Magazine](https://www.smashingmagazine.com/category/jquery) - jQuery 标签、有用的 jQuery 文章和教程之类的博客文章. +* [jQuery Blog](http://blog.jquery.com/) - News from the official jQuery website. +* [jQuery UI Blog](http://blog.jqueryui.com/) - Official jQuery UI blog. +* [Sitepoint](https://www.sitepoint.com/javascript/jquery/) - Sitepoint's jQuery category section with useful articles. +* [Smashing Magazine](https://www.smashingmagazine.com/category/jquery) - jQuery tag, useful jQuery articles and tutorial alike blog posts. ### Miscellaneous Resources -*各种类型的资源.* +*Various types of resources.* -* [jQuery Foundation](https://jquery.org/) - 提供 jQuery 和许多其他项目主页和支持. -* [jQuery Source Viewer](https://j11y.io/jquery/) - jQuery 方法实现的浏览器. -* [Alternative jQuery Documentation Browser](http://jqapi.com/) - 更快地浏览 jQuery 文档. -* [TodoMVC](https://github.com/tastejs/todomvc) - 帮助您选择 JavaScript 框架. 在多个流行的 JavaScript MV* 框架中创建相同的 Todo 应用程序,包括 [jQuery](http://todomvc.com/examples/jquery/). +* [jQuery Foundation](https://jquery.org/) - Providing jQuery and many other projects home and support. +* [jQuery Source Viewer](https://j11y.io/jquery/) - Browser of jQuery method implementations. +* [Alternative jQuery Documentation Browser](http://jqapi.com/) - Faster way to browse the jQuery documentation. +* [TodoMVC](https://github.com/tastejs/todomvc) - Helps you select JavaScript framework. Same Todo application created in multiple popular JavaScript MV* frameworks including [jQuery](http://todomvc.com/examples/jquery/). * [jQuery CheatSheet](http://lab.abhinayrathore.com/jquery-cheatsheet/) * [Programming Community Curated Resources for Learning jQuery](https://hackr.io/tutorials/learn-jquery) * [HTML Tutorial by Scaler](https://www.scaler.com/topics/html/) @@ -81,268 +81,269 @@ ## Plugins -*来自整个 jQuery 世界的很棒的插件.* +*Awesome plugins from all across the jQuery universe.* -* [Plugins](https://www.npmjs.com/search?q=keywords:jquery-plugin) - jQuery 插件注册, [previous one](http://plugins.jquery.com/) 现在处于只读模式. -* [jQuery Rain](http://www.jqueryrain.com/) - 顶级和最佳 jQuery 插件、教程、炫酷效果、示例、演示. -* [jQuery Unheap](http://www.unheap.com/) - 一个整洁的 jQuery 插件库. +* [Plugins](https://www.npmjs.com/search?q=keywords:jquery-plugin) - Registry of jQuery plugins, [previous one](http://plugins.jquery.com/) is now in read-only mode. +* [jQuery Rain](http://www.jqueryrain.com/) - Top & Best jQuery plugins, tutorials, cool effects, examples, demos. +* [jQuery Unheap](http://www.unheap.com/) - A tidy repository of jQuery plugins. ## Animation -*动画、过渡.* +*Animations, transitions.* -* [Animsition](https://github.com/blivesta/animsition/) - 一个用于 CSS 动画页面转换的简单易用的 jQuery 插件. -* [fakeLoader.js](https://github.com/joaopereirawd/fakeLoader.js) - 轻量级插件,可帮助您创建带有全屏加载遮罩的动画微调器,以模拟页面预加载效果. -* [Fullpage.js](https://github.com/alvarotrigo/fullPage.js) - 快速简单地创建全屏页面. -* [jQuery Transit](https://github.com/rstacruz/jquery.transit) - 用于 jQuery 的超级流畅的 CSS3 转换和过渡. -* [Material Design Preloader!s](https://github.com/aarondo/Material-Preloader) - 重新创建 Material Design 预加载器. -* [Midnight](https://github.com/Aerolab/midnight.js) - 即时切换固定标头. -* [Parallax.js](https://github.com/pixelcog/parallax.js/) - 滚动效果. -* [Scrollify](https://github.com/lukehaas/Scrollify/) - 协助滚动和捕捉部分. 触摸优化. -* [Waves](https://github.com/fians/Waves) - 受 Google Material Design 启发的点击效果. -* [jQuery DrawSVG](https://github.com/lcdsantos/jquery-drawsvg) - 轻量级、易于使用的 jQuery 插件来动画 SVG 路径 -* [jQuery Particles](https://github.com/matteobruni/tsparticles/tree/master/components/jquery) - 一个插件,可以轻松地将粒子动画添加到您的 Web 应用程序 +* [Animsition](https://github.com/blivesta/animsition/) - A simple and easy jQuery plugin for CSS animated page transitions. +* [fakeLoader.js](https://github.com/joaopereirawd/fakeLoader.js) - Lightweight plugin that helps you create an animated spinner with a fullscreen loading mask to simulate the page preloading effect. +* [Fullpage.js](https://github.com/alvarotrigo/fullPage.js) - Create full screen pages fast and simple. +* [jQuery Transit](https://github.com/rstacruz/jquery.transit) - Super-smooth CSS3 transformations and transitions for jQuery. +* [Material Design Preloader!s](https://github.com/aarondo/Material-Preloader) - Recreation of the Material Design preloader. +* [Midnight](https://github.com/Aerolab/midnight.js) - Switches fixed headers on the fly. +* [Parallax.js](https://github.com/pixelcog/parallax.js/) - Scrolling effect. +* [Scrollify](https://github.com/lukehaas/Scrollify/) - Assists scrolling and snaps to sections. Touch optimised. +* [Waves](https://github.com/fians/Waves) - Click effect inspired by Google's Material Design. +* [jQuery DrawSVG](https://github.com/lcdsantos/jquery-drawsvg) - Lightweight, simple to use jQuery plugin to animate SVG paths +* [jQuery Particles](https://github.com/matteobruni/tsparticles/tree/master/components/jquery) - A plugin to easily add Particles animations to your web application ### Editors -*所见即所得的编辑器.* +*WYSIWYG editors.* -* [Froala WYSIWYG HTML Editor](https://github.com/froala/wysiwyg-editor) - 基于 HTML5 的 jQuery 所见即所得富文本编辑器. -* [jQuery Notebook](https://github.com/raphaelcruzeiro/jquery-notebook) - 现代、简洁、优雅的所见即所得富文本编辑器. -* [jQuery TE](http://jqueryte.com/) - 轻量级 HTML 编辑器. -* [TinyMCE](https://www.tiny.cloud/) - 流行的 WYSIWYG 编辑器,带有 jQ​​uery 构建和 jQuery 集成插件. +* [Froala WYSIWYG HTML Editor](https://github.com/froala/wysiwyg-editor) - jQuery WYSIWYG Rich Text Editor based on HTML5. +* [jQuery Notebook](https://github.com/raphaelcruzeiro/jquery-notebook) - A modern, simple and elegant WYSIWYG rich text editor. +* [jQuery TE](http://jqueryte.com/) - Lightweight HTML editor. +* [TinyMCE](https://www.tiny.cloud/) - Popular WYSIWYG editor with jQuery build and a jQuery integration plugin. ### Forms -*用于表单、AJAX、验证的插件.* +*Plugins for Forms, AJAX, validation.* -* [Bootstrap Multiselect](https://github.com/davidstutz/bootstrap-multiselect) - Bootstrap 的多选. -* [File Upload](https://github.com/blueimp/jQuery-File-Upload) - 具有多个文件选择、拖放支持、进度条、验证和预览图像、音频和视频的文件上传小部件. -* [Ideal Forms](https://github.com/elclanrs/jq-idealforms) - 用于构建和验证响应式 HTML5 表单的框架. -* [jQuery Form Plugin](https://github.com/jquery-form/form) - 简单且不显眼的 HTML 表单升级为使用 AJAX. -* [jquery-minicolors](https://github.com/claviska/jquery-minicolors) - 一个小巧的颜色选择器插件. -* [Justified Gallery](https://github.com/miromannino/Justified-Gallery) - 允许您创建具有对齐网格的画廊. -* [Labelauty](https://github.com/fntneves/jquery-labelauty) - 一个轻巧漂亮的收音机和复选框输入插件. -* [Payform](https://github.com/jondavidjohn/payform) - 用于构建信用卡表单、验证输入和格式化数字的库(带有 jQ​​uery 插件). -* [Pickadate](https://github.com/amsul/pickadate.js) - 移动友好、反应灵敏且轻量级的日期和时间输入选择器. -* [Select2](https://github.com/select2/select2) - 支持搜索、标记、远程数据集、无限滚动的选择框. -* [selectize.js](https://github.com/selectize/selectize.js/) - 基于 jQuery 的文本框和 \ 盒子. +* [Bootstrap Multiselect](https://github.com/davidstutz/bootstrap-multiselect) - Multiselect for Bootstrap. +* [File Upload](https://github.com/blueimp/jQuery-File-Upload) - File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video. +* [Ideal Forms](https://github.com/elclanrs/jq-idealforms) - Framework for building and validating responsive HTML5 forms. +* [jQuery Form Plugin](https://github.com/jquery-form/form) - Easy and unobtrusive HTML forms upgrade to use AJAX. +* [jquery-minicolors](https://github.com/claviska/jquery-minicolors) - A tiny color picker plugin. +* [Justified Gallery](https://github.com/miromannino/Justified-Gallery) - Allows you to create a gallery with a justified grid. +* [Labelauty](https://github.com/fntneves/jquery-labelauty) - A lightweight and beautiful plugin for radio and checkbox inputs. +* [Payform](https://github.com/jondavidjohn/payform) - A library (with jQuery plugin) for building credit card forms, validating inputs, and formatting numbers. +* [Pickadate](https://github.com/amsul/pickadate.js) - The mobile-friendly, responsive, and lightweight date & time input picker. +* [Select2](https://github.com/select2/select2) - Select box with support for searching, tagging, remote data sets, infinite scrolling. +* [selectize.js](https://github.com/selectize/selectize.js/) - jQuery based hybrid of a textbox and \ box. ### Images, Maps and Charts -*与图像、图像处理、画廊、地图和图表相关的插件.* - -* [AnyChart-jQuery](https://github.com/AnyChart/AnyChart-jQuery) - 通过 jQuery 轻松使用 AnyChart JavaScript 图表库的插件. -* [Arbor](https://github.com/samizdatco/arbor) - 使用网络工作者和 jQuery 的图形可视化库. -* [BackStretch](https://github.com/jquery-backstretch/jquery-backstretch) - jQuery 插件,允许您将动态调整大小、支持幻灯片的背景图像添加到任何页面或元素. -* [Chart.js](https://github.com/chartjs/Chart.js) - 使用 \ 的简单 HTML5 图表标签. -* [Cropper](https://github.com/fengyuanchen/cropper) - 一个简单的图像裁剪插件. -* [Dense.js](https://github.com/gocom/dense) - 轻松提供视网膜就绪、高像素比图像. -* [Flot](https://github.com/flot/flot) - 有吸引力的图表. -* [Gridder](https://github.com/oriongunning/gridder) - 显示缩略图网格扩展预览,类似于在 Google 图片上看到的效果. -* [jquery.sparkline](https://github.com/gwatts/jquery.sparkline) - 生成小型迷你图. -* [jQuery.eraser](https://github.com/boblemarin/jQuery.eraser) - 用鼠标或触摸动作擦除图像. -* [jQuery Mapael](https://github.com/neveldo/jQuery-Mapael) - 基于 raphael.js 的插件,允许您显示动态矢量地图. -* [jQueryGantt](https://github.com/robicch/jQueryGantt) - 甘特图编辑器. -* [jQuery Images Compare](https://github.com/sylvaincombes/jquery-images-compare) - 用于比较两个图像的插件. -* [Nivo Slider](https://github.com/Codeinwp/Nivo-Slider-jQuery) - 美观且易于使用的图像滑块. -* [Owl Carousel 2](https://github.com/OwlCarousel2/OwlCarousel2) - 响应轮播滑块. -* [Slick](https://github.com/kenwheeler/slick) - 你永远需要的最后一个旋转木马. -* [Peity](https://github.com/benpickles/peity) - 进步\ 饼图、圆环图、条形图和折线图. -* [Unite Gallery](https://github.com/vvvmax/unitegallery/) - 响应式 jQuery 图像和视频库插件. -* [Viewer](https://github.com/fengyuanchen/viewer) - 一个简单的 jQuery 图片查看插件. -* [JQuery-linechart](https://github.com/kis/jquery-linechart) - 用于创建折线图的简单轻量级库 +*Plugins related to images, image manipulation, galleries, maps and charts.* + +* [AnyChart-jQuery](https://github.com/AnyChart/AnyChart-jQuery) - Plugin for easily using AnyChart JavaScript charting library with jQuery. +* [Arbor](https://github.com/samizdatco/arbor) - Graph visualization library using web workers and jQuery. +* [BackStretch](https://github.com/jquery-backstretch/jquery-backstretch) - jQuery plugin that allows you to add a dynamically-resized, slideshow-capable background image to any page or element. +* [Chart.js](https://github.com/chartjs/Chart.js) - Simple HTML5 Charts using the \ tag. +* [Cropper](https://github.com/fengyuanchen/cropper) - A simple image cropping plugin. +* [Dense.js](https://github.com/gocom/dense) - Serving retina-ready, high pixel ratio images with ease. +* [Flot](https://github.com/flot/flot) - Attractive charts. +* [Gridder](https://github.com/oriongunning/gridder) - Displays a thumbnail grid expanding preview similar to the effect seen on Google Images. +* [jquery.sparkline](https://github.com/gwatts/jquery.sparkline) - Generate small sparkline charts. +* [jQuery.eraser](https://github.com/boblemarin/jQuery.eraser) - Erasing image with mouse or touch movements. +* [jQuery Mapael](https://github.com/neveldo/jQuery-Mapael) - Plugin based on raphael.js that allows you to display dynamic vector maps. +* [jQueryGantt](https://github.com/robicch/jQueryGantt) - Gantt editor. +* [jQuery Images Compare](https://github.com/sylvaincombes/jquery-images-compare) - Plugin for comparing two images. +* [Nivo Slider](https://github.com/Codeinwp/Nivo-Slider-jQuery) - Beautiful and easy to use image slider. +* [Owl Carousel 2](https://github.com/OwlCarousel2/OwlCarousel2) - Responsive carousel slider. +* [Slick](https://github.com/kenwheeler/slick) - The last carousel you'll ever need. +* [Peity](https://github.com/benpickles/peity) - Progressive \ pie, donut, bar and line charts. +* [Unite Gallery](https://github.com/vvvmax/unitegallery/) - Responsive jQuery image and video gallery plugin. +* [Viewer](https://github.com/fengyuanchen/viewer) - A simple jQuery image viewing plugin. +* [JQuery-linechart](https://github.com/kis/jquery-linechart) - Simple and lightweight library for creating line charts ### Menus -*菜单动画、可用性增强和美化.* +*Menus animation, usability enhancements and beautification.* -* [jQuery contextMenu](https://github.com/swisnl/jQuery-contextMenu) - 上下文菜单的管理工具. -* [jPanelMenu](https://github.com/acolangelo/jPanelMenu) - 创建一个面板式菜单(就像在 Facebook、Google 和本机 iPhone 应用程序的移动版本中看到的类型). -* [jQuery-menu-aim](https://github.com/kamens/jQuery-menu-aim) - 当用户的光标指向特定的下拉菜单项时触发事件. -* [mmenu](https://github.com/FrDH/mmenu-js) - 带有滑动子菜单的应用程序外观相似的画布上和画布外菜单. -* [Multi-level push menu](https://github.com/adgsm/multi-level-push-menu) - 允许无限嵌套导航元素. -* [Slidebars](https://github.com/adchsm/Slidebars) - 用于画布外菜单和侧边栏的 jQuery 框架. -* [stickUp](https://github.com/LiranCohen/stickUp) - 将元素粘贴到浏览器窗口的顶部,同时滚动经过它,始终保持在视图中. -* [Superfish](https://github.com/joeldbirch/superfish) - 为现有的多级下拉菜单添加可用性增强功能. -* [Yamm](https://github.com/geedmo/yamm3) - Bootstrap 3 的另一个 megamenu. +* [jQuery contextMenu](https://github.com/swisnl/jQuery-contextMenu) - Management facility for context menus. +* [jPanelMenu](https://github.com/acolangelo/jPanelMenu) - Creates a paneled-style menu (like the type seen in the mobile versions of Facebook, Google and native iPhone applications). +* [jQuery-menu-aim](https://github.com/kamens/jQuery-menu-aim) - Fires events when user's cursor aims at particular dropdown menu items. +* [mmenu](https://github.com/FrDH/mmenu-js) - App look-alike on- and off-canvas menus with sliding submenus. +* [Multi-level push menu](https://github.com/adgsm/multi-level-push-menu) - Allows endless nesting of navigation elements. +* [Slidebars](https://github.com/adchsm/Slidebars) - jQuery framework for off-canvas menus and sidebars. +* [stickUp](https://github.com/LiranCohen/stickUp) - Sticks an element to the top of the browser window while scrolling past it, always keeping it in view. +* [Superfish](https://github.com/joeldbirch/superfish) - Adds usability enhancements to existing multi-level drop-down menus. +* [Yamm](https://github.com/geedmo/yamm3) - Yet another megamenu for Bootstrap 3. ### Modals and Popups -*模态(对话框/弹出窗口)、工具提示和类似弹出窗口的插件.* +*Plugins for modals (dialog box/popups), tooltips, and similar popup windows.* -* [animatedModal.js](https://github.com/joaopereirawd/animatedModal.js) - 使用 CSS3 过渡创建全屏模式的插件. 您可以使用 `animate.css` 中的过渡效果或创建您自己的过渡效果. -* [Avgrund](https://github.com/voronianski/jquery.avgrund.js) - 用于模态框和弹出窗口的插件,具有显示弹出窗口和页面之间深度的新概念. -* [Bootstrap Modal](https://github.com/jschr/bootstrap-modal) - 扩展默认的 Bootstrap Modal 类. 响应式、可堆叠和 ajax. -* [iziModal](https://github.com/marcelodolza/iziModal) - 带有 jQ​​uery 的优雅、响应迅速、灵活且轻量级的模态插件. -* [jBox](https://github.com/StephanWagner/jBox) - 强大而灵活的插件,负责处理所有模态窗口、工具提示和通知. -* [jQuery Modal](https://github.com/kylefox/jquery-modal) - 显示模态窗口的简单轻量级方法. -* [jQuery Popup Overlay](https://github.com/vast-engineering/jquery-popup-overlay) - 响应式和可访问的模态窗口和工具提示. -* [Lightbox](https://github.com/lokesh/lightbox2/) - 用于在当前页面顶部叠加图像的 JavaScript 库. -* [Magnific Popup](https://github.com/dimsemenov/Magnific-Popup) - 快速、轻便且反应灵敏的灯箱插件. -* [SweetAlert](https://github.com/t4t5/sweetalert) - JavaScript 警报的漂亮替代品. -* [tipso](https://github.com/object505/tipso) - 轻量级响应式 jQuery 工具提示插件. -* [vex](https://github.com/hubspot/vex) - 高度可配置且易于设置样式的现代对话框库. +* [animatedModal.js](https://github.com/joaopereirawd/animatedModal.js) - Plugin for creating fullscreen modals with CSS3 transitions. You can use the transitions from `animate.css` or create your own. +* [Avgrund](https://github.com/voronianski/jquery.avgrund.js) - Plugin for your modal boxes and popups with new concept of showing depth between popup and page. +* [Bootstrap Modal](https://github.com/jschr/bootstrap-modal) - Extends the default Bootstrap Modal class. Responsive, stackable and ajax. +* [iziModal](https://github.com/marcelodolza/iziModal) - Elegant, responsive, flexible and lightweight modal plugin with jQuery. +* [jBox](https://github.com/StephanWagner/jBox) - Powerful and flexible plugin which takes care of all modal windows, tooltips and notices. +* [jQuery Modal](https://github.com/kylefox/jquery-modal) - Simple and lightweight method of displaying modal windows. +* [jQuery Popup Overlay](https://github.com/vast-engineering/jquery-popup-overlay) - Responsive and accessible modal windows and tooltips. +* [Lightbox](https://github.com/lokesh/lightbox2/) - JavaScript library used to overlay images on top of the current page. +* [Magnific Popup](https://github.com/dimsemenov/Magnific-Popup) - Fast, light and responsive lightbox plugin. +* [SweetAlert](https://github.com/t4t5/sweetalert) - A beautiful replacement for JavaScript's alert. +* [tipso](https://github.com/object505/tipso) - A Lightweight Responsive jQuery Tooltip Plugin. +* [vex](https://github.com/hubspot/vex) - A modern dialog library which is highly configurable and easy to style. ### Tables -*用于以表格形式创建和展示数据的网格插件和插件.* - -* [Bootgrid](https://github.com/rstaib/jquery-bootgrid) - 专为引导程序设计的网格控件. -* [Bootstrap table](https://bootstrap-table.com/) - 专为引导程序设计的强大表格控件. -* [DataTables](https://www.datatables.net/) - HTML 表格的高级交互控件. -* [FancyGrid](https://fancygrid.com/) - 具有图表集成和服务器通信的 JavaScript 网格库. -* [Filter Table](https://github.com/sunnywalker/jQuery.FilterTable) - 实时搜索/过滤 HTML 表格. -* [FloatThead](https://github.com/mkoryak/floatThead) - 粘性标题. 支持响应式、窗口和溢出滚动. -* [FooTable](https://github.com/fooplugins/FooTable/) - 使 HTML 表格响应. -* [Isotope](https://github.com/metafizzy/isotope) - 过滤和排序神奇的布局. -* [HighchartTable](https://github.com/highchartTable/jquery-highchartTable-plugin) - 将 HTML 数据表转换为 Highcharts 图表的简单方法. -* [jqGrid](https://github.com/tonytomov/jqGrid) - 网格插件. -* [jQuery treetable](https://github.com/ludo/jquery-treetable) - 在表格中显示树结构. -* [jsGrid](https://github.com/tabalinas/jsgrid) - 轻量级网格插件. -* [Stackable.js](https://github.com/johnpolacek/stacktable.js/) - 在小屏幕上堆放桌子. -* [Stupid Table Sort](https://github.com/joequery/Stupid-Table-Plugin) - 一个非常小而简单的 jQuery 表格排序器插件. -* [tableExport.jquery.plugin](https://github.com/hhurz/tableExport.jquery.plugin) - 将 HTML 表格导出为 JSON、XML、CSV、TXT、SQL、Word、Excel、PNG 或 PDF. -* [jquery.table-shrinker](https://github.com/VagnerDomingues/jquery.table-shrinker) - 让 HTML Table 以正确的方式在所有设备上响应! +*Grid plugins and plugins for creating and showcasing data in form of tables.* + +* [Bootgrid](https://github.com/rstaib/jquery-bootgrid) - A grid control especially designed for bootstrap. +* [Bootstrap table](https://bootstrap-table.com/) - A powerful table control designed for bootstrap. +* [DataTables](https://www.datatables.net/) - Advanced interaction controls for HTML tables. +* [FancyGrid](https://fancygrid.com/) - JavaScript grid library with charts integration and server communication. +* [Filter Table](https://github.com/sunnywalker/jQuery.FilterTable) - Live searching/filtering for HTML tables. +* [FloatThead](https://github.com/mkoryak/floatThead) - Sticky headers. Supports responsive, window and overflow scrolling. +* [FooTable](https://github.com/fooplugins/FooTable/) - Make HTML tables responsive. +* [Isotope](https://github.com/metafizzy/isotope) - Filter & sort magical layouts. +* [HighchartTable](https://github.com/highchartTable/jquery-highchartTable-plugin) - Simple way to convert HTML data tables to Highcharts graphs. +* [jqGrid](https://github.com/tonytomov/jqGrid) - Grid plugin. +* [jQuery treetable](https://github.com/ludo/jquery-treetable) - Show a tree structure in a table. +* [jsGrid](https://github.com/tabalinas/jsgrid) - Lightweight grid plugin. +* [Stackable.js](https://github.com/johnpolacek/stacktable.js/) - Stacking tables on small screens. +* [Stupid Table Sort](https://github.com/joequery/Stupid-Table-Plugin) - A stupidly small and simple jQuery table sorter plugin. +* [tableExport.jquery.plugin](https://github.com/hhurz/tableExport.jquery.plugin) - Export HTML table to JSON, XML, CSV, TXT, SQL, Word, Excel, PNG or PDF. +* [jquery.table-shrinker](https://github.com/VagnerDomingues/jquery.table-shrinker) - make HTML Table responsive across all devices, the right way! ### Time and Date -*用于处理、操纵或格式化时间和日期的插件.* +*Plugins for handling, manipulating or formating time and date.* -* [jQuery Timer Plugin](https://github.com/walmik/timer.jquery) - 启动/停止/恢复/删除任何 HTML 元素内的漂亮计时器. -* [Timeago](https://github.com/rmm5t/jquery-timeago) - 轻松支持自动更新模糊时间戳(例如“4 分钟前”). +* [jQuery Timer Plugin](https://github.com/walmik/timer.jquery) - Start/Stop/Resume/Remove pretty timer inside any HTML element. +* [Timeago](https://github.com/rmm5t/jquery-timeago) - Easy support of automatic updating fuzzy timestamps (e.g. "4 minutes ago"). ### Translations -*国际化 (i18n) 和本地化 (l10n).* +*Internationalization (i18n) and localization (l10n).* -* [i18n properties](https://github.com/jquery-i18n-properties/jquery-i18n-properties) - 为 JavaScript 提供国际化的轻量级插件 [.properties](https://en.wikipedia.org/wiki/.properties) 文件 -* [jquery.i18n](https://github.com/wikimedia/jquery.i18n) - 基于 jQuery 的 Javascript 国际化库,可轻松实现 Web 应用程序的国际化 -* [jquery.localize.js](https://github.com/coderifous/jquery-localize) - 轻松国际化您的静态网站 +* [i18n properties](https://github.com/jquery-i18n-properties/jquery-i18n-properties) - Lightweight plugin for providing internationalization to JavaScript from [.properties](https://en.wikipedia.org/wiki/.properties) files +* [jquery.i18n](https://github.com/wikimedia/jquery.i18n) - jQuery based Javascript internationalization library for easy internationalization of web application +* [jquery.localize.js](https://github.com/coderifous/jquery-localize) - Easy internationalization of your static web site ### Validation -*验证插件.* +*Validation plugins.* -* [FormValidation](https://github.com/formvalidation/formvalidation) - 表单字段验证器,专为 Bootstrap、Foundation、Pure、Semantic UI、UIKit 和其他框架设计. -* [h5Validate](https://github.com/ericelliott/h5Validate) - 用于 jQuery 的 HTML5 表单验证插件. -* [jQuery Form Validator](https://github.com/victorjonsson/jQuery-Form-Validator/) - 验证用户输入,同时保持 HTML 标记不受 JavaScript 代码影响. -* [jquery-validation](https://github.com/jquery-validation/jquery-validation) - 对现有表单进行插入式验证,同时非常容易地进行各种定制以适合您的应用程序. -* [jQuery.validationEngine](https://github.com/posabsolute/jQuery-Validation-Engine) - 验证浏览器中的表单字段. -* [jQuery-form-validation](https://github.com/bnabriss/jquery-form-validation) - 使用 Laravel 语法验证 html 表单. +* [FormValidation](https://github.com/formvalidation/formvalidation) - Form fields validator, designed for Bootstrap, Foundation, Pure, Semantic UI, UIKit and other frameworks. +* [h5Validate](https://github.com/ericelliott/h5Validate) - An HTML5 form validation plugin for jQuery. +* [jQuery Form Validator](https://github.com/victorjonsson/jQuery-Form-Validator/) - Validate user input while keeping your HTML markup clean from JavaScript code. +* [jquery-validation](https://github.com/jquery-validation/jquery-validation) - Drop-in validation for your existing forms, while making all kinds of customizations to fit your application really easy. +* [jQuery.validationEngine](https://github.com/posabsolute/jQuery-Validation-Engine) - Validation of form fields in the browser. +* [jQuery-form-validation](https://github.com/bnabriss/jquery-form-validation) - Validatie html forms using Laravel syntax. ### Miscellaneous Plugins -*无法在以上类别中分类的插件.* +*Plugins that couldn't be sorted in above categories yet.* -* [Boilerplate](https://github.com/jquery-boilerplate/jquery-boilerplate) - jQuery 插件开发的快速启动. -* [Interlink](https://gist.github.com/Golpha/c5c7ae9b6ed11dc93ce6) - 事件链接插件. -* [Sisyphus](https://github.com/simsalabim/sisyphus) - 类似 Gmail 的客户端草稿等等. -* [Slugify](https://github.com/pmcelhaney/jQuery-Slugify-Plugin) - 在您键入页面标题时创建一个 URL slug(如 Django slugify()). -* [Readmore.js](https://github.com/jedfoster/Readmore.js) - 一个轻量级的 jQuery 插件,用于折叠和展开带有“阅读更多”和“关闭”链接的长文本块. -* [Yahoo! Emoticons](http://michael-designs.com/yahoo-emoticons-jquery-plugin/) - 雅虎! 表情符号 JQuery 插件. -* [autoNumberic](https://github.com/autoNumeric/autoNumeric) - autoNumeric 是一个独立的库,可为国际数字和货币提供即时键入格式. +* [Boilerplate](https://github.com/jquery-boilerplate/jquery-boilerplate) - A jump-start for jQuery plugins development. +* [Interlink](https://gist.github.com/Golpha/c5c7ae9b6ed11dc93ce6) - Event interlink plugin. +* [Sisyphus](https://github.com/simsalabim/sisyphus) - Gmail-like client-side drafts and bit more. +* [Slugify](https://github.com/pmcelhaney/jQuery-Slugify-Plugin) - Creates a URL slug as you type a page title (like Django slugify()). +* [Readmore.js](https://github.com/jedfoster/Readmore.js) - A lightweight jQuery plugin for collapsing and expanding long blocks of text with "Read more" and "Close" links. +* [Yahoo! Emoticons](http://michael-designs.com/yahoo-emoticons-jquery-plugin/) - Yahoo! Emoticons JQuery Plugin. +* [autoNumberic](https://github.com/autoNumeric/autoNumeric) - autoNumeric is a standalone library that provides live as-you-type formatting for international numbers and currencies. ## Mobile -*移动部分.* +*Mobile section.* -* [jQuery mobile](http://jquerymobile.com/) - 用于使用 HTML5 构建移动网络应用程序的轻量级框架. -* [Interdimensional](https://github.com/VodkaBears/Interdimensional) - 在移动设备上为您的网页进行空间滚动. -* [OhSnap!.js](https://github.com/justindomingue/ohSnap) - 一个简单的 jQuery/Zepto 通知库,设计用于移动应用程序. +* [jQuery mobile](http://jquerymobile.com/) - Lightweight framework for building mobile web apps with HTML5. +* [Interdimensional](https://github.com/VodkaBears/Interdimensional) - Spatial scrolling on mobile devices for your web pages. +* [OhSnap!.js](https://github.com/justindomingue/ohSnap) - A simple jQuery/Zepto notification library designed to be used in mobile apps. ## UI -*用户界面部分.* +*User Interface section.* -* [Dragula](https://github.com/bevacqua/dragula) - 与框架无关的拖放库,支持 jQuery 集成. -* [jQuery UI](http://jqueryui.com/) - 在 jQuery 之上构建的精选用户界面交互、效果、小部件和主题. -* [tabulous.js](https://github.com/aarondo/tabulous.js) - 今日网站的标签 -* [X-editable](https://github.com/vitalets/x-editable) - 使用 Twitter Bootstrap、jQuery UI 或纯 jQuery 就地编辑. +* [Dragula](https://github.com/bevacqua/dragula) - Framework agnostic drag and drop library, supports jQuery integration. +* [jQuery UI](http://jqueryui.com/) - Curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery. +* [tabulous.js](https://github.com/aarondo/tabulous.js) - Tabs for todays web +* [X-editable](https://github.com/vitalets/x-editable) - In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery. +* [macon](https://github.com/LoganTann/macon) - Tiny utility (430B) to create reactive jquery components using a JSX-like syntax. ## Testing -*单元测试,测试部分.* +*Unit tests, testing section.* -* [Qunit](http://qunitjs.com/) - 一个 JavaScript 单元测试框架,由 jQuery、jQuery UI 和 jQuery 移动项目使用. -* [Mockjax](https://github.com/jakerella/jquery-mockjax) - 提供一个简单且极其灵活的接口,用于模拟或模拟 ajax 请求和响应. +* [Qunit](http://qunitjs.com/) - A JavaScript Unit Testing framework, used by the jQuery, jQuery UI and jQuery mobile projects. +* [Mockjax](https://github.com/jakerella/jquery-mockjax) - Provides a simple and extremely flexible interface for mocking or simulating ajax requests and responses. ## Server-side Integrations -*将客户端 jQuery 与服务器端技术集成的最佳实践.* +*Best practices of integrating client-side jQuery with server-side technologies.* -*节点.js: - * [Bower](https://bower.io/) - 为前端优化的有用包管理器. - * [cheerio](https://cheerio.js.org/) - 用于服务器端操作的 jQuery. 它可以从 HTML 字符串构造 jQuery 实例,然后查询和操作它. 不实现 ajax 和效果 API. +* Node.js: + * [Bower](https://bower.io/) - Useful package manager optimized for the front-end. + * [cheerio](https://cheerio.js.org/) - jQuery for server-side manipulations. It makes possible to construct jQuery instance from HTML string then query and manipulate it. Does not implement ajax and effects API. * PHP: - * [PHP front end setup without Node](https://www.sitepoint.com/look-ma-no-nodejs-a-php-front-end-workflow-without-node/) - 教程如何将 BowerPHP、Mini-Asset 和 Robo.li 组合到 PHP 前端资产构建管道中. - * [symfony-collection](https://github.com/ninsuo/symfony-collection) - 管理从 Symfony2 集合中添加、删除和移动元素的 jQuery 插件. -* Python: + * [PHP front end setup without Node](https://www.sitepoint.com/look-ma-no-nodejs-a-php-front-end-workflow-without-node/) - Tutorial how to combine BowerPHP, Mini-Asset and Robo.li into a PHP front end asset building pipeline. + * [symfony-collection](https://github.com/ninsuo/symfony-collection) - jQuery Plugin that manages adding, deleting and moving elements from a Symfony2 collection. +* Python: * [django-static-jquery](https://pypi.org/project/django-static-jquery/) - jQuery packaged in an handy Django app to speed up new applications and deployment. -*红宝石: - * [jquery-rails](https://github.com/rails/jquery-rails) - 将 jQuery 与 Rails 结合使用的自动化 gem. - * [jquery-ui-rails](https://github.com/jquery-ui-rails/jquery-ui-rails) - 用于 Rails 资产管道的 jQuery UI. +* Ruby: + * [jquery-rails](https://github.com/rails/jquery-rails) - A gem to automate using jQuery with Rails. + * [jquery-ui-rails](https://github.com/jquery-ui-rails/jquery-ui-rails) - jQuery UI for the Rails asset pipeline. ## Community -*提问和回答问题,分享和获取 jQuery 相关的东西,并与社区取得联系.* +*Ask and answer questions, share and get jQuery related stuff and get in touch with the community.* -* [Forum](https://forum.jquery.com/) - 官方论坛. -* [Freenode](http://irc.lc/freenode/jquery) - 支持 jQuery、jQuery UI 和 jQuery Mobile 用户的 IRC 频道. -* [Stack Overflow](https://stackoverflow.com/tags/jquery) - 支持堆栈溢出. -* [Facebook](https://www.facebook.com/groups/jquerycode/) - Facebook 上的大型活跃群组. -* [Linked.in](https://www.linkedin.com/groups/100943) - Linked.in 上的大型活跃群组. -* [Reddit](https://www.reddit.com/r/jquery) - 讨论和分享新闻、文章、插件和教程,涵盖 jQuery Core、jQuery UI、jQuery Mobile 和其他相关项目. -* [Quora](https://www.quora.com/jQuery) - 在 Quora 网站上提问和回答问题. -* [Meetup](https://www.meetup.com/topics/jquery/) - 在当地参与. -* [Twitter](https://twitter.com/jquery) - 来自 Twitter 上 jQuery 团队的官方新闻和更新. +* [Forum](https://forum.jquery.com/) - Official forum. +* [Freenode](http://irc.lc/freenode/jquery) - Support IRC channel for users of jQuery, jQuery UI, and jQuery Mobile. +* [Stack Overflow](https://stackoverflow.com/tags/jquery) - Support on Stack Overflow. +* [Facebook](https://www.facebook.com/groups/jquerycode/) - Large and active group on Facebook. +* [Linked.in](https://www.linkedin.com/groups/100943) - Large and active group on Linked.in. +* [Reddit](https://www.reddit.com/r/jquery) - Discussion and sharing news, articles, plugins and tutorials, covering jQuery Core, jQuery UI, jQuery Mobile, and other related projects. +* [Quora](https://www.quora.com/jQuery) - Ask and answer questions on Quora website. +* [Meetup](https://www.meetup.com/topics/jquery/) - Get involved locally. +* [Twitter](https://twitter.com/jquery) - Official news and updates from the jQuery team on Twitter. ## Alternatives -*jQuery API 的替代实现.* +*Alternative implementations of jQuery API.* -* [cash](https://github.com/kenwheeler/cash) - 现代浏览器的小型 jQuery 替代品. 包括所有 API,但 ajax 有意例外. -* [Zepto](https://zeptojs.com/) - 小型 jQuery 替代品,其中包括 ajax、效果和其他实用程序. -* [jBone](http://jbone.js.org/) - 与 Backbone 一起使用的 jQuery 实现. 仅支持 Backbone 工作所需的 API 子集. 如果您不打算直接使用 jQuery,但在您的项目中有 Backbone,则可以节省字节. +* [cash](https://github.com/kenwheeler/cash) - small jQuery alternative for modern browsers. Includes all API with deliberate exception for ajax. +* [Zepto](https://zeptojs.com/) - small jQuery alternative, which includes ajax, effects and additional utilities. +* [jBone](http://jbone.js.org/) - jQuery implementation to use with Backbone. Supports only subset of API which is required for Backbone to work. Can be a byte-saver if you don't intend to use jQuery directly, but have Backbone in your project. ## Looking for more lists like this? -* 很棒的列表: - * [awesome](https://github.com/sindresorhus/awesome) - 很棒的清单 - * [awesome-all](https://github.com/bradoyler/awesome-all) - 很棒的清单 - * [emijrp/awesome-awesome](https://github.com/emijrp/awesome-awesome) - 很棒的清单 - * [erichs/awesome-awesome](https://github.com/erichs/awesome-awesome) - 很棒的清单 - * [GetAwesomeness](https://getawesomeness.herokuapp.com/) - 很棒的清单 - * [lists](https://github.com/jnv/lists) - 很棒的清单 -* [awesome-javascript](https://github.com/sorrycc/awesome-javascript) - 很棒的 JavaScript 列表 -* [awesome-javascript-books](https://github.com/heatroom/awesome-javascript-books) - 很棒的 JavaScript 书籍 -* [js-must-watch](https://github.com/bolshchikov/js-must-watch) - 专门针对 JavaScript 的必看视频列表 -* 翻译: - * [Chinese](https://github.com/Iamlars/awesome-jquery/tree/chinese) - Awesome jQuery 的中文翻译. +* Awesome lists: + * [awesome](https://github.com/sindresorhus/awesome) - Awesome lists + * [awesome-all](https://github.com/bradoyler/awesome-all) - Awesome lists + * [emijrp/awesome-awesome](https://github.com/emijrp/awesome-awesome) - Awesome lists + * [erichs/awesome-awesome](https://github.com/erichs/awesome-awesome) - Awesome lists + * [GetAwesomeness](https://getawesomeness.herokuapp.com/) - Awesome lists + * [lists](https://github.com/jnv/lists) - Awesome lists +* [awesome-javascript](https://github.com/sorrycc/awesome-javascript) - Awesome JavaScript list +* [awesome-javascript-books](https://github.com/heatroom/awesome-javascript-books) - Awesome JavaScript books +* [js-must-watch](https://github.com/bolshchikov/js-must-watch) - List of must-watch videos devoted to JavaScript +* Translations: + * [Chinese](https://github.com/Iamlars/awesome-jquery/tree/chinese) - Chinese translation of Awesome jQuery. ## Contributing and License -非常欢迎您 [contribute](https://github.com/petk/awesome-jquery/blob/master/CONTRIBUTING.md) 以及这个很棒的 jQuery 列表. 非常感谢所有人 [contributors](https://github.com/petk/awesome-jquery/graphs/contributors) 谁帮助建立了这份名单. +You are most welcome to [contribute](https://github.com/petk/awesome-jquery/blob/master/CONTRIBUTING.md) to this awesome jQuery list as well. Big thanks to all [contributors](https://github.com/petk/awesome-jquery/graphs/contributors) who have helped to build this list. [![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) -在法律允许的范围内, [Peter Kokot](https://github.com/petk) 已放弃该作品的所有版权和相关或邻接权. +To the extent possible under law, [Peter Kokot](https://github.com/petk) has waived all copyright and related or neighboring rights to this work. diff --git a/docs/awesome/awesome-neovim.md b/docs/awesome/awesome-neovim.md index 2c14a935ce..e38b8ed9c9 100644 --- a/docs/awesome/awesome-neovim.md +++ b/docs/awesome/awesome-neovim.md @@ -1119,6 +1119,8 @@ These colorschemes may not specialize in Tree-sitter directly but are written in - [miversen33/netman.nvim](https://github.com/miversen33/netman.nvim) - Lua powered Network Resource Manager. - [niuiic/remote.nvim](https://github.com/niuiic/remote.nvim) - Edit remote files with local configuration. - [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 diff --git a/docs/awesome/awesome-python-data-science.md b/docs/awesome/awesome-python-data-science.md index eac8a7bab3..54f12b7cb9 100644 --- a/docs/awesome/awesome-python-data-science.md +++ b/docs/awesome/awesome-python-data-science.md @@ -291,6 +291,7 @@ * [pandera](https://github.com/unionai-oss/pandera) - A lightweight, flexible, and expressive statistical data testing library. * [evidently](https://github.com/evidentlyai/evidently) - Evaluate and monitor ML models from validation to production. * [TensorFlow Data Validation](https://github.com/tensorflow/data-validation) - Library for exploring and validating machine learning data. +* [DataComPy](https://github.com/capitalone/datacompy)- A library to compare Pandas, Polars, and Spark data frames. It provides stats and lets users adjust for match accuracy. ## Evaluation * [recmetrics](https://github.com/statisticianinstilettos/recmetrics) - Library of useful metrics and plots for evaluating recommender systems. diff --git a/docs/awesome/awesome-rust.md b/docs/awesome/awesome-rust.md index 7874340411..2766a7d3a9 100644 --- a/docs/awesome/awesome-rust.md +++ b/docs/awesome/awesome-rust.md @@ -949,6 +949,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * TUI * BearLibTerminal * [cfyzium/bearlibterminal](https://github.com/nabijaczleweli/BearLibTerminal.rs) [[bear-lib-terminal](https://crates.io/crates/bear-lib-terminal)] - [BearLibTerminal](https://github.com/tommyettinger/BearLibTerminal) bindings + * [ccbrown/iocraft](https://github.com/ccbrown/iocraft) [[iocraft](https://crates.io/crates/iocraft)] - A crate for beautiful, artisanally crafted CLIs, TUIs, and text-based IO. [![Build status](https://github.com/ccbrown/iocraft/actions/workflows/commit.yaml/badge.svg?branch=main)](https://github.com/ccbrown/iocraft/actions) [![docs.rs](https://img.shields.io/docsrs/iocraft)](https://docs.rs/iocraft/) * [gyscos/Cursive](https://github.com/gyscos/Cursive) [[cursive](https://crates.io/crates/cursive)] - build rich TUI applications * [ivanceras/titik](https://github.com/ivanceras/titik) - a crossplatform TUI widget library with the goal of providing interactive widgets * ncurses diff --git a/docs/awesome/awesome-slack.md b/docs/awesome/awesome-slack.md index a672586b46..9fc39434bd 100644 --- a/docs/awesome/awesome-slack.md +++ b/docs/awesome/awesome-slack.md @@ -1,157 +1,73 @@ -
-[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) - -

- Logo -

- -

-

Awesome Slack

-

- -

- A curated list of awesome, Slack-related things. -

- -*** - -An avid Slack user? A developer looking for awesome tools to build out an integration? Just looking for inspiration? This is a list of all the best things Slack. - - -## :pencil:   Lists -- [Community-Built Libraries](https://api.slack.com/community) - Slack-curated list of community open-source libraries -- [Slack App Directory](https://slack.com/apps) - Official directory of publicly available Slack apps -- [Slack Emojis](https://emoji.gg) - Unofficial directory of custom emojis for Slack - -## :art:   Themes - -- [Slack Themes](http://slackthemes.net/) - A Slack sidebar theme browser -- [Sweet Themes Are Made of These](http://sweetthemesaremadeofthe.se/) - Website for sharing Slack custom palettes - -## :hammer_and_wrench:   Libraries and SDKs - -### C# - -- [margiebot](https://github.com/jammerware/margiebot) - A .NET library designed to make building bots for Slack fast, easy, and fun -- [Slack.Webhooks](https://github.com/nerdfury/Slack.Webhooks) - A library to work with Slack webhooks more easily -- [SlackAPI](https://github.com/Inumedia/SlackAPI) - A third-party implementation of Slack's API written in C# - -### Erlang - -- [slacker](https://github.com/julienXX/slacker) - Erlang Slack REST API wrapper - -### Go - -- [webhook](https://github.com/adnanh/webhook) - Easily run commands in response to HTTP webhook requests from Slack - -### Java - -- [java-slack-sdk](https://github.com/slackapi/java-slack-sdk) - Slack's official Java framework for building Slack apps -- [simple-slack-api](https://github.com/Ullink/simple-slack-api) - A Slack client library in Java - -### JavaScript/TypeScript - -- [bolt-js](https://github.com/slackapi/bolt-js) - Slack's official JavaScript framework for building Slack apps -- [jsx-slack](https://github.com/yhatt/jsx-slack) - Build JSON object for Slack Block Kit surfaces from JSX -- [node-slack-sdk](https://github.com/slackapi/node-slack-sdk) - Slack's official SDK for Node.js -- [slack-block-builder](https://github.com/raycharius/slack-block-builder) - Lightweight Node.js library for building Slack Block Kit UIs, with a declarative syntax inspired by SwiftUI - -### PHP - -- [SlackBundle](https://github.com/DZunke/SlackBundle) - SlackBundle for Symfony2 -- [slack-php-app-framework](https://github.com/slack-php/slack-php-app-framework) - Robust PHP framework for building Slack apps in PHP -- [slack-php-block-kit](https://github.com/jeremeamia/slack-block-kit) - Fluent interface for composing Slack Block Kit messages and modals in PHP -- [slack-php-socket-mode](https://github.com/slack-php/slack-php-socket-mode) - A Socket Mode implementation for [slack-php-app-framework](https://github.com/slack-php/slack-php-app-framework) -- [slack-php-slick](https://github.com/slack-php/slack-php-slick) - Dependency-free micro-framework for building Slack apps in PHP - -### PowerShell - -- [PSSlack](https://github.com/RamblingCookieMonster/PSSlack) - PowerShell module for simple Slack integration. - -### Python - -- [blockkit](https://github.com/imryche/blockkit) - A fast way to build Block Kit interfaces in Python -- [bolt-python](https://github.com/slackapi/bolt-python) - Slack's official Python framework for building Slack apps -- [django-slack](https://github.com/lamby/django-slack) - Slack integration for Django, using the templating engine to generate messages -- [django-slack-oauth](https://github.com/izdi/django-slack-oauth) - Slack OAuth module for Django -- [python-slack-events-api](https://github.com/slackapi/python-slack-events-api) - Slack Events API adapter for Python -- [python-slack-sdk](https://github.com/slackapi/python-slack-sdk) - Slack's official SDK for Python -- [slackblocks](https://github.com/nicklambourne/slackblocks) - Python API for building Slack Block Kit messages -- [slack-php-api](https://github.com/jolicode/slack-php-api) - PHP Slack client based on the official OpenAPI specification -- [slacker-cli](https://github.com/juanpabloaj/slacker-cli) - Messages to slack from the command line -- [slashbot](https://github.com/ebrassell/slashbot) - An easy way to create slash commands using AWS Lambda functions -- [boltworks](https://github.com/YSaxon/boltworks) - Extensions to Slack's bolt framework: expandable GUIs, easier callbacks, richer CLIs - -### R - -- [slackr](https://github.com/hrbrmstr/slackr) - A package to send webhook API messages to Slack channels/users from R - -### Ruby - -- [slack-notifier](https://github.com/stevenosloan/slack-notifier) - A simple wrapper for posting to Slack -- [slack-notify](https://github.com/sosedoff/slack-notify) - Send notifications to Slack -- [slack-poster](https://github.com/rikas/slack-poster) - Simple gem to post messages on Slack using webhooks -- [slack-ruby-block-kit](https://github.com/CGA1123/slack-ruby-block-kit) - A ruby wrapper for Slack's Block Kit -- [slack-ruby-bot](https://github.com/dblock/slack-ruby-bot) - The easiest way to write a Slack bot in Ruby -- [slack-ruby-bot-server](https://github.com/slack-ruby/slack-ruby-bot-server) - Ruby library for building Slack applications -- [slack-ruby-client](https://github.com/dblock/slack-ruby-client) - A Ruby client for the Slack Web and RealTime Messaging APIs - -### Rust - -- [slack-morphism-rust](https://github.com/abdolence/slack-morphism-rust) - A modern async Slack API client for Rust - -### Scala - -- [slack-scala-client](https://github.com/gilbertw1/slack-scala-client) - A Scala Slack client for the Web and RTM API - -### Swift - -- [SwiftBlocksUI](https://github.com/SwiftBlocksUI/SwiftBlocksUI/) - Interactive Slack messages and modals using a SwiftUI-like declarative style - -## :gear:   Open-Source Slack Apps and Integrations - -### CoffeeScript - -- [jinora](https://github.com/sdslabs/jinora) - Slack webhook app to create anonymous public channels - -### Java - -- [simple-slack-api](https://github.com/Ullink/simple-slack-api) - A Slack client library in Java -- [tasks-app](https://github.com/slackapi/tasks-app) - Simple task management app produced by Slack - -### JavaScript/Typescript - -- [definition-app](https://github.com/slackapi/definition-app) - App for storing and accessing company-specific phrases -- [slack-github-action](https://github.com/slackapi/slack-github-action) - Send data into Slack using this GitHub Action -- [slack-reporting-tool](https://github.com/slackapi/slack-reporting-tool) - App that allows team members to report offensive messages -- [tesla-slack](https://github.com/heikkipora/tesla-slack) - Track your Tesla from Slack -- [tasks-app](https://github.com/slackapi/tasks-app) - Simple task management app produced by Slack - -### PHP - -- [MantisBT-Slack](https://github.com/infojunkie/MantisBT-Slack) - MantisBT plugin to send bug updates to Slack -- [monolog](https://github.com/Seldaek/monolog) - Sends your logs to Slack - -### Python - -- [slackbot](https://github.com/lins05/slackbot) - A chat bot for Slack -- [slacker-cli](https://github.com/juanpabloaj/slacker-cli) - Messages to slack from the command line -- [tasks-app](https://github.com/slackapi/tasks-app) - Simple task management app produced by Slack -- [wee-slack](https://github.com/rawdigits/wee-slack) - A WeeChat plugin for Slack - -### Ruby - -- [slack-gamebot](https://github.com/dblock/slack-gamebot) - A game bot for Slack -- [snarkov](https://github.com/gesteves/snarkov) - Sinatra-based Markov bot for Slack -- [tickbot](https://github.com/barryf/tickbot) - Simple team time tracking reminder -- [trebekbot](https://github.com/gesteves/trebekbot) - A Jeopardy! bot for Slack - -## :busts_in_silhouette:   Contributions - -Contributions are always welcome! Please read the [contribution guidelines](https://github.com/matiassingers/awesome-slack/blob/master/contributing.md) first. - -## :classical_building:   License - -[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/) - -To the extent possible under law, [Matias Singers](http://mts.io) has waived all copyright and related or neighboring rights to this work. +
+## Awesome Slack Communities [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) +[![Build Status](https://api.travis-ci.org/filipelinhares/awesome-slack.svg)](https://travis-ci.org/filipelinhares/awesome-slack) + +A list of communities about web development and design that are powered by **Slack**. + +## What's Slack +> Slack is a platform for team communication: everything in one place, instantly searchable, available wherever you go. *- slack.com* + + +## Development +- [Ember](https://ember-community-slackin.herokuapp.com/) +- [Laravel](https://larachat.co/) +- [Ruby](https://rubydevelopers.typeform.com/to/l7WVWl) +- [Front end](https://frontenddevelopers.org/) +- [Android](https://androidchat.co/) +- [GO](https://docs.google.com/forms/d/e/1FAIpQLScNsNXbz2SCLH5hVNoZS0C70nPAXv730SW9F3K1g6iVvlcUTg/viewform?fbzx=4754263898376949596) +- [PHP Chat](https://phpchat.co) +- [Clojure](http://clojurians.net/) +- [iOS Developers](https://ios-developers.io/) +- [Elixir](https://elixir-slackin.herokuapp.com/) +- [slashrocket](https://slashrocket.io/) +- [Cordova](http://slack.cordova.io/) +- [Python Community](https://pythoncommunity.herokuapp.com/) +- [CFML/ColdFusion](https://cfml-slack.herokuapp.com/) + + +## Regional +- [Australia & New Zealand](http://devanz.co) +- [Les Pitonneux - Montreal QC Canada](https://pitonneux.slack.com) +- [Python Brazilian Community](http://slack-pythonbrasil.herokuapp.com/) +- [Remote workers in Romania](https://github.com/filipelinhares/awesome-slack/blob/master/weworkremotely.slack.com/) +- [Russian-speaking developers community](https://rusdevs.herokuapp.com/) +- [Kazan Developers](https://devkzn.slack.com/) +- [Polish developers](http://slackin.devstyle.pl/) +- [Spanish-speaking developer communities list](https://github.com/comunidad-tecnologica/awesome-spanish-slack-dev-groups) +- [Ruby Turkey Community](https://rubytr.herokuapp.com/) +- [Rochester NY USA Developers (RocDev)](https://rocdev.org/) +- [Vancouver Developers (yvrdev)](https://yvrdev.slack.com/) + +## Design +- [Sketch](http://teamsketch.io/) +- [Design Talks](https://docs.google.com/forms/d/e/1FAIpQLSeKT_LC8kKTzJ4JjmgVQVpfl24i1qBkjJ7TYyQcNHL7fBQkYQ/viewform?c=0&w=1) +- [Designer Hangout](https://www.designerhangout.co/) + +## Misc +- [WordPress](https://make.wordpress.org/chat/) +- [Chit Chats](http://www.chitchats.co/) +- [The Evangelist Collective](https://github.com/evangelistcollective/) +- [Psychedelic Chat](http://psychedelicchat.com/) +- [LGBTQ in Technology](https://lgbtq.technology/) +- [#Startup](http://startup.chat) +- [Safelight](http://safelight.herokuapp.com/) - Photography. +- [DFIR Community](https://rishi28.typeform.com/to/sTbTI8) - Information Security. +- [First Contributors](https://firstcontributors.slack.com/join/shared_invite/enQtNjkxNzQwNzA2MTMwLTVhMWJjNjg2ODRlNWZhNjIzYjgwNDIyZWYwZjhjYTQ4OTBjMWM0MmFhZDUxNzBiYzczMGNiYzcxNjkzZDZlMDM#/) - Help / mentorship for open source contributors. +- [IT Pro Community](https://www.electric.ai/it-pro-slack) - Connect and network with IT practitioners and decision-makers +- [SaaS Community](https://join.slack.com/t/saas-hgv7803/shared_invite/zt-qwvrywyr-8DmSpEzBiSWD2WQuB9r9pw) - Community for SaaS product builders, to discuss the challenges involved. +- [Developer Marketing](https://marketingto.dev/) - Passionate marketing folks working in API Marketing, developer tooling, or actively marketing to developers. + +## DevOps +- [Google Cloud Platform](http://bit.ly/gcp-slack) +- [Kubernetes](http://slack.kubernetes.io/) +- [DevOps](https://devopschat.co/) +- [Devop Engineers](https://www.devopsengineers.com/) +- [SweetOps](https://slack.cloudposse.com/) +## Looking for more lists like that +- [Awesome Community](https://github.com/phpearth/awesome-community) + +## Contribute +Your contributions and suggestions are :heart: welcome. Ensure to read the [guidelines](https://github.com/filipelinhares/awesome-slack/blob/master/CONTRIBUTING.md) first. + +## License +[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) diff --git a/docs/awesome/awesome-webxr.md b/docs/awesome/awesome-webxr.md index d7e9dc88c7..fa134fccfe 100644 --- a/docs/awesome/awesome-webxr.md +++ b/docs/awesome/awesome-webxr.md @@ -113,7 +113,7 @@ ### Engines -- [Ethereal Engine](https://github.com/XRFoundation/XREngine) - A full stack MMO engine built on three.js and bitECS with support for WebXR. +- [iR Engine](https://github.com/ir-engine/ir-engine) - A full stack MMO engine built on three.js and bitECS with support for WebXR. - [Godot](https://godotengine.org/) - A cross-platform, open-source engine with WebXR support as of version 3.2.4. - [Official Documentation](https://docs.godotengine.org/en/stable/classes/class_webxrinterface.html) diff --git a/docs/awesome/awesome-zsh-plugins.md b/docs/awesome/awesome-zsh-plugins.md index 9691e5bbd7..35ab35641a 100644 --- a/docs/awesome/awesome-zsh-plugins.md +++ b/docs/awesome/awesome-zsh-plugins.md @@ -182,10 +182,15 @@ A fast, configurable, shell plugin manager. An easy solution for managing your shell environments. Works with both `bash` and `zsh`. Makes it easy to sync your environment across multiple machines with a `git` repository. +### [TheFly](https://github.com/joknarf/thefly) + +`bash`/`zsh`/`ksh` plugin manager and env teleporter + +Makes your shell env and plugins available everywhere (hosts/users)! + ### [Toasty](https://github.com/CosmicToast/toasty-zsh) ![GitHub last commit](https://img.shields.io/github/last-commit/CosmicToast/toasty-zsh) ![GitHub Repo stars](https://img.shields.io/github/stars/CosmicToast/toasty-zsh) - **Toasty** is a ZSH framework made to facilitate management, not dictate it. ### [uz](https://github.com/maxrodrigo/uz)