Use a factual, technical tone. Be concise and specific. Do not use marketing language, emojis, or hype. Prefer clarity over verbosity. When generating commit or PR text, focus on what changed and why, not implementation details. Avoid speculative claims. If uncertain, state assumptions briefly.
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
| #!/usr/bin/env bash | |
| # | |
| # Script to start Scrcpy | |
| if test ! $(which scrcpy); then | |
| echo "Starting installation" | |
| # Check for Homebrew, install if we don't have it | |
| if test ! $(which brew); then |
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
| protected override async void OnNavigatedTo(NavigationEventArgs e) | |
| { | |
| base.OnNavigatedTo(e); | |
| Debug.WriteLine("Debut"); | |
| var file = await SaveAsync(new Uri("Ton ZIP")); | |
| Debug.WriteLine($"Downloaded : {file.Path}"); | |
| } |
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
| "[\n {\n \"_id\": \"57d826906005256a77fb168c\",\n \"picture\": \"http://placehold.it/32x32\",\n \"name\": \"Payne Travis\",\n \"company\": \"COMVENE\",\n \"email\": \"paynetravis@comvene.com\",\n \"tel\": \"+33 (803) 430-2562\",\n \"about\": \"Exercitation nisi laboris duis amet in enim pariatur. Eu consequat ut culpa nisi voluptate ullamco incididunt cillum officia. Occaecat duis adipisicing esse est qui magna nulla.\\r\\n\",\n \"job\": \"Product Manager\",\n \"twitter\": \"@Payne124\"\n },\n {\n \"_id\": \"57d82690d452d5eca7cad9d2\",\n \"picture\": \"http://placehold.it/32x32\",\n \"name\": \"Anthony Ashley\",\n \"company\": \"CONFRENZY\",\n \"email\": \"anthonyashley@confrenzy.com\",\n \"tel\": \"+33 (907) 453-3823\",\n \"about\": \"Lorem esse fugiat est qui irure labore. Nulla culpa sunt voluptate velit sit exercitation aliqua voluptate adipisicing exercitation. Ullamco tempor ipsum in mollit do laborum ad laboris consectetur magna ut nulla dolor.\\r\\n\" |