Skip to content

Instantly share code, notes, and snippets.

View ganapativs's full-sized avatar
🎯
Focusing

Ganapati V S ganapativs

🎯
Focusing
View GitHub Profile
@ganapativs
ganapativs / Angular Watchers Counter
Last active August 29, 2015 14:27
Angular Watchers Counter
(function () {
var root = angular.element(document.getElementsByTagName('body'));
var watchers = [];
var f = function (element) {
angular.forEach(['$scope', '$isolateScope'], function (scopeProperty) {
if (element.data() && element.data().hasOwnProperty(scopeProperty)) {
angular.forEach(element.data()[scopeProperty].$$watchers, function (watcher) {
watchers.push(watcher);
@ganapativs
ganapativs / designer.html
Last active August 29, 2015 14:13
designer
<link rel="import" href="../yt-video/yt-search-video.html">
<link rel="import" href="../topeka-elements/category-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../paper-calculator/paper-calculator.html">
<link rel="import" href="../paper-input/paper-input.html">
<polymer-element name="my-element">
<template>
<style>
@ganapativs
ganapativs / Tiny-Time-Loader.markdown
Created December 20, 2014 19:59
Tiny Time Loader
@ganapativs
ganapativs / CSS-3D-Profile-Pic-Hover.markdown
Created December 20, 2014 19:29
CSS 3D Profile Pic Hover

CSS 3D Profile Pic Hover

CSS 3D animation used in image hover effect. This effect is smooth with Welcome message on hover.

A Pen by Ganapati V S on CodePen.

License.

@ganapativs
ganapativs / CSS3-Pseudo-Sound-Bars-Two-Sides.markdown
Created December 20, 2014 19:26
CSS3 Pseudo Sound Bars Two Sides