I need help with one simple task: Input an integer number n and output the sum: 1 + 2^2 + 3^2 + ... + n^2. Use input validation for n to be positive. My code d
I need for my Node application to be able to send and recieve data to/from an already running Java app or to launch Java app from Node. So, is there a way to se
I am trying to make an Elementor module for Custom Post Type, separate into 2 files. [File 1] for setting control. [File 2] to display the custom post type on t
i am on my first week of learning javascript; i am a bit confused on how to approach these questions. Please note that you are NOT supposed to console log; the
We have a managed Expo app using AuthSession specifically to deploy our app to a web environment. Authenticating using Auth0 and a PKCE grant. Have run into an
The extension adds support for Renpy language, a language very similar to Python. In this language, it's possible to embed Python code in different ways. Single
I have a question with my UDF function: I have a data:raw data I am writing a code to up case the name column:(input john doe->putout: John Doe) @F.udf def c
Trying to add right margin for the drop down item to the last menu item. Here is the menu: https://jsfiddle.net/5tymk7o4/11/ Here s what I'd like to get: