issue82:command_and_conquer
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédente | |||
issue82:command_and_conquer [2014/06/18 16:05] – andre_domenech | issue82:command_and_conquer [2014/06/18 18:02] (Version actuelle) – auntiee | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | Last month, I wrote an article on using regular expressions within Sed, in an attempt to show my process when creating such expressions. Just before writing this month' | + | **Last month, I wrote an article on using regular expressions within Sed, in an attempt to show my process when creating such expressions. Just before writing this month' |
- | Le mois dernier, j'ai écrit un article sur l' | + | Le mois dernier, j'ai écrit un article sur l' |
- | His explanation: | + | **His explanation: |
• Take care of this one special case with the title line. As there is an address label (1), this substitution is done only for line 1. In sed scripts, a line number matches only that line. I used an address label only for performance purposes - there would be just one single line matching " | • Take care of this one special case with the title line. As there is an address label (1), this substitution is done only for line 1. In sed scripts, a line number matches only that line. I used an address label only for performance purposes - there would be just one single line matching " | ||
• Another address label (2). This rule is used only for line 2, and the command is branch (" | • Another address label (2). This rule is used only for line 2, and the command is branch (" | ||
• The third line matches only the " | • The third line matches only the " | ||
• The fourth line takes care of the semicolons after the dates, as there will never be two spaces due to right-adjustment. Note that you can also use delimiters other than slashes. | • The fourth line takes care of the semicolons after the dates, as there will never be two spaces due to right-adjustment. Note that you can also use delimiters other than slashes. | ||
- | • Finally, take care of the rest. Substitute each at-least-two space combinations with a semicolon and the spaces found. This also applies to the first line (headline). | + | • Finally, take care of the rest. Substitute each at-least-two space combinations with a semicolon and the spaces found. This also applies to the first line (headline).** |
Son explication : | Son explication : | ||
- | • Prenez note du cas particulier concernant la ligne de titre, où la présence de l' | + | • Prenez note du cas particulier concernant la ligne de titre, où la présence de l' |
- | • Une autre étiquette d' | + | • Une autre étiquette d' |
• La troisième ligne correspond uniquement à la ligne « tasks ». | • La troisième ligne correspond uniquement à la ligne « tasks ». | ||
- | • La quatrième ligne traite les virgules après les dates en sachant qu'il n'y aura jamais deux espaces en raison de l' | + | • La quatrième ligne traite les points-virgules après les dates en sachant qu'il n'y aura jamais deux espaces en raison de l' |
- | • Enfin, pour traiter le reste, | + | • Enfin, pour traiter le reste, |
- | His solution is certainly more efficient than mine, and is a brilliant example of how there are many solutions to these sorts of problems. | + | **His solution is certainly more efficient than mine, and is a brilliant example of how there are many solutions to these sorts of problems.** |
Sa solution est certainement plus efficace que la mienne, et c'est un brillant exemple qui prouve qu'il existe différentes manières de traiter ce genre de problème. | Sa solution est certainement plus efficace que la mienne, et c'est un brillant exemple qui prouve qu'il existe différentes manières de traiter ce genre de problème. | ||
- | Due to the fact that work has kept me extremely busy the last few weeks, I have decided to not write a typical article for this month. Instead, I'd like to run a vote on what article the readers would like to see in FCM#84. The reason why it will appear only in FCM#84, is due to the time frame between FCM being released, and my next article being due. The choices are as follows: | + | **Due to the fact that work has kept me extremely busy the last few weeks, I have decided to not write a typical article for this month. Instead, I'd like to run a vote on what article the readers would like to see in FCM#84. The reason why it will appear only in FCM#84, is due to the time frame between FCM being released, and my next article being due. The choices are as follows: |
• A reader has requested an in-depth article on installing & setting up Rails 4.0.2 on Ubuntu (Ruby on Rails) | • A reader has requested an in-depth article on installing & setting up Rails 4.0.2 on Ubuntu (Ruby on Rails) | ||
• I recently installed ArchLinux to an external hard drive, capable of running on UEFI systems (Windows 8 or Mac OS X machines, mainly) | • I recently installed ArchLinux to an external hard drive, capable of running on UEFI systems (Windows 8 or Mac OS X machines, mainly) | ||
- | • Last month I also offered to set up an article with formatting problems to be solved using regular expressions and sed. | + | • Last month I also offered to set up an article with formatting problems to be solved using regular expressions and sed.** |
- | En raison du fait que mon travail | + | Puisque |
- | • Un lecteur a demandé un article | + | • Un lecteur a demandé un article |
• J'ai récemment installé ArchLinux sur un disque dur externe, capable de fonctionner sur les systèmes UEFI ( Windows 8 ou Mac OS X machines, principalement) | • J'ai récemment installé ArchLinux sur un disque dur externe, capable de fonctionner sur les systèmes UEFI ( Windows 8 ou Mac OS X machines, principalement) | ||
Ligne 42: | Ligne 42: | ||
- | Naturally, anyone who has a preferred topic not listed above, is welcome to mark the “other” box, and to give me a brief description. Anyone is also welcome to input their email address in the form, so that I can contact you with questions about your response. I promise I won't contact you for any other reason. There is also a secondary paragraph text box where you can expand upon your idea. | + | **Naturally, anyone who has a preferred topic not listed above, is welcome to mark the “other” box, and to give me a brief description. Anyone is also welcome to input their email address in the form, so that I can contact you with questions about your response. I promise I won't contact you for any other reason. There is also a secondary paragraph text box where you can expand upon your idea.** |
- | Naturellement, | + | Naturellement, |
- | The link to the form: https:// | + | **The link to the form: https:// |
Le lien vers le formulaire: https:// | Le lien vers le formulaire: https:// | ||
- | I apologize for not having a complete article for you this month. However, FCM#83 should contain a normal article next month. | + | **I apologize for not having a complete article for you this month. However, FCM#83 should contain a normal article next month. |
- | + | ** | |
- | Je m' | + | Je m' |
issue82/command_and_conquer.1403100322.txt.gz · Dernière modification : 2014/06/18 16:05 de andre_domenech