-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #89 from zachlasiuk/main
Search/filtering tests, and display fixes.
- Loading branch information
Showing
13 changed files
with
547 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
|
||
/* inspiration from here: https://stackoverflow.com/questions/4253920/how-do-i-change-the-color-of-radio-buttons */ | ||
.ads-radio-style { | ||
display: inline-block; | ||
position: relative; | ||
padding: 0; | ||
margin: 10px 0 0; | ||
white-space: nowrap; | ||
} | ||
|
||
.ads-radio-style input[type='radio'] { | ||
display: none; | ||
} | ||
|
||
.ads-radio-style label { | ||
color: var(--ads-checkbox-label-color); | ||
font-weight: normal; | ||
} | ||
|
||
.ads-radio-style label:before { | ||
vertical-align: top; | ||
content: " "; | ||
display: inline-block; | ||
position: relative; | ||
top: 5px; | ||
margin: 0 8px 0 0; | ||
width: 16px; | ||
height: 16px; | ||
border-radius: 11px; | ||
border: 1px solid var(--ads-checkbox-border-color); | ||
background-color: var(--ads-checkbox-background-color); | ||
} | ||
|
||
.ads-radio-style input[type=radio]:hover + label:after { | ||
border-radius: 11px; | ||
width: 8px; | ||
height: 8px; | ||
position: absolute; | ||
top: 9px; | ||
left: 4px; | ||
content: " "; | ||
display: block; | ||
background: var(--ads-checkbox-cross-color-hover); /* depends on theme */ | ||
} | ||
|
||
|
||
.ads-radio-style input[type=radio]:checked + label:before { | ||
border-color:var(--ads-checkbox-border-color-checked); | ||
} | ||
|
||
.ads-radio-style input[type=radio]:checked + label:after { | ||
border-radius: 11px; | ||
width: 8px; | ||
height: 8px; | ||
position: absolute; | ||
top: 9px; | ||
left: 4px; | ||
content: " "; | ||
display: block; | ||
background: var(--ads-checkbox-cross-color-checked); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
- AI/ML | ||
- CI/CD | ||
- Compilers/Tools | ||
- Compression | ||
- Containers and Orchestration | ||
- Content mgmt platforms | ||
- Crypto | ||
- Data-format | ||
- Databases - Big-data | ||
- Databases - noSQL | ||
- Storage | ||
- Containers and Orchestration | ||
- Runtimes | ||
- Networking | ||
- Compilers/Tools | ||
- Monitoring/Observability | ||
- Distros | ||
- E-commerce platforms | ||
- Languages and Frameworks | ||
- Messaging/Comms | ||
- Databases - Big-data | ||
- Monitoring/Observability | ||
- Networking | ||
- Operating System | ||
- Runtimes | ||
- Service Mesh | ||
- Storage | ||
- Video | ||
- E-commerce platforms | ||
- Crypto | ||
- Web Server | ||
- Languages and Frameworks | ||
- AI/ML | ||
- Distros | ||
- Compression | ||
- Operating System | ||
- Content mgmt platforms |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
category_list: | ||
- group: OS & Languages | ||
categories: | ||
- name: Operating System | ||
description: Operating systems including linux kernel and tools. | ||
- name: Compilers/Tools | ||
description: Compilers and other build tools that help generate and optimize machine readable binary code from various high-level programming languages. | ||
- name: Runtimes | ||
description: Frameworks for development and execution of high-level application bytecode into machine-specific code at runtime such as Java or .Net. | ||
- name: Languages and Frameworks | ||
description: Programming languages and frameworks for building software applications. | ||
- group: Web | ||
categories: | ||
- name: Web Server | ||
description: Software that processes and delivers HTTP based requests for web content. | ||
- name: E-commerce platforms | ||
description: Platforms for building and managing online stores and transactions. | ||
- name: Content mgmt platforms | ||
description: Software that manages, collects, retrieves and delivers different types of content on the web. | ||
- group: Database | ||
categories: | ||
- name: Database | ||
description: Structured, un-structured or hybrid organized collection of data. | ||
- name: Databases - noSQL | ||
description: Non-relational databases designed for scalability and flexibility in handling unstructured data. | ||
- name: Databases - Big-data | ||
description: Database systems optimized for storing and processing large volumes of data across distributed environments. | ||
- name: Data-format | ||
description: Formats for structuring and encoding data for storage, transmission, or processing. | ||
- name: Compression | ||
description: Algorithms and techniques for reducing the size of data for storage or transmission. | ||
- group: Cloud-native | ||
categories: | ||
- name: Containers and Orchestration | ||
description: Containers package the source code of an application and its dependencies in a single unit. Container Orchestration tools automate the management and deployment of containerized applications. | ||
- name: Messaging/Comms | ||
description: Systems for exchanging messages or facilitating communication between distributed applications. | ||
- name: Monitoring/Observability | ||
description: Tools and practices for tracking and understanding the behavior and performance of software systems. | ||
- name: Service Mesh | ||
description: Service Mesh manages and secures communication between services in distributed computing environments. | ||
- name: DevOps | ||
description: Tools that help automate software development process. | ||
- group: Storage | ||
categories: | ||
- name: Storage | ||
description: Systems for storing and managing data, ranging from traditional disk storage to distributed file systems. | ||
- group: Networking | ||
categories: | ||
- name: Networking | ||
description: Communication of data across different types of network media - both wired and wireless. | ||
- group: Media | ||
categories: | ||
- name: Video | ||
description: Software for encoding, decoding and translating video from one format to another. | ||
- name: Gaming | ||
description: Software for running and streaming video games and other device applications on the cloud. | ||
- group: AI/ML/HPC | ||
categories: | ||
- name: AI/ML | ||
description: Technologies and algorithms for creating systems that can learn from data and make predictions or decisions. | ||
- name: HPC | ||
description: Software to solve advance computational problems using large clusters of systems. | ||
- group: Security | ||
categories: | ||
- name: Crypto | ||
description: Software for cryptographic operations on data including encryption, decryption, authentication etc. | ||
- name: Security applications | ||
description: Practices, tools, and protocols for protecting systems, networks, and data from unauthorized access or attacks. | ||
- group: Miscellaneous | ||
categories: | ||
- name: Miscellaneous | ||
description: Packages that do not fit in any other categories. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.