Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
2711x
- Page 1
Re: Cannot run exe from asp.net
Programming
Web Development
5 Days Ago
by Salem
https://xyproblem.info/ * User wants to do X. Sometime later... > My boss just asked me to create a prototype as proof of concept. There is no specific language/tool I must use * User asks for help with Y. Initially asked... > Have a webpage with a button, when pressed, it will launch a webpage that runs a server side exe (eg, …
【McCharts】基于鸿蒙 ArkTS 语法开发的图表组件 -- 折线图
Programming
Software Development
1 Month Ago
by 杨_659
## **Introduction** > The McCharts component library is developed based on Hongmeng ArkTS syntax and supports API 9 and above. The chart component has been open sourced. Everyone can participate, whether they are new or experienced, to learn from each other, develop more component libraries, and enrich the ArkTS ecosystem. > > You can…
Re: Why DaniWeb doesn't have an account to BlueSky ?
Community Center
Meta DaniWeb
2 Months Ago
by Dani
There's a simple answer: DaniWeb doesn't have an account on Bluesky because I run DaniWeb and I've never heard of BlueSky. We do, however, [have an account on X](https://x.com/daniweb). I have been on Twitter since 2008, and Facebook since even before then, and, aside from those two that we've had forever, I don't see the point in having …
Re: Best way to find a segment of code that matches a given input segment?
Programming
Software Development
1 Month Ago
by Dani
I'll echo rproffitt in that *anything* is feasible with the right tools, skillset, money, and time. However, I think the question you really mean to be asking is how feasible this is for *you*? I will start off by saying that, as long as you're only thinking of very simplistic complexity, I think the existing LLMs out there are capable of …
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by Salem
> I tried that but I get this error Prove it - post some code. You won't believe how many times people claim "I've done X" only to find out many posts later that they haven't done X at all, or they managed to fumble it and do "Y" instead.
Re: Show me AI Hidden Features in Samsung Galaxy S25 Ultra ?
Hardware and Software
Hardware
Mobile and Wearables
2 Months Ago
by rproffitt
I'd rather have a phone that can make calls, texts and take UNALTERED BY AI photos. As to updates, is there a way to disconnect this from fascist run companies like X (twitter)?
Re: Show me AI Hidden Features in Samsung Galaxy S25 Ultra ?
Hardware and Software
Hardware
Mobile and Wearables
2 Months Ago
by Dani
> As to updates, is there a way to disconnect this from fascist run companies like X (twitter)? [Use Mastodon?](https://joinmastodon.org/)
Re: How I get big data for statistical analysis of my pre seed pitch deck
Digital Media
UI / UX Design
2 Months Ago
by rproffitt
Sadly with the big breaches in the US data systems over the past few weeks it appears what you want can't be in the USA. Our government has enabled DOGE to break through any security there was at multiple agencies. This just in: "February 18, 2025 - A federal judge has declined to block billionaire presidential advisor Elon Musk and his …
Re: I'm Tired! How to Increase Social Media Followers
Digital Media
Digital Marketing
1 Month Ago
by Ja sa bong
Keeping promoting your page with more posts or contents every day. Never go a day without posting at least twice. Using tags on sites that it works on like X and Instagram. It will bring more people to your page and they may follow if they find more interesting contents on your page.
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: *.X files
Programming
Software Development
18 Years Ago
by ~s.o.s~
.X files are basically Microsoft format of 3d model files which are used in the game development industry for storing the 3D model information. And as far as manipultaing them is concerned, you can use a 3d Modeling tool like Blender to make your own .X files and change existing ones. Hope it helped, bye.
Re: .x ?!
Programming
Software Development
20 Years Ago
by Cain
[QUOTE=blackberry]hi my friends who can tell me about *.x ? :o i mean .x extension is stand for what kind of files? :o cheers.[/QUOTE] man this is an old thread I know of none. I have seen it used though. But only in describing version numbers. version 8.1.x ..meaning all 8.1.0-8.1.99 versions. otherwise i would think this is …
.x ?!
Programming
Software Development
20 Years Ago
by blackberry
hi my friends who can tell me about *.x ? :o i mean .x extension is stand for what kind of files? :o cheers.
Re: X messed up (gnome) after <unstable> upgrades.
Hardware and Software
Linux and Unix
16 Years Ago
by prushik
My Xorg.0.log: [CODE] X.Org X Server 1.5.2 Release Date: 10 October 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux 2.6.24-19-server i686 Ubuntu Current Operating System: Linux prushik-laptop 2.6.28 #2 SMP Mon Mar 2 22:27:50 EST 2009 i686 Build Date: 24 October 2008 08:00:16AM xorg-server 2:1.5.2-2ubuntu3 (buildd@…
x.contains(y)
Programming
Web Development
13 Years Ago
by Troy III
Since the Firefox [Bug 633133] of the [B]in[/B] operator on DOM Collections has ben finally fixed - We can now write a short fast and clean function of the method "Contains" for FirefoX to check if x.contains(y). And vice- versa. What we will need is: a prototype and we'll chose to use the: [CODE]var pro = window.HTMLElement.…
Re: x.contains(y)
Programming
Web Development
13 Years Ago
by Troy III
Ups! :p I've posted the one I've written [later] to be compatible with FX 633133 bug. Here is the original idea using (one of the most powerful tinny features of JavaScript) - the IN Operator: [CODE]pro.contains= function(x){return x.id in this.all}[/CODE] Now that's the only reason I mention the 'in' op., in my 'overture' to this thread ...…
Re: x-y plane
Programming
Software Development
18 Years Ago
by stablamate
where do you use this x,y coordinate? Is it for vector2D class or anyelse? if you write more detail about your problem or what do you want to do, I may help you? If it is coordinate system for vector, you can implement it two point as, double x = 0.0; double y = 0.0; And you do somoething else like dot product, reflect... Then if …
Re: x-y plane
Programming
Software Development
18 Years Ago
by stablamate
I guess you have an idea about translation, vectors, coordinate system. 4 months ago, I wrote a BaseGameMachine class to give some movements vehicles. It is nor important what is it. But when I coded it, there is some problem about rotation. I done rotation the vehicle with accelration, velocity, side and head but I saw some people use matrix, …
x^x
Programming
Software Development
13 Years Ago
by pjh-10
im terrible at c++, absolute beginner, i can start and end programme writing, just the functions im awful at, for this one below, what is the ,to say, middle part of the programme Using <cmath> function pow(x,x), find x^x in small steps of 0.5 starting at x = -1 to x =+3.
Re: x-y plane
Programming
Software Development
18 Years Ago
by iamthwee
[QUOTE=sub-zero;258135]hi every one " A point in the x-y plane is represented by its x-coordinate and y-coordinate.Design the class Point that can store and process a point in the x-y plane.You should then perform operation on a point, such as [B][U][COLOR="Red"]shoing the point[/COLOR][/U][/B], setting the coordinates of the …
Re: x++ and ++x
Programming
Software Development
17 Years Ago
by Ezzaral
With x++, the value of x is evaluated before the increment. With ++x, it is evaluated after. So[code=java] int x=0; System.out.println(x++); // prints 0, x now = 1 System.out.println(++x); // prints 2, x now = 2[/code]
Re: x power n
Programming
Computer Science
16 Years Ago
by neilcoffey
For the [I]general[/I] case, essentially, you break the exponent down into a series of "multiply by x" and "square then multiply by x" operations. If you imagine the exponent in binary (without trailing zeroes), then for each bit position that there is (ignoring the highest bit), you need to square the number, and in addition if…
x-y plane
Programming
Software Development
18 Years Ago
by sub-zero
hi every one " A point in the x-y plane is represented by its x-coordinate and y-coordinate.Design the class Point that can store and process a point in the x-y plane.You should then perform operation on a point, such as [B][U][COLOR="Red"]shoing the point[/COLOR][/U][/B], setting the coordinates of the point printing the …
X messed up (gnome) after <unstable> upgrades.
Hardware and Software
Linux and Unix
16 Years Ago
by prushik
I recently decided to take a chance and install some unstable upgrades (I love unstable things). So I upgraded many of my applications via apt-get. One of the big things I upgraded was libc6. I think that my be the issue, not sure. After the upgrades, I had many many problems. I was able to fix nearly all of them in different ways, many by …
What is -x ?
Programming
Software Development
15 Years Ago
by merse
-x means (0-x) or means (-1*x) because I want to overload operators, which one is necessary to overload if i would like to make -x understanable for the compiler? I have a user defined type: real and I have operator overloading: real operator+(real x1, real x2); I also have constructor real(double) and casting defined double() in my real…
x axis on a simple line graph in matplotlib
Programming
Software Development
14 Years Ago
by rasizzle
Hey Guys, I'm trying to do a basic line graph here, but I can't seem to figure out how to adjust my x axis. [CODE]from pylab import * plot ( range(0,10),[9,4,5,2,3,5,7,12,2,3],'.-',label='sample1' ) plot ( range(0,10),[12,5,33,2,4,5,3,3,22,10],'o-',label='sample2' ) xlabel('x axis') ylabel('y axis') title('my sample graphs') legend…
Re: x axis on a simple line graph in matplotlib
Programming
Software Development
14 Years Ago
by rasizzle
[CODE]Traceback (most recent call last): File "C:\PortablePython_1.1_py2.6.1\App\April_2010\graphing lines.py", line 3, in <module> plot ( range(0,11),[9,4,5,2,3,5,7,12,2,3],'.-',label='sample1' ) File "C:\PortablePython_1.1_py2.6.1\App\Lib\site-packages\matplotlib\pyplot.py", line 2141, in plot ret = ax.plot(*…
Re: ++++x - undefined behavior?
Programming
Software Development
10 Years Ago
by vijayan121
> I think it must be since it all occurs between sequence points. Sequence point rules were there prior to C++11. Now, those rules have been superceded by sequenced-before rules. The question: does `i++ + ++i;` engender undefined behaviour is of relevance if and only if `i` is of a scalar type. If `i` is of a user-defined type, `++i` and `…
Re: x-y plane
Programming
Software Development
18 Years Ago
by iamthwee
[QUOTE=sub-zero;258135]I didn't study anything about x-y plane or drawing by java !! :rolleyes: :sad:[/QUOTE] So I guess now is a good time to then. Ha ha.
Re: x-y plane
Programming
Software Development
18 Years Ago
by iamthwee
>Is it important that to implement rotation of vehicle, we must use matrix transformation? Or is it only consist of easy to calculate. What does it provide? Regardless of whether you're doing, 2d or 3d operations you should be using matrices. It just makes the math so much easier. Now, if you're asking me to explain all that to you, no …
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