Skip to content

Commit

Permalink
Robot Updated at:23 Feb 2025 21:09:48 GMT
Browse files Browse the repository at this point in the history
  • Loading branch information
yiliuyan161 committed Feb 23, 2025
1 parent 3d42cb4 commit f6761fa
Show file tree
Hide file tree
Showing 12 changed files with 223 additions and 276 deletions.
2 changes: 1 addition & 1 deletion docs/awesome/awesome-agi-cocosci.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ Contributions are greatly welcomed! Please refer to [Contribution Guidelines](ht

#### Design Automation

* [AutoDSL: Automated domain-specific language design for structural representation of procedures with constraints](https://aclanthology.org/2024.acl-long.659/) - ***ACL'24***, 2024. [[All Versions]()]. [[Preprint](https://arxiv.org/abs/2406.12324)]. [[Project](https://autodsl.org/procedure/papers/acl24shi.html)]. The original paper on the automated design of DSLs, referred to as AutoDSL. Accurate representation of procedures in restricted scenarios, such as non-standardized scientific experiments, requires precise depiction of constraints. Unfortunately, Domain-Specific Language (DSL), as an effective tool to express constraints structurally, often requires case-by-case hand-crafting, necessitating customized, labor-intensive efforts. To overcome this challenge, this paper introduces the AutoDSL framework to automate DSL-based constraint design across various domains. Utilizing domain specified experimental protocol corpora, AutoDSL optimizes syntactic constraints and abstracts semantic constraints. Quantitative and qualitative analyses of the DSLs designed by AutoDSL across five distinct domains highlight its potential as an auxiliary module for language models, aiming to improve procedural planning and execution.
* [AutoDSL: Automated domain-specific language design for structural representation of procedures with constraints](https://aclanthology.org/2024.acl-long.659/) - ***ACL'24***, 2024. [[All Versions](https://scholar.google.com/scholar?cluster=588082932830954126)]. [[Preprint](https://arxiv.org/abs/2406.12324)]. [[Project](https://autodsl.org/procedure/papers/acl24shi.html)]. The original paper on the automated design of DSLs, referred to as AutoDSL. Accurate representation of procedures in restricted scenarios, such as non-standardized scientific experiments, requires precise depiction of constraints. Unfortunately, Domain-Specific Language (DSL), as an effective tool to express constraints structurally, often requires case-by-case hand-crafting, necessitating customized, labor-intensive efforts. To overcome this challenge, this paper introduces the AutoDSL framework to automate DSL-based constraint design across various domains. Utilizing domain specified experimental protocol corpora, AutoDSL optimizes syntactic constraints and abstracts semantic constraints. Quantitative and qualitative analyses of the DSLs designed by AutoDSL across five distinct domains highlight its potential as an auxiliary module for language models, aiming to improve procedural planning and execution.


#### Imperative DSL Applications
Expand Down
3 changes: 2 additions & 1 deletion docs/awesome/awesome-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Current Angular version: [![npm version](https://badge.fury.io/js/%40angular%2Fc

##### Certification

* [Certificates.dev](https://certificates.dev/angular) - Obtain your Certification of Competence as an Angular Developer. **[Free Weekend Feb 22-23](https://certificates.dev/angular/free-weekend)** UNLIMITED ACCESS TO ANGULAR MID-LEVEL CERTIFICATION TRAINING. Includes all theory, coding challenges, quizzes, and even a mock exam!
* [Certificates.dev](https://certificates.dev/angular) - **[UNLIMITED ACCESS TO ANGULAR MID-LEVEL CERTIFICATION TRAINING NOW LIVE](https://certificates.dev/angular/free-weekend)** Includes all theory, coding challenges, quizzes, and even a mock exam!
* [Angular Academy CA](https://www.angularacademy.ca/angular-certification) - Angular Academy is the #1 provider of hands-on instructor-led classroom training in Canada!
* [Hackerrank](https://www.hackerrank.com/skills-verification/angular_basic) - Angular (Basic) Skills Certification Test.
* [Edureka](https://www.edureka.co/angular-training) - Angular Certification Course Online.
Expand Down Expand Up @@ -359,6 +359,7 @@ become an Angular expert.
* [ng-flexbot](https://github.com/arolleaguekeng/ng-flexbot) - An open-source Angular UI library designed to create chatbots with just a few lines of code. It allows you to select from various models, such as GPT and Google Gemini, and customize the chatbot’s behavior using a prompt context.
* [Frontend AI](https://www.webcrumbs.org/frontend-ai) - Ask for a component or upload an image, and instantly receive ready-to-use code without lifting a finger.
* [Gurubase](https://gurubase.io/g/angular) - Angular Guru leverages up-to-date information from the Angular documentation, Stack Overflow, and articles across the internet to answer your questions.
* [Design Shift](https://designshift.dev/) - Generate Angular components you want from [Uizard](https://uizard.io/) layouts.

#### Analytics

Expand Down
1 change: 1 addition & 0 deletions docs/awesome/awesome-jax.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ This section contains libraries that are well-made and useful, but have not nece

### Flax

- [DeepSeek-R1-Flax-1.5B-Distill](https://github.com/J-Rosser-UK/Torch2Jax-DeepSeek-R1-Distill-Qwen-1.5B) - Flax implementation of DeepSeek-R1 1.5B distilled reasoning LLM.
- [Performer](https://github.com/google-research/google-research/tree/master/performer/fast_attention/jax) - Flax implementation of the Performer (linear transformer via FAVOR+) architecture.
- [JaxNeRF](https://github.com/google-research/google-research/tree/master/jaxnerf) - Implementation of [_NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis_](http://www.matthewtancik.com/nerf) with multi-device GPU/TPU support.
- [mip-NeRF](https://github.com/google/mipnerf) - Official implementation of [_Mip-NeRF: A Multiscale Representation for Anti-Aliasing Neural Radiance Fields_](https://jonbarron.info/mipnerf).
Expand Down
2 changes: 1 addition & 1 deletion docs/awesome/awesome-neovim.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ Tree-sitter is a new system introduced in Neovim 0.5 that incrementally parses y
- [luisiacc/gruvbox-baby](https://github.com/luisiacc/gruvbox-baby) - A modern gruvbox theme with full Tree-sitter support.
- [titanzero/zephyrium](https://github.com/titanzero/zephyrium) - A zephyr-esque theme, written in Lua, with Tree-sitter support.
- [rebelot/kanagawa.nvim](https://github.com/rebelot/kanagawa.nvim) - Neovim dark colorscheme inspired by the colors of the famous painting by Katsushika Hokusai.
- [sho-87/kanagawa-paper.nvim](https://github.com/sho-87/kanagawa-paper.nvim) - Remixed Kanagawa colourscheme with muted colors.
- [thesimonho/kanagawa-paper.nvim](https://github.com/thesimonho/kanagawa-paper.nvim) - Remixed light and dark Kanagawa colourschemes with muted colors.
- [kevinm6/kurayami.nvim](https://github.com/kevinm6/kurayami.nvim) - Dark (only) theme.
- [tiagovla/tokyodark.nvim](https://github.com/tiagovla/tokyodark.nvim) - A clean dark theme written in Lua (Neovim >= 0.5) and above.
- [cpea2506/one_monokai.nvim](https://github.com/cpea2506/one_monokai.nvim) - One Monokai theme written in Lua.
Expand Down
36 changes: 20 additions & 16 deletions docs/awesome/awesome-playcanvas.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,31 @@


## PlayCanvas

- [Editor](https://playcanvas.com/) - Browser-based, real-time collaborative WebGL Editor.
- [Engine](https://github.com/playcanvas/engine) - Full source to the PlayCanvas run-time licensed under MIT.
- [glTF Viewer](https://playcanvas.com/viewer) - glTF 2.0 compliant model viewer.
- [NPM Package](https://www.npmjs.com/package/playcanvas) - Node.js packages of the PlayCanvas engine run-time.
- [PCUI](http://playcanvas.github.io/pcui/) - Open source front-end framework used by the PlayCanvas toolset.
- [Reference](https://api.playcanvas.com/) - API reference manual for the engine run-time.
- [SuperSplat](https://playcanvas.com/supersplat/editor) - 3D Gassuian Splat Editor.
- [Texture Tool](https://playcanvas.com/texture-tool) - Tool for reprojecting textures.
- [User Manual](https://developer.playcanvas.com/user-manual/) - PlayCanvas user guide.
## PlayCanvas Products

- [PlayCanvas Engine](https://github.com/playcanvas/engine) - Open source JavaScript graphics application framework.
- [PlayCanvas React](https://github.com/playcanvas/react) - Open source React wrapper for the PlayCanvas Engine.
- [PlayCanvas Web Components](https://github.com/playcanvas/web-components) - Open source Web Components wrapper for the PlayCanvas Engine.
- [PlayCanvas Editor](https://playcanvas.com/) - Browser-based editor for creating 3D web applications.
- [SuperSplat](https://superspl.at/) - Open source platform for editing and publishing 3D Gaussian Splats.
- [Model Viewer](https://playcanvas.com/viewer) - Open source model viewer for viewing glTF and PLY (3D Gaussian Splats) files.
- [Texture Tool](https://github.com/playcanvas/texture-tool) - Open source tool for reprojecting textures.
- [PCUI](https://github.com/playcanvas/pcui) - Open source front-end framework used by the PlayCanvas toolset.

## Community

- [Forum](https://forum.playcanvas.com/)
- [Twitter](https://twitter.com/playcanvas)
- [Discord Server](https://discord.gg/RSaMRzg)
- [Facebook](https://www.facebook.com/playcanvas/)
- [HTML5GameDevs Forum](https://www.html5gamedevs.com/tags/playcanvas/)
- [Openbase](https://openbase.com/js/playcanvas)
- [Forum](https://forum.playcanvas.com/)
- [LinkedIn](https://www.linkedin.com/company/playcanvas)
- [Reddit](https://www.reddit.com/r/PlayCanvas/)
- [Stack Overflow](https://stackoverflow.com/questions/tagged/playcanvas)
- [X](https://x.com/playcanvas)
- [YouTube](https://www.youtube.com/@playcanvas)

## Documentation

- [API Reference](https://api.playcanvas.com/) - API reference manual for the engine run-time.
- [User Manual](https://developer.playcanvas.com/user-manual/) - PlayCanvas user guide.

## Tutorials

Expand Down Expand Up @@ -88,6 +91,7 @@
- [Realise](https://gaffen.itch.io/realise) - A video game to accompany the new EP from Hearse Pileup.
- [Ride Along 2](https://vimeo.com/152996271) - Using WebGL to promote a Hollywood movie release.
- [Rugby World Cup](https://www.youtube.com/watch?v=onOJBCC8R7A) - Promoting the Rugby World Cup in London's Piccadilly Circus.
- [Sutro Tower](https://vincentwoo.com/3d/sutro_tower/) - Explore this 3D Gaussian Splat of San Francisco's communications tower.
- [Virtual Statues](https://playcanv.as/e/p/cLkf99ZV/) - A digital museum built with 3D Gaussian Splatting.
- [Wild Rift](https://unlock.wildrift.leagueoflegends.com/) - Solve the puzzle to unlock a League of Legends: Wild Rift character.

Expand Down
1 change: 1 addition & 0 deletions docs/awesome/awesome-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -1676,6 +1676,7 @@ See also [Are we game yet?](https://arewegameyet.rs)
### Reverse engineering

* [binarly-io/idalib](https://github.com/binarly-io/idalib) [[idalib](https://crates.io/crates/idalib)] - Rust bindings for the IDA SDK, enabling the development of standalone analysis tools using IDA v9.0’s idalib
* [objdiff](https://github.com/encounter/objdiff) - A local diffing tool for decompilation projects

### Scripting

Expand Down
1 change: 0 additions & 1 deletion docs/awesome/awesome-selfhosted.md
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,6 @@ Network distributed filesystems.
- [bittorrent-tracker](https://webtorrent.io/) - Simple, robust, BitTorrent tracker (client and server) implementation. ([Source Code](https://github.com/webtorrent/bittorrent-tracker)) `MIT` `Nodejs`
- [Dat Project](https://dat-ecosystem.org/) - Powerful decentralized file sharing applications built from a large ecosystem of modules. ([Source Code](https://github.com/datproject)) `MIT` `Nodejs`
- [Deluge](https://deluge-torrent.org/) - Lightweight, cross-platform BitTorrent client. ([Source Code](https://git.deluge-torrent.org/deluge/tree/?h=develop)) `GPL-3.0` `Python/deb`
- [instant.io](https://github.com/webtorrent/instant.io) - Streaming file transfer over WebTorrent. ([Demo](https://instant.io)) `MIT` `Nodejs`
- [qBittorrent](https://www.qbittorrent.org/) - Free cross-platform bittorrent client with a feature rich Web UI for remote access. ([Source Code](https://github.com/qbittorrent/qBittorrent)) `GPL-2.0` `C++`
- [Send](https://github.com/timvisee/send) - Simple, private, end to end encrypted temporary file sharing, originally built by Mozilla. ([Clients](https://github.com/timvisee/send#clients)) `MPL-2.0` `Nodejs/Docker`
- [slskd](https://github.com/slskd/slskd) `` - A modern client-server application for the Soulseek file sharing network. `AGPL-3.0` `Docker/C#`
Expand Down
Loading

0 comments on commit f6761fa

Please sign in to comment.