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
var week = $('.week'); | |
var month= $('.month'); | |
var year = $('.year'); | |
function weekCalc(sender, args) { | |
var value = sender.val(); | |
var milesPerMonth = value * 4.35; | |
var milesPerYear = value * 52; | |
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
<rewrite> | |
<rules> | |
<rule name="Remove WWW prefix" > | |
<match url="(.*)" ignoreCase="true" /> | |
<conditions> | |
<add input="{HTTP_HOST}" pattern="^www\.domainname\.co.uk" /> | |
</conditions> | |
<action type="Redirect" url="http://domainname.co.uk/{R:1}" redirectType="Permanent" /> | |
</rule> | |
</rules> |
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
<staticContent> | |
<remove fileExtension=".mp4"/> | |
<remove fileExtension=".ogv"/> | |
<remove fileExtension=".webm"/> | |
<remove fileExtension=".svg"/> | |
<mimeMap fileExtension=".mp4" mimeType="video/mp4" /> | |
<mimeMap fileExtension=".ogv" mimeType="video/ogg" /> | |
<mimeMap fileExtension=".webm" mimeType="video/webm" /> | |
<mimeMap fileExtension=".svg" mimeType="image/svg+xml"/> | |
</staticContent> |
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
Show hidden characters
{ | |
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin", | |
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme", | |
"dictionary": "Packages/Language - English/en_GB.dic", | |
"folder_exclude_patterns": | |
[ | |
".sass-cache", | |
"node_modules", | |
".git" | |
], |
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
<item> | |
<name>Swap symbols for numbers</name> | |
<appendix></appendix> | |
<identifier>private.swap_nums</identifier> | |
<!-- 0 --> | |
<autogen>__KeyToKey__ KeyCode::KEY_0, ModifierFlag::NONE, KeyCode::KEY_0, ModifierFlag::SHIFT_L</autogen> | |
<autogen>__KeyToKey__ KeyCode::KEY_0, ModifierFlag::NONE, KeyCode::KEY_0, ModifierFlag::SHIFT_R</autogen> | |
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
<item> | |
<name>Hold num key to symbol</name> | |
<appendix>Input symbol on hold of number key</appendix> | |
<identifier>private.num_change</identifier> | |
<autogen>__HoldingKeyToKey__ | |
KeyCode::KEY_1, | |
KeyCode::KEY_1, |
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
@function black($opacity) { | |
@return rgba(0,0,0,$opacity); | |
}; | |
@function white($opacity) { | |
@return rgba(255,255,255,$opacity); | |
}; |
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"?> | |
<root> | |
<devicevendordef> | |
<vendorname>daskeyboard</vendorname> | |
<vendorid>0x04d9</vendorid> | |
</devicevendordef> | |
<deviceproductdef> | |
<productname>daskeyboard</productname> | |
<productid>0x2013</productid> |
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"?> | |
<root> | |
<!-- | |
# Declare hardware devices | |
--> | |
<devicevendordef> | |
<vendorname>daskeyboard</vendorname> | |
<vendorid>0x04d9</vendorid> | |
</devicevendordef> |
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"?> | |
<root> | |
<!-- | |
# Declare hardware devices | |
--> | |
<devicevendordef> | |
<vendorname>daskeyboard</vendorname> | |
<vendorid>0x04d9</vendorid> | |
</devicevendordef> |
OlderNewer