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
| separator_block_width=14 | |
| #[memory] | |
| #label=Mem: | |
| #command=/usr/lib/i3blocks/memory | |
| #separator=false | |
| #interval=30 | |
| #[swap] | |
| #label=Swap: |
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
| # This file has been auto-generated by i3-config-wizard(1). | |
| # It will not be overwritten, so edit it as you like. | |
| # | |
| # Should you change your keyboard layout some time, delete | |
| # this file and re-run i3-config-wizard(1). | |
| # | |
| # i3 config file (v4) | |
| # | |
| # Please see https://i3wm.org/docs/userguide.html for a complete reference! |
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
| android:fontFamily="sans-serif" // roboto regular | |
| android:fontFamily="sans-serif-light" // roboto light | |
| android:fontFamily="sans-serif-condensed" // roboto condensed | |
| android:fontFamily="sans-serif-black" // roboto black | |
| android:fontFamily="sans-serif-thin" // roboto thin (android 4.2) | |
| android:fontFamily="sans-serif-medium" // roboto medium (android 5.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
| 100% — FF | |
| 99% — FC | |
| 98% — FA | |
| 97% — F7 | |
| 96% — F5 | |
| 95% — F2 | |
| 94% — F0 | |
| 93% — ED | |
| 92% — EB | |
| 91% — E8 |
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
| 1) make one partition, format as NTFS & mark bootable | |
| 2) write boot sector (ms-sys -7) | |
| 3) mount and copy all the files from the iso |
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
| https://stackoverflow.com/questions/27501321/functional-tests-inside-a-standalone-symfony2s-bundle |
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
| cd ~/Android/Sdk/emulator/ | |
| mv emulator emulator.0 | |
| touch emulator | |
| chmod +x emulator | |
| I then opened up the emulator in a text editor and punched in this: | |
| #!/bin/sh | |
| set -ex | |
| $0.0 $@ -use-system-libs |
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 | |
| class AbsenceController | |
| { | |
| public function create(Request $request) | |
| { | |
| // Get data from request and create | |
| $begin = $request->get('begin'); | |
| $end = $request->get('end'); | |
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
| https://github.com/android10/Android-CleanArchitecture/issues/32 | |
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
| ./vendor/bin/doctrine-module orm:schema-tool:update --force |