https://github.com/capistrano/composer https://github.com/capistrano/file-permissions
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
| <?php | |
| $arr = [ | |
| 'android' => [ | |
| 56 => '5.9', | |
| 34 => '2.2' | |
| ], | |
| 'windows' => [ | |
| 23 => '7', | |
| 56 => '8' |
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
| xrandr --newmode "1680x1050" 146.2 1680 1784 1960 2240 1050 1053 1059 1089 +HSync +VSync | |
| xrandr --addmode DP1 "1680x1050" | |
| xrandr --output DP1 --mode "1680x1050" |
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
| <monitors version="1"> | |
| <configuration> | |
| <clone>no</clone> | |
| <output name="DP1"> | |
| <vendor>SAM</vendor> | |
| <product>0x0255</product> | |
| <serial>0x44503232</serial> | |
| <width>1680</width> | |
| <height>1050</height> | |
| <rate>60</rate> |
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
| <monitors version="1"> | |
| <configuration> | |
| <clone>no</clone> | |
| <output name="DP1"> | |
| </output> | |
| <output name="HDMI1"> | |
| <vendor>SAM</vendor> | |
| <product>0x0255</product> | |
| <serial>0x44503232</serial> | |
| <width>1680</width> |
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
| Screen 0: minimum 8 x 8, current 1680 x 1050, maximum 32767 x 32767 | |
| DP1 disconnected (normal left inverted right x axis y axis) | |
| HDMI1 connected primary 1680x1050+0+0 (normal left inverted right x axis y axis) 474mm x 296mm | |
| 1680x1050 59.95*+ | |
| 1280x1024 75.02 60.02 | |
| 1280x960 60.00 | |
| 1152x864 75.00 | |
| 1024x768 75.08 70.07 60.00 | |
| 832x624 74.55 | |
| 800x600 72.19 75.00 60.32 56.25 |
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
| Section "Monitor" | |
| DisplaySize 474 296 | |
| HorizSync 30-81 | |
| Identifier "Monitor[0]" | |
| ModelName "SAMSUNG SYNCMASTER 225BW" | |
| Option "DPMS" | |
| VendorName "SAM" | |
| VertRefresh 56-75 | |
| Modeline "1680x1050" 146.2 1680 1784 1960 2240 1050 1053 1059 1089 | |
| EndSection |
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
| dism /mount-wim /wimfile:boot.wim /index:2 /mountdir:mount | |
| dism /image:mount /add-driver:drivers/usb3 /recurse | |
| dism /unmount-wim /mountdir:mount /commit |
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
| /* | |
| defaults_generic.h - defaults settings configuration file | |
| Part of Grbl | |
| Copyright (c) 2012-2015 Sungeun K. Jeon | |
| Grbl is free software: you can redistribute it and/or modify | |
| it under the terms of the GNU General Public License as published by | |
| the Free Software Foundation, either version 3 of the License, or | |
| (at your option) any later version. |
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"?> | |
| <flex-config xmlns="http://www.adobe.com/2006/flex-config"> | |
| <compiler> | |
| <external-library-path append="true"> | |
| <path-element>anes/NativeAds.ane</path-element> | |
| </external-library-path> | |
| </compiler> | |
| </flex-config> |