Xcode

TwitterFacebook
Get flash to fully experience Pearltrees
https://wiki.archlinux.org/index.php/Color_Bash_Prompt#List_of_colors_for_prompt_and_Bash There are a variety of possibilities for Bash 's prompt (PS1), and customizing it can help you be more productive at the command line. You can add additional information to your prompt, or you can simply add color to it to make the prompt stand out. See this Forum thread for more informations and examples.

Color Bash Prompt

#pragma

In iOS source examples, you’ve probably come across the use of #pragma . Pragmas are directives which instruct the compiler to use pragmatic or implementation-dependent features. Xcode supports some of helpful pragmas that can help you organize and manage your code. #pragma mark A Heading The mark argument is probably the most common one you’ll see used in Xcode. http://jeffreysambells.com/2012/03/01/pragma