I hereby claim:
- I am seekshiva on github.
- I am seekshiva (https://keybase.io/seekshiva) on keybase.
- I have a public key whose fingerprint is 0426 26F7 FA6D 0C3D 3CDE CBD2 BD21 1FB2 AFAD A29A
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9QttdcXL5pFtVc0VlhDVYui26Ydjy3M7RCT1RoXCcudFfVW6OnbDlK3YZlW3WQrcSyoNVmMn5c/YB5H+ZrdsENUJEC6jcbEPIPKxNTHwpF91JM/FtBHhUxOI2fL04S/dIMLYLLJay5798w1oRc9IFr0/aEfR3hgr1b0YOTBOvusQbMq9oI+XtiGwYvRPom4kbkn4XI14wH7jMDVeoNz1iwsYnjh3fDL0CXOm75w7LURSalcAb2CoB2HFEa349zX1Dp5vbAX/d2XOVTu40JTsd7YHyl6vx0GuuYDdtVYPmNRK+/h4wiPzekCSMUuplT+lUNwu/6iLdBT3SxXIYAIZ/ [email protected] |
jQuery -> | |
class DepartmentsView extends Backbone.View | |
el: "#content" | |
template: Handlebars.compile($("#departments-template").html()) | |
initialize: -> | |
@app = window.app ? {} | |
@departments = new @app.DepartmentsCollection() | |
@departments.bind "reset", @render, @ | |
@departments.fetch() |
require([ | |
// Application. | |
"app", | |
// Main Router. | |
"router" | |
], | |
function(app, Router) { |
upstream thin { | |
server unix:/tmp/thin.0.sock; | |
server unix:/tmp/thin.1.sock; | |
server unix:/tmp/thin.2.sock; | |
} | |
server { | |
listen 80; | |
location /status.html { |
[seek@delta 12]$ dig +trace games.festember.com | |
; <<>> DiG 9.8.1-P1-RedHat-9.8.1-4.P1.fc16 <<>> +trace games.festember.com | |
;; global options: +cmd | |
. 3600 IN NS k.root-servers.net. | |
. 3600 IN NS j.root-servers.net. | |
. 3600 IN NS i.root-servers.net. | |
. 3600 IN NS h.root-servers.net. | |
. 3600 IN NS g.root-servers.net. | |
. 3600 IN NS f.root-servers.net. |
removed `drive_c/windows/profiles/jaggi/My Documents/.wine/drive_c/windows/profiles/jaggi/My Documents/.wine/drive_c/windows/profiles/jaggi/My Documents/.wine/drive_c/windows/profiles/jaggi/My Documents/.wine/drive_c/windows/profiles/jaggi/My Documents/.wine/drive_c/windows/profiles/jaggi/My Documents/.wine/drive_c/windows/profiles/jaggi/My Documents/.wine/drive_c/windows/profiles/jaggi/My Documents/.wine/drive_c/windows/profiles/jaggi/My Documents/.wine/drive_c/windows/profiles/jaggi/My Documents/.wine/drive_c/windows/profiles/jaggi/My Documents/.wine/drive_c/windows/profiles/jaggi/My Documents/.wine/drive_c/windows/profiles/jaggi/My Documents/.wine/drive_c/windows/profiles/jaggi/My Documents/.wine/drive_c/windows/profiles/jaggi/My Documents/.wine/drive_c/windows/profiles/jaggi/My Documents/.wine/drive_c/windows/profiles/jaggi/My Documents/.wine/drive_c/windows/profiles/jaggi/My Documents/.wine/drive_c/windows/profiles/jaggi/My Documents/.wine/dosdevices/z:/usr/share/icons/gnome/16x16/emblems/emblem-nowrite. |
#include<stdio.h> | |
#include<stdlib.h> | |
#include<ctype.h> | |
int power (int m,int i) | |
{ | |
int j,sum=1; | |
if(i==0) | |
return 1; | |
else if(i==1) |
[root@svijayakumar shiva]# pacman -Su | |
:: Starting full system upgrade... | |
resolving dependencies... | |
looking for inter-conflicts... | |
Targets (1): glibc-2.16.0-3 | |
Total Installed Size: 37.62 MiB | |
Net Upgrade Size: 0.03 MiB |
[root@svijayakumar shiva]# find /lib -exec pacman -Qo -- {} + | |
error: cannot determine ownership of directory '/lib' | |
/lib/libresolv.so.2 is owned by glibc 2.16.0-1 | |
/lib/libnss_compat.so.2 is owned by glibc 2.16.0-1 | |
/lib/ld-2.16.so is owned by glibc 2.16.0-1 | |
/lib/libanl-2.16.so is owned by glibc 2.16.0-1 | |
/lib/libpthread.so.0 is owned by glibc 2.16.0-1 | |
/lib/libcrypt-2.16.so is owned by glibc 2.16.0-1 | |
/lib/librt-2.16.so is owned by glibc 2.16.0-1 | |
/lib/libnss_hesiod.so.2 is owned by glibc 2.16.0-1 |