Skip to content

Instantly share code, notes, and snippets.

View guidoeffe's full-sized avatar
🎯
Focusing

Guido Fiamozzi guidoeffe

🎯
Focusing
View GitHub Profile
@jamesgarrett
jamesgarrett / 3d-rotating-slider.markdown
Last active January 7, 2021 00:42
3D Rotating Slider

3D Rotating Slider

A bootstrap compatible 3D responsive slider. A sketch by James Garrett on CodePen.

MIT License

Copyright (c) 2017 James Garrett Inc.

@aikchun
aikchun / imap-gmail
Last active June 12, 2024 11:41
IMAP PHP gmail attachment extractor
<?php
/**
*
* Gmail attachment extractor.
*
* Downloads attachments from Gmail and saves it to a file.
* Uses PHP IMAP extension, so make sure it is enabled in your php.ini,
* extension=php_imap.dll