Skip to main content
0 votes
1 answer
226 views

I have an error with the react-native-calendars's agenda. I quite new to react native, and this is my second attempt to use an Agenda. Every time I tried, I have the "maximum update depth ...
edwylin's user avatar
  • 17
0 votes
1 answer
114 views

I was making a program in which user can keep entering numbers till user enters a multiple of 10. So I wanted to created a for loop for that and didn't knew what should be the infinite loop condition ...
Sanskar Kumar's user avatar
2 votes
4 answers
157 views

I have a postgress table incoming_records which contains 2 column supervisor_id, emp_id create table incoming_records(supervisor_id,emp_id)as values (null,01) --top level resources with blank ...
GD_Java's user avatar
  • 1,471
0 votes
0 answers
23 views

I am facing a particular request from the SEO team of a client and I need to handle two different CMS served on the same domain. Basically, the "root" cms is already configured in order to ...
dorje's user avatar
  • 77
1 vote
2 answers
73 views

I am trying to solve the Set Mismatch problem using Cyclic Sort in Python. The problem statement is as follows: Problem Statement You have a set of integers s, which originally contains all numbers ...
Suhas's user avatar
  • 23
0 votes
0 answers
180 views

someone could help me understand why I had 2 Shelly 1 Mini Gen3 unusable after I run a very simple script on them? Below is the script: Shelly.addEventHandler( function (event, ud) { print('raw ...
AlexMork's user avatar
-2 votes
3 answers
130 views

index.jsx const { startTransition, useEffect, useState } = React; const { createRoot } = ReactDOM; function App() { const [foo, setFoo] = useState([1]); const [bar, setBar] = useState("1"); ...
pistol magic's user avatar
0 votes
0 answers
133 views

I am working on a project and am using whisper.cpp for speech to text. I am not using the Java bindings, and am instead compiling examples/stream and running it using the Process/ProcessBuilder API. I ...
Elijah Crum's user avatar
0 votes
1 answer
107 views

I'm implementing the partition function for QuickSort, and I've come across behavior that seems confusing. Specifically, in the partition logic: int partition(int A[], int low, int high) { int ...
Omm's user avatar
  • 37
0 votes
1 answer
63 views

I'm building a React app where I fetch data from an API and update the state. However, I'm facing a bug related to useEffect dependencies, which is causing an infinite re-render loop. Here's the ...
Merajul Hasan's user avatar
2 votes
3 answers
168 views

I am representing a collection of turtles, each with a moment when hatched. I want to randomly choose any mature turtle. I pretend that minutes are years, in this aquarium simulation. record Turtle( ...
Basil Bourque's user avatar
0 votes
0 answers
35 views

I have a mosaic of cells with interleaved movement, but I have not achieved a toroidal effect so that the cells appear again. import UIKit class ViewController: UIViewController { @IBOutlet ...
Gabriel Isaac González Arroyo's user avatar
-2 votes
1 answer
70 views

def stick_game(): num_sticks = 11 player = 1 playing = True print("***** WELCOME TO NIM! *****") print("Each player will take turns removing") print("...
Jacob Brooks's user avatar
0 votes
0 answers
52 views

I have two models InInvoice, Disbursement. Both are associated: InInvoice optionally belongs_to disbursement. Both have a has_one attachment called att. InInvoice is supposed to delegate att calls to ...
Julian's user avatar
  • 108
0 votes
0 answers
33 views

I've got a Python program that uses TensorFlow, but when I run it the first epoch runs, but the next one doesn't. I'm not sure why. # -*- coding: utf-8 -*- !pwd """Doit être dans '/...
mathilde's user avatar

15 30 50 per page
1
2 3 4 5
240