Skip to content

Instantly share code, notes, and snippets.

View pavanandhukuri's full-sized avatar

Pavan Andhukuri pavanandhukuri

View GitHub Profile
@pavanandhukuri
pavanandhukuri / restselect.html
Last active August 29, 2015 14:24
Angular JS directive for select control. Ability to load options based on JSON data from a REST URL.
<html>
<head>
<script type="text/javascript" src="angular.min.js"></script>
<script type="text/javascript" src="restselect.js"></script>
<script type="text/javascript">
var app = angular.module('restSelectDemo', ['restselect']);
app.controller('restSelectCtrl',function($scope){});
</script>
</head>
<body ng-app="restSelectDemo">
@pavanandhukuri
pavanandhukuri / NumberSpinner.java
Last active June 24, 2017 06:26
Number Spinner Control on GWT
import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.user.client.ui.AbsolutePanel;
import com.google.gwt.user.client.ui.Button;
import com.google.gwt.user.client.ui.Composite;
import com.google.gwt.user.client.ui.IntegerBox;
/**
* NumberSpinner Custom Control
*
@pavanandhukuri
pavanandhukuri / PY0101EN-2-3-Sets.ipynb
Created October 14, 2019 05:04
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pavanandhukuri
pavanandhukuri / PY0101EN-1-1-Types.ipynb
Created October 14, 2019 05:06
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pavanandhukuri
pavanandhukuri / PY0101EN-1-2-Strings.ipynb
Created October 14, 2019 05:06
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pavanandhukuri
pavanandhukuri / PY0101EN-2-1-Tuples.ipynb
Created October 14, 2019 05:07
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pavanandhukuri
pavanandhukuri / PY0101EN-2-2-Lists.ipynb
Created October 14, 2019 05:07
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pavanandhukuri
pavanandhukuri / PY0101EN-2-4-Dictionaries.ipynb
Created October 14, 2019 05:07
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pavanandhukuri
pavanandhukuri / PY0101EN-3-1-Conditions.ipynb
Created October 14, 2019 05:07
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pavanandhukuri
pavanandhukuri / PY0101EN-3-2-Loops.ipynb
Created October 14, 2019 05:32
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.