Skip to content

Instantly share code, notes, and snippets.

<!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">
{
"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":"পাঠাও ফুডের রেস্টুরেন্ট তালিকায় স্টার কাবাবও রয়েছে",
@jquerygeek
jquerygeek / custom store
Created October 26, 2017 14:22
custom store
// my-store.js
import Vue from 'vue'
import axios from 'axios'
export const myStore = new Vue({
data: {
messages: [],
contacts: []
},
PNG

IHDR––Ïã¡PLTEÿÿÿUÂÓ~ÜIDATH‰Í•»„0 D—!px%P
¥™Ò\
%0Öécæà†Ø‹ÛÏɎ´’€‡ÈbQ0ˆl“ßw3ASÉr¤m*zODæš>ÿ¢³\‘ÞÂð
Öê†qÇ-»³ðsÌCwwggԇ~ïÍLŸ Ó\}Öy©š2CµrEÖYω©‡ÜÈv„2Ð,W°$©>{1Yy‘8ÂD,Ö,칚Åg‹}î~Vµ²ƒÇL>9`½uÝÝýÙ¹£®³˜Ì´`Þ燑Ìjô¹PYÔÍ­¤cËnûò·+ÞÂ⠟E{n´<½÷IEND®B`‚
@jquerygeek
jquerygeek / LICENSE
Last active August 29, 2015 14:27 — forked from ourmaninamsterdam/LICENSE
Arrayzing - The JavaScript array cheatsheet
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:
@jquerygeek
jquerygeek / SassMeister-input-HTML.html
Created November 24, 2014 09:37
Generated by SassMeister.com.
<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
~/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.
initialize: function() {
this.route(':team/:user/:date', 'workdiary');
Backbone.history.start();
},
workdiary: function(team, user, date) {
this._load(); // _load() app method
}
@jquerygeek
jquerygeek / gist:5034799
Created February 26, 2013 00:50
SASS/COMPASS code
// buttons look simple
button {
margin: 0;
padding: 0;
background: none;
border: 0;
cursor: pointer;
font-family: inherit;
font-size: inherit;
outline: none;
@jquerygeek
jquerygeek / views
Last active December 14, 2015 05:09
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 () {