Skip to content

Instantly share code, notes, and snippets.

View MaraScott's full-sized avatar
🇪🇺
Maras IT

MaraScott MaraScott

🇪🇺
Maras IT
View GitHub Profile
@MaraScott
MaraScott / Curl.php
Created February 12, 2018 08:29
Curl php
<?php
// namespace App\Http\Custom;
class Curl
{
public static function get($url){
$ch = curl_init($url);
@MaraScott
MaraScott / swipe.js
Created October 25, 2017 07:17 — forked from SleepWalker/swipe.js
A simple swipe detection on vanilla js
var touchstartX = 0;
var touchstartY = 0;
var touchendX = 0;
var touchendY = 0;
var gesuredZone = document.getElementById('gesuredZone');
gesuredZone.addEventListener('touchstart', function(event) {
touchstartX = event.screenX;
touchstartY = event.screenY;
@MaraScott
MaraScott / loop_files_folders_recursively.go
Created September 3, 2016 15:53 — forked from francoishill/loop_files_folders_recursively.go
Loop through files and folders recursively in golang
package main
import (
"fmt"
"os"
"path/filepath"
)
func main() ([]string, error) {
searchDir := "c:/path/to/dir"
@MaraScott
MaraScott / combinedata.vbs
Last active July 25, 2016 07:09
combine all sheets data into one sheets
Option Explicit
'---------------------------------------------------------------------------------------
' Procedure : Combinedata
' Author : Roy Cox
' Website : www.excel-it.com
' Date : 10/10/2010
' Amended : 06/04/2013
' Purpose : Combine data from all sheets to a master sheet
'---------------------------------------------------------------------------------------
@MaraScott
MaraScott / telecommute.md
Last active November 7, 2016 04:05
List of remote, telecommute, freelance, home working, working in place jobs sources

This file goal is to list all websites which promote remote, telecommute, freelance, home working, working in place jobs with some personal comments on it


Your market place offer :


@MaraScott
MaraScott / all-framework-php.csv
Last active August 29, 2015 14:23
all-framework-php.csv
CakePHP
CodeIgniter
FuelPHP
Laravel
MODx
PEAR
SPIP
Silex
Symfony
TYPO3
@MaraScott
MaraScott / all-php-cms.csv
Last active January 31, 2016 15:57
all-php-cms.csv
CMS-Made-Simple
concrete5
Drupal
eZ-Publish
Joomla!
Magento
MODX
PHP-Nuke
phpWiki
MediaWiki
@MaraScott
MaraScott / all-supported-architectures.csv
Last active August 29, 2015 14:23
all-supported-architectures.csv
x86
x86_64
powerpc
Autre
Je ne sais pas
@MaraScott
MaraScott / all-version-linux-debian.csv
Last active August 29, 2015 14:23
all-version-linux-debian.csv
centos_7
centos_6
centos_5
centos_4
centos_3
debian_8
debian_7
debian_6_0
debian_5_0
debian_4_0
apache_2_4
apache_2_3
apache_2_2
apache_2_0
apache_1_3
nginx_1_9
nginx_1_8
nginx_1_6
nginx_1_4
nginx_1_2