Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
output
- Page 1
Integrating OpenAI Web Search API in LangGraph
Programming
Computer Science
4 Weeks Ago
by usmanmalik57
…Paris? What is the todays date?"}) print(res['
output
'][0]['text']) ``` **
Output
:**  print(res['
output
'][0]['text']) ``` **
Output
:**  - 1); echo $new_text; The
output
breaks the characters and shows garbage. How do I fix this?
Re: How do I remove the last character without breaking the string?
Programming
Web Development
1 Week Ago
by MAY_261
Use mb_substr() instead of substr(). It handles multibyte characters and emojis correctly. Here is the correct code: $text = "私の名前はダバーです👩🚀"; $length = mb_strlen($text, 'UTF-8'); $new_text = mb_substr($text, 0, $length - 1, 'UTF-8'); echo $new_text; https://flatcoding.com/tutorials/php/php-remove-last-…
Re: How do I remove the last character without breaking the string?
Programming
Web Development
1 Week Ago
by Montasser_1
> Use mb_substr() instead of substr(). It handles multibyte characters and emojis correctly. > > Here is the correct code: > > > > $text = "私の名前はダバーです👩🚀"; > $length = mb_strlen($text, 'UTF-8'); > $new_text = mb_substr($text, 0, $length - 1, 'UTF-8'); > echo $new_text; > …
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
1 Month Ago
by usmanmalik57
… value counts print(dataset["airline_sentiment"].value_counts()) ``` **
Output
:** ``` airline_sentiment neutral 34 positive 33 negative 33 Name: …Shape: {filtered_dataset.shape}") filtered_dataset.head() ``` **
Output
:** ` so it be `label9->Text…
Re: How Can I Hookup My Mobile Phones To My PC Monitor ?
Hardware and Software
Hardware
Mobile and Wearables
2 Months Ago
by Fitmovers
If you want to connect your Samsung Galaxy A9 to your Dell E1916HV monitor, you'll need a USB-C to HDMI adapter (if your phone supports HDMI
output
). Since your phone has only USB ports, check if it supports Samsung DeX or screen mirroring via an MHL adapter. If your monitor only has VGA input, you might also need an HDMI to VGA converter.
Re: Cannot run exe from asp.net
Programming
Web Development
1 Month Ago
by lennyli
…(command) 'result = objShell.Exec(command) ' Clean up Set objShell = Nothing '
Output
the result Response.Write("Executable executed with result: "…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Month Ago
by lennyli
…; on the client pc, it waited a few seconds, then
output
the error: C:\Users\maxwi>python client.py Traceback…
Re: Java Coin Flip Program
Programming
Software Development
1 Month Ago
by jassonadder
…. Let me know if you want a version with file
output
or a GUI later on—happy to help!
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
1 Month 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.
output
Programming
Software Development
11 Years Ago
by mr.unknown
i want an
output
and i have tried but can't get this...…;<endl; } system("PAUSE"); return EXIT_SUCCESS; }
OUTPUT
: X X X X X X X X X X… X X X above is the code and its
output
tell me where i am wrong and how to…
Output
Programming
Software Development
17 Years Ago
by jmines
… is this that it does not show
output
. whenever I run the program, the
output
screen flashes and nothing else happens. (using…
output
Programming
Software Development
14 Years Ago
by sss33
out = open ("
output
.jh") towrite= a+b out.write (towrite) When you want to put an
output
to a file. instead of the information going right next to eachother how could they go one over the other in the file. This would be for many different outputs.
Output
Programming
Software Development
14 Years Ago
by coco24
… code would be. I believe I am getting the wrong
output
due to some technical problems with my computer. [code] public…
Re: output
Programming
Software Development
11 Years Ago
by Lucaci Andrew
…/2) break; } cout<<endl; } return 0; } Having as
output
this: X X X X X X X X X…
Re: output
Programming
Software Development
11 Years Ago
by ddanbe
@mr.unknown: your code will never produce the
output
you gave. Remove the **endl** on line 13 an place it elsewhere.
Re: output
Programming
Software Development
11 Years Ago
by mr.unknown
hmm tanx all guys i was just confused about "for loops" for rows and columns control.....later when i make some changes to my programm like shifting endl to next line and correct use of curly braces i got my
output
but i still not get the point that how 2 loops control the rows and colums one by one.....
Re: Output help!
Programming
Software Development
17 Years Ago
by TylerTCF
… file path...For some reason though, there is still no
output
in the results.txt. The cout was added to make… was filled up (it was)...now if it would just
output
, it'd be all done...any help again? Thanks in…
Re: output
Programming
Software Development
14 Years Ago
by redyugi
over? You mean on a different line?? If so, you should use a line break. [CODE]out = open('
output
.jh') towrite = a+'\n'+b out.write(towrite)[/CODE]
Re: output
Programming
Software Development
14 Years Ago
by sss33
[QUOTE=redyugi;1344475]over? You mean on a different line?? If so, you should use a line break. [CODE]out = open('
output
.jh') towrite = a+'\n'+b out.write(towrite)[/CODE][/QUOTE] where would the line break go ltwrite = v[6]+ " " + (int (b)) fout.write (ltwrite)
Re: Output
Programming
Software Development
14 Years Ago
by stultuske
and what is 'BoundedBag'? most times, trouble in
output
are not technical problems of your computer, it's just a difference between what a developer should've written, and what he actually wrote.
output +++++++
Programming
Software Development
17 Years Ago
by locy
how do i write a C programm with the
output
++++++ or *******
Re: output +++++++
Programming
Software Development
17 Years Ago
by Aia
[quote=locy;450248]how do i write a C programm with the
output
++++++ or *******[/quote] Give it as an argument to the printf() function, or learn how to use a [URL="http://www.geocities.com/learnprogramming123/Clesson9.htm"]loop[/URL].
Output help!
Programming
Software Development
17 Years Ago
by TylerTCF
… if the "timeanddate" match up. Then try to
output
the ones that do match. I am getting errors from…
Re: Output help!
Programming
Software Development
17 Years Ago
by mitrmkar
….size(); a++) { // [B]No ostringstream is needed here[/B], // instead
output
directly to the file ... DataFile3 << Search[a].date…
output
Programming
Software Development
16 Years Ago
by bussaina
what is the
output
for program below [code=c] int a = 5; int A = 8; A = 9; a = 7; printf ("%d%d", aA); [/code]
Re: output
Programming
Software Development
16 Years Ago
by Narue
…;Why a syntax error?" and "What does this
output
when the error is fixed?") all by yourself.
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