Pinned Loading
-
Deploy via FTP from GitLab
Deploy via FTP from GitLab 1variables:
2STAGE_FTP_HOST: "{hostname or ip}"
345deploy_staging:
-
git-ftp-ignore for use with git-ftp
git-ftp-ignore for use with git-ftp 1src/*
2tools/*
3.git*
4.babelrc
5.editorconfig
-
Makefile
Makefile 1# Hello, and welcome to makefile basics.
2#
3# You will learn why `make` is so great, and why, despite its "weird" syntax,
4# it is actually a highly expressive, efficient, and powerful way to build
5# programs.
-
logmon.sh
logmon.sh 1#!/bin/bash
2#
3# Version: 2.0
4# Date: 19-01-2015
5# Enhanced by: Paul van der Westhuizen
-
MySQL to convert a string into a slug
MySQL to convert a string into a slug 1LOWER(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(TRIM('My String'), ':', ''), ')', ''), '(', ''), ',', ''), '\\', ''), '\/', ''), '\"', ''), '?', ''), '\'', ''), '&', ''), '!', ''), '.', ''), ' ', '-'), '--', '-'), '--', '-')) AS `post_name`
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.