Skip to content

Commit 7eeac31

Browse files
Merge branch 'main' into add-devsecops
2 parents dced765 + 4bff9e3 commit 7eeac31

15 files changed

Lines changed: 103 additions & 0 deletions

File tree

collections/static-site-generators/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ items:
3030
- JohnSundell/Publish
3131
- fuma-nama/fumadocs
3232
- rochacbruno/marmite
33+
- quarkiverse/quarkus-roq
3334
display_name: Static Site Generators
3435
created_by: jakejarvis
3536
---

topics/art/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
aliases: artwork, fine-art, visual-arts, creative-work
3+
display_name: Art
4+
short_description: Art is the expression of human creativity and imagination through visual, auditory, or performance-based works.
5+
topic: art
6+
related: design, creative-coding, procedural-generation, animation, graphics, image-processing, procedural-art, procedural-drawing, image-manipulation, motion-graphics-design
7+
wikipedia_url: https://en.wikipedia.org/wiki/Art
8+
---
9+
10+
Art is the expression of human creativity and imagination through visual, auditory, literary, or performance-based works. It enables people to communicate emotions, ideas, and stories while inspiring, entertaining, and reflecting culture and society.

topics/community-driven/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
aliases: community-led, community-based
3+
display_name: Community Driven
4+
short_description: Community-driven projects shaped and sustained by a collaborative network of contributors instead of a single, central authority.
5+
topic: community-driven
6+
wikipedia_url: https://en.wikipedia.org/wiki/Commons-based_peer_production
7+
---
8+
Community driven projects emphasize decentralization, open collaboration, and shared responsibility. Rather than relying on a single corporate entity or strict top-down management, these initiatives thrive on the contributions, feedback, and consensus of their user and developer base.
9+
This approach is highly prevalent in open source software, where transparency and collective problem-solving lead to robust, innovative, and rapidly evolving ecosystems. By prioritizing the community's needs and voices, these projects ensure that the tools being built are closely aligned with the actual requirements of the people using them.

topics/dataset/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
aliases: datasets, data-set
3+
display_name: dataset
4+
short_description: A dataset is a collection of related sets of information composed of separate elements.
5+
topic: dataset
6+
wikipedia_url: https://en.wikipedia.org/wiki/Data_set
7+
---
8+
A data set is a collection of data. In the case of tabular data, a data set corresponds to one or more database tables, where every column of a table represents a particular variable, and each row corresponds to a given record of the data set in question
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
aliases: feature-extraction, feature-selection, feature-transformation, feature-creation
3+
display_name: Feature Engineering
4+
5+
short_description: Creating and transforming features to improve machine learning performance.
6+
topic: feature-engineering
7+
8+
wikipedia_url: https://en.wikipedia.org/wiki/Feature_engineering
9+
related: machine-learning, data-science, preprocessing, artificial-intelligence
10+
---
11+
12+
Feature engineering is the process of creating, selecting, and transforming input features to improve the performance of machine learning models. It includes techniques such as feature extraction, feature selection, encoding categorical variables, scaling numerical features, and generating new features from existing data. Effective feature engineering helps models capture meaningful patterns, improve predictive accuracy, and generalize better to unseen data.

topics/graphic-design/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
aliases: graphic-designs,graphic
3+
display_name: Graphic Design
4+
short_description: Graphic design is the art and practice of creating visual content to communicate messages clearly and effectively.
5+
topic: graphic-design
6+
wikipedia_url: https://en.wikipedia.org/wiki/Graphic_design
7+
---

topics/openclaw/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
created_by: Peter Steinberger
3+
display_name: OpenClaw
4+
short_description: An open source personal AI assistant for building agentic workflows, automations, and AI-powered tools.
5+
topic: openclaw
6+
logo: openclaw.png
7+
aliases: openclaw-ai, openclaw-assistant, openclaw-agent
8+
---
9+
OpenClaw is an open source personal AI assistant created by Peter Steinberger. Designed to run across different operating systems and platforms, it provides a flexible foundation for building AI-powered workflows, automations, skills, and agentic applications. OpenClaw supports integrations with AI models, messaging platforms, tools, and extensible skills, enabling developers to create personalized assistants that can perform tasks and interact with external services.

topics/openclaw/openclaw.png

37.6 KB
Loading

topics/pandas/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
aliases: python-pandas, pandas-library, pandas-dataframe
3+
created_by: Wes McKinney
4+
display_name: pandas
5+
short_description: Pandas is a Python library for data analysis and manipulation with powerful data structures.
6+
topic: pandas
7+
logo: pandas.png
8+
github_url: https://github.com/pandas-dev/pandas
9+
wikipedia_url: https://en.wikipedia.org/wiki/Pandas_(software)
10+
related: python, data-science, numpy, machine-learning
11+
---
12+
13+
Pandas is an open source Python library for fast and flexible data analysis and manipulation. It provides powerful data structures such as Series and DataFrame that make it easy to clean, transform, analyze, and work with structured data. Widely used in data science, machine learning, and analytics, Pandas simplifies tasks like filtering, grouping, merging datasets, and handling missing values while integrating seamlessly with the Python ecosystem.

topics/pandas/pandas.png

17.8 KB
Loading

0 commit comments

Comments
 (0)