Recent content by HarryRefact

  1. H

    Question What is a unique code? How to create it?

    I need to write two applications on the topic of a taxi, these are two different customers. But I don't want to spend a lot of time for two identical codes, but I want to use one for these two applications and I'm trying to figure out how I can do this. Both codes must be unique.
  2. H

    Question What is a unique code? How to create it?

    I need to generate a unique code, not a number
  3. H

    Question What is a unique code? How to create it?

    The question is that I write applications for kicksharing and everything is essentially the same there. I'm trying to figure out how to make this code unique for each customer because the functionality is the same
  4. H

    Question What is a unique code? How to create it?

    Hello everyone, I have asked this question several times on the forum. But I can't quite figure it out. Are there tools that help you create one unique code for multiple applications?
  5. H

    Question I can't find an error in the Java code

    I was advised a service that makes code unique is called AppRefactoring. Have you heard about him?
  6. H

    Question I can't find an error in the Java code

    Thanks, another question. I want to use this code for two applications, can I make two unique ones from one code?
  7. H

    Question I can't find an error in the Java code

    Hello, these are two different topics. That issue has been resolved, this is a new code for the editor program. I need to make it workable and unique so that there are no intersections.
  8. H

    Question I can't find an error in the Java code

    I wrote the source code for a new application on IOS, when writing there were no errors, but when I ran the code, an error appeared in this place: var t = readLine()! var s = readLine()! var len_s = s.count var t_lis = Set(t) var c_s = Counter(s) var c_t = Counter(t_lis[len_s]) var c_res =...
  9. H

    [SOLVED] How to check the code for errors so the app will work properly ?

    Okay, I'll try. I also found a service on the Internet AppRefactoring for code analysis, have you tried it?
  10. H

    [SOLVED] How to check the code for errors so the app will work properly ?

    I wrote the program code, but when the application starts, this part is not displayed (code below). Finding and correcting errors takes a lot of time, which can be applied more efficiently. How do you fix bugs in your code? Are there special tools? package com.TSP; import java.io.IOException...