Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
convert
- Page 1
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
5 Days Ago
by usmanmalik57
… multiple labels for the records in our dataset and then
convert
the output into binary labels using the `parse_outputs_to_dataframe()` function. Next…
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
4 Days Ago
by graceweb
It’s amazing how just a few strategic changes can turn a struggling funnel into a success story. The emphasis on trust signals and emotional storytelling really resonates—those elements create a connection that can be the deciding factor for prospects. Thanks for highlighting those key takeaways! It’s a good reminder that sometimes it’s not …
Convert website to apk
Hardware and Software
Cloud-based Apps
3 Weeks Ago
by Flaan4me
Convert
website to apk
Re: Convert website to apk
Hardware and Software
Cloud-based Apps
3 Weeks Ago
by Reverend Jim
If that is a demand then don't expect much in the way of positive feedback. If it is a request for help then a polite tone and much more information will likely lead to a better response.
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
2 Weeks Ago
by Pelorus_1
Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever.
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by Mr.M
Error can't
convert
char to Text when I output ComputerName to label Cannot
convert
parameter 1 from char[16] to system::String ^
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by Salem
… 1 from char[16] to system::String ^ You need to
convert
your char array to a CLI string in the first…
Re: I'm Tired! How to Increase Social Media Followers
Digital Media
Digital Marketing
2 Months Ago
by Heatman
Never make the mistake of paying for followers on any social media platform. All you're going to get are bots following your account that wouldn't
convert
into anything serious. Work hard in creating high quality contents. With time, your efforts will start paying off.
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by Mr.M
I tried that but I get this error Error 14 error C2440: 'initializing' : cannot
convert
from 'char [16]' to 'System::String ^' Regarding browser crashing, only with Dani its crashes on the other sites it doesn't crash
Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel?
Digital Media
Digital Marketing
1 Month Ago
by asadkhan12
Your post perfectly highlights the power of behavioral psychology in funnel optimization! The results speak for themselves—small yet strategic psychological tweaks can make a massive impact on conversions. Trust signals, emotional storytelling, and cognitive ease are often overlooked but make all the difference. The way you broke down each …
Re: Fine-tuning OpenAI Vision Models for Visual Question-Answering
Programming
Computer Science
2 Months Ago
by RKE2
Fine-tuning OpenAI Vision Models for visual question-answering is an exciting step forward in AI! It is amazing how these models can combine image recognition with natural language processing to provide accurate, context-aware answers. Cannot wait to see more advancements!
Convert this quick sort
Programming
Software Development
14 Years Ago
by mushahidh
CONVERT
THIS QUICK SORT PROGRAM INTO PARTITION OF 3,5,7OR …
convert arraylist
Programming
Software Development
10 Years Ago
by joshua_8
Convert
from int arraylist to string arraylist and double arraylist to string arraylist java
Re: convert any number to any base..
Programming
Software Development
14 Years Ago
by Radical Edward
… number that the user will enter and
convert
it in any base that the user will enter It …
Re: convert int to float in php
Programming
Web Development
15 Years Ago
by tonymaro
Convert
isn't the issue - you want to format the number with forced decimal places. Check out the PHP [URL="http://us2.php.net/manual/en/function.number-format.php"]number_format function[/URL] echo number_format($var3,2);
Re: Convert string of numbers to date
Programming
Web Development
10 Years Ago
by Hiroshe
>
convert
the date string to an actual date. > ["creation date"]=> float(1392057306) Wait, do you want to
convert
a string into a DateTime? Or a Unix timestamp into a DateTime? Or a string into a Unix time stamp? In any case, your progably looking for something from [here](http://www.php.net/manual/en/ref.datetime.php).
Re: convert from dbf (foxpro) database to mysql database
Programming
Databases
5 Years Ago
by rproffitt
Convert
or connect? Two entirely different problems to solve.
Convert
may have use export to a common format and import to SQL. Given all that's on the web, I'll stop here. Connect to an existing DBF might be what you really wanted. Google shows me I shouldn't write more: https://www.google.com/search?q=vb.net+dbf+connection+string
convert
Programming
Software Development
14 Years Ago
by sss33
How to
convert
numbers from a file into integers the numbers in the file are alerady split but they are strings. Doesnt anyone know how to
convert
them to integers so they can be manipulated as numbers.
Re: convert
Programming
Software Development
16 Years Ago
by ~s.o.s~
> how can you
convert
a string, which is stored in a vector, into an &…? Consider [URL="http://www.google.co.in/search?q=
convert
+string+to+int+java"]searching the archives on the…
convert
Hardware and Software
Hardware
17 Years Ago
by sanjubaba5
hi every body i request to all my friends to suggest me how i can
convert
NTFS partation to FAT partation ? it is possible ? kindly regards sanjay
convert
Programming
Software Development
16 Years Ago
by starsinthesky
how can you
convert
a string, which is stored in a vector, into an integer?
Re: convert
Programming
Software Development
16 Years Ago
by stultuske
[QUOTE=zeeyon;795555]how can you
convert
a string, which is stored in a vector, into an integer?[/QUOTE] the best answer here would be: don't if it's stored as a String, it may very well contain a numeric value that exceeds the limits of an int if it's stored as a String, it may also contain non-numeric values
Convert
Programming
Software Development
15 Years Ago
by billymcguffin
I was wondering if it is possible to
convert
audio files with python. like wma to mp3. thanks!
CONVERT
Programming
Software Development
15 Years Ago
by sulthana
input a number and
convert
it into binary, octal and hexadecimal using built in methods of integer class
convert while to for
Programming
Software Development
11 Years Ago
by hmx7
…/totalgp1, 2) print('Gpa: ', GPA) stop1 -= 1 I need to
convert
the two while loops into for loops, but i dont…
Convert Please!
Programming
Software Development
10 Years Ago
by better.atbcs
Can anyone please
convert
this to Javascript? function execute(array $ops) { $stack = new \SplStack(); …
Re: Convert this quick sort
Programming
Software Development
14 Years Ago
by Narue
[QUOTE]
CONVERT
THIS QUICK SORT PROGRAM INTO PARTITION OF 3,5,7OR 11 ELEMENTS.[/QUOTE] So you've pinched some code from the web and now want us to make it do what you need to get a good grade? Hmm, no. Do your own damn homework.
convert degrees to decimal equivalent
Programming
Software Development
15 Years Ago
by asong
… + " " + SecondsTotal); System.out.print("
Convert
the Degrees of the first angle to decimal equivalent"… / (60*60); System.out.print("
Convert
first angle,minutes1,seconds1 to decimal equivalent"… (60 * 60))"); System.out.print("
Convert
second angle,minutes2,seconds2 to decimal equivalent"); System…
Convert DSS to WAV without using NCH Switch
Programming
Software Development
15 Years Ago
by Tkumar
…(proc.HasExited) { proc.StartInfo.Arguments = "-hide -
convert
-addfolder \"" + sDSSFolder + "\" -…Application.DoEvents(); } } sw.Write("End
convert
dss to wav." + Environment.NewLine); lblStatus…
convert decimal to binary and hex ;;
Programming
Software Development
14 Years Ago
by baileys
…; increment DH by 1 AND AL, 0FH ;
convert
the ascii into decimal code SHL BX, 1 … @DISPLAY @NUMERIC_DIGIT: ; jump label OR DL, 30H ;
convert
decimal to ascii code @DISPLAY: ; jump label INT 21H…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC