### GitHub Product Descriptions
Source: https://github.com/ProbablyClem/SB_Virus
Provides brief descriptions of key GitHub products, highlighting their core functionalities and benefits for developers.
```text
GitHub Copilot
Write better code with AI
GitHub Spark New
Build and deploy intelligent apps
GitHub Models New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
```
--------------------------------
### GitHub Navigation Structure
Source: https://github.com/ProbablyClem/SB_Virus
Represents the basic HTML structure for GitHub navigation elements, including links for skipping content, signing in, and accessing product features.
```html
Skip to content
Sign in
Appearance settings
Product
GitHub Copilot
Write better code with AI
GitHub Spark New
Build and deploy intelligent apps
GitHub Models New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
```
--------------------------------
### Ada Source Files
Source: https://github.com/ProbablyClem/SB_Virus
Lists Ada source code files (.adb for implementation, .ads for specification) found in the repository.
```ada
-- Ada Specification File Example (Conceptual)
-- package p_score is
-- procedure add_score(player_id : in integer; score : in integer);
-- function get_score(player_id : in integer) return integer;
-- end p_score;
```
```ada
-- Ada Implementation File Example (Conceptual)
-- with p_score;
-- package body p_score is
-- -- ... implementation details ...
-- end p_score;
```
--------------------------------
### Markdown README File
Source: https://github.com/ProbablyClem/SB_Virus
Indicates the presence of a README.md file, typically used for project documentation.
```markdown
# SB_Virus Project
This is the main README file for the SB_Virus project. It contains detailed information about the project, setup, and usage.
## Features
* Feature 1
* Feature 2
## Installation
Follow these steps to install the project:
1. Clone the repository.
2. Install dependencies.
## Usage
How to use the project.
```
--------------------------------
### Project File Structure
Source: https://github.com/ProbablyClem/SB_Virus
Lists the files and directories within the SB_Virus repository, indicating their types (directory, file).
```json
{
"props": {
"initialPayload": {
"allShortcutsEnabled": false,
"path": "/",
"repo": {
"id": 235041582,
"defaultBranch": "master",
"name": "SB_Virus",
"ownerLogin": "ProbablyClem",
"currentUserCanPush": false,
"isFork": false,
"isEmpty": false,
"createdAt": "2020-01-20T07:20:31.000Z",
"ownerAvatar": "https://avatars.githubusercontent.com/u/45786362?v=4",
"public": true,
"private": false,
"isOrgOwned": false
},
"currentUser": null,
"refInfo": {
"name": "master",
"listCacheKey": "v0:1579793891.0",
"canEdit": false,
"refType": "branch",
"currentOid": "aa32d38729318b0140013ccc57a23bf708e7d162"
},
"tree": {
"items": [
{
"name": "data",
"path": "data",
"contentType": "directory"
},
{
"name": "img",
"path": "img",
"contentType": "directory"
},
{
"name": ".gitignore",
"path": ".gitignore",
"contentType": "file"
},
{
"name": "Parties",
"path": "Parties",
"contentType": "file"
},
{
"name": "av_graph.adb",
"path": "av_graph.adb",
"contentType": "file"
},
{
"name": "av_txt.adb",
"path": "av_txt.adb",
"contentType": "file"
},
{
"name": "p_score.adb",
"path": "p_score.adb",
"contentType": "file"
},
{
"name": "p_score.ads",
"path": "p_score.ads",
"contentType": "file"
},
{
"name": "p_virus.adb",
"path": "p_virus.adb",
"contentType": "file"
},
{
"name": "p_virus.ads",
"path": "p_virus.ads",
"contentType": "file"
},
{
"name": "p_vuegraph.adb",
"path": "p_vuegraph.adb",
"contentType": "file"
},
{
"name": "p_vuegraph.ads",
"path": "p_vuegraph.ads",
"contentType": "file"
},
{
"name": "p_vuetxt.adb",
"path": "p_vuetxt.adb",
"contentType": "file"
},
{
"name": "p_vuetxt.ads",
"path": "p_vuetxt.ads",
"contentType": "file"
},
{
"name": "packages.txt",
"path": "packages.txt",
"contentType": "file"
},
{
"name": "readme.md",
"path": "readme.md",
"contentType": "file"
},
{
"name": "testjeu.adb",
"path": "testjeu.adb",
"contentType": "file"
},
{
"name": "testscore.adb",
"path": "testscore.adb",
"contentType": "file"
}
],
"templateDirectorySuggestionUrl": null,
"readme": null,
"totalCount": 18,
"showBranchInfobar": false
},
"fileTree": null,
"fileTreeProcessingTime": null,
"foldersToFetch": [],
"treeExpanded": false,
"symbolsExpanded": false,
"isOverview": true,
"overview": {
"banners": {
"shouldRecommendReadme": false,
"isPersonalRepo": false,
"showUseActionBanner": false,
"actionSlug": null,
"actionId": null,
"showProtectBranchBanner": false,
"publishBannersInfo": {
"dismissActionNoticePath": "/settings/dismiss-notice/publish_action_from_repo",
"releasePath": "/ProbablyClem/SB_Virus/releases/new?marketplace=true",
"showPublishActionBanner": false
},
"interactionLimitBanner": null,
"showInvitationBanner": false,
"inviterName": null,
"actionsMigrationBannerInfo": {
"releaseTags": [],
"showImmutableActionsMigrationBanner": false,
"initialMigrationStatus": null
},
"showDeployBanner": false,
"detectedStack": {
"framework": null,
"packageManager": null
}
},
"codeButton": {
"contactPath": "/contact",
"isEnterprise": false,
"local": {
"protocolInfo": {
"httpAvailable": true,
"sshAvailable": null,
"httpUrl": "https://github.com/ProbablyClem/SB_Virus.git",
"showCloneWarning": null,
"sshUrl": null,
"sshCertificatesRequired": null,
"sshCertificatesAvailable": null,
"ghCliUrl": "gh repo clone ProbablyClem/SB_Virus",
"defaultProtocol": "http",
"newSshKeyUrl": "/settings/ssh/new",
"setProtocolPath": "/users/set_protocol"
},
"platformInfo": {
"cloneUrl": "https://desktop.github.com",
"showVisualStudioCloneButton": false,
"visualStudioCloneUrl": "https://windows.github.com",
"showXcodeCloneButton": false,
"xcodeCloneUrl": "xcode://clone?repo=https%3A%2F%2Fgithub.com%2FProbablyClem%2FSB_Virus",
"zipballUrl": "/ProbablyClem/SB_Virus/archive/refs/heads/master.zip"
}
},
"newCodespacePath": "/codespaces/new?hide_repo_select=true\u0026repo=235041582"
},
"popovers": {
"rename": null,
"renamedParentRepo": null
},
"commitCount": "124",
"overviewFiles": [
{
"displayName": "readme.md",
"repoName": "SB_Virus",
"refName": "master",
"path": "readme.md",
"preferredFileType": "readme",
"tabName": "README",
"richText": "\u003carticle class=\"markdown-body entry-content container-lg\" itemprop=\"text\"\u003e\u003cdiv class=\"markdown"
}
]
}
}
}
}
```
--------------------------------
### GitHub Feature Flags Configuration
Source: https://github.com/ProbablyClem/SB_Virus
This snippet details the feature flags enabled or configured for a specific GitHub environment, likely related to Copilot or other AI features. It also includes an API override URL setting.
```json
{
"locale": "en",
"featureFlags": [
"alternate_user_config_repo",
"api_insights_show_missing_data_banner",
"attestations_filtering",
"attestations_sorting",
"client_version_header",
"code_scanning_security_configuration_ternary_state",
"codespaces_prebuild_region_target_update",
"contact_requests_implicit_opt_in",
"contentful_lp_copilot_extensions",
"contentful_lp_flex_features",
"contentful_lp_footnotes",
"copilot_activity_report",
"copilot_chat_attach_multiple_images",
"copilot_chat_floating_sidebar_focus_trap",
"copilot_chat_group_notifications",
"copilot_chat_vision_in_claude",
"copilot_chat_vision_skip_thread_create",
"copilot_chat_wholearea_dd",
"copilot_custom_copilots_feature_preview",
"copilot_custom_copilots_images",
"copilot_duplicate_thread",
"copilot_free_to_paid_telem",
"copilot_ftp_hyperspace_upgrade_prompt",
"copilot_ftp_settings_upgrade",
"copilot_ftp_upgrade_to_pro_from_models",
"copilot_ftp_your_copilot_settings",
"copilot_immersive_agent_branch_selection",
"copilot_immersive_draft_issue_template_form_ui",
"copilot_immersive_structured_model_picker",
"copilot_no_floating_button",
"copilot_read_shared_conversation",
"copilot_spaces_input_menu_select",
"copilot_spaces_upsert_reload_in_background",
"copilot_spark_allow_empty_commit",
"copilot_spark_single_user_iteration",
"copilot_spark_use_billing_headers",
"copilot_spark_write_iteration_history_to_git",
"copilot_task_oriented_assistive_prompts",
"copilot_workbench_cache",
"copilot_workbench_connection_reload_banner",
"copilot_workbench_preview_analytics",
"copilot_workbench_refresh_on_wsod",
"copilot_workbench_synthetic_generation",
"custom_copilots_128k_window",
"custom_copilots_capi_mode",
"custom_copilots_file_uploads",
"direct_to_salesforce",
"dotcom_chat_client_side_skills",
"failbot_report_error_react_apps_on_page",
"ghost_pilot_confidence_truncation_25",
"ghost_pilot_confidence_truncation_40",
"insert_before_patch",
"issue_fields_report_usage",
"issues_catch_non_json_graphql_response",
"issues_comment_load_user_settings",
"issues_label_search_url",
"issues_preserve_tokens_in_urls",
"issues_react_blur_item_picker_on_close",
"issues_react_bots_timeline_pagination",
"issues_react_create_milestone",
"issues_react_prohibit_title_fallback",
"issues_react_remove_placeholders",
"issues_template_picker_redirect",
"lifecycle_label_name_updates",
"link_contact_sales_swp_marketo",
"marketing_fullstory_sampling",
"marketing_pages_search_explore_provider",
"memex_mwl_filter_field_delimiter",
"nonreporting_relay_graphql_status_codes",
"primer_react_select_panel_with_modern_action_list",
"remove_child_patch",
"sample_network_conn_type",
"scheduled_reminders_updated_limits",
"site_homepage_contentful",
"site_msbuild_hide_integrations",
"site_msbuild_launch",
"site_msbuild_webgl_hero",
"spark_commit_on_default_branch",
"spark_sync_repository_after_iteration",
"swp_enterprise_contact_form",
"use_paginated_repo_picker_cost_center_form",
"viewscreen_sandbox",
"workbench_default_sonnet4",
"workbench_store_readonly"
],
"copilotApiOverrideUrl": null
}
```
--------------------------------
### GitHub Feature Flags Configuration
Source: https://github.com/ThomasDuple/ShareMyPDF
This snippet shows a JSON object containing locale information and a list of feature flags enabled for a GitHub project. Feature flags are used to control the rollout of new features.
```json
{
"locale": "en",
"featureFlags": [
"alternate_user_config_repo",
"api_insights_show_missing_data_banner",
"attestations_filtering",
"attestations_sorting",
"client_version_header",
"code_scanning_security_configuration_ternary_state",
"codespaces_prebuild_region_target_update",
"contact_requests_implicit_opt_in",
"contentful_lp_copilot_extensions",
"contentful_lp_flex_features",
"contentful_lp_footnotes",
"copilot_activity_report",
"copilot_chat_attach_multiple_images",
"copilot_chat_floating_sidebar_focus_trap",
"copilot_chat_group_notifications",
"copilot_chat_vision_in_claude",
"copilot_chat_vision_skip_thread_create",
"copilot_chat_wholearea_dd",
"copilot_custom_copilots_feature_preview",
"copilot_custom_copilots_images",
"copilot_duplicate_thread",
"copilot_free_to_paid_telem",
"copilot_ftp_hyperspace_upgrade_prompt",
"copilot_ftp_settings_upgrade",
"copilot_ftp_upgrade_to_pro_from_models",
"copilot_ftp_your_copilot_settings",
"copilot_immersive_agent_branch_selection",
"copilot_immersive_draft_issue_template_form_ui",
"copilot_immersive_structured_model_picker",
"copilot_no_floating_button",
"copilot_read_shared_conversation",
"copilot_spaces_input_menu_select",
"copilot_spaces_upsert_reload_in_background",
"copilot_spark_allow_empty_commit",
"copilot_spark_single_user_iteration",
"copilot_spark_use_billing_headers",
"copilot_spark_write_iteration_history_to_git",
"copilot_task_oriented_assistive_prompts",
"copilot_workbench_cache",
"copilot_workbench_connection_reload_banner",
"copilot_workbench_preview_analytics",
"copilot_workbench_refresh_on_wsod",
"copilot_workbench_synthetic_generation",
"custom_copilots_128k_window",
"custom_copilots_capi_mode",
"custom_copilots_file_uploads",
"direct_to_salesforce",
"dotcom_chat_client_side_skills",
"failbot_report_error_react_apps_on_page",
"ghost_pilot_confidence_truncation_25",
"ghost_pilot_confidence_truncation_40",
"insert_before_patch",
"issue_fields_report_usage",
"issues_catch_non_json_graphql_response",
"issues_comment_load_user_settings",
"issues_label_search_url",
"issues_preserve_tokens_in_urls",
"issues_react_blur_item_picker_on_close",
"issues_react_bots_timeline_pagination",
"issues_react_create_milestone",
"issues_react_prohibit_title_fallback",
"issues_react_remove_placeholders",
"issues_template_picker_redirect",
"lifecycle_label_name_updates",
"link_contact_sales_swp_marketo",
"marketing_fullstory_sampling",
"marketing_pages_search_explore_provider",
"memex_mwl_filter_field_delimiter",
"nonreporting_relay_graphql_status_codes",
"primer_react_select_panel_with_modern_action_list",
"remove_child_patch",
"sample_network_conn_type",
"scheduled_reminders_updated_limits",
"site_homepage_contentful",
"site_msbuild_hide_integrations",
"site_msbuild_launch",
"site_msbuild_webgl_hero",
"spark_commit_on_default_branch",
"spark_sync_repository_after_iteration",
"swp_enterprise_contact_form",
"use_paginated_repo_picker_cost_center_form",
"viewscreen_sandbox",
"workbench_default_sonnet4",
"workbench_store_readonly"
],
"copilotApiOverrideUrl": null
}
```
--------------------------------
### CSS Tooltip Styling and Animation
Source: https://github.com/ThomasDuple/ShareMyPDF
This CSS code defines styles and animations for tooltips, including positioning, appearance, and hover effects. It uses CSS variables for theming and supports multiline tooltips.
```css
.hWlpPn{position:relative;display:inline-block;}/
/*!sc*/ .hWlpPn::after{position:absolute;z-index:1000000;display:none;padding:0.5em 0.75em;font:normal normal 11px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";-webkit-font-smoothing:subpixel-antialiased;color:var(--tooltip-fgColor,var(--fgColor-onEmphasis,var(--color-fg-on-emphasis,#ffffff)));text-align:center;-webkit-text-decoration:none;text-decoration:none;text-shadow:none;text-transform:none;-webkit-letter-spacing:normal;-moz-letter-spacing:normal;-ms-letter-spacing:normal;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background:var(--tooltip-bgColor,var(--bgColor-emphasis,var(--color-neutral-emphasis-plus,#24292f)));border-radius:6px;opacity:0;}/
/*!sc*/ @-webkit-keyframes tooltip-appear{from{opacity:0;}to{opacity:1;}}/
/*!sc*/ @keyframes tooltip-appear{from{opacity:0;}to{opacity:1;}}/
/*!sc*/ .hWlpPn:hover::after,.hWlpPn:active::after,.hWlpPn:focus::after,.hWlpPn:focus-within::after{display:inline-block;-webkit-text-decoration:none;text-decoration:none;-webkit-animation-name:tooltip-appear;animation-name:tooltip-appear;-webkit-animation-duration:0.1s;animation-duration:0.1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-delay:0s;animation-delay:0s;}/
/*!sc*/ .hWlpPn.tooltipped-no-delay:hover::after,.hWlpPn.tooltipped-no-delay:active::after,.hWlpPn.tooltipped-no-delay:focus::after,.hWlpPn.tooltipped-no-delay:focus-within::after{-webkit-animation-delay:0s;animation-delay:0s;}/
/*!sc*/ .hWlpPn.tooltipped-multiline:hover::after,.hWlpPn.tooltipped-multiline:active::after,.hWlpPn.tooltipped-multiline:focus::after,.hWlpPn.tooltipped-multiline:focus-within::after{display:table-cell;}/
/*!sc*/ .hWlpPn.tooltipped-s::after,.hWlpPn.tooltipped-se::after,.hWlpPn.tooltipped-sw::after{top:100%;right:50%;margin-top:6px;}/
/*!sc*/ .hWlpPn.tooltipped-se::after{right:auto;left:50%;margin-left:-16px;}/
/*!sc*/ .hWlpPn.tooltipped-sw::after{margin-right:-16px;}/
/*!sc*/ .hWlpPn.tooltipped-n::after,.hWlpPn.tooltipped-ne::after,.hWlpPn.tooltipped-nw::after{right:50%;bottom:100%;margin-bottom:6px;}/
/*!sc*/ .hWlpPn.tooltipped-ne::after{right:auto;left:50%;margin-left:-16px;}/
/*!sc*/ .hWlpPn.tooltipped-nw::after{margin-right:-16px;}/
/*!sc*/ .hWlpPn.tooltipped-s::after,.hWlpPn.tooltipped-n::after{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);}/
/*!sc*/ .hWlpPn.tooltipped-w::after{right:100%;bottom:50%;margin-right:6px;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);}/
/*!sc*/ .hWlpPn.tooltipped-e::after{bottom:50%;left:100%;margin-left:6px;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%);}/
/*!sc*/ .hWlpPn.tooltipped-multiline::after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;word-wrap:break-word;white-space:pre-line;border-collapse:separate;}/
/*!sc*/ .hWlpPn.tooltipped-multiline.tooltipped-s::after,.hWlpPn.tooltipped-multiline.tooltipped-n::after{right:auto;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}/
/*!sc*/ .hWlpPn.tooltipped-multiline.tooltipped-w::after,.hWlpPn.tooltipped-multiline.tooltipped-e::after{right:100%;}/
/*!sc*/ .hWlpPn.tooltipped-align-right-2::after{right:0;margin-right:0;}/
/*!sc*/ .hWlpPn.tooltipped-align-left-2::after{left:0;margin-left:0;}/
/*!sc*/
```
=== COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.