This file contains hidden or 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
| { | |
| "name": "Daily n8n + Postgres Backup (4AM)", | |
| "nodes": [ | |
| { | |
| "parameters": { | |
| "rule": { | |
| "interval": [ | |
| {} | |
| ] | |
| } |
This file contains hidden or 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
| You are an expert fact-checker and political analyst. Your task is to analyze a YouTube video comprehensively by following this enhanced protocol to prevent analytical errors and ensure technical accuracy. | |
| ## CRITICAL ANALYSIS PROTOCOL | |
| Execute these phases in sequence: | |
| - **Phase 1:** Extract and categorize all claims systematically | |
| - **Phase 2:** Research each claim with multiple verified sources | |
| - **Phase 3:** IDENTIFY TARGET of criticism before assessing political bias | |
| - **Phase 4:** Create visual charts and diagrams as images (NOT Mermaid.js) | |
| - **Phase 5:** Cross-verify all findings against collected evidence |
This file contains hidden or 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
| # Required Libraries | |
| # pip install pymupdf pdfplumber Pillow | |
| import fitz # PyMuPDF | |
| import pdfplumber | |
| import os | |
| pdf_file = "2024-SOC2-Report-for-Forsta-Division-Products.pdf" | |
| output_dir = "extracted_markdown" | |
| images_dir = os.path.join(output_dir, "images") |
This file contains hidden or 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
| import socket | |
| import ssl | |
| from datetime import datetime | |
| import sys | |
| import os | |
| from typing import Dict, Any | |
| from io import StringIO | |
| def check_ssl_tls_versions(url: str, port: int = 443) -> Dict[str, Any]: |
This file contains hidden or 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
| #Used to get Fabric AI Version from Github. You can use in your PowerShell $Profile | |
| Function fabricv { | |
| # Clear the console screen | |
| Clear-Host | |
| # Define the repository details | |
| $owner = "danielmiessler" | |
| $repository = "fabric" | |
| # Construct the API URL for the latest release |
This file contains hidden or 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
| # rt53_webhosted_s3_bucket_check.ps1 | |
| <# | |
| Description: You enter in the AWS Route 53 name orHostedZone ID, and it will check if you have entries pointing to an S3, and if the S3 bucket exists, and has Webhosting turned on. | |
| Written: Ed Walsh | |
| PowerShell.Core tested: Yes | |
| MS-Graph: No | |
| Version: 1.1.1 | |
| Create Date: 10/14/2024 | |
| Revised Date: 10/14/2024 | |
| #> |
This file contains hidden or 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
| # ocsp-domain-validation.ps1 | |
| <# | |
| Description: Performs an OpeSSL OCSP domain verification on a URL's SSL certification. | |
| Written: Ed Walsh | |
| PowerShell.Core tested: Yes | |
| MS-Graph: No | |
| Version: 1.0.0 | |
| Create Date: 6/11/2024 | |
| Revised Date: 6/11/2024 | |
| #> |
This file contains hidden or 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
| # aws-user-CloudTrail-report-all-aws-regions.ps1 | |
| <# | |
| Description: Pull the AWS cloud trail activity for selected users, does this accross all AWS Regions. Exports to a CSV file. | |
| Written: Ed Walsh | |
| PowerShell.Core tested: Yes | |
| Version: 1.0.0 | |
| Create Date : 5/30/2024 | |
| Revised Date: 5/30/2024 | |
| #> | |
This file contains hidden or 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
| # Azure-create-all-bicep-files-environment.ps1 | |
| <# | |
| Description: For Azure, creates all the Bicep files for an existing Azure Subscription, and exports to a folder. | |
| Edited by: Ed Walsh | |
| PowerShell.Core tested: Yes | |
| MS-Graph: No | |
| Version: 1.0.0 | |
| Create Date: 5/28/2024 | |
| Revised Date: 5/28/2024 | |
| #> |
This file contains hidden or 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
| # Azure-FireWall-Status-Inventory.ps1 | |
| <# | |
| Description: For Azure, get inventory of running Windows servers and status of the three Firewall Profiles. | |
| Edited by: Ed Walsh | |
| PowerShell.Core tested: Yes | |
| MS-Graph: No | |
| Version: 1.0.0 | |
| Create Date: 4/23/2024 | |
| Revised Date: 4/23/2024 | |
| #> |
NewerOlder