Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
prompt
- Page 1
Re: Cannot run exe from asp.net
Programming
Web Development
5 Hours Ago
by lennyli
… held for a second, then released back to the command
prompt
. > > So did it even give you `print("…. > > > A very basic test: At the console
prompt
on your client machine, type `ping 192.168.0.2… command didnt output any text before returning control to command
prompt
even if i added the suggested code print('server begin…
Re: Cannot run exe from asp.net
Programming
Web Development
8 Hours Ago
by Salem
… held for a second, then released back to the command
prompt
. So did it even give you `print("Waiting for… isn't running. A very basic test: At the console
prompt
on your client machine, type `ping 192.168.0.2…
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
6 Days Ago
by usmanmalik57
… row['human_summary'] print(f"Summarizing article {i}.")
prompt
= f"Summarize the following article in 1150 characters. …quot;role": "user", "content":
prompt
}], max_tokens=1150, temperature=0 ) generated_summary = response.choices[0].message…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Day Ago
by lennyli
… held for a second, then released back to the command
prompt
. When I run the command "python client.py"…
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 …
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.
Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by usmanmalik57
… `generate_response()` function, which accepts the system instructions and the user
prompt
. Finally, you need to call the `chat.completions.create()` function…
开源啦!!!基于鸿蒙 ArkTS 封装的图表组件《McCharts》,大家快来一起共创
Programming
Software Development
1 Month Ago
by 杨_659
… before release. However, *bug-free code is a myth*, so
prompt
feedback is appreciated! --- ### **Open-Source Management** We chose **GitHub** for…
Re: Best way to find a segment of code that matches a given input segment?
Programming
Software Development
1 Month Ago
by Dani
… good at you at prompting LLMs? What would you even
prompt
the LLM to look for to consider the matches similar…
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!
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: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by rproffitt
"Wiz Research Uncovers Exposed DeepSeek Database Leaking Sensitive Information" "Security researchers tested 50 well-known jailbreaks against DeepSeek’s popular new AI chatbot. It didn’t stop a single one." It only seems to get worse the more you look at DeepSeek. And I must note how it is known to not want to talk about …
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by policenbicleara
Llama-70B struggles with sentiment analysis (69% accuracy) vs. Qwen-32B (87%). Summarization performance is weaker, with lower ROUGE scores. Qwen-32B is the better choice—smaller, faster, and more accurate.
Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’
Community Center
1 Month Ago
by rproffitt
UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance.
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
1 Month Ago
by Pelorus_1
Great breakdown of DeepSeek R1 Distill LLaMA 70B! The explanation of text classification and summarization is clear and insightful. Appreciate the practical examples—makes implementation much easier. Thanks for sharing!
Prompt input not reading to constuctor function.
Programming
Web Development
13 Years Ago
by AODfan
…I am missing or how to make the
prompt
function information to feed to the constructor,…( ) { //Prompting for users information var first_name =
prompt
( "Please enter your first name: " ); var…;Please enter your area code: " ); var phone_number =
prompt
( "Please enter your phone number: " ); } …
Re: Prompt input not reading to constuctor function.
Programming
Web Development
13 Years Ago
by AODfan
…? ie. [code] function getinfo( ) { //Prompting for users information var first_name =
prompt
( "Please enter your first name: " ); var last_name…;Please enter your area code: " ); var phone_number =
prompt
( "Please enter your phone number: " ); var person = new …
prompt box verification
Programming
Web Development
10 Years Ago
by UK-1991
…homepage. I have created this in php but the
prompt
box is always created in javascript how can i …form> and here is the code i created for
prompt
box <script type="text/javascript">… nam=window.
prompt
("Enter Your name:","Name plz"); window…
Re: prompt box verification
Programming
Web Development
10 Years Ago
by diafol
… what I can see. Really don't understand the js
prompt
. I would create a proper login (username and password), hash… pointless as it just echoes whatever is typed into the
prompt
. The
prompt
value doesn't go anywhere. You'd need Ajax…
prompt the user to change background and foreground
Programming
Software Development
17 Years Ago
by sickly_man
…part....im doing something wrong with displaying my
prompt
and getting keyboard input. thanks in advance…TLINK linker and running this in the Windows command
prompt
. [code] TITLE Homework 7 attempt # 2 … 09 mov dl, 30 int 10h ; DISPLAY
PROMPT
TO USER mov ah, 09H lea bx, prompt1…
prompt for and execute javascript command
Programming
Web Development
16 Years Ago
by sid78669
…, I want to write a small snipet which will first
prompt
the user to input a javascript command, and then execute… there any way to do it?? say the
prompt
is like: [CODE=javascript]javascript:
prompt
();[/CODE] (its working) and the command is…
prompt modification PS1="\W $ " modifying \W to \Wn
Programming
Software Development
15 Years Ago
by Duker
….html[/url] shows the best place to change the shell
prompt
(which is .bashrc). However, the previous page of that document… sequences offered by the Bash shell for insertion in the
prompt
(From the Bash 2.04 man page) I found that…
prompt box mysql
Programming
Web Development
14 Years Ago
by amie900218
…you guys can help me. ok, i have create a
prompt
box that will ask user to enter a password, and… this
prompt
box will take user to secured page. [CODE] <… type="text/javascript"> function show_prompt() { var name=
prompt
("Please enter your password","Fill Here"…
Re: prompt box verification
Programming
Web Development
10 Years Ago
by UK-1991
… be building but that needs to be done in the
prompt
box not in the input field. and the password will…
Re: prompt box verification
Programming
Web Development
10 Years Ago
by UK-1991
Okay so sir what will you suggest me to go with or to do please advise me so I can do for it and yes i also have to use session start query right. but using a
prompt
box i will also try your hash query but didnt know to with using propmt box. Thank You
Re: prompt box verification
Programming
Web Development
10 Years Ago
by diafol
I wouldn't use a
prompt
box at all. It looks absolutely horrible too. Can't …
Prompt dialog box appear before submit Form
Programming
Web Development
15 Years Ago
by tryphy
… form submission. The function that i need is adding a
prompt
dialog box to confirm befor the user submits the form… goes back to the page where he was befor the
prompt
dialog box appear.. How can this be implemented in php…
Re: prompt modification PS1="\W $ " modifying \W to \Wn
Programming
Software Development
15 Years Ago
by Salem
Or - download the source code for bash - hack the code which handles \w in
prompt
strings - suggest to the maintainers this is a handy feature between no path and ridiculously long paths - upload (or just enjoy your local mods)
Prompt message at the time when deadline comes
Programming
Web Development
12 Years Ago
by khushhappy
Dear All, i want to make a program through which, our chairman gets a
prompt
message one day before a deadline of a specific event comes. In database, il make a database fields like, **serialno, file, intial date, deadline date, status** how a user to get a deadline
prompt
message continues blinking when a deadline of a file comes? Help Please !
Re: Prompt message at the time when deadline comes
Programming
Web Development
12 Years Ago
by Bachu
Compare Today date and Dead line date... If Today date is less than deadline date , Print your
Prompt
message in blinking area.. If you have any doubt in date and date comparison, please check http://php.net/manual/en/function.date.php http://www.highlystructured.com/comparing_dates_php.html
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