Skip to content

Instantly share code, notes, and snippets.

@Rakesh-webdeveloper
Rakesh-webdeveloper / xdebug_php.ini
Created January 9, 2018 11:01 — forked from birchestx/xdebug_php.ini
xdebug settings in php.ini
[xdebug]
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
@Rakesh-webdeveloper
Rakesh-webdeveloper / google_map.html
Last active January 9, 2018 07:45 — forked from knownasilya/index.html
Google Maps Advanced Drawing
<!DOCTYPE html>
<html>
<!-- example link http://bl.ocks.org/knownasilya/89a32e572989f0aff1f8 -->
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="UTF-8">
<title>Drawing Tools</title>
<script type="text/javascript"
src="http://maps.google.com/maps/api/js?sensor=false&libraries=drawing"></script>
<style type="text/css">