Skip to content

Instantly share code, notes, and snippets.

View hakunin's full-sized avatar

Michal Hantl hakunin

  • Ostrava, Czech Republic
  • 16:46 (UTC -12:00)
View GitHub Profile
@hakunin
hakunin / inline-editor-example-using-commonview.coffee
Created November 29, 2012 11:32
inline editor example using commonview
class PublicProfile
template: ->
"""
<div el="slogan_wrap_el"></div>
"""
bind: ->
@slogan_editor = new InlineEditor(
parent: @slogan_wrap_el
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"
@hakunin
hakunin / imageswap_test.coffee
Created August 30, 2012 16:01
ImageSwapping TDD session
class Swapper
constructor: (root) ->
@root = $(root)
swapTo: (data_suffix) ->
@hakunin
hakunin / call.xml
Created April 13, 2012 07:00
Twilio test
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Say>Hello</Say>
</Response>
@hakunin
hakunin / CoderBuddyCleanup.css
Created April 2, 2012 10:20
A bit cleaner look draft for CodebrBuddy
/* 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
}
# -*- 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_"):]
( ! ) 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
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);
@hakunin
hakunin / test 2
Created October 5, 2011 11:35
teaculture map style test
[
{
featureType: "road.highway",
stylers: [
{ lightness: 4 },
{ saturation: -65 },
{ hue: "#00ffdd" }
]
},{
featureType: "landscape.man_made",
@hakunin
hakunin / kontinenty.txt
Created August 23, 2011 13:19
pro Zdeňu
AFRICA (54)
Algeria
Angola
Benin
Botswana
Burkina
Burundi
Cameroon
Cape Verde
Central African Republic