Skip to content

Instantly share code, notes, and snippets.

View isatimur's full-sized avatar
⛰️
Remotely

Timur Isachenko isatimur

⛰️
Remotely
View GitHub Profile
@isatimur
isatimur / MainActivity.java
Created March 29, 2014 21:57
Support more Fragment XML attributes #251
package com.mapbox.mapboxsdk.android.testapp;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.Paint;
import android.os.Bundle;
import android.provider.Settings;
import android.support.v7.app.ActionBarActivity;
<script>alert(1);</script>
@isatimur
isatimur / comments.json
Last active August 29, 2015 14:05
test3
"data": [
{
"text": "Helt underbart Anna-Malin! En titt in till dig och inspirationen är på topp) Tänker på dig idag då jag föreläser i dina trakter:) 😘",
"username": "millandante",
"full_name": "milla - millandante"
},
{
"text": "And i love it!!!! ♡",
"username": "scandinavian_simplicity",
"full_name": "Therese"
<link rel="import" href="../paper-toast/paper-toast.html">
<link rel="import" href="../topeka-elements/topeka-resources.html">
<link rel="import" href="../topeka-elements/topeka-leaderboard.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
@isatimur
isatimur / designer.html
Last active August 29, 2015 14:22
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../paper-ripple/paper-ripple.html">
<link rel="import" href="../topeka-elements/avatars.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../paper-ripple/paper-ripple.html">
<link rel="import" href="../topeka-elements/avatars.html">
<link rel="import" href="../core-icon/core-icon.html">
@isatimur
isatimur / designer.html
Last active September 11, 2015 14:36
designer
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-scroll-header-panel/core-scroll-header-panel.html">
<polymer-element name="my-element">
<template>
<style>
:host {
@isatimur
isatimur / designer.html
Created September 18, 2015 11:54
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<polymer-element name="my-element">
package ru.atc.communication;
import java.time.LocalDate;
import java.time.Period;
public class ATCCompanySendWishes {
private LocalDate currentDate;
enum Looks {
AWFUL("не очень"), USUALL("как обычно"), EXCELLENT("отлично");
package ru.atc.communication;
import java.time.LocalDate;
import java.time.Period;
public class ATCCompanySendWishes {
private LocalDate currentDate;
enum Looks {
AWFUL("не очень"), USUALL("как обычно"), EXCELLENT("отлично");
private String name;
Looks(String name) {
this.name = name;