search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

P粉465675962

P粉465675962

Follow
student

Follow 0
fans 0
integral 0
In which scenario do I use a particular STL container?

I've been reading up on STL containers in my book on C++, specifically the section on the STL and its containers. Now I do understand each and every one of them have their own specif

2026-01-20 08:43:14Ask
C++
How can I "intercept" Ctrl+C in a CLI application?

How can I intercept Ctrl+C (which normally would kill the process) in a CLI (command line interface) Java application? Does a multi-platform solution exist (Linux, Solaris, Windows)

2025-12-31 08:43:12Ask
Java
When to use static methods

I am wondering when to use static methods? Say if I have a class with a few getters and setters, a method or two, and I want those methods only to be invokable on an instance object

2025-12-23 18:22:12Ask
Java
Form sending POST request with different target URL

I have a view that displays a form. Now, depending on which button the user selects, I want the data to be processed differently. These "different ways" correspond to the different views I want the POST request to go to. Please help me build a form with multiple buttons leading to different urls/views. <formaction="/your-name/"method="post">{%csrf_token%}{{form}}<inputty

2024-03-29 17:16:07Ask
HTML
Problem react-zxing switching problem: camera cannot be turned off

I'm using react-zxing to scan barcodes on a web page. I have two options for scanning the barcode, using the zxing library to scan the barcode and entering the barcode manually. Problem: If I switch to "Manual Input Mode" and then switch back to "Scan Mode", the scan view disappears. If I switch to "manual input mode" the camera does not turn off. (On my laptop, there is a camera light that lights up if the camera is in use) Live Code You can see the live code: https://codesandbox.io/s

2024-03-21 22:57:34Ask
React
How to use Laravel's service provider for external API usage (leveraging user-based credentials)

So I'm developing a Laravel admin application that uses an external API, let's call it PlatformAPI. The way the platform works is that users of my app have an account on the platform. My Laravel application will act as an admin dashboard so users can view some basic reports obtained from the PlatformAPI. Every user in my application has to add their client ID and client secret, which they can create in the platform. This way, my application will be able to use the user's credentials to request information on their behalf

2023-12-13 21:03:48Ask
PHP
Vue3: How to send parameters to a route without adding them to the url in Vue3?

In Vue3, is there a way to pass properties to routes without displaying the value in the url? I define the route like this: {path:'/someRoute',name:'someRoute',component:()=>import('@/app/pages/SomeRoute.vue'),props:(route)=>{.. .route.params},//<--I'veseenthismethodinVu

2023-12-11 13:07:20Ask
Vue.js
Convert JavaScript regular expression to PHP

I know this question has been asked about a dozen times, but technically it's not a scam (check the other questions if you like) ;) Basically, I have a Javascript regex to check with for the front-end validation of the email address, and I use CodeIgniter to double-check on the back-end in case the front-end validation doesn't work properly (browser issue) for example. ) This is a fairly long regex and I don't know where to start converting it manually. I'm looking for a tool to convert JS regex to PHP regex

2023-10-23 22:58:33Ask
PHP
Composer error that PHP extension file information is missing from the system

I'm trying to install the Laravel package intervention image and when I run composerupdate:

2023-10-18 11:47:04Ask
PHP
Title rewritten as: How to resize text in all input areas (including email signup, comment box and recipe index page dropdown) in CSS?

Website: https://olivesfordinner.com/ Looking for CSS code that will make the text larger when entering your email to sign up on the homepage. It's too small. When leaving a comment on a recipe post (eg: https://olivesfordinner.com/toasted-muesli-recipe/), how can I make the text grow larger as the reader types. Again, this text is too small. How to make the text in the drop-down text box on the left column larger. They are so small! https://ol

2023-09-14 15:17:43Ask
CSS3