Skip to content

Instantly share code, notes, and snippets.

View flunardelli's full-sized avatar

Fernando Lunardelli flunardelli

View GitHub Profile
@digitalknk
digitalknk / openclaw-guide.md
Last active February 26, 2026 22:58
Running OpenClaw Without Burning Money, Quotas, or Your Sanity

🚨 This guide has moved 🚨

The OpenClaw guide is now maintained as a proper repository with better structure and actionable examples.

New location: https://github.com/digitalknk/openclaw-runbook

⚠️ The gist version will no longer be updated. The repo includes:

  • Streamlined narrative guide
  • Copy-paste example templates
  • VPS setup instructions
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bluet
bluet / Database Naming Convention and Data Warehouse Design Principles.md
Last active August 22, 2025 10:51
Database Naming Convention and Data Warehouse Design Principles
#!/bin/sh
mkdir pdfs
cd pdfs
curl -LO https://developer.salesforce.com/resource/pdfs/Lightning_Components_Cheatsheet.pdf
curl -LO https://resources.docs.salesforce.com/sfdc/pdf/actions_impl_guide.pdf
curl -LO https://resources.docs.salesforce.com/sfdc/pdf/analytics.pdf
curl -LO https://resources.docs.salesforce.com/sfdc/pdf/apex_ajax.pdf
curl -LO https://resources.docs.salesforce.com/sfdc/pdf/apex_api.pdf
@cathyxz
cathyxz / amp-interactivity-links.md
Last active August 22, 2019 19:33
Code sample master sheet for AMP interactivity talk @ Chicago
@HJianBo
HJianBo / LC_CTYPE.txt
Created November 7, 2017 02:02 — forked from jampajeen/LC_CTYPE.txt
Centos warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
vi /etc/environment
add these lines...
LANG=en_US.utf-8
LC_ALL=en_US.utf-8
@dlhck
dlhck / Setup Pimcore 5 with NGINX and PHP7.0 on Ubuntu 16.04.md
Last active February 26, 2020 22:42
Setup Pimcore 5 with NGINX and PHP7.0 on Ubuntu 16.04

Install NGINX

sudo apt-get update
sudo apt-get install nginx 

Install PHP 7.0 and the PHP Packages

@ahmadawais
ahmadawais / upload-a-file.MD
Created June 18, 2017 11:07 — forked from websupporter/upload-a-file.MD
Upload a file using the WordPress REST API

Upload files

Using the REST API to upload a file to WordPress is quite simple. All you need is to send the file in a POST-Request to the wp/v2/media route.

There are two ways of sending a file. The first method simply sends the file in the body of the request. The following PHP script shows the basic principle:

@flunardelli
flunardelli / .htaccess
Created June 3, 2017 00:08 — forked from revolunet/.htaccess
global enable CORS without touching code
# with AJAX withCredentials=false (cookies NOT sent)
Header always set Access-Control-Allow-Origin "*"
Header always set Access-Control-Allow-Methods "POST, GET, PUT, OPTIONS, PATCH, DELETE"
Header always set Access-Control-Allow-Headers "X-Accept-Charset,X-Accept,Content-Type"
RewriteEngine On
RewriteCond %{REQUEST_METHOD} OPTIONS
RewriteRule ^(.*)$ $1 [R=200,L,E=HTTP_ORIGIN:%{HTTP:ORIGIN}]]
# with AJAX withCredentials=true (cookies sent, SSL allowed...)
SetEnvIfNoCase ORIGIN (.*) ORIGIN=$1
@caseywatts
caseywatts / quicktime-hangouts-recording.md
Last active January 28, 2026 19:26
Quicktime Hangouts Recording (using soundflower for audio)

Short link to this page: caseywatts.com/quicktime

Other gists & tricks: http://caseywatts.com/gists-and-tricks

Unrelated update: my book is out! Debugging Your Brain is an applied psychology / self-help book

Quicktime + Hangouts Recording

Scenario: You want to talk with someone over google hangouts (like for a user study), and you want to record BOTH: