Re: Crosshair has a vertical and horizontal line to view the value of the axis. Programming Software Development by rproffitt Sorry but I only have VS2008 and VS2022 now. But for a real-time crosshair that moves with the mouse, showing its position along the X and Y axis I asked ChatGPT and it appears to only need less than 20 lines of code that respond to Chart1_MouseMove(). Re: How do I make my code jump back to a previous line? Programming by Dani Organizing code into functions is always important for readability and also to be able to reuse parts of your code as your app gets bigger. Thank you for posting your updated code to share with others :) How do I make my code jump back to a previous line? Programming by trueriver …, "+ User + " as admin? (Y/n) ") if askAdmin.lower() in ["Y", "y"]: adminPass = input("Please set… Re: How do I make my code jump back to a previous line? Programming by trueriver …, "+ User + " as admin? (Y/n) ") if askAdmin.lower() in ["Y", "y"]: adminPass = input("Please set… Integrating OpenAI Web Search API in LangGraph Programming Computer Science by usmanmalik57 … graph diagrams. ``` # !sudo apt-get update # !sudo apt-get install -y graphviz libgraphviz-dev !pip install -U -q \ langgraph langchain-openai… Re: Cannot run exe from asp.net Programming Web Development by lennyli …': break elif command.startswith('move'): _, x, y = command.split() pyautogui.moveTo(int(x), int(y)) elif command == 'click': pyautogui.click() elif… Re: Need Coding Help With A Project Programming Software Development by Enzo_3 …() numbers = list(map(int, number_strings)) total = reduce(lambda x, y: x + y, numbers) average = total / len(numbers) print("Average:", average… Re: Cannot run exe from asp.net Programming Web Development by Salem … language/tool I must use * User asks for help with Y. Initially asked... > Have a webpage with a button, when… Re: How do I make my code jump back to a previous line? Programming by woooee if sysInfo.lower() in ["exit", "Exit", "EXIT"]: since sysinfo is now lower(), it will never be equal to "Exit" or "EXIT" Re: How to speed up my (WordPress) website? Digital Media Digital Marketing by silverrr_btc i have currently learning html only but its so boring do all of you guys had same problem and tell me which language do i start with html, me and my friend have made a site on html with little css and and js and its going fine. can you create this? Re: How to speed up my (WordPress) website? Digital Media Digital Marketing by bijutoha I'm using WP Rocket, and I always serve my images in **AVIF** or **WebP** format. Re: How to speed up my (WordPress) website? Digital Media Digital Marketing by graceweb One thing I’ve noticed that helps maintain speed without breaking things is being careful with how many plugins you install. Sometimes even just one poorly optimized plugin can slow things down. Also, consider lazy loading videos and iframes if you haven’t already. Re: How to speed up my (WordPress) website? Digital Media Digital Marketing by asadalig Website speed issues can be super frustrating. What really helped me was compressing images (I switched to WebP and used TinyPNG), setting up a caching plugin like WP Rocket, and minifying CSS and JS with Autoptimize. I also realized that bad hosting was slowing everything down, so I upgraded, and using a free CDN like Cloudflare made a noticeable… Re: How to speed up my (WordPress) website? Digital Media Digital Marketing by Dani > In fact, my site is super fast (92% on mobile and 99% on desktop performance according to Google Page Speed). I see that this question has already been solved. However, I *do* feel inclined to ask: If you're saying your site is already super fast, why are you also saying you're struggling to make your site faster, it's driving you crazy, … Re: C++ College Prank Programming Software Development by cirol Pranks can be fun, but fake viruses might cause real worry and problems. It’s best to use your skills in ways that don’t upset or confuse others. y my router always IP start from 192.168.2.1 Hardware and Software Networking by denniskhor y my router always IP start from 192.168.2.1, i wan start with 192.168.1.1... how to do it?? i reset many times ady... still same... Re: Y DLL files? Programming Software Development by Ancient Dragon … use DLL files? Answer: Y not? >>where we should use DLL files and … Re: y my router always IP start from 192.168.2.1 Hardware and Software Networking by DimaYasny [QUOTE=denniskhor;638162]y my router always IP start from 192.168.2.1, i wan start with 192.168.1.1... how to do it?? i reset many times ady... still same...[/QUOTE] you set that up in the router LAN settings/DHCP server settings, not in the PC y is this not showing output Programming Software Development by lookforlohith …; using namespace std; class lohi { int x; int y; public : lohi() { x=10; y=20; } }X; int main() { fstream io; io.open… expect a file to be created and contents of x,y to be in it........ but................................................................................................................ its not at all creating… Re: y is this not showing output Programming Software Development by ivailosp [CODE=CPP] #include<iostream> #include<fstream> #include<iomanip> using namespace std; class lohi { int x; int y; public: lohi() { x=10; y=20; } } X; int main() { fstream io; io.open("just1", ios::out | ios::app); io.write((char*)&X, sizeof(X)); io.close(); } [/CODE] Re: Y DLL files? Programming Software Development by gerard4143 [QUOTE=adcodingmaster;1109235]My question is Y DLL? i know that it saves memory and many process … like these...You asked questions like - "My question is Y DLL?" and have statements like "can not b… Y DLL files? Programming Software Development by adcodingmaster My question is Y DLL? i know that it saves memory and many process can use 1 DLL file at a time blah blah blah...... but is there any task which can not b achieved without using DLL files?? Please reply in details. Re: Y DLL files? Programming Software Development by adcodingmaster ok. what about this one? y we use DLL files? i know it has advantages and … Re: y my router always IP start from 192.168.2.1 Hardware and Software Networking by OlyComputers How to do it depends on your router model, What's the brand and model? There will be a setting that says something like LAN IP settings, or DHCP settings. You can set the IP range it will assign here. sort y but it not sort x Programming Software Development by nurulshidanoni … of the rest of array { if(min<y[j] ) //ascending order for descending reverse {…element min=y[j]; } } int temp=y[i], temp1=x[i] ; y[i]=y[minat]; //swap y[minat]=temp;…i]=x[minat]; x[minat]=temp1; y[i]=y[minat]; //swap y[minat]=temp; } myfile<<"… Controversy on truth table. X+ X’.Y=X+Y Programming Computer Science by vishalonne …a truth table. X+ X’.Y=X+Y My Answewr give below X | Y | X’ | X’.Y | X+X’.Y | X+Y 0 | 0 | 1 …= X + XY + X’Y = X + Y(X + X’) = X + Y.1 (X + X’ =1 complementary law) = X + Y (Y . 1 = Y property of 0 and… how to get x,y co-ordinates from the picture box Programming Software Development by ash_ng …; } if (p1.Y < p2.Y) { rc.Y = p1.Y; rc.Height = p2.Y - p1.Y; } else { rc.Y = p2.Y; rc.Height = p1.Y - p2.Y; } textBox1.Text = Convert… Store x and y coordinates using pointers in base class Programming Software Development by kbear23 …= sqrt(pow((x[i] - x[i+1]), 2) + pow((y[i] - y[i+1]), 2)); double area = pow(length, 2); cout <…out. More codes: // ShapeTwoD.h class ShapeTwoD { protected: int x, y; string name; bool containsWarpSpace; double area; public: ShapeTwoD(); ShapeTwoD (string… Morris JS - Scaling Y Axis on Graph Programming Web Development by Biiim … value: 80, quota: 70} ,{period: moment(ajaxData.weekending).format("Y-MM-DD"), value: 85, quota: 80} ]; var graphYMAX …, pointSize: 3, fillOpacity: 0, lineWidth:2, yLabelFormat: function(y){return (Math.round(y*100)/100);}, numLines: 11, xLabels: 'day', xLabelFormat: function… Colour picker, MouseDown(Event, int x, int y) Depreciation Help! Programming Software Development by crawf … textFieldG; // TextField for RGB value of Green int x,y; public void init() { MakeImageCanvas(); MakeImageBar(); setLayout(null);… - 10)); rgbYSelect1 = Math.max(0, Math.min(255, y - 10)); Graphics g = getGraphics(); DrawBackground(g); DrawSelector(g);…