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
| """Simple HTTP Server. | |
| This module builds on BaseHTTPServer by implementing the standard GET | |
| and HEAD requests in a fairly straightforward manner. | |
| """ | |
| __version__ = "0.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
| <h3>Minimum Hardware Requirements</h3> | |
| <p>The Tableau Server installer checks for the bare minimum set of system specs required to have a Tableau Server operate. The installer will not continue installing on computers that do not meet these minimums: </p> | |
| <ul> | |
| <li> | |
| <strong>64-bit computers</strong><br> | |
| <ul> | |
| <li>4 cores</li> | |
| <li>8 GB system memory</li> | |
| <li>15 GB minimum free disk space</li> |
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: Gary Gao | |
| email: ggao@tableau.com | |
| favSkills: | |
| - api | |
| - js | |
| - performance | |
| - new | |
| - ux | |
| - css |
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
| javascript:(function() {var e = jQuery('[id^=pull_request_body]');if (e.length) {e.val('## What? Why?\nWhat was changed. Why did are we making this change?\n\n## Release Notes\n- Description text for the weekly report.\n- Description text for the weekly report.\n\n## Deployment Steps\nWhat needs to be done on day of launch.\n\n## Please Review\n- [ ] @REVIEWER');}})(); |
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
| location ~ \.php$ { | |
| try_files $uri = 404; | |
| fastcgi_pass 127.0.0.1:9000; | |
| fastcgi_index index.php; | |
| fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; | |
| include fastcgi_params; | |
| } |
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
| ::content .sponsertop, ::content .sponslink, ::content .sponsor-728, ::content .sponsor-ad, ::content .sponsor-ad-wrapper, ::content .sponsor-area, ::content .sponsor-block, ::content .sponsor-bottom, ::content .sponsor-box, ::content .sponsor-btns, ::content .sponsor-left, ::content .sponsor-link, ::content .sponsor-links, ::content .sponsor-logo, ::content .sponsor-module-target, ::content .sponsor-post, ::content .sponsor-promo, ::content .sponsor-right, ::content .sponsor-services, ::content .sponsor-spot { | |
| display: 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
| { | |
| showInProfile: false, | |
| ownerId: 35720, | |
| workbookRepoUrl: "2014KEXPPlaylistAnalysisfinal2", | |
| firstPublishDate: 1428423217421, | |
| title: "What Music Mattered Most in 2014", | |
| description: "All the songs KEXP played in 2014", | |
| lastPublishDate: 1428423727462, | |
| permalink: "http://www.jewelloree@.com", | |
| viewCount: 12, |
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
| { | |
| "JP": "27.134.192.12", | |
| "CN": "42.156.128.123", | |
| "AU": "59.154.0.120", | |
| "DE": "2.160.0.125", | |
| "SG": "14.100.0.120", | |
| "BR": "177.16.0.120", | |
| "ZA": "41.48.0.120", | |
| "CA": "23.16.0.120", | |
| "US": "17.20.45.12" |
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
| [color] | |
| ui = auto | |
| [color "branch"] | |
| current = yellow reverse | |
| local = yellow | |
| remote = green | |
| [color "diff"] | |
| meta = white bold | |
| frag = magenta ul | |
| old = red |
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
| { | |
| "alignment_chars": | |
| [ | |
| "=", | |
| ":" | |
| ], | |
| "alignment_space_chars": | |
| [ | |
| "=", | |
| ":" |