This file contains 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
class PublicProfile | |
template: -> | |
""" | |
<div el="slogan_wrap_el"></div> | |
""" | |
bind: -> | |
@slogan_editor = new InlineEditor( | |
parent: @slogan_wrap_el |
This file contains 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
class window.ServicesView extends CommonView | |
SLOGAN_PLACEHOLDER: 'Enter a Slogan here. Sell your skills in a sentence.' | |
template: => | |
""" | |
<div el="slogan_wrap"> | |
<span el="counter"></span> | |
<textarea el="slogan" |
This file contains 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
class Swapper | |
constructor: (root) -> | |
@root = $(root) | |
swapTo: (data_suffix) -> |
This file contains 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"?> | |
<Response> | |
<Say>Hello</Say> | |
</Response> |
This file contains 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
/* this was done to try to see how CB would look if things get moved around a little (not ready for production) */ | |
body #cbeditor-holder .cbeditor-toolbar #cbeditor-toolbar-filegroup { | |
margin-left: 260px; | |
} | |
body #cbeditor-holder .cbeditor-toolbar .cbeditor-toolbar-element.spacer { | |
display: none | |
} |
This file contains 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
# -*- coding: utf-8 -*- | |
from google.appengine.ext import db | |
import re | |
class FindableModel(db.Model): | |
def __getattr__(self, name): | |
if not name.startswith("find_by_"): | |
raise AttributeError(name) | |
field = name[len("find_by_"):] |
This file contains 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
( ! ) Warning: strpos() expects parameter 1 to be string, array given in D:\web\hosts\radek-vechet.cz\www\wp-includes\rss.php on line 577 | |
Call Stack | |
# Time Memory Function Location | |
1 0.0008 328736 {main}( ) ..\index.php:0 | |
2 0.0026 332504 require( 'D:\web\hosts\radek-vechet.cz\www\wp-blog-header.php' ) ..\index.php:17 | |
3 1.2483 20214840 require_once( 'D:\web\hosts\radek-vechet.cz\www\wp-includes\template-loader.php' ) ..\wp-blog-header.php:16 | |
4 1.2523 20222048 include( 'D:\web\hosts\radek-vechet.cz\www\wp-content\themes\station\page.php' ) ..\template-loader.php:37 | |
5 1.3303 20421736 get_sidebar( ) ..\page.php:14 | |
6 1.3303 20422128 locate_template( ) ..\general-template.php:92 | |
7 1.3304 20422240 load_template( ) ..\theme.php:821 |
This file contains 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
public static String getOpenedStatus(List<List<Short>> openingTimes){ | |
String result = ""; | |
// TODO: je to koser podminka? | |
if(openingTimes.size() == 7){ | |
Calendar cal = Calendar.getInstance(); | |
int day = cal.get(Calendar.DAY_OF_WEEK) - 1; // takze den nula bude -1, nebo to zacina jednickou? nedele je v cestine 6, mozna bych mel spis pouzit anglicke usporadani.. chce to na to mrknout | |
Short open = openingTimes.get(day).get(0); | |
Short close = openingTimes.get(day).get(1); |
This file contains 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
[ | |
{ | |
featureType: "road.highway", | |
stylers: [ | |
{ lightness: 4 }, | |
{ saturation: -65 }, | |
{ hue: "#00ffdd" } | |
] | |
},{ | |
featureType: "landscape.man_made", |
This file contains 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
AFRICA (54) | |
Algeria | |
Angola | |
Benin | |
Botswana | |
Burkina | |
Burundi | |
Cameroon | |
Cape Verde | |
Central African Republic |