Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bethilda | |
Brunhilda | |
Chegory | |
Chelizabeth | |
Drusilla | |
Elizanthonius | |
Esteñabeth | |
Festerling | |
Flimshaw | |
Grasputin |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Q1 | |
SELECT name from Reviewer | |
WHERE Reviewer.rID IN | |
(SELECT Rating.rID from Rating | |
WHERE Rating.mID = | |
(SELECT mid from Movie | |
WHERE title = "Gone with the Wind")) | |
-- Q2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Q1 | |
SELECT title FROM Movie | |
WHERE director="Steven Spielberg" | |
-- Q2 | |
SELECT DISTINCT(year) FROM Movie | |
JOIN Rating as R on Movie.mID = R.mID | |
WHERE R.stars > 3 AND R.stars < 6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -maxdepth 1 -mindepth 1 -type d -exec sh -c 'echo "{} : $(find "{}" -type f | wc -l)" file\(s\)' \; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from matplotlib import pyplot as plt | |
import numpy as np | |
pages = np.arange(500)+1 | |
gt = pages / 10. | |
py = 2.5 * np.log10(pages) | |
fig = plt.figure(figsize=(8,8)) | |
ax = fig.add_subplot(111) |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Emil Jannings | |
Janet Gaynor | |
Warner Baxter | |
Mary Pickford | |
George Arliss | |
Norma Shearer | |
Lionel Barrymore | |
Marie Dressler | |
Wallace Beery | |
Fredric March |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 | 0 | 1 | 1 | |
---|---|---|---|---|
1 | 0 | 1 | 1 | |
1 | 0 | 1 | 1 | |
1 | 0 | 1 | 1 | |
1 | 1 | 0 | 0 | |
1 | 1 | 1 | 0 | |
1 | 1 | 1 | 0 | |
1 | 1 | 1 | 0 | |
1 | 1 | 1 | 1 | |
1 | 1 | 1 | 1 |
NewerOlder