Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
processing
- Page 1
Re: Hi everyone, I'm David with SayItOnTheWeb
Community Center
Say Hello!
4 Days Ago
by Dani
… and connections between them. That's a lot of wasted
processing
power.
Re: Delete unused MySQL indexes
Programming
Databases
1 Day Ago
by Reverend Jim
… the correct flags and let the system run through typical
processing
, the returned list should be, according to the docs, a…
Re: Looking for AI app developers
Programming
Mobile Development
2 Weeks Ago
by Pelorus_1
Look for top-tier freelancers on platforms such as Upwork or Toptal. Think about AI development companies that specialize in machine learning, natural language
processing
, and deep learning.
Re: Looking for AI app developers
Programming
Mobile Development
2 Months Ago
by Emily Johnson
… applications like voice assistants, real-time transcription, or offline AI
processing
? Looking forward to seeing the initial release
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.
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: Hi everyone, I'm rrocksbd
Community Center
Say Hello!
2 Months Ago
by Dani
Hello and welcome to DaniWeb!
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.
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!
Processing.js
Programming
Web Development
12 Years Ago
by teckforce
…languages to this site like
Processing
.js wich is a JavaScript port of
Processing
.
Processing
is built off of Java,…visual results, with shorts amount of simple code.
Processing
.js uses JavaScript to render 2D and 3D …Chrome). Khan Academy https://www.khanacademy.org/ uses
Processing
.js in thier Computer Science Section and this community…
Re: Processing.js
Programming
Web Development
12 Years Ago
by diafol
Are you advertising KhanAcademy? Are you suggesting that Daniweb uses
processing
.js to build visuals? Or are you sharing the love with regard to
processing
.js?
Processing multiple text files within directryAND STORING RESULT IN SEPARATE DIRECTRY
Programming
Software Development
13 Years Ago
by jumboora
… process multiple text files within a directory and then after
processing
i want to store the processed files within another directory… is accessing multiple text files within a directory, applying some
processing
on each text file (i.e., reading 2nd value of…
Processing-L-System: Explanation Required
Programming
Software Development
13 Years Ago
by nickecarlo
Hey, I have the following piece of code in
Processing
(programming language) that I am supposed to change and implement … book with detailed explanation of L-System as applied in
Processing
? [/LIST] I would really appreciate help as I am completely…
Processing multiple word docs
Programming
Software Development
18 Years Ago
by Nelly1965
… and bitmaps inserting and then moving to a new post-
processing
folder. Can anyone provide me with a solution using VB6…
processing large radio buttons data?
Programming
Web Development
10 Years Ago
by anmol.raghuvanshi1
…; charset=iso-8859-1" /> <title>Form
Processing
</title> </head> <body> <…
Processing/Arduino
Programming
Web Development
8 Years Ago
by Carsten_1
I've been trying to have a button (Arduino) change the fill color of an ellipse in
Processing
3. I thought an if statement like `if(button == 0){ if(fillValue == rgb){ fill(0,0,0);}`or something more or less. So if some one has the awnser please help.
Re: Processing/Arduino
Programming
Web Development
8 Years Ago
by rproffitt
… so far along with if you are using that "
processing
" javascript system.
Re: Processing/Arduino
Programming
Web Development
8 Years Ago
by diafol
So you're using this? https://
processing
.org/examples/
Processing 3 Fallout 4 style linear compass
Community Center
8 Years Ago
by Carsten_1
… been trying to get a Fallout 4 style compass in
processing
3 to show wind direction for a Weather station for…
Re: How to make ellipses move at the same time in Processing
Programming
Software Development
11 Years Ago
by JamesCherrill
Processing
is loosly based on Java, but the details of drawing things are very different, so I doubt that you will find your answer ina Java forum. Sorry. Why not try
Processing
's own forum? http://forum.
processing
.org/two/
Re: Processing a php form using Ajax
Programming
Web Development
15 Years Ago
by saiprem
… and your_email textbox values will not be posted to your
processing
, for that you need to call the same action page… the variable values. To pass the variable values to your
processing
form, you need to collect the textbox values (your_name and…
Re: processing forms with n fields (dynamic forms)
Programming
Web Development
14 Years Ago
by ddellostritto
… to n users in reality. How would I go about
processing
this? Looking at what you sent I wasn't really…
Re: processing forms with n fields (dynamic forms)
Programming
Web Development
14 Years Ago
by chrishea
… determining if each successive variable exists and then doing whatever
processing
you need to do. In general, PHP accepts $_POST[name1…
Re: Processing large quantities of HTML files
Programming
Software Development
13 Years Ago
by TrustyTony
… immediately to avoid temporary list (if you do lot of
processing
it might still pay off to use one and output…
Image Processing - Anyone please
Programming
Software Development
17 Years Ago
by roqval
…as an individual 8-bit monochrome image and vector
processing
, which treats each pixel as a 3-dimensional… of the 3 RGB values. However, both perform their
processing
task (e.g., enhancement, filtering) by applying a…assignment you are required to write and implement an image
processing
program/routine/function that will: • load a colour …
MSXML DOM & Add multiple processing instruction
Programming
Software Development
12 Years Ago
by Sandy20
…;text/xsl" href="cdcatalog.xsl"?> ------ second
processing
instruction. <catalog> <cd> <title>… MSXML DOM. But it failed to add first & second
processing
instruction. MSXML2::IXMLDOMElementPtr pXMLRootElem; MSXML2::IXMLDOMNodePtr pTestDOMNodePtr ; //Create an instance…
Using processing-core library with alarmmanager in android studio
Programming
Software Development
3 Years Ago
by katesfb
… am trying to get some some code via the
processing
-core library (
processing
.org) to be implemented from the broadcast receiver using… = new PFragment(sketch); fragment.setView(frame, this); } } Sketch.java import
processing
.core.PApplet; public class Sketch extends PApplet { int x = 0…
java image processing software
Programming
Software Development
14 Years Ago
by premtpt
…i am developing an image
processing
software it loads images from disk to application for
processing
.As more and more ….But actually it would not happened.But some image
processing
softwares such as imageJ donot have such problem how…fixed primary memory for my application . for my image
processing
how can i draw lines on java frame/Jframe …
Need help with Processing Page of PHP program
Programming
Web Development
11 Years Ago
by ray100
…--> // I don't know how to set up the
processing
page. All I know is that this code has to… be included in the
processing
page: I know my
processing
code is set up wrong. I couldn't… Someone show me how I am suppose to do the
processing
pagefor my ISBN 10 validation! Thank You!
Need help with Processing Page of PHP program
Programming
Web Development
11 Years Ago
by ray100
… Script--> I don't know how to organize my
processing
page. All I know is that this code has to… be included in the
processing
page: I know my
processing
code is set up wrong. I couldn't… minutes and tell me how do I set up my
processing
page.
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