Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
values
- Page 1
The Strength to Recreate Your Life
Community Center
2 Days Ago
by dustinharber34
…. You have the power to redesign it to reflect your
values
, your growth, and your dreams. What is one step you…
Re: The Strength to Recreate Your Life
Community Center
2 Days Ago
by Dani
Reminds me of the decision to pack up and move from New York to California. Best decision I've ever made.
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
2 Weeks Ago
by usmanmalik57
….1` model id to the `summarize_articles_with_model()` function and calculate mean
values
for ROUGE scores returned by the function. ```python results = summarize_articles_with_model…
McCharts - ArkTS
Programming
Software Development
1 Month Ago
by 杨_659
…(this.options.cHeight) .backgroundColor(this.options.backgroundColor) .onReady(() => { const
values
: number[] = this.options.data.map((item) => Number(item.value… || 0)) const maxValue = Math.max(...
values
) let maxNameW = 0 let cSpiltNum = 5 // Split into equal parts…
Re: send checkbox to email using phpmailer
Programming
Web Development
2 Months Ago
by Dani
… PHP page, and we're using them to set the
values
of a form that loads on the page. For what… a different form that is used to pass in the
values
of oneway and return?
send checkbox to email using phpmailer
Programming
Web Development
2 Months Ago
by ianhaneybs
I need some help with getting checkbox
values
sent to email using phpmailer I have not done it …
Implementing a Dynamic Filter Option in a Web Application
Programming
Software Development
1 Month Ago
by YashSmith
… allows users to search by keyword, set minimum and maximum
values
, and filter by category. import React, { useState } from "react…
Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’
Community Center
2 Months 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.
values not returning properly
Programming
Databases
13 Years Ago
by dyingatmidnight
… status = '$status'"); //mysql_query("insert ignore into areAvailable
values
('$libref', '$sid')")or die(mysql_error()); mysql_query("insert ignore… series where title = '$series'"; //mysql_query("insert into areInSeries
values
('$libref', '$serID', '$volume')")or die(mysql_error()); } ?> [/code] …
Re: values not returning properly
Programming
Databases
13 Years Ago
by dyingatmidnight
…where title = '$title'"); mysql_query("insert into libraryreference
values
('$libref')") or die(mysql_error()); mysql_query("insert ignore into… format where formattype = '$format')"); mysql_query("insert into librarybook
values
('$libref', '$bid', '$sid', '$aid', '$pid', '$serID', '$fid', '$volume', '$ISBN', …
Re: values not returning properly
Programming
Databases
13 Years Ago
by cheelee
are you talking about this last query line of code? mysql_query("insert into librarybook
values
('$libref', '$bid', '$sid', '$aid', '$pid', '$serID', '$fid', '$volume', '$ISBN', '$year')"); if so, try echo $libref; and echo '$libref'; What are differences?
Values read from vector unexpectedly different within the same function.
Programming
Software Development
10 Years Ago
by whitebloodcell
…'. Please could someone explain why I am seeing different
values
. int SelectRandomSlot(vector<Player> &Draw)… have already been placed, the Strength and Ranking
values
of these // should not equal 0. 0… of 5 and standard deviation of 2, with
values
outside the range of 0-10 discarded. GeneratePlayerStrengths(…
values function
Programming
Software Development
15 Years Ago
by lewashby
In the following program, what is the "
values
" function? [CODE]for tank in tanks.
values
(): if tank.alive: print tank.name… what I found. [CODE]def
values
(self, arg): """ D.
values
() -> list of D's
values
""" return…
Values not Inserting into MySQL from PHP Form
Programming
Web Development
15 Years Ago
by jnsnow
… Name and notes are text field
values
, the rest are selected
values
from drop down menus. For some…do an INSERT query using all seven
values
the query fails. However, if I remove …INTO names (name, alignment, origin, archetype, primary, secondary, notes)
VALUES
('$name', '$alignment', '$origin', '$archetype', '$primary', '$secondary', '$…
Values not being returned server side from nested repeater
Programming
Web Development
14 Years Ago
by G_Waddell
… The issue happens after my users have edited the
values
and hit my save button I can no longer access… side debugg I get the TaskID and other all
values
except for those inside the edit placeholder although the …else Due = DateAdd(DateInterval.Month, 1, Now) end if 'update
values
to Database then hide edit panel refresh repeater data and…
Values from for loop into database
Programming
Web Development
14 Years Ago
by tunde011
ok i have got
values
from a for loop, and will like to insert them … * $counter; } $query = mysql_query("insert into brushprice(brushprice)
values
($
values
)") or die(mysql_error()); [/CODE] But i only get a … to show it(select statement) i can easily put the
values
as an array.
values from array
Programming
Web Development
11 Years Ago
by luma64
I have in table columns name and rc. I retrieve
values
by select in php by js code info array. I …want to display this
values
in html table with other
values
by javascript. My question: Whats way to… and rc in js? I need to join
values
and split them by CRLF and display them in one …
Re: Values read from vector unexpectedly different within the same function.
Programming
Software Development
10 Years Ago
by NathanOliver
… the seeds have already been placed, the Strength and Ranking
values
of these // should not equal 0. 0 indicates an empty… a mean of 5 and standard deviation of 2, with
values
outside the range of 0-10 discarded. GeneratePlayerStrengths(Players); // end…
Re: values function
Programming
Software Development
15 Years Ago
by snippsat
Dictionary has keys() and
values
() You dont show all code. [CODE]Example. >>> …': 'a55', 'trunk': 'f77'} >>> for tank in tanks.
values
(): print tank a55 f77 >>> for tank in…
Re: values from array
Programming
Web Development
11 Years Ago
by flashhtml5
… to the operating system you are working on. To join
values
together, you can use the `+` string operator. Ex: finished_string = string1… be ` ` or other character. To print out the
values
in a `<td>` tag. You will have to…
Re: Values read from vector unexpectedly different within the same function.
Programming
Software Development
10 Years Ago
by David W
… << ' '; return os; } } ; int main() { Playoff year1; // get initial
values
/state ... cout << year1 << endl; // show all…
Re: Values not Inserting into MySQL from PHP Form
Programming
Web Development
15 Years Ago
by pritaeas
…;INSERT INTO names (name, alignment, origin, archetype, primary, secondary, notes)
VALUES
('$name', '$alignment', '$origin', '$archetype', '$primary', '$secondary', '$notes')"; if($result…
Re: Values not Inserting into MySQL from PHP Form
Programming
Web Development
15 Years Ago
by jnsnow
… for the right syntax to use near 'primary, secondary, notes)
VALUES
('test name', 'hero', 'science', 'Blaster'' at line 1 So, I…
Re: Values not Inserting into MySQL from PHP Form
Programming
Web Development
15 Years Ago
by jnsnow
…/value causes the error. With that removed, all other six
values
are entered. That column, along with the alignment and secondary…
values and data in Java
Programming
Software Development
13 Years Ago
by new_developer
What does "
values
", "data" and "field" mean in … way the chance of making accidental mistakes in changing "
values
" is minimized. In access specifiers, Java allows us to… so-called access specifiers. Please anyone explain that what does
values
and fields mean and does data means code in java ??
Values are seen on forms but not on database
Programming
Software Development
13 Years Ago
by mitchiexlolz
…have a big problem in our database. When we input
values
, and retrieve them in forms, we can see them…is the possible problem? here is our codes to add
values
. [CODE] Private Sub Add_Click(ByVal sender As System.Object…Dim sql As String sql = "Insert into tblClass(ClassName)
values
('" & ClassName.Text & "')" obj.…
Re: values matching
Programming
Software Development
12 Years Ago
by giancan
Dear Schol-R-LEA, I don't seem to find any reference to matching
values
. My problem is not so much to get the
values
, it is more about finding same
values
in different files. Thank you anyway for your help, G.
values not getting inserted or deleted
Programming
Software Development
15 Years Ago
by aparnasofte
… is opening, but I'am not able to insert
values
or retrieve
values
from the database. C PLz some one help me…
Re: values and data in Java
Programming
Software Development
13 Years Ago
by JamesCherrill
… public setter and getter (mutator and accessor) methods. Fields have
values
, which are examples of data. Does that help? Maybe someone…
values-ru/string.xml appear error, that can NOT fix...well
Programming
Mobile Development
12 Years Ago
by lse123
android eclipse environment...
values
-ru/string.xml appear error, that can NOT fix...well? &…\workspace-eclipse-READY-APPS-3\mobi.androidprogramming.apps.SplashActivity\res\
values
-ru\strings.xml:4: error: Found text " [2012-09…
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