wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin
sudo mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-60
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Simple Tree and Cluster Demo</title> | |
<script src="http://d3js.org/d3.v2.js"></script> | |
<style> | |
svg { | |
border: solid 1px #ccc; | |
font: 10px sans-serif; |
This file contains 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
<link rel="import" href="../bower_components/polymer/polymer.html"> | |
<link rel="import" href="../bower_components/google-map/google-map.html"> | |
<link rel="import" href="../bower_components/google-sheets/google-sheets.html"> | |
<polymer-element name="map-sheet" noscript> | |
<template> | |
<google-sheets key="1s4j6YN_My1-fF2AZ12z3Ym8okUddkivOux0jC3M1Nho" rows="{{rows}}" published"> | |
</google-sheets> | |
<google-map fittomarkers> | |
<template repeat="{{row in rows}}"> |