Skip to content

Instantly share code, notes, and snippets.

View JimmyOlano's full-sized avatar
🤓
¡Algún día seré BOFH!

Jimmy Olano JimmyOlano

🤓
¡Algún día seré BOFH!
View GitHub Profile
@bagder
bagder / agenda.md
Last active October 23, 2023 07:44
A two to three hour libcurl video tutorial

This is going to become a live-stream video "class" done by Daniel in November 2023. Also recorded for Youtube of course.

The exact date/time is pending. This is the tentative agenda. What are you missing from here?

Mastering libcurl

  • The project
  • Getting libcurl
  • API and ABI
  • Architecture
@pablokbs
pablokbs / docker-compose-wordpress.yaml
Created December 16, 2018 14:40
Docker-compose para wordpress con mysql
## docker-compose para correr wordpress con una base de datos en mysql
## by PeladoNerd https://youtu.be/eoFxMaeB9H4
version: '3.1'
services:
wordpress:
image: wordpress:php7.1-apache
ports: