Skip to content

Instantly share code, notes, and snippets.

View kapilgarg1996's full-sized avatar

kapil garg kapilgarg1996

View GitHub Profile
@kapilgarg1996
kapilgarg1996 / index.html
Created March 22, 2015 14:46
jQuery Mobile issue template // source http://jsbin.com/yematejiru
<!DOCTYPE html>
<html>
<head>
<title>jQuery Mobile issue template</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/git/jquery.mobile-git.css">
<script src="http://code.jquery.com/jquery-1.11.1.js"></script>
<script src="http://code.jquery.com/mobile/git/jquery.mobile-git.js"></script>
<script>
problem fixed with this solution.
git clone http://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make
sudo make install
@kapilgarg1996
kapilgarg1996 / vimrc
Created August 19, 2020 08:19
vimrc for python javascript with ctrlp and youcompleteme
function! BuildYCM(info)
" info is a dictionary with 3 fields
" - name: name of the plugin
" - status: 'installed', 'updated', or 'unchanged'
" - force: set on PlugInstall! or PlugUpdate!
if a:info.status == 'installed' || a:info.force
! ./install.py --all
endif
endfunction