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
| #!/bin/sh | |
| # This stuff will be ignored by systems that don't use chkconfig. | |
| # chkconfig: 345 87 13 | |
| # description: H2 database | |
| # pidfile: /opt/H2/bin/h2.pid | |
| # config: | |
| ### BEGIN INIT INFO | |
| # Provides: H2-Server |
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
| http://www.codeskulptor.org/#user24_SyOHBQnx3L_15.py | |
| # implementation of card game - Memory | |
| import simplegui | |
| import random | |
| lst = range(0, 8) | |
| deck=lst+list(lst) | |
| myDeck={} |
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
| <a href="#" class="show-photos">Show All Photos</a> | |
| <ul id="tourprices"> | |
| <li class="tour" data-loc="london,uk"> | |
| London, UK | |
| <ul class="photos"> | |
| <li><img src="/assets/photos/london.jpg"></li> | |
| <li><img src="/assets/photos/london.jpg"></li> | |
| <li><img src="/assets/photos/london.jpg"></li> | |
| </ul> | |
| <a href="#" class="see-photos">See Photos</a> |
NewerOlder