background preloader

Sublime Text: The text editor you'll fall in love with

Related:  LocalizaciónlucvincentNetwork tools

Amaya Home Page Translations: be, da, de, es, fr, hi, hr, is, ja, kr, pl, ru, sr-latin, sr-cyrillic, th, uk, vn, zh-hans, zh-hant W3C's Editor Amaya is a Web editor, i.e. a tool used to create and update documents directly on the Web. Browsing features are seamlessly integrated with the editing and remote access features in a uniform environment. Work on Amaya started at W3C in 1996 to showcase Web technologies in a fully-featured Web client. Amaya started as an HTML + CSS style sheets editor. Amaya includes a collaborative annotation application based on Resource Description Framework (RDF), XLink, and XPointer. Amaya - Open Source Amaya is an open source software project hosted by W3C. The application was jointly developed by W3C and the WAM project (Web, Adaptation and Multimedia) at INRIA. It's development is stopped. Last Release Amaya 11.4.4 (18 January 2012). It supports HTML 4.01, XHTML 1.0, XHTML Basic, XHTML 1.1, HTTP 1.1, MathML 2.0, many CSS 2 features, and SVG.

Ipython/outil pour mettre une syntaxe de couleur au code LibreOffice Stable | Communauté LibreOffice francophone Choisissez votre système d'exploitation : <small><a href="/download/telecharger-libreoffice/?type=deb-x86_64&version=24.2.2&lang=fr">Linux (64-bit) (deb)</a><br /><strong>Linux (64-bit) (rpm)</strong><br /><a href="/download/telecharger-libreoffice/?type=mac-aarch64&version=24.2.2&lang=fr">macOS (Apple Silicon)</a><br /><a href="/download/telecharger-libreoffice/?type=mac-x86_64&version=24.2.2&lang=fr">macOS (Intel)</a><br /><a href="/download/telecharger-libreoffice/?type=win-x86&version=24.2.2&lang=fr">Windows (32-bit)</a><br /><a href="/download/telecharger-libreoffice/? TÉLÉCHARGERTorrent, Informations 24.2.2Si vous êtes un passionné de technologie, un adepte précoce ou un utilisateur expérimenté, cette version est faite pour vous ! Téléchargements supplémentaires : vous souhaitez une autre langue ? TÉLÉCHARGERTorrent, Informations 7.6.6Cette version est un peu plus ancienne et ne dispose pas des dernières fonctionnalités, mais elle a été testée pendant plus longtemps. SDK et code source

Télécharger Notepad++ gratuit Linux Commando: Splitting up is easy for a PDF file Occasionally, I needed to extract some pages from a multi-page pdf document. Suppose you have a 6-page pdf document named myoldfile.pdf. You want to extract into a new pdf file mynewfile.pdf containing only pages 1 and 2, 4 and 5 from myoldfile.pdf. I did exactly that using pdktk, a command-line tool. If pdftk is not already installed, install it like this on a Debian or Ubuntu-based computer. $ sudo apt-get update $ sudo apt-get install pdftk Then, to make a new pdf with just pages 1, 2, 4, and 5 from the old pdf, do this: $ pdftk myoldfile.pdf cat 1 2 4 5 output mynewfile.pdf Note that cat and output are special pdftk keywords. cat specifies the operation to perform on the input file. output signals that what follows is the name of the output pdf file. You can specify page ranges like this: $ pdftk myoldfile.pdf cat 1-2 4-5 output mynewfile.pdf pdftk has a few more tricks in its back pocket. $ pdftk myoldfile.pdf burst By default, the output files are named pg_0001.pdf, pg_0002.pdf, etc.

gmx-v - A .Net (C#) implementation of the LISA GMX/V standard. The GMX/V standard defines a standard way to count words and characters within a document and a standard XML format to share this data between applications. This code has been released to the community by Gould Tech Solutions. Library The code constitutes a reference implementation of the GMX/V standard, complete with unit tests, written in C#. Console Application A Windows application is available in the downloads section which allows you to retrieve a word count from a given XLIFF document by entering a command line. To use it, you must access the Windows command prompt. You can store this GMX/V output in a file by using the following command: WordCount.exe my_xliff_file.xlf > C:\gmxv.xml

The Tkinter Canvas Widget The Canvas widget provides structured graphics facilities for Tkinter. This is a highly versatile widget which can be used to draw graphs and plots, create graphics editors, and implement various kinds of custom widgets. When to use the Canvas Widget The canvas is a general purpose widget, which is typically used to display and edit graphs and other drawings. Another common use for this widget is to implement various kinds of custom widgets. Patterns To draw things in the canvas, use the create methods to add new items. from Tkinter import * master = Tk() w = Canvas(master, width=200, height=100) w.pack() w.create_line(0, 0, 200, 100) w.create_line(0, 100, 200, 0, fill="red", dash=(4, 4)) w.create_rectangle(50, 25, 150, 75, fill="blue") mainloop() Note that items added to the canvas are kept until you remove them. i = w.create_line(xy, fill="red") w.coords(i, new_xy) w.itemconfig(i, fill="blue") w.delete(i) w.delete(ALL) Concepts Canvas Items Coordinate Systems Item Specifiers: Handles and Tags x

yEd | Editeur de Graphes yEd is a powerful desktop application that can be used to quickly and effectively generate high-quality diagrams. Create diagrams manually, or import your external data for analysis. Our automatic layout algorithms arrange even large data sets with just the press of a button. yEd is freely available and runs on all major platforms: Windows, Unix/Linux, and Mac OS X. Key Features Import your own data from an Excel® spreadsheet (.xls) or XML Create diagrams with easevia an intuitive user interface. Automatically arrangeyour diagram elements. Export bitmap and vector graphicsas PNG, JPG, SVG, PDF, SWF yEd in 90 seconds Supported Diagrams yEd supports a wide variety of diagram types. Support Resources The yEd online support resources include the yEd Graph Editor manual and the yEd forum where you can give us feedback.

Télécharger Safari pour Windows 25, 465, 587... What port should I use? It's a common question that we receive here at Mailgun. To ensure connectivity to our Simple Mail Transfer Protocol (SMTP) endpoint, Mailgun offers multiple port options, but which one should you use? Let's first take a historical look at each port and then we'll discuss today's methodology for usage. If you're not a history buff, go to "Todays Usage". Historical Perspective In 1982, the University of Southern California submitted a proposal to the Internet Engineering Task Force (IETF). In December of 1998, R. What about port 465? The port was assigned for about one year when it was revoked in support of securing SMTP communications using Transport Layer Security (TLS). Mailgun supports TLS connections, which you can verify by connecting and issuing a "ehlo" from a command line interface. > telnet smtp.mailgun.org 587 Trying 50.56.21.178... You can test using the same command sequence on any SMTP server. Today's Usage What about today... To SMTP or not to SMTP 250 OK, Travis@MG

ArtfulBits > Products > Android > aiLocalizer Introduction Android Localizer is a simple application written with use of .NET Framework 2.0. It's main goal is to simplify localization of the application as much as possible, give user and developer a new tool that helps in localization providing. Application is very simple and has smallest learning curve. So even end user of the application can use it even without any deep technical skills. With help of that tool our team make Ukrainian localization for Android Cupcake branch. Features Automatic Translate (Google Translate) NEW!!! Troubleshooting For application work required Windows OS and .NET Framework 2.0 or higher. Q: How auto translation works? Q: After translation instead of unicode symbols I saw white boxes, what to do? Q: Application fails all the time, what to do? Q: How to create skipped elements? Q: Application searching for "notepad++.exe", but I don't have it. Q: I saw that application has customized Copyright in output XML. Feedback Technical Support Support Forum

Se puede configurar con fondo claro by christinafti Feb 24

Related:  Outils de rédactionCODEIDE pour HTML - CSS - JSCodingWorktoolsToolsSublime Text