Refer to Racket docs for the specification of <=
Grading goes like this:
Percentage | Final grade |
---|---|
90-100% | A |
80-89% | B |
gender,name.title,name.first,name.last,location.street.number,location.street.name,location.city,location.country,phone,picture.large,picture.medium,picture.thumbnail | |
female,Miss,Leah,Owens,2685,Central St,Berkeley,United States,(710)-237-7435,https://randomuser.me/api/portraits/women/62.jpg,https://randomuser.me/api/portraits/med/women/62.jpg,https://randomuser.me/api/portraits/thumb/women/62.jpg | |
female,Mrs,Arianna,Jacobs,5155,Lakeview St,Indianapolis,United States,(975)-354-5424,https://randomuser.me/api/portraits/women/62.jpg,https://randomuser.me/api/portraits/med/women/62.jpg,https://randomuser.me/api/portraits/thumb/women/62.jpg | |
male,Mr,Gabe,Sullivan,7792,W 6th St,Albuquerque,United States,(422)-245-2602,https://randomuser.me/api/portraits/men/88.jpg,https://randomuser.me/api/portraits/med/men/88.jpg,https://randomuser.me/api/portraits/thumb/men/88.jpg | |
female,Miss,Deanna,Castillo,1644,W Sherman Dr,Paterson,United States,(563)-043-8801,https://randomuser.me/api/portraits/women/31.jpg,https://randomuser.m |
#include <iostream> | |
#include <cstdlib> | |
#include <string> | |
#include <cmath> | |
using namespace std; |
Refer to Racket docs for the specification of <=
Grading goes like this:
Percentage | Final grade |
---|---|
90-100% | A |
80-89% | B |
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<title>Input test (circle)</title> | |
<p> | |
<label for="nRadius" | |
style="display: inline-block; width: 240px; text-align: right"> | |
radius = <span id="nRadius-value">…</span> | |
</label> | |
<input type="range" min="1" max="2" id="nRadius"> |
#!/usr/bin/python | |
import sys | |
import os, shutil | |
import subprocess | |
import os.path | |
from datetime import datetime | |
######################## Functions ######################### |
Download the slides from here. I suggest Marvin ang assigned to setup laptop and slides (and clicker?).
Outline