I hereby claim:
- I am sakthivelchinnannan on github.
- I am sakthic (https://keybase.io/sakthic) on keybase.
- I have a public key ASBUfy4kWO0RsZem9VbaZxxuCNS4oniN-C7VVq_0RQ9jfAo
To claim this, I am signing this object:
# A traffic light | |
Powered | |
power failed -> Unpowered | |
Green* | |
tick -> Yellow | |
Yellow | |
tick -> Red |
Search Bar* | |
Inactive* | |
focused -> Active | |
Active | |
canceled -> Inactive | |
typed -> Text Entry | |
Empty* |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env zsh | |
# This script prints a bell character when a command finishes | |
# if it has been running for longer than $zbell_duration seconds. | |
# If there are programs that you know run long that you don't | |
# want to bell after, then add them to $zbell_ignore. | |
# | |
# This script uses only zsh builtins so its fast, there's no needless | |
# forking, and its only dependency is zsh and its standard modules | |
# |
doskey subl="C:\Program Files\Sublime Text 2\sublime_text.exe" $* | |
doskey ls=ls $1 --color | |
doskey ll=ls -la --color | |
doskey sbl = sublime $* | |
doskey sshs = ssh [email protected] | |
doskey oocd = openocd-x64-0.6.1 -f .\stm32f4discovery.cfg | |
doskey oocd7 = openocd-x64-0.7.0 -f .\stm32f4discovery.cfg | |
doskey sshkey = type C:\Users\dcrystalj\.ssh\id_rsa.pub | clip & echo "ssh key in clipboard" | |
:: Git |
function validate() | |
{ | |
//alert("Hello"); | |
if(document.aspnetForm.prd.options[document.aspnetForm.prd.selectedIndex].value=="Select") | |
{ | |
alert("Please select Product") | |
return false; | |
} | |
if(trim(document.aspnetForm.name.value)=="") |