Off Topic > Off Topic

Programming Megathread

Pages: << < (20/241) > >>

Maxwell.:


--- Quote from: Otis Da HousKat on October 30, 2015, 01:21:11 PM ---If you've ever connected to a Blockland server they could have your IP address.

--- End quote ---
yes I know it's not the most private thing, I just didn't particularly want to post it

oh well, I'll host it and let you guys see what you think, it's for testing my webpage skills and I haven't yet implemented CSS much into it yet, I've been developing it since I first got into advanced html + css coding, I want to clean it up but I really can't be bothered to

steve5452 helped me set up wamp and helped me on the clown page with javascript

http://88.144.126.3/index.php
http://88.144.126.3/wtf.html (it's hidden but it's some of my javascript work that I wanna show)
it's not actually much

elm:

Has anyone used AutoIt? I've been using it lately and I'm very impressed with it and it's documentation. Even used it to write a program for my job lol.

The only downside is no multi-threading abilities.

Func helloWorld()
   MsgBox(0,"Hello World","Hello World")
EndFunc

helloWorld()

A bit more of the syntax showed:

http://pastebin.com/PdGrWAV1

devildogelite:

Does anyone do stuff with microcontrollers? I got a few arduinos recently and I really hate the standard IDE, I looked around for other IDEs that have some sort of formatting but they all seemed to equally suck.

Otis Da HousKat:


--- Quote from: devildogelite on October 30, 2015, 04:07:51 PM ---Does anyone do stuff with microcontrollers? I got a few arduinos recently and I really hate the standard IDE, I looked around for other IDEs that have some sort of formatting but they all seemed to equally suck.

--- End quote ---
The standard Arduino IDE is awful for a lot of reasons. It exists as a first timer's tool to compiling and flashing hardware. It works but it is very limiting once you're ready to explore deeper, and customization of the environment is nonexistent.

I know there is some Eclipse plugins for Arduino if that's up your alley. I don't have much experience with Arduino development as an Arduino. I've used the boards before because they were available and easy, but I was flashing my own programs to them and not using the Arduino libraries, which once again have a lot of problems for people looking to go beyond the hobbyist level.

Foxscotch:


--- Quote from: Pecon on October 30, 2015, 10:08:57 AM ---I generally like how it basically just blends with HTML

--- End quote ---
that's the only thing I do like about it
it's really quick and convenient to set up

but something like Flask is relatively easy to get running, too. PHP has the advantage of requiring just one file for one web page, but with Flask you still only need two, and you get the advantage of separating logic from design

Pages: << < (20/241) > >>

Go to full version