The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
23 views

How to join Beautiful Soup tags to create html [closed]

After parsing html with Beautiful Soup I'm left with a list of <class 'bs4.element.Tag'>'s, how do I convert this list back to html? attempt import requests, pprint from bs4 import ...
0
votes
0answers
13 views

What to do to load the cell data in reverse order in UITableView

I need to parse JSON Data and display it into a table view. what I need: string should display in reverse order-vertically (top item(cell) goes to bottom and vice versa) If i am getting data ...
1
vote
1answer
69 views

Convert an Unicode Hexadecimal String in VBA

I have some string data stored in a database which special characters are represented as Unicode Hexadecimal. I would like to convert the data. Does anyone know how to do that in VBA without by ...
1
vote
1answer
54 views

How to convert integer to hex in SASS

In lieu of something like the Map data structure that Chris Eppstein mentions as a work in progress for SASS, I'm trying to achieve something similar - mapping a string to a corresponding hex value, ...
2
votes
1answer
47 views

Python: what is the simplest way to convert utf8 string to &#0000;

I have a utf8 string with non-ASCII chars. I need to put it to html file in the ampersand-hash-digits-semicolon form. What is the best way to do this?
1
vote
4answers
160 views

Convert number in textbox to float C#

I have textbox that accept numbers. Those numbers will be saved in database. When I enter number like 2,35 and convert to float and send to database I get error because database accept only number ...
-1
votes
4answers
105 views

MYSQL: How to convert a string into a month (Number) [duplicate]

I have the short version of months: JAN, FEB, MAR, etc. and would like to convert them to it's respective numeric value: 1, 2, 3, etc Also, I would like to be able to change back and forth between ...
0
votes
1answer
57 views

In MySQL, how do I insert 1 when string value is 'true', 0 when false, while preserving nulls

I am using an INSERT query that SELECTs from a plain-text database into a more query-friendly database. The following is simplified a lot to prevent confusion with unnecessary information, if I've ...
0
votes
1answer
83 views

Number Format Exception when converting a string

The following code won't run and keeps throwing a Number Format Exception on the line the error is "Exception in thread "main" java.lang.NumberFormatException: For input string: "SAN 1905 1808+24 ...
2
votes
1answer
39 views

How to convert this to proper string?

I receive data from a php file I loaded using URLRequest in ActionScript 3. When I trace data.toString() I get the following output. ...
0
votes
2answers
430 views

Conversion from string to char - c++

For a program I'm writing based on specifications, a variable is passed in to a function as a string. I need to set that string to a char variable in order to set another variable. How would I go ...
0
votes
1answer
43 views

Variant string conversion in C/C in WinPE environment

I have C/C++ code issue wherein there's WMI query which retrieves instances of Win32_DiskDrive and gets its Size property. This property is retrieved as Variant type and then I have to convert it to ...
7
votes
4answers
204 views

Optimizing several million char* to string conversions

I have an application that needs to take in several million char*'s as an input parameter (typically strings less than 512 characters (in unicode)), and convert and store them as .net strings. It ...
2
votes
2answers
167 views

PHP: String to array, check spelling, back to string (preserving special characters)

I'm working on a custom spell checker (and learning as I go) that needs to do the following upon form submission: Convert the string submitted from textarea into an array of words. Search for each ...
1
vote
1answer
676 views

Converting ASP.Net GridView HTML into a string

We are trying to take the HTML from a GridView and store it into a String so that string can be used a a body of an email. So far we have used this coding in the code-behind: Protected Sub ...
1
vote
2answers
1k views

How to convert st_mtime (which get from stat function) to string or char

I need to convert st_mtime to string format for passing it to java layer, i try to use this example http://www.cplusplus.com/forum/unices/10342/ but compiler produce errors invalid conversion ...
0
votes
2answers
119 views

Convert HTML element ID to string for comparison

Is it possible to use the value of this.id from the following HTML code in a comparison ? <div id="Kids Bikes" class="album" onClick="javascript:loadPopupContent(this.id)"> <img ...
1
vote
2answers
443 views

How to convert a String from UTF8 to Latin1 in C/C++?

The question I have is quite simple, but I couldn't find a solution so far: How can I convert a UTF8 encoded string to a latin1 encoded string in C++ without using any extra libs like libiconv? ...
0
votes
1answer
92 views

C: Converting strings of doubles in a module (AKA in the kernel)

I'd love to use the outdated "atoi" kind of stuff, but it turns out I don't have it in kernel space. I have this code in the write method of my module. Writes are being controlled by me in user ...
0
votes
2answers
152 views

How to convert a double value to a string in order to output it to a window title bar under Win32 [duplicate]

Possible Duplicate: How do I convert a double into a string in C++? Convert double to string C++? Total C++ and Win32 noob here playing around in Visual Studio 2012 land, so bear with me ...
0
votes
1answer
228 views

C# convert string to double in locale

In my locale the decimal separator is a ','. However I would still like to write a C# application which works with numbers that use the '.' as decimal separator. string b = "0,5"; ...
1
vote
2answers
40 views

Good practice - type convertion

My application reads data from file and instantiates objects with that data. I can edit and create new object and set the attributes. My problem is with attribute "date" and its type. I don't know if ...
3
votes
4answers
568 views

What is the difference between Number(…) and parseFloat(…)

What is the difference between parseInt(string) and Number(string) in JavaScript has been asked previously. But the answers basically focused on the radix and the ability of parseInt to take a string ...
0
votes
2answers
199 views

How to convert a string to a double with 6-digit precision in C++?

I want to know how to convert a string like "1234.123456" to double or float. I need at least 3 digits precision (i.e. 3 digits after the decimal point, regardless of the number of digits before the ...
-1
votes
2answers
520 views

Android - converting string to long value

I am creating a fairly simple android application which is basically a timer, I am trying to make it so that you can set the timer length in the settings and then using preferences retrieve the value ...
-5
votes
2answers
230 views

How can i convert the string to int and count? [closed]

public void Save(string path , string fileName , PictureBox pb) { int framesNumberX = 0; int framesNumberY = 0; string fn; string t = ...
1
vote
1answer
532 views

Yii Mailer PHP Error Array to string conversion

The problem is the checkboxlist selection which is a multiple select. When I remove the following mailer code from the controller, the form is emailed... '{serviceItem}' => $model->selection, ...
0
votes
4answers
625 views

How to convert formatted strings to float?

I have a list of strings and I'd like to convert them to float if a pattern is matched. Here are some values and the expected result: 1000 -> 1000.0 1.000 -> 1000.0 1.000,000 ...
1
vote
1answer
199 views

how to convert a single-byte encoded string into UTF-32?

I know code page of the input string, for example CP 852, now I need to make it to the universal UCS-4 format. What function I should use. I'm doing it under WinXP with MingW.
2
votes
1answer
410 views

Converting UTF-8 to UTF-32, pre-calculating the number of 'chars' in each

I have a working algorithm to convert a UTF-8 string to a UTF-32 string, however, I have to allocate all the space for my UTF-32 string ahead of time. Is there any way to know how many characters in ...
0
votes
3answers
540 views

c++ how to convert my command line argument (MAC Address) to unsigned char

I have a program and I want to take a command line argument of a MAC address like "./myapp 00:11:22:33:44:55" Later on the MAC address is used for struct sockaddr_ll.sll_addr in an unsigned char ...
0
votes
1answer
131 views

ColorConverter fails with parsing ScRGB

I´m trying to parse a LinearGradientBrush from Xaml strings, without any problem I use the ColorConverter.ConvertFromString for normal text or html color conversion. Recently I came across some ...
0
votes
1answer
217 views

Locale-indepenent string to float conversion in python

I need to convert string to float, but there can be different input string formats, such as '1234,5' or '1234.5' or '1 234,5' or '1,234.5' or whatever. And I can not change locale decimal pointer or ...
1
vote
3answers
415 views

Hexadecimal over 7F into String in Java

I need to append some hexadecimal characters to my string. I'm trying this: content += Character.toString((char) Integer.parseInt(Integer.toHexString(originalSize).toString(), 16)); And it's ...
2
votes
1answer
5k views

Report Builder 3.0: How to convert string representation of dates in mm/dd/yy format using CDate

I'm building a report using Report Builder 3.0. The source system I'm working with has strings representing dates in the format of mm/dd/yy, but I want to show this to the end users as dd-MMM-yy ...
0
votes
3answers
206 views

Convert ordinals to numbers

I am looking for a solution that is somewhat related to Is there an easy way to create ordinals in C#? , but the inverse. I would like to automate the following conversions: First --> 1st Second ...
1
vote
3answers
2k views

string with special characters conversion

I know it's a very silly problem as I'm still newbie. Case : String A : An output string from an encryption algorithm ( contains special characters ) String B : An output string from a hash function ...
-2
votes
1answer
131 views

How to vectorize and accelerate strtime() logtime conversion on a data-frame

(EDIT: one of the issues here is scale, namely what works for one row will blow up/crash R on a 200,000 * 50 dataframe. For example, strptime must be applied column-wise, not row-wise, to avoid ...
0
votes
2answers
717 views

conversion between UINT and LPCWSTR in c++

How can I get the string representation (as LPCWSTR) of a variable of type UINT?
2
votes
1answer
442 views

floatval($moneyString) returning 0

Code: var_dump($prodCost); $prodCost = (float)$prodCost; var_dump($prodCost); result: string(5) "$4.57" float(0) What am I doing wrong here? I am looking for the result to be ...
0
votes
2answers
181 views

PHP: Convert specific-Bosnian characters to non-bosnian (utf8 standard chars)

In Bosnia we have following characters only used in latin-form in Bosnia and Croatia, so I'd need to convert these letters as following: FROM | TO ć | c č | c ž | z š | s đ | dj If ...
1
vote
3answers
881 views

How to convert from _bstr_t to System::String

Firstly, I'm some what new to C++/CLI. After doing some research I've found that I can use Marshal::PtrToStringBSTR to convert an IntPtr to System::String. So, is there a way to convert my _bstr_t ...
0
votes
1answer
160 views

W2CA possible loss of data, right?

I'm working a legacy VC++6 app that is trying to add in unicode support, i have a function that calls into a rpc call that expects and unsigned char, if I use the W2CA() macro on the string being ...
1
vote
2answers
2k views

VB.NET - any string to date conversion

Short question. I am trying to convert a string into Date (to put it later into INSERT command). My problem is that the string I am reading is always different (there is no rule what format it is ...
0
votes
1answer
920 views

Converting tchar[] to LPCWSTR

I am using FindFirstFile to traverse through a directory to search a dll. When I get the dll, I use the WIN32_FIND_DATA structure's cfilename to get the name of that dll. Now, I want to pass the dll ...
0
votes
4answers
2k views

wstringstream to LPWSTR

I have built up a string using wstringstream and need to assign it to a member of a struct of type LPWSTR. I try to use my_stringstream.str().c_str() but get the following compile time error: ...
4
votes
2answers
404 views

Beginner Python Question RE: String Formatting Type and repr() function

So I have this code: formatter = "%r %r %r %r" print formatter % (1, 2, 3, 4) print formatter % ("one", "two", "three", "four") And I get this output: 1 2 3 4 'one' 'two' 'three' 'four' ...
1
vote
3answers
301 views

What occurs when a string is converted to a byte array

I think that this is a newbie type question but I have quite understood this. I can find many posts on how to convert a string to a byte array in various languages. What I do not understand is what ...
1
vote
0answers
126 views

Compact long string with PathEllipsis in .Net

I have following string, which i am drawing in one of my treeview control using DrawString. @haTEST sadasd asd asd asd asd asd asd asd ### adssad asd asd asd asd asd asdasdasd The treeview is ...
1
vote
7answers
107 views

C# Should “as string” work like this?

as string caused me a problem when dealing with object arrays. The values after execution are shown in the comments. Should it work this way? object[] array = new object[2]; array[0] = 0.33; ...

1 2