View strings.xml
<?xml version="1.0" encoding="utf-8"?> | |
<resources xmlns:tools="http://schemas.android.com/tools"> | |
<string name="app_name">Zulip</string> | |
<string name="login_welcome_blurb">Welcome to Zulip!</string> | |
<string name="login_button">Log in</string> | |
<string name="legal">Legal information</string> | |
<string name="logout">Log out</string> |
View strings.xml
<?xml version="1.0" encoding="utf-8"?> | |
<resources xmlns:tools="http://schemas.android.com/tools"> | |
<string name="app_name">Zulip</string> | |
<string name="login_welcome_blurb">Welcome to Zulip!</string> | |
<string name="login_button">Log in</string> | |
<string name="legal">Legal information</string> | |
<string name="logout">Log out</string> |
View Closest.html
<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>Find Closest</title> | |
</head> | |
<body> | |
Enter elements delimited by comma and press enter: | |
<br><br> |
View MaxOccurences.html
<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>Max Max</title> | |
</head> | |
<body> | |
Enter elements delimited by comma and press enter:<br><br> | |
<input type="text" id="input"> |
View Fibonacci.html
<!DOCTYPE html> | |
<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>Fibonacci</title> | |
</head> | |
<body> | |
Enter number: <input id="input" type="text"> |