Jump to content

Qubit

Members
  • Posts

    572
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Qubit

  1. Dope, but all in all you can only learn so much java from scripting..
  2. Trying to decide which one to buy.. Razer Blad Stealth QHD 250gb ssd vs Hp Spectre 250gb Give me a good reason to buy one of the other, thanks in advance..
  3. Quick question though, I saw the design pattern on github before but the name of it is on the tip of my tongue, mind telling me the name of it?
  4. Most of the math involved with computer science is based on pure mathematics rather than applied math. Such as branches of pure mathematics are discrete math, graph theory, number theory, combinatoric optimization etc.. which is different than applied mathematics which is along the lines of calculus or algebra. Why? Because any proof of statement is such topics can be programmed. Pure mathematics is essentially programming but without the language barrier. Most likely like you I am a college student, I finished my freshman year last year and took calc 1-3. It is more or less taught so you have some wiggle room if you change majors. It is also good to know in general for a stem major who will most likely come in contact with calculus in their lifetime. Topics like derivatives and integrals are very good to know as they have many applications.
  5. Using maven, I added the dependency code you gave me but where do i put the google api project?
  6. I used eclipse to build the gradle project, which then showed up in project explorer, which I then exported to a jar. Which is used in my project. Was this the wrong way to do it? Could you give me a example how I would do this?
  7. http://stackoverflow.com/questions/38620043/trying-to-use-google-map-api Have been searching for hours for a solution, hopefully someone here knows one.
  8. Started working on it.. then I realized I have a job and have little time to actually work on it. If you want to help work on it, ill give you access to the github repo unless I don't want you working on it for some reason. Just comment below if interested.. not much is done but it's in progress. BTW im using a Java Api, i don't fuck with anything else
  9. *just has a bag of cheetos* -Whats that? "A bag of cheetos why?" -He has a gun! *gets shot* Day in the life of Qubit.
  10. I want to visually display a path on a map where the user has traveled from a tree of latitudes and longitude coordinates. Anyone know some a good api or component to do this? #Java
  11. I miss that dude. All those in favor comment. if you have his contact info.. tell him he is missed Also morova
  12. There is no way in a intro course they reinforce this terminology like that. XD
  13. This boy just wrote half the definitions in the Java complete reference
  14. Scripts are like 10% programming, 90% intuition and logic. Very different my friend
  15. If you have any public projects you are working on github using Python, Java, Racket(LISP), or C/C++ and need some help. Pm me or post a link of the project.
  16. I just want people to put some respek on my name. Title really says it all.
  17. So I am getting a new laptop this all, razer stealth. I like using linux when I program in c and c++; I am also required to program c and c++ in linux for class. I was thinking would the best way to be able to have windows and linux was to buy an mobile external ssd/hhd and install linux on it and boot from it when i need to?
  18. Im trying to find a way so that in main i can declare a class that extends stage and call upon it like a jframe object. //I want something like this... Class Gui extends Stage { ...} Class Main{ public static void main(String[] args){ Gui myGui =new Gui(); Gui.start(); String textboxField = Gui.getSomeRandomField(); } } At the moment im stuck with having all my code jammed into main and it is an eye soar every time I peek at the code Goal is to create a controller to be able to interact with the gui class and my model class. https://github.com/jaavant/ExcelFormatter
  19. title says it all.. If you got any knowledge about encrypting a serialized file that be cool to know too..
  20. She literally has a 10th degree black belt in attacking straw men.
×
×
  • Create New...