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
| \begin{table}[ht] | |
| \begin{minipage}[t]{0.45\linewidth} | |
| This is the first column.\\ | |
| This is still in the first column. | |
| \end{minipage} | |
| \hspace{0.5cm} | |
| \begin{minipage}[t]{0.45\linewidth} |
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 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 write com.apple.screencapture location /path/ | |
| killall SystemUIServer |
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
| ffmpeg -i test.flv -vcodec mpeg4 -b 512k -acodec aac -strict experimental -ac 2 -ab 256k -ar 44100 test.mp4 |
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
| sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist | |
| sudo chmod 600 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search | |
| killall SystemUIServer | |
| sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist | |
| sudo chmod 755 /System/Library/CoreServices/Search.bundle/Contents/MacOS/Search | |
| killall SystemUIServer |
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 | |
| namespace Package\MyBundle\Component\HttpFoundation; | |
| use Symfony\Component\HttpFoundation\Request as BaseRequest; | |
| /** | |
| * Represents HTTP request. | |
| * Replaces actual path with GET _path parameter (if present) | |
| * |
NewerOlder