Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<audio src="http://developer.mozilla.org/@api/deki/files/2926/=AudioTest_(1).ogg" controls>
Your browser does not support the <code>audio</code> element.
</audio>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<audio src="http://developer.mozilla.org/@api/deki/files/2926/=AudioTest_(1).ogg" controls>
Your browser does not support the <code>audio</code> element.
</audio>
@samyakbhuta
samyakbhuta / test.md
Last active August 29, 2015 14:07
Test

Designed to be usable by all Open Web developers, this reference page links to numerous resources about HTML5 technologies, classified into several groups based on their function.

MDN

<link rel="import" href="../core-field/core-field.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-item/core-item.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-icon-button/core-icon-button.html">
@samyakbhuta
samyakbhuta / index.html
Created March 16, 2014 11:06
HTML5 Starter Page
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<!-- Add your site or application content here -->
<p>Hello world! This is HTML5 Boilerplate.</p>
</body>
</html>
@samyakbhuta
samyakbhuta / example.md
Created March 13, 2014 08:51
Reveal.js example

Hello World

var abc = function () {
	return 2+2;
}
var abc = function () {
@samyakbhuta
samyakbhuta / mongo-find.sh
Created February 8, 2014 21:50
Quick and dirty mongo general purpose command line utility
#!/bin/sh
# Usage : ./mongo-find <db-name> <collection> <attribute> <attribute-value>
mongo $1 --eval \
"
print('Finding ....');
cursor = db.$2.find({'$3':'$4'});
while ( cursor.hasNext() ) {
printjson( cursor.next() );
@samyakbhuta
samyakbhuta / agenda.md
Last active January 1, 2016 16:09
Agenda for 4th/5th Jan Hackers Meetup at Ahmedabad

Gujarati Opensource Unicode Font Development

  • Find rendering bugs for Gujarati Opensource Unicode Font on various devices
  • Try to solve the fatal error we are encountering for Rekha and Aakar. Dumps are available.
  • Solve Rekha related Github issues. One can always refer Aakar repo for inspiration ( and smart copy paste)
  • Using Rackspace and other free service to host few important stuff !

Wikimedia/Wikimedia/Wikidata

@samyakbhuta
samyakbhuta / MakingKadhi.md
Last active January 1, 2016 14:39
Making Kadhi

Videos

Step 1

  • Take Tapeli. Put it on Burner. No need to turn on the Burner.
  • Take Besan and pour it in Tapeli. How much Besan ?
  • Take Dahi and pour it in Tapeli. How much Dahi ?
  • Mix Dahi and Besan together. Stir them enough to make it one. It should be a paste now.
@samyakbhuta
samyakbhuta / wikistats.md
Created November 28, 2013 19:43
Wiki Stats
  • Contribution history of a user

  • Total edits for a wiki ( e.g. gu ) for a given day