Welcome To Snipplr


Everyone's Recent Snippets Tagged convert



« Prev 1 2 3 4 5 6
convert numbers to letters Ce module permet de convertir un chiffre entier de 0 à 99999999999999. La méthode utilisée est la décomposition du chiffre par récursivité. nous divisons le chiffre par les éléments suivant : 10^9 (milliard) 10^6 (...
0 4315 posted 4 years ago by martinbrait
convert numbers to letters (french) V2
0 1241 posted 4 years ago by martinbrait
convert numbers to text (french) V1
0 1848 posted 4 years ago by martinbrait
Microsoft Official Documentation: https://msdn.microsoft.com/en-us/library/8s62fh68(v=vs.110).aspx
0 1161 posted 6 years ago by clinaq
This technical tip shows how to convert PDF pages to TIFF image inside .NET Applications. The TiffDevice class allows you to convert PDF pages to TIFF images. This class provides a method named Process which allows you to convert all the pages in a...
0 1539 posted 7 years ago by sherazam
I can't say I can rely on mb_detect_encoding(). Had some freaky false positives a while back. The following code will detect when you need to enconde or decode it.
1 732 posted 8 years ago by fackz
Consulta que permite convertir todas las tablas en colación utf8
0 809 posted 8 years ago by ironcrema
In my previous snippet I have written about converting text to speech using C#. This code snippet can be used not just for allowing your computer to read txt aloud, but also for speech recognition. To implement this functionality I used Microsoft Sp...
0 1468 posted 9 years ago by warnerBro19
I have heard about this solution on the Facebook, and I thought it is worth to share my source code to help other developers interested in converting text to speech using C#. Text-to-speech refers to the ability of computers to read txt aloud. This f...
1 1066 posted 9 years ago by warnerBro19
This function takes HTML input and converts it to plain text. It needs improvement so that it converts multiple blank lines to a single blank line and converts an <a ... > link to the markup equivalent (same for images). It should be rewritten...
0 867 posted 9 years ago by nigelnquande
This technical tip shows how developers can convert email messages to other formats like EML, MSG & MHT in cloud using ruby language.
0 1001 posted 9 years ago by johansonkatherine
This snippets converts a file called 'test.mp3' in the same folder, to a file called 'test.ogg' and saves it in the same folder as well
0 1402 posted 9 years ago by dragoviandesign
This technical tip shows how to load any existing email message and modify its contents before saving it back to disk using Aspose.Email for Android API. To do this successfully, specify the MessageFormat when loading the email message from disk. In...
0 1003 posted 9 years ago by johansonkatherine
The Aspose.Note for .NET API allows developers to open files & manipulate elements of OneNote books & export them to PNG, GIF, JPEG, BMP and PDF formats. The following code sample shows developers how to save OneNote File as an image in C#/.NET
0 1528 posted 10 years ago by johansonkatherine
The following technical tip show how developers can Convert Chart in excel file to Image in java using Aspose.Cells component. Charts are visually appealing and make it easy for users to see comparisons, patterns, and trends in data. For instance, r...
0 1115 posted 10 years ago by johansonkatherine
The following technical tip show how developers can Convert Chart in excel file to Image in java using Aspose.Cells component. Charts are visually appealing and make it easy for users to see comparisons, patterns, and trends in data. For instance, r...
0 1076 posted 10 years ago by johansonkatherine
This technical tip shows how .NET developers can export Microsoft Visio diagram to XML inside their own applications using Aspose.Diagram for .NET. Aspose.Diagram for .NET lets you export diagrams to a variety of formats: image formats, HTML, SVG, SW...
0 1368 posted 10 years ago by johansonkatherine
This technical tip shows how each TIFF frame can be converted to JPEG and then these images to PDF file using Aspose.Pdf for Java. Aspose.Pdf for Java is very well capable of dealing with TIFF images and can easily transform them into PDF format. How...
0 1327 posted 10 years ago by johansonkatherine
Covnerts an IP address to it's relative hex value.
0 2043 posted 10 years ago by martyncoup
method to convert int to float in ObjC
0 1414 posted 10 years ago by pecta
Convert Excel file (XLS) to CSV
0 2231 posted 10 years ago by engebaja
This function returns the duration of the given time period in days, hours, minutes and seconds. For example: echo convertSecToStr('654321'); would return "7 days, 13 hours, 45 minutes, 21 seconds"
0 749 posted 11 years ago by apphp-snippets
Two static dictionaries for converting US state names to abbreviations, and the reverse.
0 2258 posted 11 years ago by misholson
This useful function will convert a time in seconds to a time in years, months, weeks, days, and so on.
0 1334 posted 11 years ago by goo
Convert 12-hour time format with hour, minutes, seconds, and meridiem into 24-hour format. Performs data correction to make sure hours, minutes and seconds have leading zeros if needed. The trick here is to use strtotime() where we pass the time...
0 3636 posted 11 years ago by kosinix
Formats a 10-digit phone number into a good format (123) 555-1234
0 1160 posted 11 years ago by cpres
For those cases where you want to code in PHP but need to deploy to ASP. It doesn't account for php logic but only converts the php include() statements into SSI includes. Could be useful for converting basic websites from php to asp, rare but it hap...
0 817 posted 11 years ago by crypticsoft
simple command that resize and crop, if necessary, an image, centering the image.
0 678 posted 12 years ago by artaserse
This PHP code is made to help people using the ActionScript 3 AlivePDF library to save PDF files from a Flash app to a server. ActionScript 3 AlivePDF save code: _pdf.save(Method.REMOTE, "save.php", Download.ATTACHMENT, "MyFile.pdf");
0 795 posted 12 years ago by vamapaull
Convert a form submit button code to a hyperlink code and hide the form
0 588 posted 12 years ago by pavlosvos
« Prev 1 2 3 4 5 6