Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
pass
- Page 1
Integrating OpenAI Web Search API in LangGraph
Programming
Computer Science
14 Hours Ago
by usmanmalik57
… integrated as the `web_search_preview` tool in LangGraph. You need to
pass
this as a value to the `type` key in a…
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
2 Weeks Ago
by usmanmalik57
…'], 'rougeL': rouge_scores['rougeL'] }) return results ``` In the script below we
pass
the `gpt-4.1` model id to the `summarize_articles_with_model()` function…
Re: Do backlinks to disallowed URLs help the domain overall?
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by ashleydent4u
… signals for ranking, the disallowed pages won’t really help
pass
any "link equity" to other pages on the…
DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization
Programming
Computer Science
2 Months Ago
by usmanmalik57
… must create a client object of the `Fireworks` class and
pass
it your API key. Next, call the `chat.completions.create…()` method of the client object and
pass
it the path of the model you want to call… of the first 20 articles in the dataset. You can
pass
the model name, path, and sleep time to this function…
McCharts - ArkTS
Programming
Software Development
1 Month Ago
by 杨_659
… most basic. But I control whether it is necessary to
pass
it here, and the default value is 100%. 2. The… the entire painting content, globally, to avoid the need to
pass
the font size for each small function. 4. Font color…
Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by usmanmalik57
… need to create an object of the `Groq` client and
pass
it your Groq API key. Next, we define the `generate_response…
Re: send checkbox to email using phpmailer
Programming
Web Development
2 Months Ago
by Dani
… passed in via $_POST. This ensures that someone doesn't
pass
in something like `$POST['oneway'] = '</p>Foo!<… purpose? Is there a different form that is used to
pass
in the values of oneway and return?
Re: Why my created link is not updating as a backlinks?
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by adilhassan
It can take some time for backlinks to show up, as search engines need to crawl and index them first. Make sure the pages where you placed the links are publicly accessible and indexed. Also, check if the links are nofollow, as those won’t
pass
link equity. Giving it some time and driving traffic to those pages can help speed things up!
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by Salem
… a CLI string in the first instance, before trying to
pass
it onto some other function expecting a CLI string. https…
Re: Why my created link is not updating as a backlinks?
Digital Media
Digital Marketing
Search Engine Strategies
1 Month Ago
by ashleydent4u
… links are do-follow, as no-follow links don’t
pass
SEO value. Sometimes, it just takes time for Google to…
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: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months 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!
Re: Okta apps validation
Programming
Web Development
1 Month Ago
by maplestar
Thanks for the information! It’s really helpful to know how to fix the account activation issue with just a click. Simple solutions like this make troubleshooting much easier. For more helpful tips and insights
Re: "Pass By Value In Java"?
Programming
Software Development
13 Years Ago
by Muralidharan.E
Pass
by value-
Pass
primitive datatype variable.
Pass
by reference-
pass
class Object.
Re: "Pass By Value In Java"?
Programming
Software Development
13 Years Ago
by mayaarjun
Pass
by value- passing the copy of the value.
Pass
by reference- passing the address itself rather than passing the value.
Re: Pass data from asp.net to php
Programming
Web Development
15 Years Ago
by Ramesh S
Pass
the value as a query string from asp.net to php. Also refer this link: [URL="http://www.codeproject.com/KB/cs/IntegrationTips.aspx"]Tips to Make ASP.NET Talk to ASP, PHP, RAILS and JAVA (Part 1)[/URL]
Re: Pass array of values from Javascript to PHP
Programming
Web Development
15 Years Ago
by wrivera
pass
them using post or get then you can access them …
Re: pass db entry from one page to another
Programming
Web Development
15 Years Ago
by MatthewGrace
Pass
the data as a query string. for example: [url]http://www.google.com/?shiv=10[/url] like that.
pass by help
Programming
Software Development
18 Years Ago
by Senekha
… the crap. I'm having problems with simple things like
pass
by values - I can't seem to get my head… on here. Any help is *greatly* appreciated. I want to
pass
this course, and the lectures aren't doing anything for…
Pass by Reference: Need help!
Programming
Software Development
16 Years Ago
by techgenie
… it works well when I
pass
by value. The assignment requires a
pass
by reference function or I…value. My dilemma is how do I call the
pass
by reference function properly. I am desperate. Please…cent(float); // function prototype (
pass
by value) void fahren(float &); // function prototype (
pass
by reference) // function main …
Re: pass by refrence help
Programming
Software Development
13 Years Ago
by MandrewP
…original paycheck remains unscathed. And so it is when we
pass
variables by value. But what if we wanted to …& whatever) { cout << whatever; //so whatever we
pass
to our function (it has to be a double) it…just have straight code to calulate the Fahrenheit and then
pass
that to your print function which takes a reference, and…
Pass function in C++, getting errors
Programming
Software Development
14 Years Ago
by dhruv_arora
…]; cout<<"Enter password :- ";
pass
=enterPass(); if(strcmp(
pass
,"myworld")==0) { cout<<"Correct Password… I am getting are :- [CODE] 24 C:\Users\Dhruv\Desktop\
pass
.cpp incompatible types in assignment of `char' to `char[15…
Pass POST parameter to other file
Programming
Web Development
2 Years Ago
by Stefce
…$username = "user"; $password = "
pass
"; $dbname = "name"; // Create … $_SERVER['HTTP_CLIENT_IP']; }elseif(!empty($_SERVER['HTTP_X_FORWARDED_FOR'])){ //ip
pass
from proxy $ip = $_SERVER['HTTP_X_FORWARDED_FOR']; }else{…
Pass Value & Pass-By-Reference
Programming
Software Development
17 Years Ago
by Moporho
… conversions. Requirements: 1. One of the functions must use
pass
-by-value, returning the converted measure 2. One of the… functions must use
pass
-by-reference to store its result (the function does …up correctly, but I want to see if the
pass
-by and
pass
values were correct. Can someone look at this …
Re: Pass function in C++, getting errors
Programming
Software Development
14 Years Ago
by nbaztec
…in it. My code was somewhat like this: [CODE] char
pass
[50]; int i=0; while(1) { char ch =… getch(); if(ch == '\r') {
pass
[i++]='\0'; break; } else if(ch=='\b') { cout<<…;"\b \b"; i--; } else
pass
[i++]=ch; } [/CODE] This should mask out characters while …
Re: pass generation regex
Programming
Web Development
13 Years Ago
by titosd
… var length = randomFromTo(8,12); chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890";
pass
= ""; for(x=0;x<length;x++) {…i = Math.floor(Math.random() * 62);
pass
+= chars.charAt(i); } if(repeats.test(
pass
)){ randomPassword(); } return
pass
; } function formSubmit() { passform.passbox.value …
Pass By Value, and what that really means
Programming
Software Development
17 Years Ago
by petzoldt01
…one thing that is causing some confusion is that functions
pass
arguments by value. This makes perfect sense for primitives,… copy of Date dt? I am horribly comfortable with
pass
by reference. And for all intents and purposes, it… seems that when you
pass
pointers and references, you are in essence passing by …
Re: Pass function in C++, getting errors
Programming
Software Development
14 Years Ago
by jonsca
…] std::string enterPass() { std::string
pass
; cin >>
pass
; //provided no spaces, otherwise use getline return
pass
; } in your other function void…
pass multi-valued filter to xpath?
Programming
Software Development
14 Years Ago
by mvee
… value per parameter at a time. I would like to
pass
in more than one. e.g. country - state - city 1…. select USA as country 2.
pass
USA to state - got this, ok 3. now, select Washington…, Oregon, California 4. how do I
pass
these states to city's xml/xpath datasource for filtering…
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