- IDE to AHCI
- Run Command Prompt (windows) as Admin
- Invoke a Safe Mode boot:
bcdedit /set {current} safeboot minimal - Restart and enter the BIOS:
F2 - Go to
Settings > System Configuration > SATA Operation - Enable
ACHI - Save & Exit, after that windows will launch in “Safe Mode”.
- Cancel Safe Mode booting with the command:
bcdedit /deletevalue {current} safeboot, then restart again
- UEFI legacy mode
- Enter the BIOS:
F2
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
| <p>Window width is: <span class="value1"></span> and is <span class="value2"></span></p> |
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
| <form class="newsletter" action="https://example.us2.list-manage.com/subscribe/post-json?u=xxxxxxx&id=xxxxxxxx&c=?" method="get" > | |
| <div class="close"></div> | |
| <div class="success"> | |
| Thankyou for signing up! | |
| </div> | |
| <div class="error"> | |
| Please check your email address is correct. | |
| </div> | |
| <input name="NAME" type="text" placeholder="Full Name" /> | |
| <input name="EMAIL" type="text" placeholder="Email Address" /> |
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
| mkdir your-jekyll-project | |
| cd your-jekyll-project | |
| jekyll new . --force | |
| bundle show minima | |
| cd to minima full path | |
| scp -rp * full path to your-jekyll-project |
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
| tar xfz latest.tar.gz && tar xfz latest.tar.gz && cd wordpress |
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 | |
| // Show something only if the user is logged / admin. | |
| // To be used in the current theme files - front. | |
| if (current_user_can('manage_options')){ ?> | |
| <div class="work"> | |
| <div class="work_layer"> | |
| <div class="device-content row"> | |
| <div class="work_content right"> | |
| <span class="f_13 uppercase sub_title">Web</span> |
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 | |
| /* | |
| * This class returns you an object that you can foreach() loop through, passing regular | |
| * get_posts() args, and the results will be grouped by category or custom taxonomy. | |
| * It's designed right now to work with posts in only one category [taxonomy term]. | |
| * | |
| * Usage: | |
| $args = array( | |
| 'taxonomy' => 'my_taxonomy', |
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
| using System; | |
| namespace InControl | |
| { | |
| // @cond nodoc | |
| [AutoDiscover] | |
| public class SteelSeriesStratusXLAndroidProfile : UnityInputDeviceProfile | |
| { | |
| // WARNING: The DPad doesn't work. I'm very surprised this actually works at all. | |
| // https://github.com/pbhogan/InControl/issues/203 |
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
| license: CC0-1.0 |
NewerOlder