sandbox-2

JSON

rev 33  |  werk  |  1323940116000  |  JSON

rev 32
rev 33
47==========================================47==========================================
4848
t49.. code-block:: pythot49.. code-block:: python
5050
51 class Bread( object ):51 class Bread( object ):
rev 32  |  werk  |  1323940094000  |  JSON

rev 31
rev 32
47==========================================47==========================================
4848
t49.. code-block:: pythont49.. code-block:: pytho
5050
51 class Bread( object ):51 class Bread( object ):
rev 31  |  foxhop  |  1312677108000  |  JSON

rev 30
rev 31
187187
188188
t189gist-heistt
190==============
191 
192asdf
rev 30  |  foxhop  |  1312677027000  |  JSON

rev 29
rev 30
185185
186like it ?186like it ?
tt187 
188 
189gist-heist
190==============
191 
192asdf
rev 29  |  foxhop  |  1309297817000  |  JSON

rev 28
rev 29
9494
95 ['foxhop.net', 'os', 'linux', 'ubuntu']95 ['foxhop.net', 'os', 'linux', 'ubuntu']
t96 ['<a href="http://foxhop.net/">foxhop.net</a>', '<a href="http://foxhop.net/os/t96 
>">os</a>', '<a href="http://foxhop.net/os/linux/">linux</a>', '<a href="http://f 
>oxhop.net/os/linux/ubuntu/">ubuntu</a>'] 
97 ['<a href="http://foxhop.net/">foxhop.net</a>', '<a href="http://foxhop.net/os/
 >">os</a>', 
98 '<a href="http://foxhop.net/os/linux/">linux</a>', '<a href="http://foxhop.net/
 >os/linux/ubuntu/">ubuntu</a>']
9799
98 100 
rev 28  |  foxhop  |  1309297712000  |  JSON

rev 27
rev 28
54    ----------------------------------------54    ----------------------------------------
55    >>> from bread import Bread55    >>> from bread import Bread
n56    >>> bread = Bread("http://foxhop.net/os/linux/ubuntu")n56    >>> bread = Bread("http://www.foxhop.net/samsung/HL-T5087SA/red-LED-failure"
 >)
57    >>> print bread.crumbs57    >>> print bread.crumbs
n58    >>> print bread.links()n58    >>> print bread.links
59    59    
60    """60    """
n61    def __init__( self, url ):n61    def __init__( self, url=None ):
62        if url: self.url = url # invoke url.setter
63        else: self._url = url  # set _url to none
64 
65    @property
66    def url( self ):
67        return self._url
68 
69    @url.setter
70    def url( self, url ):
71        if url.startswith( 'http://' ): url = url[ 7: ] # remove http:// if exis
 >ts
72        if url.startswith( 'https://' ): url = url[ 8: ] # remove https:// if ex
 >ists
73 
62        self.url = url.strip('http://') 74        self._url = url.rstrip('/')
63        self.crumbs = self.url.split('/')75        self.crumbs = self._url.split('/')
64        76        
nn77    @property
65    def links( self ):78    def links( self ):
n66        self.list = []n79        links = []
67        count = 080        count = 0
68        for crumb in self.crumbs:81        for crumb in self.crumbs:
71                string = string + self.crumbs[c] + '/'84                string = string + self.crumbs[c] + '/'
72            count += 185            count += 1
nn86            string = string.rstrip('/')
73            self.list.append('<a href="http://' + string + '">' + crumb + '</a>'87            links.append('<a href="http://' + string + '">' + crumb + '</a>')
>) 
74            88            
t75        return self.listt89        return links
7690
77**EXAMPLE OUTPUT**91**EXAMPLE OUTPUT**
rev 27  |  foxhop  |  1309296523000  |  JSON

rev 26
rev 27
f1This is another sandbox for new users to test functionalityf1This is another sandbox for new users to test functionality
2======================================================================2======================================================================
nn3 
4Mako template for city index
35
4.. code-block:: mako6.. code-block:: mako
14 <% letters = 'abcdefghijklmnopqrstuvwxyz'%>16 <% letters = 'abcdefghijklmnopqrstuvwxyz'%>
1517
n16 <div style="text-align: center font-weight: bold color: #888888" id="index">n18 <div id="index">
17 % for letter in letters:19 % for letter in letters:
18    % if cities[letter]:20    % if cities[letter]:
n19        <a href="#${letter}">${letter.upper()}</a> n21        <a href="#${letter}">${letter.upper()}</a>
20    % else:22    % else:
21        ${letter.upper()}23        ${letter.upper()}
26 % for letter in letters:28 % for letter in letters:
27    % if cities[letter]: 29    % if cities[letter]: 
n28        <a href="#index" id="${letter}" style="padding-left: 35px font-size: 1.5n30        <a href="#index" id="${letter}" class="letter-link">${letter.upper()}</a
>em">${letter.upper()}</a>>>
29        <ul>31        <ul>
30        % for city in cities[letter]: 32        % for city in cities[letter]: 
3739
38 </div>40 </div>
tt41 
42 
43 
3944
4045
rev 26  |  foxhop  |  1309296205000  |  JSON

rev 25
rev 26
2======================================================================2======================================================================
33
n4.. image:: http://www.foxhop.net/attachment/yohdah.pngn4.. code-block:: mako
55
n6"That dress looks wonderful on you," I said as she looked at herself in the mirrn6 <%inherit file="base.mako" />
>or, turning prettily. She was wearing a slinky form-fitting black dress. It was  
>one piece, coming down only to mid-thigh, with an elaborate sleeve and collar ar 
>rangement that showed off intriguing glimpses of shoulder. It just vaguely sugge 
>sted that her neck was bound. The one-piece little black dress was a new look fo 
>r her, and it made her nervous. 
77
n8.. pull-quote:: n8 <div class="grid="15">
99
n10 "I could never wear this," she pouted. "I'm still too self-conscious about my tn10 <em> There are ${count} cities in ${state['name'].title()} to browse:</em>
>ummy."  
1111
n12She kept turning sideways and checking to see if she had sprouted an extra stoman12 <br />
>ch recently. 
1313
n14"You don't have a tummy. You look wonderful." She did look wonderful. She has a n14 <% letters = 'abcdefghijklmnopqrstuvwxyz'%>
>hot body that you can break bricks on, and everyone thinks so except her. She st 
>ill sees herself forty pounds ago. 
1515
n16"I have a belt that would look great with that, back in a sec," the sales girl sn16 <div style="text-align: center font-weight: bold color: #888888" id="index">
>aid, dashing off to the accessories rack. She came back with an elegant chrome b 
>elt made of large metal rings strung together with short lengths of chain. She c 
>ouldn't possibly have known how appropriate that choice was. 
17 % for letter in letters:
18    % if cities[letter]:
19        <a href="#${letter}">${letter.upper()}</a> 
20    % else:
21        ${letter.upper()}
22    % endif
23 % endfor
24 </div>
1725
t18.. image:: http://russell.ballestrini.net/wp-content/uploads/2011/04/onion.pngt26 % for letter in letters:
27    % if cities[letter]: 
28        <a href="#index" id="${letter}" style="padding-left: 35px font-size: 1.5
 >em">${letter.upper()}</a>
29        <ul>
30        % for city in cities[letter]: 
31            <% city = city.lower() %>
32           <li><a href="/${state['short'].lower()}/${city.replace(' ','-')}">${c
 >ity.title()}</a></li>
33        % endfor
34        </ul>
35    % endif
36 % endfor
37 
38 </div>
39 
1940
20breadcrumb algorithm41breadcrumb algorithm
rev 25  |  foxhop  |  1307230453000  |  JSON

rev 24
rev 25
f1This is another sandbox for new users to test functionalityf1This is another sandbox for new users to test functionality
2======================================================================2======================================================================
tt3 
4.. image:: http://www.foxhop.net/attachment/yohdah.png
35
4"That dress looks wonderful on you," I said as she looked at herself in the mirr6"That dress looks wonderful on you," I said as she looked at herself in the mirr
>or, turning prettily. She was wearing a slinky form-fitting black dress. It was >or, turning prettily. She was wearing a slinky form-fitting black dress. It was 
>one piece, coming down only to mid-thigh, with an elaborate sleeve and collar ar>one piece, coming down only to mid-thigh, with an elaborate sleeve and collar ar
>rangement that showed off intriguing glimpses of shoulder. It just vaguely sugge>rangement that showed off intriguing glimpses of shoulder. It just vaguely sugge
>sted that her neck was bound. The one-piece little black dress was a new look fo>sted that her neck was bound. The one-piece little black dress was a new look fo
>r her, and it made her nervous.>r her, and it made her nervous.
rev 24  |  pasdavoine  |  1306907612000  |  JSON

rev 23
rev 24
139139
140tload140tload
tt141 
142like it ?
rev 23  |  foxhop  |  1303577944000  |  JSON

rev 22
rev 23
14"I have a belt that would look great with that, back in a sec," the sales girl s14"I have a belt that would look great with that, back in a sec," the sales girl s
>aid, dashing off to the accessories rack. She came back with an elegant chrome b>aid, dashing off to the accessories rack. She came back with an elegant chrome b
>elt made of large metal rings strung together with short lengths of chain. She c>elt made of large metal rings strung together with short lengths of chain. She c
>ouldn't possibly have known how appropriate that choice was.>ouldn't possibly have known how appropriate that choice was.
1515
t16.. image:: http://russell.ballestrini.net/wp-content/uploads/2011/04/onion.pngt16.. image:: http://russell.ballestrini.net/wp-content/uploads/2011/04/onion.png
1717
18breadcrumb algorithm18breadcrumb algorithm
rev 22  |  foxhop  |  1303577813000  |  JSON

rev 21
rev 22
14"I have a belt that would look great with that, back in a sec," the sales girl s14"I have a belt that would look great with that, back in a sec," the sales girl s
>aid, dashing off to the accessories rack. She came back with an elegant chrome b>aid, dashing off to the accessories rack. She came back with an elegant chrome b
>elt made of large metal rings strung together with short lengths of chain. She c>elt made of large metal rings strung together with short lengths of chain. She c
>ouldn't possibly have known how appropriate that choice was.>ouldn't possibly have known how appropriate that choice was.
1515
t16.. image:: http://russell.ballestrini.net/wp-content/uploads/2011/04/onion.pngt16.. image:: http://russell.ballestrini.net/wp-content/uploads/2011/04/onion.png
1717
18breadcrumb algorithm18breadcrumb algorithm
rev 21  |  foxhop  |  1303577727000  |  JSON

rev 20
rev 21
14"I have a belt that would look great with that, back in a sec," the sales girl s14"I have a belt that would look great with that, back in a sec," the sales girl s
>aid, dashing off to the accessories rack. She came back with an elegant chrome b>aid, dashing off to the accessories rack. She came back with an elegant chrome b
>elt made of large metal rings strung together with short lengths of chain. She c>elt made of large metal rings strung together with short lengths of chain. She c
>ouldn't possibly have known how appropriate that choice was.>ouldn't possibly have known how appropriate that choice was.
1515
tt16.. image:: http://russell.ballestrini.net/wp-content/uploads/2011/04/onion.png
1617
17breadcrumb algorithm18breadcrumb algorithm
rev 20  |  foxhop  |  1302199857000  |  JSON

rev 19
rev 20
t No Differences Found t No Differences Found 
rev 19  |  foxhop  |  1302195543000  |  JSON

rev 18
rev 19
135ps -ef135ps -ef
136136
tt137w
138 
139tload
rev 18  |  foxhop  |  1302195466000  |  JSON

rev 17
rev 18
122122
123123
nn124Some linux commands for server monitoring
125================================================
124126
tt127http://www.shanghaiwebhosting.com/web-hosting-tips/a-few-useful-linux-ssh-comman
 >ds-to-show-and-monitor-server-resources-memory-disk-usage
128 
129uptime
130 
131df
132 
133free or free -m
134 
135ps -ef
136 
rev 17  |  foxhop  |  1290646016000  |  JSON

rev 16
rev 17
t1 http://www.allcarinsurancequotes.net/ cheap auto insurance dmneih http://www.cht1This is another sandbox for new users to test functionality
>eapautosinsurance.net/ insurance auto auctions 931114  
2======================================================================
3 
4"That dress looks wonderful on you," I said as she looked at herself in the mirr
 >or, turning prettily. She was wearing a slinky form-fitting black dress. It was 
 >one piece, coming down only to mid-thigh, with an elaborate sleeve and collar ar
 >rangement that showed off intriguing glimpses of shoulder. It just vaguely sugge
 >sted that her neck was bound. The one-piece little black dress was a new look fo
 >r her, and it made her nervous.
5 
6.. pull-quote:: 
7 
8 "I could never wear this," she pouted. "I'm still too self-conscious about my t
 >ummy." 
9 
10She kept turning sideways and checking to see if she had sprouted an extra stoma
 >ch recently.
11 
12"You don't have a tummy. You look wonderful." She did look wonderful. She has a 
 >hot body that you can break bricks on, and everyone thinks so except her. She st
 >ill sees herself forty pounds ago.
13 
14"I have a belt that would look great with that, back in a sec," the sales girl s
 >aid, dashing off to the accessories rack. She came back with an elegant chrome b
 >elt made of large metal rings strung together with short lengths of chain. She c
 >ouldn't possibly have known how appropriate that choice was.
15 
16 
17breadcrumb algorithm
18==========================================
19 
20.. code-block:: python
21 
22 class Bread( object ):
23    """
24    Create a list of URL parts or crumbs
25    ----------------------------------------
26    >>> from bread import Bread
27    >>> bread = Bread("http://foxhop.net/os/linux/ubuntu")
28    >>> print bread.crumbs
29    >>> print bread.links()
30    
31    """
32    def __init__( self, url ):
33        self.url = url.strip('http://') 
34        self.crumbs = self.url.split('/')
35        
36    def links( self ):
37        self.list = []
38        count = 0
39        for crumb in self.crumbs:
40            string = ""
41            for c in range( count + 1 ):
42                string = string + self.crumbs[c] + '/'
43            count += 1
44            self.list.append('<a href="http://' + string + '">' + crumb + '</a>'
 >)
45            
46        return self.list
47 
48**EXAMPLE OUTPUT**
49 
50.. code-block:: python
51 
52 ['foxhop.net', 'os', 'linux', 'ubuntu']
53 ['<a href="http://foxhop.net/">foxhop.net</a>', '<a href="http://foxhop.net/os/
 >">os</a>', '<a href="http://foxhop.net/os/linux/">linux</a>', '<a href="http://f
 >oxhop.net/os/linux/ubuntu/">ubuntu</a>']
54 
55 
56 
57Game DB Schema
58================
59 
60.. code-block:: sql
61 
62 CREATE TABLE game (
63        id VARCHAR(16) NOT NULL, 
64        user1_id VARCHAR(16), 
65        user2_id VARCHAR(16), 
66        token CHAR(1), 
67        turn_id VARCHAR(16), 
68        winner_id VARCHAR(16), 
69        createdate DATETIME, 
70        modifydate DATETIME, 
71        board BLOB NOT NULL, 
72        PRIMARY KEY (id), 
73        FOREIGN KEY(user1_id) REFERENCES user (id), 
74        FOREIGN KEY(user2_id) REFERENCES user (id), 
75        FOREIGN KEY(turn_id) REFERENCES user (id), 
76        FOREIGN KEY(winner_id) REFERENCES user (id)
77 )
78 
79 CREATE TABLE user (
80        id VARCHAR(16) NOT NULL, 
81        name VARCHAR(32), 
82        email VARCHAR(32), 
83        PRIMARY KEY (id)
84 )
85 
86 
87 
88Game DB Schema2
89================
90 
91.. code-block:: sql
92 
93 CREATE TABLE game (
94        id VARCHAR(16) NOT NULL, 
95        token CHAR(1), 
96        turn_id VARCHAR(16), 
97        winner_id VARCHAR(16), 
98        createdate DATETIME, 
99        modifydate DATETIME, 
100        board BLOB NOT NULL, 
101        PRIMARY KEY (id), 
102        FOREIGN KEY(turn_id) REFERENCES user (id), 
103        FOREIGN KEY(winner_id) REFERENCES user (id)
104 )
105 
106 CREATE TABLE user (
107        id VARCHAR(16) NOT NULL, 
108        name VARCHAR(32), 
109        email VARCHAR(32), 
110        PRIMARY KEY (id)
111 )
112 
113 CREATE TABLE usergame(
114        id VARCHAR(16) NOT NULL, 
115        user_id VARCHAR(16), 
116        game_id VARCHAR(16), 
117        PRIMARY KEY (id)
118        FOREIGN KEY(user_id) REFERENCES user (id), 
119        FOREIGN KEY(game_id) REFERENCES game (id), 
120 )
121 
122 
123 
124 
rev 16  |  unknown  |  1290644736000  |  JSON

rev 15
rev 16
t No Differences Found t No Differences Found 
rev 15  |  unknown  |  1290644729000  |  JSON

rev 14
rev 15
t1 http://www.viagra-advice.com/ cheap viagra 994 http://www.protectoraceuta.com/vt1 http://www.allcarinsurancequotes.net/ cheap auto insurance dmneih http://www.ch
>alium.html valium online dvkapz http://www.protectoraceuta.com/xanax.html xanax >eapautosinsurance.net/ insurance auto auctions 931114 
>:-[[[  
rev 14  |  unknown  |  1290639588000  |  JSON

rev 13
rev 14
t No Differences Found t No Differences Found 
rev 13  |  unknown  |  1290639587000  |  JSON

rev 12
rev 13
t1This is another sandbox for new users to test functionalityt1 http://www.viagra-advice.com/ cheap viagra 994 http://www.protectoraceuta.com/v
 >alium.html valium online dvkapz http://www.protectoraceuta.com/xanax.html xanax 
 >:-[[[ 
2======================================================================
3 
4"That dress looks wonderful on you," I said as she looked at herself in the mirr
>or, turning prettily. She was wearing a slinky form-fitting black dress. It was  
>one piece, coming down only to mid-thigh, with an elaborate sleeve and collar ar 
>rangement that showed off intriguing glimpses of shoulder. It just vaguely sugge 
>sted that her neck was bound. The one-piece little black dress was a new look fo 
>r her, and it made her nervous. 
5 
6.. pull-quote:: 
7 
8 "I could never wear this," she pouted. "I'm still too self-conscious about my t
>ummy."  
9 
10She kept turning sideways and checking to see if she had sprouted an extra stoma
>ch recently. 
11 
12"You don't have a tummy. You look wonderful." She did look wonderful. She has a 
>hot body that you can break bricks on, and everyone thinks so except her. She st 
>ill sees herself forty pounds ago. 
13 
14"I have a belt that would look great with that, back in a sec," the sales girl s
>aid, dashing off to the accessories rack. She came back with an elegant chrome b 
>elt made of large metal rings strung together with short lengths of chain. She c 
>ouldn't possibly have known how appropriate that choice was. 
15 
16 
17breadcrumb algorithm
18==========================================
19 
20.. code-block:: python
21 
22 class Bread( object ):
23    """
24    Create a list of URL parts or crumbs
25    ----------------------------------------
26    >>> from bread import Bread
27    >>> bread = Bread("http://foxhop.net/os/linux/ubuntu")
28    >>> print bread.crumbs
29    >>> print bread.links()
30    
31    """
32    def __init__( self, url ):
33        self.url = url.strip('http://') 
34        self.crumbs = self.url.split('/')
35        
36    def links( self ):
37        self.list = []
38        count = 0
39        for crumb in self.crumbs:
40            string = ""
41            for c in range( count + 1 ):
42                string = string + self.crumbs[c] + '/'
43            count += 1
44            self.list.append('<a href="http://' + string + '">' + crumb + '</a>'
>) 
45            
46        return self.list
47 
48**EXAMPLE OUTPUT**
49 
50.. code-block:: python
51 
52 ['foxhop.net', 'os', 'linux', 'ubuntu']
53 ['<a href="http://foxhop.net/">foxhop.net</a>', '<a href="http://foxhop.net/os/
>">os</a>', '<a href="http://foxhop.net/os/linux/">linux</a>', '<a href="http://f 
>oxhop.net/os/linux/ubuntu/">ubuntu</a>'] 
54 
55 
56 
57Game DB Schema
58================
59 
60.. code-block:: sql
61 
62 CREATE TABLE game (
63        id VARCHAR(16) NOT NULL, 
64        user1_id VARCHAR(16), 
65        user2_id VARCHAR(16), 
66        token CHAR(1), 
67        turn_id VARCHAR(16), 
68        winner_id VARCHAR(16), 
69        createdate DATETIME, 
70        modifydate DATETIME, 
71        board BLOB NOT NULL, 
72        PRIMARY KEY (id), 
73        FOREIGN KEY(user1_id) REFERENCES user (id), 
74        FOREIGN KEY(user2_id) REFERENCES user (id), 
75        FOREIGN KEY(turn_id) REFERENCES user (id), 
76        FOREIGN KEY(winner_id) REFERENCES user (id)
77 )
78 
79 CREATE TABLE user (
80        id VARCHAR(16) NOT NULL, 
81        name VARCHAR(32), 
82        email VARCHAR(32), 
83        PRIMARY KEY (id)
84 )
85 
86 
87 
88Game DB Schema2
89================
90 
91.. code-block:: sql
92 
93 CREATE TABLE game (
94        id VARCHAR(16) NOT NULL, 
95        token CHAR(1), 
96        turn_id VARCHAR(16), 
97        winner_id VARCHAR(16), 
98        createdate DATETIME, 
99        modifydate DATETIME, 
100        board BLOB NOT NULL, 
101        PRIMARY KEY (id), 
102        FOREIGN KEY(turn_id) REFERENCES user (id), 
103        FOREIGN KEY(winner_id) REFERENCES user (id)
104 )
105 
106 CREATE TABLE user (
107        id VARCHAR(16) NOT NULL, 
108        name VARCHAR(32), 
109        email VARCHAR(32), 
110        PRIMARY KEY (id)
111 )
112 
113 CREATE TABLE usergame(
114        id VARCHAR(16) NOT NULL, 
115        user_id VARCHAR(16), 
116        game_id VARCHAR(16), 
117        PRIMARY KEY (id)
118        FOREIGN KEY(user_id) REFERENCES user (id), 
119        FOREIGN KEY(game_id) REFERENCES game (id), 
120 )
121 
122 
123 
124 
rev 12  |  foxhop  |  1290262631000  |  JSON

rev 11
rev 12
8686
8787
tt88Game DB Schema2
89================
90 
91.. code-block:: sql
92 
93 CREATE TABLE game (
94        id VARCHAR(16) NOT NULL, 
95        token CHAR(1), 
96        turn_id VARCHAR(16), 
97        winner_id VARCHAR(16), 
98        createdate DATETIME, 
99        modifydate DATETIME, 
100        board BLOB NOT NULL, 
101        PRIMARY KEY (id), 
102        FOREIGN KEY(turn_id) REFERENCES user (id), 
103        FOREIGN KEY(winner_id) REFERENCES user (id)
104 )
105 
106 CREATE TABLE user (
107        id VARCHAR(16) NOT NULL, 
108        name VARCHAR(32), 
109        email VARCHAR(32), 
110        PRIMARY KEY (id)
111 )
112 
113 CREATE TABLE usergame(
114        id VARCHAR(16) NOT NULL, 
115        user_id VARCHAR(16), 
116        game_id VARCHAR(16), 
117        PRIMARY KEY (id)
118        FOREIGN KEY(user_id) REFERENCES user (id), 
119        FOREIGN KEY(game_id) REFERENCES game (id), 
120 )
121 
122 
123 
124 
rev 11  |  foxhop  |  1290259585000  |  JSON

rev 10
rev 11
55 55 
5656
tt57Game DB Schema
58================
59 
60.. code-block:: sql
61 
62 CREATE TABLE game (
63        id VARCHAR(16) NOT NULL, 
64        user1_id VARCHAR(16), 
65        user2_id VARCHAR(16), 
66        token CHAR(1), 
67        turn_id VARCHAR(16), 
68        winner_id VARCHAR(16), 
69        createdate DATETIME, 
70        modifydate DATETIME, 
71        board BLOB NOT NULL, 
72        PRIMARY KEY (id), 
73        FOREIGN KEY(user1_id) REFERENCES user (id), 
74        FOREIGN KEY(user2_id) REFERENCES user (id), 
75        FOREIGN KEY(turn_id) REFERENCES user (id), 
76        FOREIGN KEY(winner_id) REFERENCES user (id)
77 )
78 
79 CREATE TABLE user (
80        id VARCHAR(16) NOT NULL, 
81        name VARCHAR(32), 
82        email VARCHAR(32), 
83        PRIMARY KEY (id)
84 )
85 
86 
87 
rev 10  |  foxhop  |  1289340904000  |  JSON

rev 9
rev 10
t1bZeMx2  <a href="http://bornulhjtiwo.com/">bornulhjtiwo</a>, [url=http://jaxsljvt1This is another sandbox for new users to test functionality
>wtgrk.com/]jaxsljvwtgrk[/url], [link=http://xbdecmpprbqh.com/]xbdecmpprbqh[/link 
>], http://nhoksqjqbtxy.com/ 
2======================================================================
3 
4"That dress looks wonderful on you," I said as she looked at herself in the mirr
 >or, turning prettily. She was wearing a slinky form-fitting black dress. It was 
 >one piece, coming down only to mid-thigh, with an elaborate sleeve and collar ar
 >rangement that showed off intriguing glimpses of shoulder. It just vaguely sugge
 >sted that her neck was bound. The one-piece little black dress was a new look fo
 >r her, and it made her nervous.
5 
6.. pull-quote:: 
7 
8 "I could never wear this," she pouted. "I'm still too self-conscious about my t
 >ummy." 
9 
10She kept turning sideways and checking to see if she had sprouted an extra stoma
 >ch recently.
11 
12"You don't have a tummy. You look wonderful." She did look wonderful. She has a 
 >hot body that you can break bricks on, and everyone thinks so except her. She st
 >ill sees herself forty pounds ago.
13 
14"I have a belt that would look great with that, back in a sec," the sales girl s
 >aid, dashing off to the accessories rack. She came back with an elegant chrome b
 >elt made of large metal rings strung together with short lengths of chain. She c
 >ouldn't possibly have known how appropriate that choice was.
15 
16 
17breadcrumb algorithm
18==========================================
19 
20.. code-block:: python
21 
22 class Bread( object ):
23    """
24    Create a list of URL parts or crumbs
25    ----------------------------------------
26    >>> from bread import Bread
27    >>> bread = Bread("http://foxhop.net/os/linux/ubuntu")
28    >>> print bread.crumbs
29    >>> print bread.links()
30    
31    """
32    def __init__( self, url ):
33        self.url = url.strip('http://') 
34        self.crumbs = self.url.split('/')
35        
36    def links( self ):
37        self.list = []
38        count = 0
39        for crumb in self.crumbs:
40            string = ""
41            for c in range( count + 1 ):
42                string = string + self.crumbs[c] + '/'
43            count += 1
44            self.list.append('<a href="http://' + string + '">' + crumb + '</a>'
 >)
45            
46        return self.list
47 
48**EXAMPLE OUTPUT**
49 
50.. code-block:: python
51 
52 ['foxhop.net', 'os', 'linux', 'ubuntu']
53 ['<a href="http://foxhop.net/">foxhop.net</a>', '<a href="http://foxhop.net/os/
 >">os</a>', '<a href="http://foxhop.net/os/linux/">linux</a>', '<a href="http://f
 >oxhop.net/os/linux/ubuntu/">ubuntu</a>']
54 
55 
56 
rev 9  |  unknown  |  1289303560000  |  JSON

rev 8
rev 9
t No Differences Found t No Differences Found 
rev 8  |  unknown  |  1289303557000  |  JSON

rev 7
rev 8
t1UdQC5I  <a href="http://muvovknbxgti.com/">muvovknbxgti</a>, [url=http://cbmruwwt1bZeMx2  <a href="http://bornulhjtiwo.com/">bornulhjtiwo</a>, [url=http://jaxsljv
>bifwp.com/]cbmruwwbifwp[/url], [link=http://inskfvubynqc.com/]inskfvubynqc[/link>wtgrk.com/]jaxsljvwtgrk[/url], [link=http://xbdecmpprbqh.com/]xbdecmpprbqh[/link
>], http://qepogyqtymal.com/>], http://nhoksqjqbtxy.com/
rev 7  |  unknown  |  1289292025000  |  JSON

rev 6
rev 7
t No Differences Found t No Differences Found 
rev 6  |  unknown  |  1289292020000  |  JSON

rev 5
rev 6
t1This is another sandbox for new users to test functionalityt1UdQC5I  <a href="http://muvovknbxgti.com/">muvovknbxgti</a>, [url=http://cbmruww
 >bifwp.com/]cbmruwwbifwp[/url], [link=http://inskfvubynqc.com/]inskfvubynqc[/link
 >], http://qepogyqtymal.com/
2======================================================================
3 
4"That dress looks wonderful on you," I said as she looked at herself in the mirr
>or, turning prettily. She was wearing a slinky form-fitting black dress. It was  
>one piece, coming down only to mid-thigh, with an elaborate sleeve and collar ar 
>rangement that showed off intriguing glimpses of shoulder. It just vaguely sugge 
>sted that her neck was bound. The one-piece little black dress was a new look fo 
>r her, and it made her nervous. 
5 
6.. pull-quote:: 
7 
8 "I could never wear this," she pouted. "I'm still too self-conscious about my t
>ummy."  
9 
10She kept turning sideways and checking to see if she had sprouted an extra stoma
>ch recently. 
11 
12"You don't have a tummy. You look wonderful." She did look wonderful. She has a 
>hot body that you can break bricks on, and everyone thinks so except her. She st 
>ill sees herself forty pounds ago. 
13 
14"I have a belt that would look great with that, back in a sec," the sales girl s
>aid, dashing off to the accessories rack. She came back with an elegant chrome b 
>elt made of large metal rings strung together with short lengths of chain. She c 
>ouldn't possibly have known how appropriate that choice was. 
15 
16 
17breadcrumb algorithm
18==========================================
19 
20.. code-block:: python
21 
22 class Bread( object ):
23    """
24    Create a list of URL parts or crumbs
25    ----------------------------------------
26    >>> from bread import Bread
27    >>> bread = Bread("http://foxhop.net/os/linux/ubuntu")
28    >>> print bread.crumbs
29    >>> print bread.links()
30    
31    """
32    def __init__( self, url ):
33        self.url = url.strip('http://') 
34        self.crumbs = self.url.split('/')
35        
36    def links( self ):
37        self.list = []
38        count = 0
39        for crumb in self.crumbs:
40            string = ""
41            for c in range( count + 1 ):
42                string = string + self.crumbs[c] + '/'
43            count += 1
44            self.list.append('<a href="http://' + string + '">' + crumb + '</a>'
>) 
45            
46        return self.list
47 
48**EXAMPLE OUTPUT**
49 
50.. code-block:: python
51 
52 ['foxhop.net', 'os', 'linux', 'ubuntu']
53 ['<a href="http://foxhop.net/">foxhop.net</a>', '<a href="http://foxhop.net/os/
>">os</a>', '<a href="http://foxhop.net/os/linux/">linux</a>', '<a href="http://f 
>oxhop.net/os/linux/ubuntu/">ubuntu</a>'] 
54 
55 
56 
rev 5  |  foxhop  |  1288538120000  |  JSON

rev 4
rev 5
f1This is another sandbox for new users to test functionalityf1This is another sandbox for new users to test functionality
nn2======================================================================
23
3"That dress looks wonderful on you," I said as she looked at herself in the mirr4"That dress looks wonderful on you," I said as she looked at herself in the mirr
>or, turning prettily. She was wearing a slinky form-fitting black dress. It was >or, turning prettily. She was wearing a slinky form-fitting black dress. It was 
>one piece, coming down only to mid-thigh, with an elaborate sleeve and collar ar>one piece, coming down only to mid-thigh, with an elaborate sleeve and collar ar
>rangement that showed off intriguing glimpses of shoulder. It just vaguely sugge>rangement that showed off intriguing glimpses of shoulder. It just vaguely sugge
>sted that her neck was bound. The one-piece little black dress was a new look fo>sted that her neck was bound. The one-piece little black dress was a new look fo
>r her, and it made her nervous.>r her, and it made her nervous.
1213
13"I have a belt that would look great with that, back in a sec," the sales girl s14"I have a belt that would look great with that, back in a sec," the sales girl s
>aid, dashing off to the accessories rack. She came back with an elegant chrome b>aid, dashing off to the accessories rack. She came back with an elegant chrome b
>elt made of large metal rings strung together with short lengths of chain. She c>elt made of large metal rings strung together with short lengths of chain. She c
>ouldn't possibly have known how appropriate that choice was.>ouldn't possibly have known how appropriate that choice was.
tt15 
16 
17breadcrumb algorithm
18==========================================
19 
20.. code-block:: python
21 
22 class Bread( object ):
23    """
24    Create a list of URL parts or crumbs
25    ----------------------------------------
26    >>> from bread import Bread
27    >>> bread = Bread("http://foxhop.net/os/linux/ubuntu")
28    >>> print bread.crumbs
29    >>> print bread.links()
30    
31    """
32    def __init__( self, url ):
33        self.url = url.strip('http://') 
34        self.crumbs = self.url.split('/')
35        
36    def links( self ):
37        self.list = []
38        count = 0
39        for crumb in self.crumbs:
40            string = ""
41            for c in range( count + 1 ):
42                string = string + self.crumbs[c] + '/'
43            count += 1
44            self.list.append('<a href="http://' + string + '">' + crumb + '</a>'
 >)
45            
46        return self.list
47 
48**EXAMPLE OUTPUT**
49 
50.. code-block:: python
51 
52 ['foxhop.net', 'os', 'linux', 'ubuntu']
53 ['<a href="http://foxhop.net/">foxhop.net</a>', '<a href="http://foxhop.net/os/
 >">os</a>', '<a href="http://foxhop.net/os/linux/">linux</a>', '<a href="http://f
 >oxhop.net/os/linux/ubuntu/">ubuntu</a>']
54 
55 
56 
rev 4  |  foxhop  |  1288479963000  |  JSON

rev 3
rev 4
3"That dress looks wonderful on you," I said as she looked at herself in the mirr3"That dress looks wonderful on you," I said as she looked at herself in the mirr
>or, turning prettily. She was wearing a slinky form-fitting black dress. It was >or, turning prettily. She was wearing a slinky form-fitting black dress. It was 
>one piece, coming down only to mid-thigh, with an elaborate sleeve and collar ar>one piece, coming down only to mid-thigh, with an elaborate sleeve and collar ar
>rangement that showed off intriguing glimpses of shoulder. It just vaguely sugge>rangement that showed off intriguing glimpses of shoulder. It just vaguely sugge
>sted that her neck was bound. The one-piece little black dress was a new look fo>sted that her neck was bound. The one-piece little black dress was a new look fo
>r her, and it made her nervous.>r her, and it made her nervous.
44
t5"I could never wear this," she pouted. "I'm still too self-conscious about my tut5.. pull-quote:: 
>mmy." She kept turning sideways and checking to see if she had sprouted an extra 
> stomach recently. 
6 
7 "I could never wear this," she pouted. "I'm still too self-conscious about my t
 >ummy." 
8 
9She kept turning sideways and checking to see if she had sprouted an extra stoma
 >ch recently.
610
7"You don't have a tummy. You look wonderful." She did look wonderful. She has a 11"You don't have a tummy. You look wonderful." She did look wonderful. She has a 
>hot body that you can break bricks on, and everyone thinks so except her. She st>hot body that you can break bricks on, and everyone thinks so except her. She st
>ill sees herself forty pounds ago.>ill sees herself forty pounds ago.
rev 3  |  foxhop  |  1288479763000  |  JSON

rev 2
rev 3
f1This is another sandbox for new users to test functionalityf1This is another sandbox for new users to test functionality
22
t3testt3"That dress looks wonderful on you," I said as she looked at herself in the mirr
 >or, turning prettily. She was wearing a slinky form-fitting black dress. It was 
 >one piece, coming down only to mid-thigh, with an elaborate sleeve and collar ar
 >rangement that showed off intriguing glimpses of shoulder. It just vaguely sugge
 >sted that her neck was bound. The one-piece little black dress was a new look fo
 >r her, and it made her nervous.
4 
5"I could never wear this," she pouted. "I'm still too self-conscious about my tu
 >mmy." She kept turning sideways and checking to see if she had sprouted an extra
 > stomach recently.
6 
7"You don't have a tummy. You look wonderful." She did look wonderful. She has a 
 >hot body that you can break bricks on, and everyone thinks so except her. She st
 >ill sees herself forty pounds ago.
8 
9"I have a belt that would look great with that, back in a sec," the sales girl s
 >aid, dashing off to the accessories rack. She came back with an elegant chrome b
 >elt made of large metal rings strung together with short lengths of chain. She c
 >ouldn't possibly have known how appropriate that choice was.
rev 2  |  foxhop  |  1286571480000  |  JSON

rev 1
rev 2
f1This is another sandbox for new users to test functionalityf1This is another sandbox for new users to test functionality
tt2 
3test
rev 1  |  foxhop  |  1286571467000  |  JSON

empty
rev 1
tt1This is another sandbox for new users to test functionality