Package: gcc-4.4-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-eu: GCC, the GNU Compiler Collection (base package) Pakete honek GNU konpila bildumean (GCC) dauden hizkuntza eta liburutegi guztientzat berdinak diren fitxategiak ditu. Package: gcc-4.6-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-eu: GCC, the GNU Compiler Collection (base package) Pakete honek GNU konpila bildumean (GCC) dauden hizkuntza eta liburutegi guztientzat berdinak diren fitxategiak ditu. Package: gcc-4.7-arm-linux-gnueabi-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-eu: GCC, the GNU Compiler Collection (base package) Pakete honek GNU konpila bildumean (GCC) dauden hizkuntza eta liburutegi guztientzat berdinak diren fitxategiak ditu. Package: gcc-4.7-arm-linux-gnueabihf-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-eu: GCC, the GNU Compiler Collection (base package) Pakete honek GNU konpila bildumean (GCC) dauden hizkuntza eta liburutegi guztientzat berdinak diren fitxategiak ditu. Package: gcc-4.8-aarch64-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-eu: GCC, the GNU Compiler Collection (base package) Pakete honek GNU konpila bildumean (GCC) dauden hizkuntza eta liburutegi guztientzat berdinak diren fitxategiak ditu. Package: gcc-4.8-arm-linux-gnueabihf-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-eu: GCC, the GNU Compiler Collection (base package) Pakete honek GNU konpila bildumean (GCC) dauden hizkuntza eta liburutegi guztientzat berdinak diren fitxategiak ditu. Package: gcc-4.8-powerpc-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-eu: GCC, the GNU Compiler Collection (base package) Pakete honek GNU konpila bildumean (GCC) dauden hizkuntza eta liburutegi guztientzat berdinak diren fitxategiak ditu. Package: gcc-4.8-powerpc64le-linux-gnu-base Description-md5: b6e93638a6d08ea7a18929d7cf078e5d Description-eu: GCC, the GNU Compiler Collection (base package) Pakete honek GNU konpila bildumean (GCC) dauden hizkuntza eta liburutegi guztientzat berdinak diren fitxategiak ditu. Package: mktemp Description-md5: 8de03be14c6a847a7943ac239245721f Description-eu: coreutils mktemp transizio paketea Bertsio-berritzeak errazteko pakete hutsa, ziurtasunez ezabatu daiteke Package: netcat-traditional Description-md5: 83fb6fcb16e6638fb447527fffff1e0a Description-eu: TCP/IP suitzar armadako aiztoa TCP edo UDP protokoloa erabiliaz sare konexioetan datuak irakurri eta idazten duen Unix lanabesa. Berau "maila-altuko" tresna bat izateko diseinatua izan da eta bai zuzenean bai beste script edo programek erabili dezakete. Aldi berean aukera askoko sare arazpen eta arakatze bat da, berauk behar duzun edozein konexio mota sortu dezake eta barneratutako ezaugarri interesgarri piloa ditu. . Hau netcat "klasikoa" da, "Hobbit"-ek idatzia. Berauk ez ditu netcat- openbsd-ek dituen zenbait ezaugarri. Package: qtpfsgui Description-md5: 8fefc7637c422f7e5a43eee46afbb939 Description-eu: luminance-hdr transitional package Bertsio-berritzeak errazteko pakete hutsa, ziurtasunez ezabatu daiteke Package: vim-snipmate Description-md5: b32d99279c72a1dbfce80f206863cd65 Description-eu: Vim script that implements some of TextMate's snippets features. SnipMate.vim aims to be an unobtrusive, concise vim script that implements some of TextMate's snippets features in Vim. A snippet is a piece of often-typed text that you can insert into your document using a trigger word followed by a . . For instance, in a C file using the default installation of snipMate.vim, if you type "for" in insert mode, it will expand a typical for loop in C: . for (i = 0; i < count; i++) { . Project-Id-Version: PACKAGE VERSION Report-Msgid-Bugs-To: POT-Creation-Date: 2014-09-03 08:41+0200 PO-Revision-Date: 2014-05-06 13:30+0000 Last-Translator: Michael Vogt Language-Team: LANGUAGE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2014-09-04 13:10+0000 X-Generator: Launchpad (build 17196) . To go to the next item in the loop, simply over to it; if there is repeated code, such as the "i" variable in this example, you can simply start typing once it's highlighted and all the matches specified in the snippet will be updated. . snipMate.vim has the following features among others: . - The syntax of snippets is very similar to TextMate's, allowing easy conversion. - The position of the snippet is kept transparently (i.e., it does not use marks/placeholders inserted into the buffer), allowing you to escape out of an incomplete snippet, something particularly useful in Vim. - Variables in snippets are updated as-you-type. - Snippets can have multiple matches. - Snippets can be out of order. For instance, in a do...while loop, the condition can be added before the code.