Skip to content

Instantly share code, notes, and snippets.

View arielgk's full-sized avatar

Ariel Kuhn arielgk

  • Buenos AIres - Argentina
View GitHub Profile
@arielgk
arielgk / docker-compose.yml
Created October 14, 2019 02:55 — forked from alifarazz/docker-compose.yml
phpmyadmin and mysql docker-compose file
version: '3.1'
services:
mysql_inst:
image: mysql:latest
command: --default-authentication-plugin=mysql_native_password
# ports:
# - 8083:3306
volumes:
@arielgk
arielgk / Direct Link of YouTube videos.md
Created August 3, 2019 04:25 — forked from egyjs/Direct Link of YouTube videos.md
PHP API To get Direct Link of YouTube videos
//
// Created by Nick Vance on 12/4/15.
// Modified by Ryan Reece on 11/14/16.
//
import AVKit
import XCDYouTubeKit
import TVMLKit
class YTPlayerViewController: AVPlayerViewController, AVPlayerViewControllerDelegate {
@arielgk
arielgk / steps.md
Last active February 22, 2017 21:00 — forked from undefinedzain/steps.md
Add Custom Facade on Laravel 5.3
  1. Create a custom class

?>

// -----------------------------------------------------------------------------
// @author Zakir Tariverdiev
// @created August 2, 2014
// @desc Sass mixin that provides convenient way to style element's siblings.
// Based on the example from Lea Verou's blog:
// http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
// @param (string) $sibling-count - number of expected siblings. You can also use
// use such forms as "n + 3" and "3n" for "at least 3 siblings" and
// "siblings divisible by 3," for example. These forms must be enclosed in
// quotes for proer parsing though.
@arielgk
arielgk / .project
Last active August 29, 2015 14:16 — forked from aogriffiths/.project
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>2915574-d3-morph-path</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>