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
<rss version="2.0"> | |
<channel> | |
<title>DEVZONE :: HIGHLOAD DEV</title> | |
<link>http://devz.tk/rss/</link> | |
<description>DEVZONE RSS FEED</description> | |
<!-- THNG TO ADD --> | |
<!-- PubSubHubbub Discovery --> | |
<link rel="hub" href="http://devz.superfeedr.com/" xmlns="http://www.w3.org/2005/Atom" /> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<rss xmlns:digg="http://digg.com/docs/diggrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" xmlns:media="http://search.yahoo.com/mrss/" version="2.0"> | |
<channel> | |
<title> | |
digg.com: Stories | |
</title> | |
<language> | |
en-us | |
</language> | |
<description> |
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
<entry xmlns:geo="http://www.georss.org/georss" xmlns:as="http://activitystrea.ms/spec/1.0/" xmlns:sf="http://superfeedr.com/xmpp-pubsub-ext" xmlns="http://www.w3.org/2005/Atom" xml:lang="en-us"> | |
<id>http://digg.com/news/business/making_philanthropy_cool_thinking_about_facebook_s_100_million_donation_to_newark</id> | |
<published>2010-09-25T09:51:32+02:00</published> | |
<title>"Making Philanthropy Cool": Thinking About Facebook's $100 Million Donation to Newark</title> | |
<summary type="html">Should all gifts be treated as good, no matter their intent, their reason or their origin? Maybe, if the gifts are $100 million to fix public schools. | |
That’s certainly the reaction to Mark Zuckerberg’s announcement, set for today on Oprah, that he’ll be making an enormous donation to the Newark public school system. The timing is suspicious given the impending release of that damning film about Zuckerberg, everyone acknowledges. But then they point out that it shouldn’t matter. | |
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
<?xml version="1.0"?> | |
<?xml-stylesheet href="/css/rss20.xsl" type="text/xsl"?> | |
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:nyt="http://www.nytimes.com/namespaces/rss/2.0" version="2.0" xmlns:pheedo="http://www.pheedo.com/namespace/pheedo"> | |
<channel> | |
<title>NYT > Home Page</title> | |
<link>http://www.nytimes.com/pages/index.html?partner=rss&emc=rss</link> | |
<description/> | |
<language>en-us</language> | |
<copyright>Copyright 2010 The New York Times Company</copyright> | |
<lastBuildDate>Mon, 27 Sep 2010 16:22:08 GMT </lastBuildDate> |
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
"http://www.w3.org/TR/html4/loose.dtd"> | |
<html lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>Freed</title> | |
<!-- Javascript --> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script> | |
<script src="http://0.0.0.0:3000/socket.io/socket.io.js"></script> | |
</head> |
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
"http://www.w3.org/TR/html4/loose.dtd"> | |
<html lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>Freed</title> | |
<!-- Javascript --> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script> | |
<script src="http://0.0.0.0:3000/socket.io/socket.io.js"></script> | |
</head> |
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
var pub = __dirname + '/public'; | |
var express = require('express'), | |
io = require('socket.io'); | |
//---------------------------------------------- | |
// HTTP server | |
var http = express.createServer( | |
express.staticProvider(pub) | |
); |
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
# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or | |
# /usr/share/doc/ifupdown/examples for more information. | |
# The loopback network interface | |
auto lo | |
iface lo inet loopback | |
# The primary network interface | |
# Uncomment this and configure after the system has booted for the first time | |
auto eth0 | |
iface eth0 inet static |
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
# strace -c -ttTp 11077 | |
Process 11077 attached - interrupt to quit | |
^CProcess 11077 detached | |
% time seconds usecs/call calls errors syscall | |
------ ----------- ----------- --------- --------- ---------------- | |
98.22 3.198378 21181 151 clone | |
0.97 0.031679 3 11450 epoll_wait | |
0.22 0.007067 30 239 wait4 | |
0.13 0.004371 0 8897 writev | |
0.10 0.003387 0 17540 6361 read |
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
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
superparsr21 # cat /proc/cpuinfo | |
processor : 0 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 26 | |
model name : Intel(R) Xeon(R) CPU L5520 @ 2.27GHz | |
stepping : 5 | |
cpu MHz : 2266.746 |