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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<script id="jsbin-javascript"> |
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
{ | |
"food-title-hero":"রেস্টুরেন্টের সকল সুস্বাদু খাবার, এবার আপনার ডাইনিং টেবিলে ", | |
"food-sub-title-hero":"গরম গরম খাবার প্রাপ্তির নিশ্চয়তা", | |
"food-services-title":"পাঠাও ফুডের মাধ্যমে ঘরে বসে নিয়ে নিন আপনার প্রিয় রেস্টুরেন্টের খাবারের স্বাদ", | |
"food-services-1":"দ্রুত খাবার সরবরাহের নিশ্চয়তা", | |
"food-services-para-1":"চোখের পলকেই রেস্টুরেন্টের সুস্বাদু খাবার পৌঁছে যাবে আপনার খাবার টেবিলে", | |
"food-services-2":"আপনার পছন্দের খাবার সিলেক্ট করুন নিমিষেই", | |
"food-services-para-2":"নিমিষেই ঘরে বসে কাছের রেস্টুরেন্টের খাবারের স্বাদ নিন", | |
"food-services-3":"হ্যাঁ, আমাদের স্টার কাবাব আছে", | |
"food-services-para-3":"পাঠাও ফুডের রেস্টুরেন্ট তালিকায় স্টার কাবাবও রয়েছে", |
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
// my-store.js | |
import Vue from 'vue' | |
import axios from 'axios' | |
export const myStore = new Vue({ | |
data: { | |
messages: [], | |
contacts: [] | |
}, |
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
PNG | |
IHDRÏã¡PLTEÿÿÿUÂÓ~ÜIDATHÍ»0D!px%P | |
¥Ò\ | |
%0ÖécæàØÛÏÉ´ÈbQ0lßw3ASÉr¤m*zODæÂ>ÿ¢³\ÞÂð | |
ÖêqÇ-»³ðsÌCwwggÔ~ïÍL Ó\}Öy©2CµrEÖYÏ©ÜÈv2Ð,W°$©>{1Yy8ÂD,Ö,ì¹Åg}î~Vµ²ÇL>9`½uÝÝýÙ¹£®³Ì´`ÞçÌjô¹PYÔͤcËnûò·+ÞÂâE{n´<½÷IEND®B` |
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
The MIT License (MIT) | |
Copyright (c) 2015 Justin Perry | |
Permission is hereby granted, free of charge, to any person obtaining a copy of | |
this software and associated documentation files (the "Software"), to deal in | |
the Software without restriction, including without limitation the rights to | |
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of | |
the Software, and to permit persons to whom the Software is furnished to do so, | |
subject to the following conditions: |
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
<div class='example'> | |
<div id='wrapper'> | |
<header> | |
<h1>Sticky Footer Example</h1> | |
</header> | |
<p> | |
This is the main content area. | |
</p> | |
<p> | |
In this example you should pretend that the red box |
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
~/sandbox/master/grunt [CI687_QUNIT_CODE] $ grunt blanket_qunit | |
Running "blanket_qunit:all" (blanket_qunit) task | |
Testing https://dev08.odesk.com:23201/jscover/?coverage=true&gruntReportJQMIGRATE: Logging is active | |
BLANKET-Collecting page scripts | |
BLANKET-Returning function | |
BLANKET-Attempting instrument of:https://dev08.odesk.com:23201/js/v3/globals/core/bootstrap.js | |
BLANKET-Instrumented file: https://dev08.odesk.com:23201/js/v3/globals/core/bootstrap.js | |
BLANKET-instrument of:https://dev08.odesk.com:23201/js/v3/globals/core/bootstrap.js was successfull. | |
BLANKET-File loading finished | |
BLANKET-Mark script:https://dev08.odesk.com:23201/js/v3/globals/core/bootstrap.js, as loaded and move to next script. |
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
initialize: function() { | |
this.route(':team/:user/:date', 'workdiary'); | |
Backbone.history.start(); | |
}, | |
workdiary: function(team, user, date) { | |
this._load(); // _load() app method | |
} |
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
// buttons look simple | |
button { | |
margin: 0; | |
padding: 0; | |
background: none; | |
border: 0; | |
cursor: pointer; | |
font-family: inherit; | |
font-size: inherit; | |
outline: none; |
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
define(function(require) { | |
var Backbone = require('backbone') | |
var template = require('text!../../template/newThread.html') | |
return Backbone.View.extend({ | |
el: '#container', | |
template: _.template(template), | |
initialize: function () { |
NewerOlder