- 2-3 avocats bien murs
- jus d'1 citron vert
- 1 petite Γ©chalote (ou 1/2 grosse)
- 1-2 gousses d'ail
- coriandre fraiche (gΓ©nΓ©reusement)
- une pincée de poivre de cayenne (alternativement, piments frais en fines lanières)
π¨βπ»
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
| ln -s /Applications/Xcode.app/Contents/Developer/usr/share/git-core/git-completion.bash /usr/local/etc/bash_completion.d/git |
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
| # Set environment for Go development. Inspired by Python virtualenv | |
| # This file must be used with "source activate_goenv.sh" *from bash* | |
| # you cannot run it directly | |
| deactivate () { | |
| # reset old environment variables | |
| # ! [ -z ${VAR+_} ] returns true if VAR is declared at all | |
| if ! [ -z "${_OLD_GOENV_GOPATH+_}" ] ; then | |
| GOPATH="$_OLD_GOENV_GOPATH" |
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
| -------- START OF LOG -------- | |
| 17:02:16 LOG: Core version: $Version: Talos_PC_distro; Talos_Executables-OSX-Final; 300763 2017-04-13 14:14:40 @builderm04.croteam.local; OSX-x86-Static-Final-Default$ | |
| 17:02:16 LOG: Command: $ | |
| 17:02:16 LOG: Initializing timer. | |
| 17:02:16 LOG: Timestamp: 2017/04/16 17:02:16 | |
| 17:02:16 LOG: Binary name: Talos | |
| 17:02:16 LOG: Binary soft path: Bin/ |
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
| Foo::Foo() | |
| : _impl(Foo::createImplementation()) | |
| { | |
| } | |
| void Foo::platform_independent() { | |
| // do some stuff that is the same on all platforms | |
| } | |
| void Foo::platform_specific() { |
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
| @interface NotRedundant | |
| @property (nonatomic, strong) NSString* title; | |
| @end | |
| @implementation Redundant | |
| @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
| import random | |
| import string | |
| import os | |
| import os.path | |
| import binascii | |
| MAX_DEPTH=6 | |
| MIN_DIRS=1 | |
| MAX_DIRS=5 | |
| MIN_FILES=1 |
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
| com.apple.WebKit(2176) deny file-read-data /Applications/Safari.app | |
| Process: com.apple.WebKit [2176] | |
| Path: /System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.Networking.xpc/Contents/MacOS/com.apple.WebKit.Networking | |
| Load Address: 0x10b632000 | |
| Identifier: com.apple.WebKit.Networking | |
| Version: 11601.5.17.1 (11601) | |
| Build Info: 1-WebKit2~7601005017001000 | |
| Code Type: x86_64 (Native) | |
| Parent Process: launchd [1] |