- The Prestige (2006)
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
/*! | |
* the-movie-spoiler.css | |
*/ | |
/** | |
* Main | |
*/ | |
body { | |
background-image: none; |
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
/*! _variables-colors.less */ | |
// Colors | |
@white: #fff; | |
@black: #000; | |
// Purple | |
@purple: #a5185a; |
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
Name | Year | Date Watched | |
---|---|---|---|
The Rookie | 2002 | 2025-01-10 | |
Elemental | 2023 | 2024-08-19 | |
Dune: Part Two | 2024 | 2024-03-17 | |
Barbie | 2023 | 2024-03-14 | |
Being John Malkovich | 1999 | 2024-03-12 | |
Knives Out | 2019 | 2024-03-12 | |
The Breakfast Club | 1985 | 2024-03-12 | |
Free Guy | 2021 | 2024-03-11 | |
The Iron Claw | 2023 | 2024-03-10 |
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
/*! | |
* Front end build and development scripts for Client.Internet.WebSite | |
*/ | |
// Dependencies | |
var exec = require('gulp-exec'), | |
gulp = require('gulp'), | |
gutil = require('gulp-util'), | |
livereload = require('gulp-livereload'), | |
watch = require('gulp-watch'); |
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
/** | |
* Update the protected weather column. | |
*/ | |
function onOpen() { | |
var spreadsheet = SpreadsheetApp.getActive(); | |
var menuItems = [ | |
{ | |
name: "Update weather column", | |
functionName: "updateWeather" |
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
<html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"> | |
<head> | |
<title>Default Control Display Template</title> | |
<!--[if gte mso 9]><xml> | |
<mso:CustomDocumentProperties> | |
<mso:TemplateHidden msdt:dt="string">0</mso:TemplateHidden> | |
<mso:MasterPageDescription msdt:dt="string">This is the default Control Display Template that will list the items. It does not allow the user to page through items.</mso:MasterPageDescription> | |
<mso:ContentTypeId msdt:dt="string">0x0101002039C03B61C64EC4A04F5361F385106601</mso:ContentTypeId> | |
<mso:TargetControlType msdt:dt="string">;#Content Web Parts;#</mso:TargetControlType> | |
<mso:HtmlDesignAssociated msdt:dt="string">1</mso:HtmlDesignAssociated> |