What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Pokefarmer - Update Thread

Status
Not open for further replies.
quote HatchingEgg - Heute um 18:38 Uhr
UPDATE
It's been 60 hours now and it's a perfect example. 36 peoples all around the world came together and worked their asses off and we finally managed to figure out what's going on. It's time to implement our theoritical findings now. Cross your fingers that we get that working this night!

lets hope it works give him your energy guys !:)
 
Geez wish i started my career as a programmer so i can also help. I feel useless lol.
 
quote HatchingEgg - Heute um 18:38 Uhr
UPDATE
It's been 60 hours now and it's a perfect example. 36 peoples all around the world came together and worked their asses off and we finally managed to figure out what's going on. It's time to implement our theoritical findings now. Cross your fingers that we get that working this night!

lets hope it works give him your energy guys !:)

That sounds actually pretty awesome ! But where do you get it from? :eek:
 
quote HatchingEgg - Heute um 18:38 Uhr
UPDATE
It's been 60 hours now and it's a perfect example. 36 peoples all around the world came together and worked their asses off and we finally managed to figure out what's going on. It's time to implement our theoritical findings now. Cross your fingers that we get that working this night!

lets hope it works give him your energy guys !:)


take-my-energy-goku_o_962963.jpg
 
Same here. I have Started HTML and Java self education now xD
In this case you should invest your time by learning C++ because this Bot is using Qt wich is a C++ framework from nokia. Honobuddy and Demonbuddy are using C# for the Plugins so I think this two languages are more important than a RAM wasting one.
 
In this case you should invest your time by learning C++ because this Bot is using Qt wich is a C++ framework from nokia. Honobuddy and Demonbuddy are using C# for the Plugins so I think this two languages are more important than a RAM wasting one.

Yes, I know that, but I have heard that learning some of the easier languages is better then starting with c++ and co.
 
Yes, I know that, but I have heard that learning some of the easier languages is better then starting with c++ and co.

don't. the "easyier ones" are more sloppy and you might geht used to that. learn c++ and c# from scratch and you should be alright.
 
Update: For those of you who dont know already, they have solved the code, so to speak. All unknown values have been solved or otherwise accounted for. The devs have successfully interacted with the API. And they have said they are working on implementation.

Sorry it doesn't answer your "how much longer" question. My best guess is no more than 12 hours from now. Pretty vague I know.
 
Yes, I know that, but I have heard that learning some of the easier languages is better then starting with c++ and co.

I personally started off with C# and I do not regret that at all (Did not really have a choice, employer made that choice for me)
It is not that difficult either, it is just huge and thus requires you to learn quite a lot.

Just make sure to use code sharing platforms and let other experienced developers look through your code. Very easy to get into some habit thinking that piece of code is alright, while it isn't. =)
 
I personally started off with C# and I do not regret that at all (Did not really have a choice, employer made that choice for me)
It is not that difficult either, it is just huge and thus requires you to learn quite a lot.

Just make sure to use code sharing platforms and let other experienced developers look through your code. Very easy to get into some habit thinking that piece of code is alright, while it isn't. =)


I was told to start with Phyton or one of the easier language to get a hang of it. But how was it starting c# or c++ first with ZERO knowledge in programming? Is it overwhelming??
 
Update: For those of you who dont know already, they have solved the code, so to speak. All unknown values have been solved or otherwise accounted for. The devs have successfully interacted with the API. And they have said they are working on implementation.

Sorry it doesn't answer your "how much longer" question. My best guess is no more than 12 hours from now. Pretty vague I know.

Would buy you a beer but out of bitcoins ;)
 
I was told to start with Phyton or one of the easier language to get a hang of it. But how was it starting c# or c++ first with ZERO knowledge in programming? Is it overwhelming??

C++ is what practically every Computer Science degree uses to teach OOP. It needs the bare minimum to start writing console programs, and the sky's the limit. C# is part of .NET, and can get confusing very fast using Visual Studio. Learn the basics (loops, classes, methods, etc...) in C++ and transition to C#.

Python is also a very good starting language. People are calling it "simple", and it's not even close to that. It has a low learning curve, but can turn into a monster. Major companies use it for very very advanced algorithms and calculations, or you can just use it for some mundane tasks on your computer.

You pick up the core in Python or C++, and any language becomes a breeze.

I was a software engineer writing Objective C. Became a .NET and Python dev. Moved on to be a Controls Engineer programming robots and machines in Perl and Assembly like languages. 90% of my programming experience was in C++ before getting hired.
 
Status
Not open for further replies.
Back
Top