Skip to content

Instantly share code, notes, and snippets.

View antonshell's full-sized avatar

Anton Shelyganov antonshell

View GitHub Profile
@antonshell
antonshell / gist:2116fc751288023a88474524185495c3
Created October 3, 2017 07:42
Set notepad++ as commit info editor
git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
/* link no decor*/
.no-decor, .no-decor, .no-decor:visited, .no-decor:hover, .no-decor:focus, .no-decor:active{
color: inherit;
text-decoration: none;
}
/*--------------------------*/
SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = 'my_database' AND TABLE_NAME = 'my_table';
<?php
/**
* Created by PhpStorm.
* User: Antonshell
* Date: 31.08.2015
* Time: 14:40
*/
/**
* Class WixService
<?php
public function createContact(){
$data = [
"emails"=>[
"tag"=>"work",
"email"=>"karen_meep@wix.com",
"emailStatus"=>"recurring"
]