Skip to content

Instantly share code, notes, and snippets.

View Carlo-F's full-sized avatar
🏠
Working from home

Carlo Feniello Carlo-F

🏠
Working from home
View GitHub Profile
@spalladino
spalladino / mysql-docker.sh
Created December 22, 2015 13:47
Backup and restore a mysql database from a running Docker mysql container
# Backup
docker exec CONTAINER /usr/bin/mysqldump -u root --password=root DATABASE > backup.sql
# Restore
cat backup.sql | docker exec -i CONTAINER /usr/bin/mysql -u root --password=root DATABASE
@umidjons
umidjons / web-service-soap-client-server-php.md
Last active March 18, 2025 19:24
Simple Web service - SOAP Server/Client in PHP

Simple Web service - SOAP Server/Client in PHP

Implementation of the SOAP server - server.php:

<?php
// turn off WSDL caching
ini_set("soap.wsdl_cache_enabled","0");

// model, which uses in web service functions as parameter
@digitaljhelms
digitaljhelms / gist:4287848
Last active April 16, 2025 07:00
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch