-1
votes
0answers
44 views
How to add glowing outline around object stored in transparent png ? [closed]
I have 32-bit png with transparency. Image contains object on transparent background. Object might be semi transparent.
I want to use ImageMagick to add glowing outline around the object. Color of …
0
votes
2answers
23 views
php convert date to datetime
hi,
i need to convert a date in this format:
November 28, 2009
to a mysql date format:
2009-28-11
what's the best method to convert the date using php?>
thanks.
2
votes
4answers
106 views
What is the fool proof way to convert some string (utf-8 or else) to a simple ASCII string in python
Inside my python scrip, I get some string back from a function which I didn't write. The encoding of it varies. I need to convert it to ascii format. Is there some fool-proof way of doing this? I …
0
votes
1answer
24 views
PHP Print_r to AS3 Array conversion
I find myself frequently outputting PHP Array data into AS3 applications and I'm always having to do it the hard way - comma delimated, base-64 converted data with custom packers/unpackers on either …
1
vote
4answers
80 views
Python2.x to 3.x conversion
Is there any tool available to automatically convert Python 2.x scripts to Python 3.x? Or do you still have to convert it manually? 2.x-3.x auto-converter would be really helpful (to everyone else …
1
vote
2answers
57 views
Tutorial for converting PHP applications to Cocoa?
I do a lot of coding in PHP and MySQL, but I'm looking at moving my applications to a desktop environment in order to allow users to access the data offline, and periodically receive updates from a …
0
votes
6answers
125 views
How to calculate difference in hours (decimal) between two dates in SQL Server?
I have to calculate the difference in hours (decimal type) between two dates in SQL Server 2008.
I couldn't find any useful technique to convert datetime to decimal with 'CONVERT' on MSDN.
Can …
2
votes
2answers
143 views
How to convert NSInteger to int
hi,
e.g. NSInteger called a
[a value] is a EXC_BAD_ACCESS
how to convert NSInteger to int ?
(only small numbers < 32 are used)
1
vote
2answers
45 views
How do I convert a MySQL function result to tinyint(1)
Here's the problem. In MySQL's Connector/NET a TINYINT(1) field properly translates back and forth into a .NET bool value. If I select from a table with a TINYINT(1) column, everything is golden. …
0
votes
3answers
52 views
Converting from prototype to jQuery - javascript / ajax
I'm looking for some help converting this from prototype to jQuery. I'm doing some free work for a charity and updating a system they use to track and assign volunteers. I've managed to convert …
0
votes
3answers
92 views
Mysql: latin1-> utf8. Convert characters to their multibyte equivalents
There was a table in latin1 and site in cp1252
I want to have table in utf8 and site in utf-8
I've done:
1) on web page: Content-Type: text/html;charset=utf-8
2) Mysql: ALTER TABLE XXX CONVERT TO …
0
votes
2answers
73 views
Convert Seconds Integer To HH:MM, iPhone
Hi there,
I am struggling with this. I have a value in seconds that I want to display in a label in HH:MM format. I have searched the internet for ages and found some answers, but either not fully …
0
votes
1answer
48 views
Condensing Stock Data
I have a data set that is composed as such:
2009,11,01,17,00,23,1.471700,1.472000
2009,11,01,17,01,04,1.471600,1.471900
2009,11,01,17,01,09,1.471900,1.472100
2009,11,01,17,01,12,1.472000,1.472300
…
0
votes
1answer
12 views
I need to convert a returned number in a report with text?
I have a value in a report that is returned as a number for example 1 - What i am trying to do is whenever 1 is displayed in the report i want it to show text such as Program Live.
I am using crystal …
5
votes
7answers
256 views
How can I convert PDF to HTML?
What good libraries are there, in any common language, for converting PDF to HTML?
