Package: 2vcard Description-md5: f6f2cb6577ba2821b51ca843d147b3e1 Description-sq: Perl script për të konvertuar një libër adresash në një dokument format vCard 2vcard është një perl script i vogël që mund ta përdorësh për konvertimet në formatin popullor vcard. Aktualisht 2vcard mund të konvertojë vetëm libra adresash dhe "alias files" nga këto formate: abook,eudora,juno,ldif,mutt, mh dhe pine. . Formati VCARD përdoret nga gnomecard. Për shembullfor siç përdoret nga "balsa email client". Package: 3270-common Description-md5: a1fad8fe7f911b2c01164ff75d013e53 Description-sq: Dokumenta të zakonshëm për emulatorët IBM 3270 dhe pr3287 3270-common contains files referenced in other 3270 packages Package: 6tunnel Description-md5: 48c79c738bde16847fbc9577329a56f0 Description-sq: TCP proxy për aplikacione pa IPv6 6tunnel ju lejon të përdorni shërbimet e ofruara nga hostet IPv6, me aplikacionet qe kan vetëm IPv4 dhe anasjelltas. Ai mund të lidh adresat tuaja IPv4 apo IPv6 duke dërguar te gjitha të dhënat tek IPv4 apo IPv6 host. . Mund të përdoret si shembull për një IPv6 IRC proxy Package: 9wm Description-md5: 41ad7a3fb8957b989a3bd02e7e167200 Description-sq: Emulimi i Plan 9 dritare menaxhere 8-1/2 9wm is an X window manager which attempts to emulate the Plan 9 window manager 8-1/2 as far as possible within the constraints imposed by X. . It provides a simple yet comfortable user interface, without garish decorations or title-bars. Or icons. And it's click-to-type. Package: pyrocket Description-md5: 4a7afca7d7ff963501efd505a465b3e7 Description-sq: kontrollo Striker II dhe Dream Cheeky raketë-hedhësin USB pyrocket is used to operate USB foam dart launchers. It supports many models, and for some, has considerably more functionality than the drivers provided by the manufacturer. One may find it useful as a starting point for controlling other USB devices, or just for waging cubicle warfare. . pyrocket automatically detects the launcher(s) and a joystick, and a video window is provided for webcam-enabled devices. pyrocket currently supports the "circus cannon", "original" and "webcam" USB Missile Launchers sold by Dream Cheeky, as well as the Striker II USB Laser Guided Missile Launcher marketed by Ninja Gizmos. Package: vim-snipmate Description-md5: b32d99279c72a1dbfce80f206863cd65 Description-sq: 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: ddtp-ubuntu Report-Msgid-Bugs-To: FULL NAME POT-Creation-Date: 2014-09-03 08:41+0200 PO-Revision-Date: 2014-05-06 13:30+0000 Last-Translator: FULL NAME Language-Team: Albanian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Launchpad-Export-Date: 2014-09-04 12:39+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.