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
| #gbx3, #gbx4 {height:20px !important;} | |
| #gb {font:10px/27px Arial,sans-serif !important;height:2px !important;} | |
| .docs-title-inner {font-size:16px !important;} | |
| .gbt {line-height:18px !important;} | |
| .docs-menubar {height:28px !important;} | |
| #docs-bars {height:4px !important;background:black !important;} | |
| #docs-bars:hover {height:auto !important;background:none !important;} | |
| #docs-menubar, #docs-toolbar-wrapper {display:none !important;} | |
| #docs-bars:hover #docs-menubar, #docs-bars:hover #docs-toolbar-wrapper {display:block !important;} |
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"?> | |
| <ArrayOfItemImport> | |
| <ItemImport> | |
| <Skuid>037000061946</Skuid> | |
| <BrandName>Head and Shoulders</BrandName> | |
| <Manufacturer>Head and Shoulders</Manufacturer> | |
| <ProductCode>anti-dandruff-shampoo</ProductCode> | |
| <ProductName>classic clean shampoo</ProductName> | |
| <ProductDescription>The original head &amp; shoulders anti-dandruff shampoo . Mild enough to use every day, it will thoroughly cleanse your hair and care for your scalp. You&rsquo;ll be left with up to 100% flake free hair* that feels soft and fresh, light and easy to manage. <br /></ProductDescription> | |
| <UniqueIdentifier>anti-dandruff-shampoo</UniqueIdentifier> |
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
| a = c = (-50..50).to_a | |
| b = d = (-50..-1).to_a + (1..50).to_a | |
| for i in 0..100 | |
| for j in 0..99 | |
| for k in 0..100 | |
| for l in 0..99 | |
| e = Float(a[i]) | |
| f = Float(b[j]) | |
| g = Float(c[k]) |
NewerOlder