Skip to content

Instantly share code, notes, and snippets.

View farindra's full-sized avatar

Farindra farindra

View GitHub Profile
@farindra
farindra / alias.cmd
Created April 11, 2018 05:58 — forked from jatubio/alias.cmd
Alias to develop on Windows with Laravel
@echo off
:::: Commands ::::
:: DosKey ::
:: Creates a new alias
doskey dk=doskey $*
:: Lists current aliases
doskey dkm=doskey /macros
@farindra
farindra / index.php
Last active August 29, 2015 14:19
auto reload div by jquery from php
<html>
<head>
<title>auto reload div by jquery from php</title>
</head>
<body>
<center><strong><u>This is Realtime data : </u></strong></br>
<div id=content_div_id></div>
</center>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>