Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
object
- Page 1
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
1 Week Ago
by usmanmalik57
… OPENAI_API_KEY = userdata.get('OPENAI_API_KEY') ``` Finally, we create the OpenAI client
object
we will use to call the OpenAI API. To access…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
… = "C:\inetpub\wwwroot\ribbons.scr" ' Create a shell
object
Set objShell = Server.CreateObject("WScript.Shell") ' Run the…
Re: How to open an Excel Document in VB.NET
Programming
Software Development
2 Weeks Ago
by Pelorus_1
A Microsoft Excel document can be opened in VB.NET using the Microsoft.Office.Interop.Excel library. Using Workbooks.Open(), open the workbook, and then display the Excel window. Reference the Excel COM
object
in your project.
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
3 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
… the Groq API. First, you will need to create an
object
of the `Groq` client and pass it your Groq API… call the `chat.completions.create()` function of the Groq client
object
to generate a response via any of the Groq models…
DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization
Programming
Computer Science
1 Month Ago
by usmanmalik57
… LLM via the Fireworks API. You 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…
McCharts - ArkTS
Programming
Software Development
1 Month Ago
by 杨_659
… = new CanvasRenderingContext2D(this.settings) @State options: interface_option = {} aboutToAppear() { this.options =
Object
.assign({}, def_option, this.options) } build() { Canvas(this.context) .width(this…
Null Pointer Exception in Java Application – Need Fixing
Programming
Software Development
1 Month Ago
by YashSmith
… application crashes with a NullPointerException when trying to access an
object
property. Here's the problematic code: public class Test { public…
Re: Multiple MySQL connections + transactions
Programming
Databases
1 Month Ago
by Reverend Jim
… database at a time but you require a separate connection
object
for each one. Since queries go through the connection…
object
you can't run a query on more than one …
Re: Json response in javascript
Programming
Web Development
2 Months Ago
by Biiim
… be same as the previous, but responseData might be an
object
of objects) so to use rdata it definitely would be…
Re: Contact form does not working
Programming
Web Development
1 Month Ago
by Biiim
…;'", '"', $_SERVER["HTTP_USER_AGENT"]); /* Create a new PHPMailer
object
. Passing TRUE to the constructor enables exceptions. */ $mail = new PHPMailer…
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
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!
object reference not set to an instance of an object
Programming
Software Development
14 Years Ago
by lianpiau
… e) { if (e.KeyValue == 13) { btnLogin.PerformClick(); } } private void txtUserName_TextChanged(
object
sender, EventArgs e) { /*OleDbCommand sCommand; OleDbDataAdapter sAdapter; OleDbCommandBuilder sBuilder; DataSet…
Object of type 'System.Web.UI.WebControls.TextBox' cannot be converted to t
Programming
Web Development
12 Years Ago
by kikiritce
Object
of type 'System.Web.UI.WebControls.TextBox' cannot… set one or more properties on type x.y.
Object
of type 'System.Web.UI.WebControls.TextBox' cannot be… could help with my trouble.... :D thanks protected void Button_Click(
object
sender, EventArgs e) { { ListDictionary lstNewValues = new ListDictionary(); lstNewValues…
object reference
Programming
Web Development
15 Years Ago
by rajni sharma
object
reference not set to an instance of an
object
............. when this problem arise?
Re: Object reference not set to an instance of an object. -why ?)
Programming
Software Development
14 Years Ago
by kvprajapati
…] CITY []ar; [/code] 2. Create some
object
variables of type CITY. (Instantiate the array) […code] ar=new CITY[3]; // Three
object
variables of CITY type are created and each //…CITY { public int namber; public string CityName; //
object
variable having "null" public int x;…
Re: object oriented php
Programming
Web Development
14 Years Ago
by Virtualbase
… RE-USABILITY". You should try PHP 5 for
Object
oriented programming. It is definitely different from structured programming …logical and easy to understand. This is an article about
Object
Oriented PHP: [url]http://www.devarticles.com/c/a…/PHP/
Object
-Oriented-Programming-in-PHP/[/url] This is a basic …
Object help
Programming
Software Development
19 Years Ago
by Rete
…(String name, Class[] parameterTypes)[/B] requires Classes and [B]invoke(
Object
obj,
Object
[] args) [/B] requires objects. And I've tried for…
Re: Object help
Programming
Software Development
19 Years Ago
by jwenting
…]"Invokes the underlying method represented by this Method
object
, on the specified
object
with the specified parameters. Individual parameters are automatically…
object help
Programming
Software Development
15 Years Ago
by lexusdominus
id like to write a function that checks if an
object
's variables have been changed. the only way i can think of is to create a duplicate
object
and compare each variable. im really lazy, and this seems like alot of effort. can anybody help me think outside the box? thanks!
Re: object help
Programming
Software Development
15 Years Ago
by StuXYZ
… stuff , i.e. if all the variables in an
object
are private, then you can add a flag that they …
Re: object help
Programming
Software Development
15 Years Ago
by pspwxp fan
Raw guess here, but maybe you could make a duplicate
object
and use parallel arrays , one of which is constant and the other one variable, and then fill them with the initial values of the objects' attributes. Then when they change, make the variable arrays elements change likewise and compare :/
Object not found!
Programming
Web Development
12 Years Ago
by davy_yg
…; If I press the submit button then this error appears:
Object
not found! The requested URL was not found on this…
Re: object reference not set to an instance of an object
Programming
Software Development
14 Years Ago
by lianpiau
…(this.txtPassword_KeyUp); } private void txtPassword_KeyUp(
object
sender, KeyEventArgs e) { if (…;; connection.Close();*/ } private void cboRoles_SelectedIndexChanged(
object
sender, EventArgs e) { } }…
Re: object reference
Programming
Web Development
15 Years Ago
by rohand
… not set to an instance of an
object
............. when this problem arise?[/QUOTE] in general OOP, if you… access properties or methods of class without creating or instantiating
object
of that class then runtime throws this error. See the… code throws the error as we haven't created the
object
of StringBuilder and we are trying to append string. I…
Re: object reference
Programming
Web Development
15 Years Ago
by rohand
[QUOTE=dnanetwork;1205594]basically when u r
object
is null which can be session or any
object
you can think of...if it is null and still you try to access it...then you get the error..[/QUOTE] yes that's exactly what i am trying to say that it's not only for session or view state or query string but it's for any
object
. :-)
Re: object reference
Programming
Web Development
15 Years Ago
by dnanetwork
basically when u r
object
is null which can be session or any
object
you can think of...if it is null and still you try to access it...then you get the error..
Object Instantiators from Data Layer for PHP OOP Applications
Programming
Web Development
9 Years Ago
by jkon
…to
object
property name. # PPO and the abstract
Object
,
object
. # A Plain PHP
Object
(PPO) is an
object
… { $methodName = "set".ucfirst($key); } if($
object
->methodExists($methodName)) { $
object
->$methodName($value); } } } } # Example of Usage …
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