October 23, 2024
Chicago 12, Melborne City, USA
javascript

Budget Planner solution

Good afternoon! We have seen on the web the Budget planner solution and we would like to use it for our solution. Is

Read More
CSS

Size doesn't change when using .css()

I’m trying to make a dynamic element using jQuery, CSS and HTML. When I click on it, the function to resize the element

Read More
C++

Stack smashing detected error in recursive function

I am trying to write a program that gets input step and prints the following in LATEX format: The output is 1+\frac{2+\frac{4}{5}}{3+\frac{6}{7}} This

Read More
jQuery

HTML, CSS, JQuery: Size doesn't change when using .css()

I’m trying to make a dynamic element using jQuery, CSS and HTML. When I click on it, the function to resize the element

Read More
Android

How to do a smooth expandable Floating Action Button Jetpack Compose that closes on outside click?

I want to create a Floating Action Button (FAB) in Jetpack Compose that, when clicked, expands into a menu with multiple clickable buttons.

Read More
C#

How to debug a recursive Sokoban solver, which occasionally runs with wrong data

I am writing a program to solve Sokoban levels – because why not. The initial trigger for writing the program was to show

Read More
java

I am getting wrong output

import java.util.\*; public class prime_numberss { public static void main(String \[\] args) { System.out.println("Enter any number : "); Scanner sc = new Scanner(System.in);

Read More
python

Python script I am trying to solve

I have this challenge I have been trying to solve. Here is the script : import hashlib def takingPotion(memory, key): result = bytearray(len(memory))

Read More
javascript

Sharing a Language Array for a Translator Application in JavaScript

I’m developing a translator application using HTML, CSS, and JavaScript. The app requires a comprehensive set of languages to support translation features. I

Read More
SQL

ORA-01031 : Cross Schema Procedure Execution Issue

I have three schemas META, DATA and a Custom schema in an Oracle DB. I’ve declared one simple procedure in META schema. CREATE

Read More