Skip to content

Instantly share code, notes, and snippets.

View camillanapoles's full-sized avatar

Camilla Napoles camillanapoles

View GitHub Profile
@camillanapoles
camillanapoles / permissions.txt
Created November 20, 2025 19:52 — forked from Arinerron/permissions.txt
A list of all Android permissions...
android.permission.ACCESS_ALL_DOWNLOADS
android.permission.ACCESS_BLUETOOTH_SHARE
android.permission.ACCESS_CACHE_FILESYSTEM
android.permission.ACCESS_CHECKIN_PROPERTIES
android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY
android.permission.ACCESS_DOWNLOAD_MANAGER
android.permission.ACCESS_DOWNLOAD_MANAGER_ADVANCED
android.permission.ACCESS_DRM_CERTIFICATES
android.permission.ACCESS_EPHEMERAL_APPS
android.permission.ACCESS_FM_RADIO
@camillanapoles
camillanapoles / video_felipe_heim.md
Last active October 8, 2025 04:43
Analise do Video da Esa - Youtube Felipe Heim

Analise do Video da Esa 2025-10-08 00:48:16

SOBRE PORQUE A PIXELAGEM NÃO É CAUSADORA DE UM DISTÚRBIO NESTE VÍDEO

Se o bloco se move em diagonal e mantém um padrão repetitivo no tempo, a causa não pode ser só pixelagem, porque pixelagem geralmente causa distorções aleatórias ou efeitos de blocos visíveis sem repetição temporal exata.

A repetição do padrão a cada X frames indica que o movimento é sincronizado e periódico, ou seja, um comportamento real do objeto — não um artefato da imagem.

A pixelagem acontece por limitações na resolução da imagem, mas não geraria um padrão coerente e repetitivo de movimento dos blocos. Assim, o movimento diagonal e a repetição indicam uma dinâmica sincronizada do objeto, refletida visualmente em cada frame.

@jlia0
jlia0 / agent loop
Last active March 14, 2026 14:06
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@camillanapoles
camillanapoles / k3s_manifest_guide.md
Last active February 13, 2025 13:09
Guia Definitivo de Manifestos YAML no K3s

Entendi. Vou criar um guia completo e detalhado para manifestos YAML no K3s, focando em cada componente e suas configurações. Vou estruturar isso de forma clara e didática.

Guia Definitivo de Manifestos YAML no K3s

1. Deployment

Estrutura Base

apiVersion: apps/v1
kind: Deployment
@kaytwo
kaytwo / obsidian-web-clipper.js
Last active September 28, 2025 14:04 — forked from kepano/obsidian-web-clipper.js
Obsidian Web Clipper Bookmarklet to save articles and pages from the web (for Safari, Chrome, Firefox, and mobile browsers)
/* Optional vault name */
const vault = "";
/* Optional folder name such as "Clippings/" */
const folder = "Clippings/";
/* Optional tags */
let tags = "clippings";
/// Readability: https://unpkg.com/@tehshrike/readability@0.2.0
@bradtraversy
bradtraversy / prostore-vercel-hobby-tier-fix.md
Last active July 18, 2025 20:32
Prostore Vercel Hobby Tier Fix

Vercel Hobby Tier Fix

If you are using the free "hobby" tier for Vercel, you may at some point get the following error:

Error: The Edge Function "middleware" size is 1.01 MB and your plan size limit is 1 MB. Learn More: https://vercel.link/edge-function-size

I had made a post to try and fix this by swapping out bcrypt for a custom password encrypt script, but it turns out that wasn't the best fix and didn't work in some cases. If you already did that, that's absolutely fine, but it's not needed.

@camillanapoles
camillanapoles / auto_git_query
Created January 7, 2025 15:10 — forked from nullenc0de/auto_git_query
Automated Github Queries (Can open 29 tabs at a time)
https://github.com/search?q=BROWSER_STACK_ACCESS_KEY= OR BROWSER_STACK_USERNAME= OR browserConnectionEnabled= OR BROWSERSTACK_ACCESS_KEY=&s=indexed&type=Code
https://github.com/search?q=CHROME_CLIENT_SECRET= OR CHROME_EXTENSION_ID= OR CHROME_REFRESH_TOKEN= OR CI_DEPLOY_PASSWORD= OR CI_DEPLOY_USER=&s=indexed&type=Code
https://github.com/search?q=CLOUDAMQP_URL= OR CLOUDANT_APPLIANCE_DATABASE= OR CLOUDANT_ARCHIVED_DATABASE= OR CLOUDANT_AUDITED_DATABASE=&s=indexed&type=Code
https://github.com/search?q=CLOUDANT_ORDER_DATABASE= OR CLOUDANT_PARSED_DATABASE= OR CLOUDANT_PASSWORD= OR CLOUDANT_PROCESSED_DATABASE=&s=indexed&type=Code
https://github.com/search?q=CONTENTFUL_PHP_MANAGEMENT_TEST_TOKEN= OR CONTENTFUL_TEST_ORG_CMA_TOKEN= OR CONTENTFUL_V2_ACCESS_TOKEN=&s=indexed&type=Code
https://github.com/search?q=-DSELION_BROWSER_RUN_HEADLESS= OR -DSELION_DOWNLOAD_DEPENDENCIES= OR -DSELION_SELENIUM_RUN_LOCALLY=&s=indexed&type=Code
https://github.com/search?q=ELASTICSEARCH_PASSWORD= OR ELASTICSEARCH_USERNAME= OR EMAIL_NOTIFI
@camillanapoles
camillanapoles / yt-continue-mobile-app-chat-prompts.md
Created January 7, 2025 12:04 — forked from codingthefuturewithai/yt-continue-mobile-app-chat-prompts.md
Continue prompts used for YouTube video: "Continue and Claude 3.5: Develop a Mobile App Without Writing ANY Code!"
### Select image from device

"Update the app to allow the user to select an image from their device. Display the selected image on the screen."

### Add create funny story button

"Add a button below the image that says ‘Make up a funny story!’"

### Generate code to send image to AI vision model to create the story
@camillanapoles
camillanapoles / yt-aider-cursor-windsurf-tutorial-prompts.md
Created January 7, 2025 12:01 — forked from codingthefuturewithai/yt-aider-cursor-windsurf-tutorial-prompts.md
Prompts from YouTube tutorial: Aider, Cursor, Windsurf: Build Apps with a SINGLE prompt, NO coding!

Sequential Prompts from Original RAG with aider and Claude 3.5 Sonnet Tutorial

LangChain RAG App Prompts

Initial RAG App Setup

Prompt: Use the LangChain RAG tutorial documentation, which I provided to you previously, to generate a simple RAG app in Python that uses the LangChain v0.2 framework. The app will allow the user to provide the URL for a web page and ask questions related to the contents of the page. The user interface will be the command line for now. The app should use OpenAI models and APIs. Generate all the required files, functions, methods, imports, etc. but don't implement any functions yet. Instead, just insert comments. Also, generate the Python requirements.txt file. Only implement the features I've requested.


@bradtraversy
bradtraversy / git-cheat-sheet.md
Created January 6, 2025 17:16
Cheat Sheet for Git Crash Course

Git & GitHub Crash Course 2025 Cheat Sheet

What is Git?

Git is a distributed version control system that allows developers to:

  • Track changes in code.
  • Collaborate on projects.
  • Manage multiple versions of a project.
  • Work offline with a full local repository.