Giter Club home page Giter Club logo

spy's Introduction

Spy

Download: Google Extension

A simple module that displays DOM attributes on mouseover inside a tooltip.

Demo

Instructions

Copy and paste the entire code into your web console Include the JS file in your code base This is implemented as an IIFE so the spy is turned on immediately upon execution.

Use cases

Help troubleshoot a UI bug Ensure that your app's DOM elements are working as expected (getting the right class on click, etc) Find out how another web app is structured

Thanks

License

Spy is released under the MIT.

spy's People

Contributors

wscats avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

spy's Issues

Intro_to_Python_Tutorial_A_Starter.ipynb

Tutorial Questions - Intro to Python (Tutorial A)

Pre-Tutorial Work:

None this week.

Problem 1

Write a statement that finds the second letter of the value stored in the variable colour and assigns it to a new variable. Make sure to choose a meaningful name for your new variable.

# Given variable
colour = "yellow"

write your solution here

Problem 2
Write a code fragment (i.e. one or more lines of code) that calculates the average of the three grades. Your code fragment should still calculate the correct average even if you change the values assigned to the three variables grade1, grade2, and grade3.

grade1 = 80
grade2 = 67
grade3 = 91

# write your solution here

Problem 3

The following code fragment is supposed to add 15% tip to a cost (in cents) if add_tip is True, but it contains one or more errors. If add_tip is False, no tip should be added. Debug (fix) the code fragment until it is correct and runs without errors.

cost = 2450
add_tip = True

if add_tip
    cost = cost * .15

Problem 4

Write the step-by-step evaluation of the expression 11 > 4 or 10 <= 9.
Note that you are allowed to elide steps as seen in Example 3 in Section 3.2.2 of the Evaluation Rules document.

# Original expression
11 > 4 or 10 <= 9
# write your solution here

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.