I'm new to clojure, and as quick practice I wrote a function that is supposed to go through the Fibonacci sequence until it exceeds 999999999 1 billion times (d
I have this simple requirement that detects which button is clicked. The code is as below: import React, { useState } from 'react' const App = () => { co
I'm new to flutter I made a task manager app but the applications screen is overflowing on different phones. I'm not exactly sure where can I edit the code for
I come here because I have an issue with my Jupiter's Python3 notebook. I need to create a function that uses the multiprocessing library. Before to implement
clicking on https://myapp.com takes me to the activity its tied to on an emulator when the app is installed. But the same case doesnt work on a physical device.
Hi I’m figuring out how to share Plex library in dart. I'm helping myself with this working script in python ( it works) https://gist.github.com/JonnyWong
FROM python:3.8 WORKDIR /app COPY requirements.txt / RUN pip install --requirement /requirements.txt COPY ./app /app EXPOSE 8000 CMD ["uvicorn", "app.main:a