面试题分析:我的Twitter技术面试失败了

面试题分析:我的Twitter技术面试失败了 http://blog.jobbole.com/50705/

Posted in Uncategorized | Leave a comment

test3

initialize : function( tabs, tabID )
    {
        this._eventPublishers = new actuate.util.HashMap();
        this._gadgetPublishers = new actuate.util.HashMap();
        this._gadgetMetadata = new actuate.util.HashMap();
        
        this._eventMap = new actuate.util.HashMap();
        
        this._tabs = tabs;
        this._tabID = tabID;
    },
Posted in Uncategorized | Leave a comment

   1:  initialize : function( tabs, tabID )
   2:      {
   3:          this._eventPublishers = new actuate.util.HashMap();
   4:          this._gadgetPublishers = new actuate.util.HashMap();
   5:          this._gadgetMetadata = new actuate.util.HashMap();
   6:          
   7:          this._eventMap = new actuate.util.HashMap();
   8:          
   9:          this._tabs = tabs;
  10:          this._tabID = tabID;
  11:      },

.csharpcode, .csharpcode pre
{
font-size: small;
color: black;
font-family: consolas, “Courier New”, courier, monospace;
background-color: #ffffff;
/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
background-color: #f4f4f4;
width: 100%;
margin: 0em;
}
.csharpcode .lnum { color: #606060; }

Posted in Uncategorized | Leave a comment

test2

initialize : function( tabs, tabID )
	{
		this._eventPublishers = new actuate.util.HashMap();
		this._gadgetPublishers = new actuate.util.HashMap();
		this._gadgetMetadata = new actuate.util.HashMap();
		
		this._eventMap = new actuate.util.HashMap();
		
		this._tabs = tabs;
		this._tabID = tabID;
	},
Posted in Uncategorized | Leave a comment

a test for code plugin

   1:  function()
   2:  {
   3:       return a+b;
   4:  }

.csharpcode, .csharpcode pre
{
font-size: small;
color: black;
font-family: consolas, “Courier New”, courier, monospace;
background-color: #ffffff;
/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
background-color: #f4f4f4;
width: 100%;
margin: 0em;
}
.csharpcode .lnum { color: #606060; }

Posted in Uncategorized | Leave a comment

acm input and output

http://www.cnblogs.com/chenqiangjsj/archive/2011/04/08/2009452.html

Posted in Uncategorized | Leave a comment

Strongly Connected Components – GeeksforGeeks | GeeksforGeeks

http://www.geeksforgeeks.org/strongly-connected-components/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Geeksforgeeks+%28GeeksforGeeks%29

Posted in Uncategorized | Leave a comment

how to build for archiving of burt mobile

ios build

From Evernote:

how to build for archiving of burt mobile

1. choose the product

Image

2. build for archiving

Image

notice, it is ‘Build For’ –> ‘Archiving’ , not ‘Archive’

3. go to the build folder

Image

open ‘Preference’

4. open ‘Location’ tab

Image

5. then find the ‘BirtMobile’ , compress it.

Image

Posted in Uncategorized | Leave a comment

Eli Bendersky’s website » Visualizing binary trees with Graphviz

http://eli.thegreenplace.net/2009/11/23/visualizing-binary-trees-with-graphviz/

Posted in Uncategorized | Leave a comment

Forever For Now – UML Diagrams Using Graphviz Dot

http://www.ffnn.nl/pages/articles/media/uml-diagrams-using-graphviz-dot.php

Posted in Uncategorized | Leave a comment