This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require([ | |
| // Application. | |
| "app", | |
| // Main Router. | |
| "router" | |
| ], | |
| function(app, Router) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@svijayakumar shiva]# pacman -R udev | |
| error: target not found: udev | |
| [root@svijayakumar shiva]# pacman -S udev | |
| warning: systemd-tools-188-2 is up to date -- reinstalling | |
| resolving dependencies... | |
| looking for inter-conflicts... | |
| Targets (1): systemd-tools-188-2 | |
| Total Installed Size: 3.34 MiB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [shiva@svijayakumar node]$ ./configure | |
| File "./configure", line 206 | |
| ''' | |
| ^ | |
| SyntaxError: invalid syntax |
NewerOlder