Skip to content

Instantly share code, notes, and snippets.

View pooran's full-sized avatar
💭
Busy hacking life and 1Page

Pooran Prasad Rajanna pooran

💭
Busy hacking life and 1Page
View GitHub Profile
REM 1. Download nircmd from here http://www.nirsoft.net/utils/nircmd.html
REM 2. Unzip to a folder
REM 3. Copy paste this script to a bat file
REM 4. Double click this script, it will move mouse evert 60 seconds, so your monitor wont be locked :)
set PATH=<Path to folder which has nircmd>;%PATH%
for /l %%x in (1, 1, 1000000000) do ( nircmd movecursor 500 500 & echo %%x & timeout 60 & nircmd setcursor %%x %%x & timeout 60 )
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<title>Bootstrap >= 2.0.3</title>
@tfausak
tfausak / bootstrap.html
Created October 6, 2012 15:26
Shows Twitter Bootstrap's native support for uncollapsible dropdowns in versions >= 2.0.3.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<title>Bootstrap >= 2.0.3</title>
@mokagio
mokagio / sticky.css
Created February 26, 2012 20:53
Twitter Bootstrap + Sticky Footer + Fixed Nav Bar
html, body, .container, .content {
height: 100%;
}
.container, .content {
position: relative;
}
.proper-content {
padding-top: 40px; /* >= navbar height */