Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

code

  1. JosiahMaybe

    Ubuntu code testing/debugging maybe

    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...
  2. JosiahMaybe

    Answered What happens when selling outside WCT?

    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...
  3. Cooldude100

    Python How do I get paid ads on my website.

    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.
  4. Cooldude100

    Python I need devs for my project.

    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.
  5. Cooldude100

    Python Py-script chatgpt payment api

    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)...
  6. Cooldude100

    How to change my html name

    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.
  7. Cooldude100

    How do I implement a python widget into an html website?

    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.
  8. Cooldude100

    Invalid syntax on html?

    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...
  9. S

    Defining Macro in C

    How can I define a macro P(X,Y) that returns 1 if X is even and grater then Y?
  10. ijndsfijkansmf

    school project being stupid, columns and rows not working.

    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...
  11. D

    Code Converter C# to VB and VB to C# 2023-03-07

    Code Converter C# to VB and VB to C#
  12. C

    JavaScript How to alternate values from two variables?

    var 1 = 12345 var 2 = 67890 wanted output: 1627384950
  13. X

    Question

    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...
  14. T

    HTML Add or multiply two numbers

    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>...
  15. T

    HTML & CSS HELP - Shipping Rate Calculator

    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...
  16. Jatin4494

    HTML & CSS Ways to improve technical debt, and various issues in front end.

    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...
  17. lilforceghost

    HTML & CSS HTML Coding Help: Photos in coding

    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...
  18. TableFlipGod

    C++ How to call a function / Edit a value in c++ from c#

    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...
  19. Ghost

    Python Super Quick Python Arrays & Loops Examples

    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 =...
  20. Ghost

    PHP Create Secure PHP Dashboard From Scratch Tutorial

    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...
Back
Top Bottom