The popular open-source contract for web professionals by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: March 15th 2016
- Original post
| $(document).ready(function(){ | |
| var long; | |
| var lat; | |
| var cTemp; | |
| var fTemp; | |
| //DATE AND TIME// | |
| //Converted into days, months, hours, day-name, AM/PM | |
| var dt = new Date() |
| # # # Lesson 2 Exercises | |
| # | |
| # # ## NOTE Degree Conversion Calculator 1 | |
| # # Ask the user for a temperature in Fahrenheit, tell them the equivalent | |
| # # temperature in Celsius. | |
| # # | |
| # # # Solutions | |
| # # query = int(input(" What is the temperature in Fahrenheit ?")) | |
| # # conversion_to_Celius = (query-32)*0.5556 | |
| # # Sentence0 = "The temperature is " |
| # Write a program to ask the user to enter an English phrase, and then print | |
| # the Pig Latin version of that phrase | |
| def pyg_latin_wrd(word): | |
| vowels = ['a','e','i','o','u'] | |
| consonant_groups = ['ch','tr','dr','th','wh'] | |
| strt_char = '' | |
| rtnd_wrd = '' | |
| counter = 0 | |
| while counter < len(word): |
| Apples and Bananas | |
| Given this HTML_BODY_CONTENT: | |
| <h1 id="header"></h1> | |
| <button id="i">I</button> | |
| <button id="like">like</button> | |
| <button id="to">to</button> | |
| <button id="eat">eat</button> | |
| <button id="apples">apples</button> | |
| <button id="bananas">bananas</button> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <title>Rock-Paper_Scissors</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <!-- <link rel="stylesheet" type="text/css" media="screen" href="main.css" /> | |
| <script src="main.js"></script> --> |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
| <title>Car ordering form</title> | |
| </head> | |
| <body> | |
| <!-- Make an order form for a car |
| def welcome | |
| puts"Welcome to the Blackjack Table" | |
| end | |
| def deal_card | |
| # code #deal_card here | |
| rand(1..11) | |
| end | |
| def display_card_total(initial_round) |
| ################## | |
| # shared methods # | |
| ################## | |
| def welcome | |
| # code #welcome here | |
| end | |
| def deal_card | |
| rand(1..11) |
A little info about your project and/ or overview that explains what the project is about.
A short description of the motivation behind the creation and maintenance of the project. This should explain why the project exists.
Build status of continus integration i.e. travis, appveyor etc.
https://getbootstrap.com/b. Ex. -