Skip to content

Commit a5b7ce9

Browse files
committed
Robot Updated at:18 Apr 2025 09:40:47 GMT
1 parent cf31173 commit a5b7ce9

File tree

131 files changed

+3004
-2308
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+3004
-2308
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414
## Want to contribute?
1515

1616
* 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).
1817

1918
## Credits
2019

21-
* This repository is maintained by [Angelos Chalaris](https://github.com/30-seconds/30-seconds-of-code/blob/master/[https://github.com/30-seconds](https://github.com/Chalarangelo)).
20+
* This repository is maintained by [Angelos Chalaris](https://github.com/Chalarangelo).
2221
* All code snippets are licensed under the [CC-BY-4.0 License](https://creativecommons.org/licenses/by/4.0/), unless explicitly stated otherwise.
2322
* The website is powered by [Netlify](https://www.netlify.com/), [Astro](https://astro.build/) & [GitHub](https://github.com/).
2423
* All of the photography is provided by [Unsplash](https://unsplash.com/collections/9387655/30-seconds-of-code-images).

docs/awesome/Awesome-Bioinformatics.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Package suites gather software packages and installation tools for specific lang
3030
- **[SeqAn](https://github.com/seqan/seqan3)** - The modern C++ library for sequence analysis.
3131
- **[(Poly)merase](https://github.com/TimothyStiles/poly)** - A Go library and command line utility for engineering organisms.
3232
- **[Biocaml](https://github.com/biocaml/biocaml)** - Biocaml aims to be a high-performance user-friendly library for Bioinformatics.
33+
- **[Biojava](https://github.com/biojava/biojava)** - Java framework for processing biological data.
3334

3435
## Data Tools
3536

docs/awesome/Awesome-Sitecore.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Contributions welcome. Add links through pull requests or create an issue to sta
105105
- [Test Sitecore Packages](https://github.com/michaellwest/test-sitecore-packages) - Provides a way to quickly and conveniently install packages as part of a docker image build or after startup of your containers. Useful for module developers or teams that need to verify build artifacts work in a vanilla instance of XM. Supports XM, SPE, SXA, and any custom module zip/scwdp or generic zip files.
106106

107107

108+
- [Content Hub CLI](https://github.com/Sitecore/content-hub-cli) - A repository with a source code of Sitecore Content Hub CLI.
108109
- [Sitecore Content Hub Importer](https://github.com/vasiliyfomichev/content-hub-importer) - Sitecore Content Hub Asset Importer; allows importing image assets from various data sources into Sitecore Content Hub.
109110
- [schguild](https://github.com/sitecoreguild/schguild) - Provides tools and sample code to help you learn and work with Sitecore Content Hub.
110111
- [Sitecore.ContentHub.Twitter](https://github.com/josedbaez/Sitecore.ContentHub.Twitter) - Demonstrates how to tweet from Sitecore Content Hub CMP.
@@ -114,7 +115,9 @@ Contributions welcome. Add links through pull requests or create an issue to sta
114115
- [VS Solution Example for Content Hub](https://github.com/Sitecore/ContentHub-VS-Solution-Example) - A visual Studio Solution Example to download and base any Content Hub Development on, featuring Intellisense, Sync of scripts, Debugging and Unit-Testing.
115116

116117

118+
- [Content Hub ONE examples](https://github.com/Sitecore/contenthubone-examples) - A set of various examples using Content Hub One.
117119
- [Sitecore.Demo.CHONE](https://github.com/Sitecore/Sitecore.Demo.CHONE) - Repository for all the Content Hub ONE demos built by the Sitecore Demo Solutions team, including PLAY Media Next.js Website and PLAY Media Mobile Phone Application.
120+
- [Content Hub ONE Next.JS Starter Kit](https://github.com/Sitecore/content-hub-one-nextjs-starterkit) - The starter kit contains helping functionalities such as handling GraphQL JSON output conversion to HTML for Rich Text, Media Fields, and References. It also contains a small example implementation that Developers can use to start their customer projects.
118121

119122

120123
- [Sitecore spatial geojson polygons](https://github.com/josedbaez/sitecore-spatial-geojson-polygons) - Implementation of a Linq extension to be able to query on points that intercept GeoJson polygons in Solr indexes. The demo provides a template with the spatial field, a couple of sample items with polygons from OpenStreetMap that cover some cities; and a controller rendering that reads lat and long from the query string and returns the polygon of the item found (e.g. Big Ben's coordinates return London).
@@ -217,7 +220,6 @@ Contributions welcome. Add links through pull requests or create an issue to sta
217220

218221
## JSS
219222

220-
- [JSS](https://github.com/Sitecore/jss) - An official repo of Sitecore JavaScript Services.
221223
- [sugcon-2019-jss-examples](https://github.com/chaturangar/sugcon-2019-jss-examples) - SugCon 2019 jss examples.
222224
- [SitecoreQL](https://github.com/kmazzoni/SitecoreQL) - A GraphQL implementation for Sitecore, for example, you can query against Sitecore's Content Search API.
223225
- [JSS React Starter Application](https://github.com/altola/sitecore-jss-react-basic) - Please follow the primary JSS documentation at https://jss.sitecore.net for the latest documentation on JSS.
@@ -338,14 +340,20 @@ Contributions welcome. Add links through pull requests or create an issue to sta
338340

339341
## Rules
340342

341-
- [Page Rules](https://github.com/marek-musielak/Marek.Musielak.PageRules) - Create any custom Sitecore rules for every page your visitors browse. The user hasn't read T&C page and wants to see a contest page? Page should be accessible only after a certain date? You want to use GEO IP data to change the language of your home page automatically? You don't have a translation ready for your page? With the Sitecore rules engine only sky is the limit!
343+
- [Page Rules](https://github.com/marek-musielak/Marek.Musielak.PageRules) - Create any custom Sitecore rules for every page your visitors browse. The user hasn't read T&C page and wants to see a contest page? The page should be accessible only after a certain date? You want to use GEO IP data to change the language of your home page automatically? You don't have a translation ready for your page? With the Sitecore rules engine only sky is the limit!
342344
- [ItemNamingRules](https://github.com/seankearney/Sitecore-ItemNamingRules) - Provides conditions and actions for the Rules Engine to automate item name conventions. You can use the ItemNamingRules project to apply different item naming rules in different branches of the content tree.
343345
- [MenuItemRules](https://github.com/jammykam/Konabos.SharedSource.MenuItemRules) - Rules-based context item menu visibility.
344346
- [Sitecore adaptive rules](https://github.com/boro2g/sitecore-adaptive-rules) - Adds support for adaptive rules for the Sitecore Rules Engine: they are useful when properties on conditions and actions have dependencies on one another.
345347
- [Organize Insert Options Rules](https://github.com/coreyasmith/OrganizeInsertOptionsRules) - A pipeline processor for the uiGetMasters pipeline that allows you to organize your Insert Options Rules however you like in the content tree.
346348
- [Conditional Placeholder Settings](https://github.com/matthewkenny/ConditionalPlaceholderSettings) - A module to allow Sitecore Rules Engine to support the existing placeholder settings functionality coming with Sitecore.
347349
- [Sitecore Adaptive Rules](https://github.com/adamconn/sitecore-adaptive-rules) - Adds Rules Engine support for adaptive rules (these are useful when properties on conditions and actions have dependencies on one another).
348350

351+
## SDK
352+
- [JSS](https://github.com/Sitecore/jss) - An official repo of Sitecore JavaScript Services SDK.
353+
- [Content SDK](https://github.com/Sitecore/content-sdk) - The source code for all Sitecore Content SDK packages and templates to help you get started using Sitecore Content SDK for XM Cloud.
354+
- [ASP.NET Core SDK](https://github.com/Sitecore/ASP.NET-Core-SDK) - The official open source ASP.NET Core SDK for Sitecore DXP and XM Cloud.
355+
- [Marketplace SDK](https://github.com/Sitecore/sitecore-marketplace-sdk) - Sitecore Marketplace SDK hosts the three main packages, client applications (running inside iframes), core SDK, and XMC module, which extend the functionality of the system.
356+
349357
## Security
350358

351359
- [Securty Headers](https://github.com/GuitarRich/SXA.SecurityHeaders) - Shows how to implement response security headers on an example of SXA, but they are truly Helix-generic.

docs/awesome/Colorful.md

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ with AI-Powered Palette Generator.
9292
- [Realtime Colors](https://www.realtimecolors.com) - Visualize Your Colors & Fonts On a Real Site.
9393
- [InclusiveColors](https://www.inclusivecolors.com/) - Create custom accessible Tailwind-style color palettes, with WCAG/APCA contrast checks and live previews on a mockup.
9494
- [ColorMagic](https://colormagic.app) - Generate color palettes with AI. Enter any keyword and generate a matching color palette.
95+
- [Magic Gradient](https://magicgradient.com) - Generate gradients from any keyword with AI.
9596

9697
## Articles
9798
- [Trendy Web Color Palettes and Material Design Color Schemes & Tools](http://www.awwwards.com/trendy-web-color-palettes-and-material-design-color-schemes-tools.html?utm_source=Twitter&utm_medium=Social&utm_campaign=Twitter-Blog-Color&utm_content=Twitter)

docs/awesome/GoBooks.md

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99

1010
## Starter Books
11+
### 2015 - [The Go Programming Language](https://www.gopl.io/)
12+
13+
<a href="https://www.gopl.io/"><img src="https://www.gopl.io/cover.png" width="120px"/></a>
14+
15+
**Authors:** Alan A. A. Donovan and Brian W. Kernighan
16+
17+
Widely regarded as the definitive guide to Go programming, this book offers an in-depth exploration of the language's syntax, data structures, and unique features such as goroutines and channels. Key topics include concurrency, error handling, and best practices in software engineering. Whether you're a developer transitioning from another language or someone seeking to deepen your Go knowledge, this book is an invaluable resource for mastering both foundational and advanced concepts.
1118

1219
### 2018 - [Learning Go](https://www.miek.nl/go) *Free*
1320

0 commit comments

Comments
 (0)