Skip to content

Instantly share code, notes, and snippets.

View makowskid's full-sized avatar
🎯
Focusing

Dawid Makowski makowskid

🎯
Focusing
View GitHub Profile
@makowskid
makowskid / repopack-commands-for-tech-stacks.md
Last active November 2, 2024 05:15
A collection of `repopack` commands tailored for different tech stacks

Repopack Commands for Various Tech Stacks

Repopack is a powerful tool that packages your entire repository into a single, AI-friendly file. Perfect for feeding your codebase to Large Language Models (LLMs) or other AI tools like Claude and ChatGPT, it simplifies the process of preparing your code for analysis.

In this document, I provide a collection of repopack commands tailored for different tech stacks commonly used in 2024. These commands will help you gather all the relevant source code files, configuration files, and scripts for your specific technology while keeping your repositories clean and tidy.

Commands for Different Tech Stacks

Flutter

@makowskid
makowskid / sharpapicom-php-client-ai-workflow-api-hospitality-product-categories-method-example.md
Created October 7, 2024 05:30
SharpAPI.com PHP Client AI workflow API: Hospitality Product Categories Method Example

SharpAPI.com PHP Client AI workflow API: Hospitality Product Categories Method Example

API Details: Hospitality Product Categorization AI API

Description: Shows how to use the hospitalityProductCategories() method to generate suitable categories for Hospitality products.

Code Snippet:

<?php
@makowskid
makowskid / sharpapicom-php-client-ai-workflow-api-tours-and-activities-product-categories-method-example.md
Created October 7, 2024 05:28
SharpAPI.com PHP Client AI workflow API: Tours and Activities Product Categories Method Example

SharpAPI.com PHP Client AI workflow API: Tours and Activities Product Categories Method Example

API Details: Tours & Activities Product Categorization AI API

Description: Demonstrates how to use the toursAndActivitiesProductCategories() method to generate suitable categories for Tours & Activities products.

Code Snippet:

<?php
@makowskid
makowskid / sharpapicom-php-client-ai-workflow-api-travel-review-sentiment-method-example.md
Created October 7, 2024 05:26
SharpAPI.com PHP Client AI workflow API: Travel Review Sentiment Method Example

SharpAPI.com PHP Client AI workflow API: Travel Review Sentiment Method Example

API Details: Travel Review Sentiment Checker AI API

Description: Shows how to use the travelReviewSentiment() method to analyze the sentiment of a travel or hospitality product review.

Code Snippet:

<?php
@makowskid
makowskid / sharpapicom-php-client-ai-workflow-api-generate-seo-tags-method-example.md
Created October 7, 2024 05:20
SharpAPI.com PHP Client AI workflow API: Generate SEO Tags Method Example

SharpAPI.com PHP Client AI workflow API: Generate SEO Tags Method Example

API Details: SEO & Social Media Tags Generator AI API

Description: Demonstrates how to use the generateSeoTags() method to create META tags based on provided content.

Code Snippet:

<?php
@makowskid
makowskid / sharpapicom-php-client-ai-workflow-api-paraphrase-text-method-example.md
Created October 7, 2024 05:18
SharpAPI.com PHP Client AI workflow API: Proofread Text Method Example

SharpAPI.com PHP Client AI workflow API: Proofread Text Method Example

API Details: Proofread & Grammar Checker AI API

Description: Shows how to use the proofread() method to check grammar and spelling errors in provided text.

Code Snippet:

<?php
@makowskid
makowskid / sharpapicom-php-client-ai-workflow-api-paraphrase-text-method-example.md
Created October 7, 2024 05:16
SharpAPI.com PHP Client AI workflow API: Paraphrase Text Method Example

SharpAPI.com PHP Client AI workflow API: Paraphrase Text Method Example

API Details: Paraphrase Text AI API

Description: Demonstrates how to use the paraphrase() method to generate a paraphrased version of provided text.

Code Snippet:

<?php
@makowskid
makowskid / sharpapicom-php-client-ai-workflow-api-translate-text-method-example.md
Created October 7, 2024 05:14
SharpAPI.com PHP Client AI workflow API: Translate Text Method Example

SharpAPI.com PHP Client AI workflow API: Translate Text Method Example

API Details: Advanced Text Translator AI API

Description: Shows how to use the translate() method to translate text into a specified language.

Code Snippet:

<?php
@makowskid
makowskid / sharpapicom-php-client-ai-workflow-api-generate-keywords-method-example.md
Created October 7, 2024 05:09
SharpAPI.com PHP Client AI workflow API: Generate Keywords Method Example

SharpAPI.com PHP Client AI workflow API: Generate Keywords Method Example

API Details: Keywords/Tags Generator AI API

Description: Demonstrates how to use the generateKeywords() method to generate a list of keywords based on provided content.

Code Snippet:

<?php
@makowskid
makowskid / sharpapicom-php-client-ai-workflow-api-summarize-text-method-example.md
Created October 7, 2024 05:07
SharpAPI.com PHP Client AI workflow API: Summarize Text Method Example

SharpAPI.com PHP Client AI workflow API: Summarize Text Method Example

API Details: Summarize Text AI API

Description: Shows how to use the summarizeText() method to generate a summarized version of provided text.

Code Snippet:

<?php