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
<!--Dayspedia.com widget--><div class="DPDC" cityid="1133" lang="en" id="dayspedia_widget_3b08714ada30771" host="https://dayspedia.com" ampm="false" nightsign="false" sun="true" style="background-image: url("https://cdn.dayspedia.com/img/widgets/bg-4.png"); border-color: rgb(255, 255, 255); width: 100%; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; border-width: 0px; padding: 16px 16px 24px;"> | |
<style media="screen" id="dayspedia_widget_3b08714ada30771_style"> | |
/*COMMON*/ | |
.DPDC{display:table;position:relative;box-sizing:border-box;font-size:100.01%;font-style:normal;font-family:Arial;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;overflow:hidden;user-select:none} | |
.DPDCh,.DPDCd{width:fit-content;line-height:1.4} | |
.DPDCh{margin-bottom:1em} | |
.DPDCd{margin-top:.24em} | |
.DPDCt{line-height:1} | |
.DPDCth,.DPDCtm,.DPDCts{display:inline-block;vertical-align:text-top;white-space:nowrap} |
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
#!/usr/bin/env osascript -l JavaScript | |
function run(input, parameters) { | |
const appSE = Application("System Events"); | |
appSE.includeStandardAdditions = true; | |
if (appSE.appearancePreferences.darkMode()) { | |
setLightMode(appSE) | |
} else { | |
setDarkMode(appSE) |
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
year | sequence | rider | country | position | points | bike | |
---|---|---|---|---|---|---|---|
1993 | 1 | Schwantz, Kevin | US | 1 | 25 | Suzuki | |
1993 | 1 | Rainey, Wayne | US | 2 | 20 | Yamaha | |
1993 | 1 | Chandler, Doug | US | 3 | 16 | Cagiva | |
1993 | 1 | Beattie, Daryl | AU | 4 | 13 | Honda | |
1993 | 1 | Barros, Alex | BR | 5 | 11 | Suzuki | |
1993 | 1 | Criville, Alex | ES | 6 | 10 | Honda | |
1993 | 1 | Ito, Shinichi | JP | 7 | 9 | Honda | |
1993 | 1 | Cadalora, Luca | IT | 8 | 8 | Yamaha | |
1993 | 1 | Mladin, Matt | AU | 9 | 7 | Cagiva |
We can't make this file beautiful and searchable because it's too large.
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 race win | |
Aalt Toersen 1967-3 0 | |
Aalt Toersen 1967-4 0 | |
Aalt Toersen 1968-4 0 | |
Aalt Toersen 1969-1 1 | |
Aalt Toersen 1969-2 1 | |
Aalt Toersen 1969-3 1 | |
Aalt Toersen 1969-5 0 | |
Aalt Toersen 1969-6 0 | |
Aalt Toersen 1969-7 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
id | name | shortName | country | |
---|---|---|---|---|
albi | Albi | Albi | FR | |
americas | Circuit of the Americas | Texas | US | |
anrstorp | Anderstorp | Anderstorp | SE | |
catalunya | Circuit de Barcelona-Catalunya | Catalunya | ES | |
belfast | Belfast | Belfast | GB | |
berne | Berne | Berne | CH | |
brno | Automotodrom Brno | Brno | CZ | |
clermont-ferrand | Clermont-Ferrand | Clermont-Ferrand | FR | |
daytona | Daytona | Daytona | US |
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
//* 30.12.2005 *// | |
unbindall | |
//Settings | |
bind mwheelup "" | |
bind mwheeldown "" | |
clear | |
//* personal | |
set zoom_fov 65 |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> |
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
import React from 'react'; | |
const STYLE = { | |
display: 'inline-block', | |
overflow: 'hidden', | |
whiteSpace: 'nowrap', | |
}; | |
const MIN_TEXT_LENGHT = 6; | |
const MIN_LABEL_WIDTH = 40; |
NewerOlder