java

  1. 3qu4l1z3r

    Minecraft Launcher? Android Studio apk builder

    Does anyone know how to get the Minecraft launcher or how to modify Minecraft and upload your own version like this dev? https://play.google.com/store/apps/dev?id=8115653109898369533&hl=en&gl=us
  2. J

    Ticketmaster clone app with all functionalities iPhone side loading..

    Hello everyone, i would like to hire a very good programmer who can clone the Ticketmaster app which i can sideload to my iphone device. This app would not be complex it's just to be able to login to the app, purchase any tickets of my choice and can see the purchased tickets on the app. So...
  3. gbiz123

    Get Spintax In Your Java Applications

    Hey Everyone, I implemented this Spintax processor for Java, if anyone is interested. I noticed tons of implementations in PHP and Python, but none for java. Moreover, all the implementations of Spintax have some pretty wonky looking code. This one uses recursion and is pretty elegant I think...
  4. A

    Which language is best to learn, why and where to learn it from?

    Which language is the best to learn in 2023? I am thinking of becoming a software engineer, i know just a little bit of python and C++ from my previous years of school (know the basics just to understand what the codes) Times are a bit tough right now and i want to earn money from something i...
  5. Bozuyuk

    a software language for getting started

    i want to learn software languages, what language should I use to get started, Python is usually recommended to understand its logic. What are you suggesting?
  6. Cleanhustle

    Looking for someone to create an autoresponder

    Hello, I am looking for someone that can create an autoresponder for a spanish website, The project is simple add account/proxy and must respond to incoming messages and also shows how many will be sent and from which account. Thanks.
  7. Cleanhustle

    Looking for someone to create a autorepsonder

    Hello, I am looking for someone that can create an autoresponder for a spanish website, The project is simple add account/proxy and must respond to incoming messages and also shows how many will be sent and from which account. Thanks.
  8. Z

    NEED YOUR HELP

    i really want a cpa landing page to promote content locker so my question is what i have to learn in order to create one? i know nothing about java, css or html etc
  9. Z

    Who can change more underlying data for Android Qualcomm?

    I can change Qualcomm's underlying data, IMEI, BTMAC, WFMAC, SN, meid! But after I made the changes, I tried to register an app and was still detected to register in bulk. Is there any more data that can be changed?
  10. T

    [I can pay] [Only serious please] Virtual Camera in android ?

    Hi, sorry if I am not in the right section its my first post here, and i'm french so sorry for my english too :) I'm searching for creating a virtual camera in android, like OBS Virtual cam on windows, but on android, i explain: I need to replace the camera output stream to a virtual output, so...
  11. S

    OPEN AI Request/Response problem

    I am constantly getting an error when requesting data from the Open API GPT using Java, even after I create a new API. String openaiApiKey = "My API"; String model = "text-davinci-002"; String prompt = "Write an article based on the following article: " + article; String...
  12. Nikhil Shah

    Java function

    In Java, how can I "return" the swapped value of two integers from a function? class Solution{ static List<Integer> get(int a,int b) { a=a+b; b=a-b; a=a+b; //**What will be the return statement?** } } Is it necessary to return an object of some kind, containing...
  13. hreflang

    How to get 300,000 query search from google in 1 seceond for SEOs :((

    I want to creat google keyword rank tracker service for SEOs as a product. Now, If i have 100 user per month and they want to check 100 keyword daily per plan i should be able to do 300,000 Google searches per month. None of the apis worked for me and can't support this amount of searching. How...
  14. Badarod

    [JOURNEY] Mobile Apps Revolution

    Hi everyone I hope you all doing good , i'm posting this thread to help myself to get motivated to do what i habe to do in my business life. first of all i'm an android developer (java+android studio) i'm making money bybm developing a source code m, generating a lot of apps from it ,publishing...
  15. O

    Best languages to learn

    Hi, all i’m interested in getting started with coding. I am fascinated about how bots work. For example, Instagram bot, web bots etc. also website development is also something i want to get into. What languages do you recommend?
  16. O

    Electron not formatting UI correctly

    Hi all, I’ve purchased an instagram bot off a freelancer from BHW. Everything works perfect but the UI layout is all wrong. The developer says that it’s because the electron for jarva isn’t working. I used npm install electron --save-dev to download electron and it downloaded fine, is this the...
  17. davidsmurf

    Running a VM inside Android

    I'm coming up with ideas to fully automate a cellphone, I was able to do it connecting to my computer via adb. But now I want to do something more practical, running the entire automation from phone without the need for a computer. I tried doing this by building an APP, but unfortunately you...
  18. A

    How Does Clojure's REPL Maintain State in Java?

    Hello Everyone, I read online that Clojure uses the ASM library to generate JVM Bytecode, I also saw that Clojure has a REPL. I assume each line of code executed by the REPL is compiled into a Java class using ASM by this java compiler and then that class is loaded to execute the code. If this...
  19. Tiaxxx

    Push notifications in the Chrome browser.

    The Chrome Browser asks for approval to push notification. It is this little box that says: "[site name] wants to show notification Allow/Block" Could there be any way to automatically force such acceptance on website? Or possibly to facilitate acceptance in some other way? I am looking for...
  20. davidbuttler

    What are the java development tools a freelance developer should use?

    As a freelance developer, you should be able to create applications that are secure, robust, and portable. There are several licensed and open-source java development tools available in the market. Below are a few tools you can use: Eclipse: The tool runs on a cloud and is an open-source...
Back
Top