Skip to content

Instantly share code, notes, and snippets.

{"ads_adapter": "admob",
"tapdaq_app_id": "",
"tapdaq_client_key": "",
"tapdaq_banner_ad_id": "default",
"tapdaq_interstitial_video_ad_id": "default",
"admob_banner_ad_id": "ca-app-pub-3940256099942544/6300978111",
"admob_interstitial_video_ad_id": "ca-app-pub-3940256099942544/8691691433",
"mopub_banner_ad_id": "",
"mopub_interstitial_video_ad_id": "",
"caller_id": "MED HAD"
@mednix
mednix / gist:e0f2df5a7feacbb0aa55
Created September 11, 2014 17:25
Login throttling message
There have been several failed attempts to sign in from this account or IP address. Please wait a while and try again later.
@mednix
mednix / safaribooksonline.txt
Created August 28, 2014 10:32
Safari free trial
http://srv.carbonads.net/ads/click/x/GTND423EF67D423MCWY4YKQWCTAI6KQNCAYI6Z3JCEYDLKJECWBDPKJKC6BDT5QLC6SDVK3EHJNCLSIZ?segment=placement:bootsnippcom
@mednix
mednix / button-outline.css
Created August 28, 2014 08:15
Button Outline in css3
.button-outline {
-webkit-font-smoothing: antialiased;
display: inline-block;
vertical-align: middle;
zoom: 1;
color: #fff;
padding: 12px 31px;
border: 2px solid #fff;
border-radius: 4px;
font-size: 16px;
.button {
-webkit-font-smoothing: antialiased;
display: inline-block;
vertical-align: middle;
zoom: 1;
padding: 13px 32px;
font-weight: 400;
font-size: 17px;
color: #fff !important;
text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;

PHPUnit API reference

  • version 3.6

Sublime Text 2 – Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.

Editing

Ctrl+C copy current line (if no selection)
Ctrl+X cut current line (if no selection)
Ctrl+⇧+K delete line
Ctrl+↩ insert line after
h1. Sublime Text 2 - Useful Shortcuts (PC)
Loosely ordered with the commands I use most towards the top. Sublime also offer "full documentation":http://www.sublimetext.com/docs/2/.
h2. Editing
| *Ctrl+C* | copy current line (if no selection) |
| *Ctrl+X* | cut current line (if no selection) |
| *Ctrl+⇧+K*| delete line |
| *Ctrl+↩* | insert line after |