Skip to content

Instantly share code, notes, and snippets.

View LugiHaue's full-sized avatar
🎯
Focusing

Harun MEMUR LugiHaue

🎯
Focusing
View GitHub Profile
@LugiHaue
LugiHaue / Slugger.php
Created September 21, 2018 13:31
Laravel str_slug helper as a class.
<?php
class Slugger
{
/**
* Generate a URL friendly "slug" from a given string.
*
* @param string $title
* @param string $separator
* @param string $language
@LugiHaue
LugiHaue / ViewController.swift
Last active March 31, 2018 19:05
Update ViewController.swift in this tutorial. "How to Build a Countdown App - Swift 3 in less than 10 minutes" -> Tutorial Link: https://goo.gl/0gCby9
//
// ViewController.swift
// gerisayim.net
//
// Created by Harun Memur on 27/11/2016.
// Copyright © 2016 Harun Memur.
//
// Swift Version: 3.0.1
// Xcode Version 8.1