Skip to content

Commit 9139ab2

Browse files
committed
Robot Updated at:4 Jan 2025 21:10:04 GMT
1 parent 3619d12 commit 9139ab2

15 files changed

+38
-20
lines changed

docs/awesome/30-seconds-of-code.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33

44
## 30 seconds of code
55

6-
> Short code snippets for all your development needs
6+
> Coding articles to level up your development skills
77
8-
* Visit [the website](https://30secondsofcode.org) to view the snippet collection.
9-
* Search for snippets and collections that suit your needs, using the name, tags, language or description.
10-
* Browse all [snippets](https://30secondsofcode.org/snippets/p/1) or individual [snippet collections](https://30secondsofcode.org/collections/p/1) for each topic.
11-
* Click on each snippet card to view the whole snippet, including code, explanation and examples.
12-
* You can copy code blocks on any snippet card, using the copy button at the top right.
8+
* Visit [the website](https://30secondsofcode.org) to view all articles.
9+
* Search for articles and collections that suit your needs, using the name, tags, language or description.
10+
* Browse all [articles](https://30secondsofcode.org/snippets/p/1) or individual [collections](https://30secondsofcode.org/collections/p/1) for each topic.
11+
* Click on each card to view the whole article, including code snippets, explanation and examples.
1312
* If you like the project, give it a star. It means a lot.
1413

1514
## Want to contribute?
1615

17-
* Community contributions are not accepted at this time. Check back later for updates.
16+
* You can, however, report problems with the website or suggest improvements by [opening an issue](https://github.com/Chalarangelo/30-seconds-of-code/issues/new).
17+
* You can also join the [community discussions](https://github.com/Chalarangelo/30-seconds-of-code/discussions).
1818

1919
## Credits
2020

docs/awesome/awesome-agi-cocosci.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ Contributions are greatly welcomed! Please refer to [Contribution Guidelines](ht
550550

551551
#### Design Automation
552552

553-
* [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]()]. [[Project](https://autodsl.org/procedure/papers/acl24shi.html)]. The original paper on the automated design of DSLs. 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.
553+
* [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]()]. [[Project](https://autodsl.org/procedure/papers/acl24shi.html)]. The original paper on the automated design of DSLs, referred to as AutoDSL. 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.
554554

555555

556556
#### Imperative DSL Applications

docs/awesome/awesome-angular.md

+2
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,7 @@ become an Angular expert.
929929
* [ng-draw-flow](https://github.com/taiga-family/ng-draw-flow) - A library for creating interfaces based on displaying data as nodes. It allows you to create both simple diagrams and complex editors for building customised charts and graphs.
930930
* [sequential-workflow-designer](https://github.com/nocode-js/sequential-workflow-designer) - Customizable no-code component for building flow-based programming applications or workflow automation. Zero external dependencies.
931931
* [ngx-hierarchy](https://github.com/rushik1992/ngx-hierarchy) - Angular Component Module for Vertical or Horizontal Hierarchy/Tree View with flexible dynamic template design and controls.
932+
* [ngx-relationship-visualiser](https://github.com/Rudgey84/ngx-relationship-visualiser) - A D3 force-directed-graph, implemented in Typescript for Angular, generates a visualisation graph with customisable link lengths and multiple labels between nodes. The graph can handle new data that will update lines, nodes, links, and path labels.
932933

933934
#### Cookies
934935

@@ -1132,6 +1133,7 @@ become an Angular expert.
11321133
* [ngx-duration-picker](https://github.com/FrancescoBorzi/ngx-duration-picker) - Angular component for ISO_8601 durations.
11331134
* [ngx-super-select-tree](https://github.com/HesamKashefi/ngx-super-select-tree) - A single/multiple choice drop down tree for Angular!
11341135
* [ngx-easy-emoji-picker](https://github.com/PsySanchez/ngx-easy-emoji-picker) - Angular library that seamlessly integrates emoji selection into your application.
1136+
* [ngx-mat-table-multi-sort](https://github.com/pgerke/ngx-mat-table-multi-sort) - Add multi-sort capability to an Angular Material table.
11351137

11361138
##### Validation
11371139

docs/awesome/awesome-cpp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
416416
* [Google Mock](https://github.com/google/googletest/blob/master/googlemock/README.md) - A library for writing and using C++ mock classes. [BSD]
417417
* [Google Test](https://github.com/google/googletest) - Google C++ Testing Framework. [BSD]
418418
* [Hippomocks](https://github.com/dascandy/hippomocks) - Single-header mocking framework. [LGPL-2.1]
419+
* [IceCream-Cpp](https://github.com/renatoGarcia/icecream-cpp) - Never use cout/printf to debug again [MIT]
419420
* [ig-debugheap](https://github.com/deplinenoise/ig-debugheap) - Multiplatform debug heap useful for tracking down memory errors. [BSD]
420421
* [libassert](https://github.com/jeremy-rifkin/libassert) - The most over-engineered C++ assertion library. [MIT]
421422
* [libtap](https://github.com/zorgnax/libtap) - Write tests in C. [GPL2]
@@ -1134,7 +1135,6 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
11341135
* [happly](https://github.com/nmwsharp/happly) - A C++ header-only parser for the PLY file format. Parse .ply happily! [MIT]
11351136
* [hedley](https://github.com/nemequ/hedley) - A C/C++ header file designed to smooth over some platform-specific annoyances. [website](https://nemequ.github.io/hedley/)
11361137
* [HighwayHash](https://github.com/google/highwayhash) - Fast strong hash functions: SipHash/HighwayHash. [Apache-2.0]
1137-
* [icecream-cpp](https://github.com/renatoGarcia/icecream-cpp) - A small printing library for debugging purposes. [MIT]
11381138
* [inja](https://github.com/pantor/inja) - A Template Engine for Modern C++. [MIT]
11391139
* [Jinja2С++](https://github.com/jinja2cpp/Jinja2Cpp) - almost full-conformance template engine implementation. [website](https://jinja2cpp.github.io/)
11401140
* [jwt-cpp](https://github.com/Thalhammer/jwt-cpp) - A header only library for creating and validating JSON web tokens in C++. [MIT]

docs/awesome/awesome-datascience.md

+1
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,7 @@ Some data mining competition platforms
10641064
- [How Generative AI Is Changing Creative Work](https://hbr.org/2022/11/how-generative-ai-is-changing-creative-work)
10651065
- [What is generative AI?](https://www.techtarget.com/searchenterpriseai/definition/generative-AI)
10661066
- [Top 100+ Machine Learning Interview Questions (Beginner to Advanced)](https://www.appliedaicourse.com/blog/machine-learning-interview-questions/)
1067+
- [Data Science Projects](https://github.com/veb-101/Data-Science-Projects)
10671068

10681069

10691070
### Hobby

docs/awesome/awesome-detection-engineering.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ All contributions are welcome, please carefully review the [contributing guideli
2929
- [CAR Coverage Comparision](https://car.mitre.org/coverage/) - A matrix of MITRE ATT&CK technique IDs and links to available Splunk Security Content, Elastic detection rules, Sigma rules, and CAR content.
3030
- [Sigma Rules](https://github.com/Neo23x0/sigma) - Sigma's repository of turnkey detection content. Content can be converted for use with most SIEMs.
3131
- [Sigma rule converter](https://sigconverter.io/) - An opensource tool that can convert detection content for use with most SIEMs.
32+
- [AttackRuleMap](https://attackrulemap.com) - Mapping of open-source detection rules and atomic tests.
3233
- [Splunk Security Content](https://github.com/splunk/security_content) - Splunk's open-source and frequently updated detection content that can be tweaked for use in other tools.
3334
- [Elastic Detection Rules](https://github.com/elastic/detection-rules/tree/main/rules) - Elastic's detection rules written natively for the Elastic SIEM. Can easily be converted for use by other SIEMs using Uncoder.
3435
- [Elastic Endpoint Behavioral Rules](https://github.com/elastic/protections-artifacts/tree/main/behavior/rules) - Elastic's endpoint behavioral (prevention) rules written in EQL, natively for the Elastic endpoint agent.

docs/awesome/awesome-go.md

+3
Original file line numberDiff line numberDiff line change
@@ -3366,17 +3366,20 @@ _Where to discover new Go libraries._
33663366
- [Golang Lyon](https://www.meetup.com/Golang-Lyon/)
33673367
- [Golang Marseille](https://www.meetup.com/fr-FR/Golang-Marseille/)
33683368
- [Golang Melbourne](https://www.meetup.com/golang-mel/)
3369+
- [Golang Milano](https://www.meetup.com/golang-milano/)
33693370
- [Golang North East](https://www.meetup.com/en-AU/Golang-North-East/)
33703371
- [Golang Paris](https://www.meetup.com/Golang-Paris/)
33713372
- [Golang Poland](https://www.meetup.com/Golang-Poland/)
33723373
- [Golang Pune](https://www.meetup.com/Golang-Pune/)
3374+
- [Golang Roma](https://www.meetup.com/golangroma/)
33733375
- [Golang Rotterdam](https://www.meetup.com/golang-rotterdam/)
33743376
- [Golang Singapore](https://www.meetup.com/golangsg/)
33753377
- [Golang Stockholm](https://www.meetup.com/Go-Stockholm/)
33763378
- [Golang Sydney, AU](https://www.meetup.com/golang-syd/)
33773379
- [Golang São Paulo - Brazil](https://www.meetup.com/golangbr/)
33783380
- [Golang Taipei](https://www.meetup.com/golang-taipei-meetup/)
33793381
- [Golang Thessaloniki](https://www.meetup.com/thessaloniki-golang-meetup/)
3382+
- [Golang Torino](https://www.meetup.com/golang-torino/)
33803383
- [Golang Turkey](https://kommunity.com/goturkiye)
33813384
- [Golang Vancouver, BC](https://www.meetup.com/golangvan/)
33823385
- [Golang Vienna, Austria](https://www.meetup.com/viennago/)

docs/awesome/awesome-mac.md

-1
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,6 @@ highlighting. [![Open-Source Software][OSS Icon]](https://github.com/dbcli/pgcli
10601060
* [OmniPlan](https://www.omnigroup.com/omniplan/) - The best way to visualize, maintain, and simplify your projects. Project Management made easy.
10611061
* [OpenIn](https://loshadki.app/openin4/) - Take control of installed apps on your Mac [![App Store][app-store Icon]](https://apps.apple.com/us/app/openin-4-advanced-link-handler/id1643649331?mt=12)
10621062
* [PaletteBrain](https://palettebrain.com) - Access the power of ChatGPT across all your Mac applications with the press of a shortcut.
1063-
* [Parrotflow](https:/parrotflow.com) - Copilot for your Mac. ![Open-Source Software][OSS Icon] [![App Store][app-store Icon]](https://apps.apple.com/us/app/id6450801102?)
10641063
* [Pie Menu](https://www.pie-menu.com) – Control your tools with a radial menu customized for your active app.
10651064
* [Perplexity](https://apps.apple.com/us/app/perplexity-ask-anything/id6714467650) - Search and discovery with AI.
10661065
* [Pomodoro Cycle](https://github.com/jet8a/pomodoro-cycle-app) - Pomodoro tracker

docs/awesome/awesome-pinned-gists.md

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ Displaying data from user-defined (e.g. configured in the GitHub Action input pa
7878

7979
- [date-box](https://github.com/kf-liu/date-box) - Update a pinned gist to contain your anniversaries and countdown days (or hours).
8080

81+
- [image2grid](https://github.com/kiwamizamurai/image2grid) - Generate for grid-like images/gifs for a GitHub README.
82+
83+
8184
## Resources
8285

8386
Resources for keeping pinned gists updated.

0 commit comments

Comments
 (0)