Okay so I am trying to run/debug some libraries on Ubuntu. I can't get VS Code. I have code in Ruby (I can debug via "ruby name.rb"), Kotlin, Swift, and Javascript. I found some online compilers but there are limits to those and terms. I could probably just HTML page a JavaScript and debug that...
Okay so I found WIPO Copyright Treaty (WCT) protects copyrighted works from specific countries in that set of countries and this applies to code. What happens if copyrighted code is distributed outside WCT? Is there legal stuff or is it like free for all to use in and maybe out of those...
I am making a payment website using stripe. It is sort like paypal or venmo. But you don't need any transaction fees. The way I hope to accomplish this is with ads. I am using anvil but there is no ad option.
Hello, my name is Grayson. I am looking for devs to help me create a payment Api for a website called Fruit surf. They will get half of the revenue from the website as long as they are a dev. Please help me. Also they must use python and know pyscript.
I am having troubles with trying to figure out how to use a payment Api. So, I asked ChatGPT to help me. Here is the code:
import jsonfrom http.server import BaseHTTPRequestHandler, HTTPServerclass PaymentHandler(BaseHTTPRequestHandler): def _send_response(self, status_code, data)...
So, my html name is fruit surf (It is not public yet). I was wondering how I change the weird filename explaining where the website is on my computer to https and how to change the domain name to .fruit. And I don't mean the title tag. Please help with this.
Hello, my name is Grayson. I am a beginner coder. I was wondering if there was a command that could make a widget in my html website that was a python script. Just wondering.
Hello, my name is Grayson. I am a beginner coder who is twelve years old. I took this code from a website:
<!DOCTYPE Html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
And it put out this error:
File "C:\Users\grays\OneDrive\Desktop\Test.html", line 1...
this is due in like a week or two and I've tried using chatgpt but it doesn't work. I've got like a background image and I have it so that when the image finishes it goes back to the normal background colour, which is white. I'm trying to put some writing next to an image which is in the middle...
Hello all,
I am a complete noob in coding but i have recently heard a friend talking about automating his repetitive tasks.
For example, i often receive documents on my email address and instead of dragging and dropping to a folder i would like to automate this.
What coding language would be...
Good day
I am trying to get a total of two numbers.
The first number I need to get form my page (the number changes every few seconds (crypto clicker)
Second number will always be 35
This is the code I got after search, but do not know how to get it to work
<form>...
I am trying to add a shipping rate calculator to my website - like the attached images and below site.
https://www.betweenbox.com/shipping-cost/
I would like to show a range of different carriers like... Royal Mail, FedEx, UPS, DHL
I have been searching the internet for hours and have not got...
I am building a SaaS tool that will allow the user to convert various images and scanned material into high definition printable formats allowing the user to print any content with ease. But my team recently started facing issues while rolling out v2<its a facelift for the patform>. We noticed...
Hello!
I'm fairly okay with coding but I am not a master by any means. I have a template I've been working on and I would like to be able to post a photo next to it.It's a text bubble and I cannot seem to code in a photo next to the text bubble as if it's the profile pic. I won't go into...
So currently I have a project that wraps around this open source program : Here.
And I want my form radio button to set the cap to 30 fps or 60 fps. There is a config type thing in the code shown here
#include <d3d11.h>
#pragma comment(lib, "d3d11.lib")
#include "sigscan.h"
#include...
Hey all,
I am sitting in my car waiting for my girlfriend to be done with work... sharing a car this morning ! So I decided to write up some basic Python loops.
Our first array just holds some users and our simple for loop prints out a sentence saying each user is cool.
users =...
Hello everyone! Today I will be sharing a super simple tutorial on how to create an administrator or user dashboard with a login page & logout function. This can be used for anything, but today we will only be focusing on the permission system to keep you logged in. It won't be the most secure...