Ellie4294
Regular Member
- Apr 14, 2015
- 469
- 73
Its really pure PHP? I think you have used C# for front end, what you say?Pure php! No brovsers no servers nothing just php
![]()
Its really pure PHP? I think you have used C# for front end, what you say?Pure php! No brovsers no servers nothing just php
![]()
How do you make this GIU using PHP?
Multiple ways actually!
- wxWidgets (http://wxphp.org)
- GTK (http://gtk.php.net)
- Windows Api (http://winbinder.org)
Thanks for sharing,
for your personal experience, what is the best of those 3?
also will it working without problems or it's better to use any other languages?
Thanks for sharing,I have only done projects with PHP-GTK in the past. Doable but not the best choice for desktop apps. At this age, I would suggest going with Electron (http://electron.atom.io), assuming you already know how to work with html/js/css.
URL_GET row_url
VAR_RE row_title, http_body, "<title>(.*?)</title>"
I love using clojure to write bots. If you're good with Java, you can be 10x more productive with clojure. clj-http works nice with proxies and is very mature, while http-kit has really great asynchronous support. The async stuff makes it really easy to write bots that are high performance.
Was about to reply that. If you have any other info I would be interested. I'm switching from go.
Thank you, couldn't have expected a better answer.The hardest part is learning the odd lisp syntax. If you have any experience with functional programming then clojure will be a joy to work with. That plus the ability to write macros, and call out to Java whenever you need to are awesome. Plus there's clojurescript, which is in a league of it's own when it comes to creating front end webapps.
A great place to get started is "clojure for the brave and true". Great introduction and you'll explore some of the more advanced features of the language in a newbie friendly way as well.
There is nothing unreliable about making "bots" in Java. If your application is having issues then I'd strongly suggest you revise your code. Furthermore, no other language is more similar to Java than c#, which you have already pointed out not to like. From the sound of it you may still be a novice programmer? In that case I'd just delve deeper into whatever language you're interested in and then think about making bots.