Search found 183 matches

by J@ckWhiteIII
Tue May 07, 2013 4:16 pm
Forum: Announcement
Topic: Atomic Webserver
Replies: 3
Views: 4068

Re: Atomic Webserver

This project is not active anymore, is it?
I'm writing a local web server for school, so I used Atomic Web Server as a basis. The problem ist just php and javascript. Maybe somebody here has implemented that already.
I would also be interested in that new script language.
by J@ckWhiteIII
Sat Apr 27, 2013 8:20 pm
Forum: Coding Questions
Topic: WebGadget script error
Replies: 2
Views: 839

Re: WebGadget script error

Thank you a lot, I wonder why I couldn't find it.
I agree with him, they should add a flag for that.
by J@ckWhiteIII
Sat Apr 27, 2013 5:42 pm
Forum: Coding Questions
Topic: WebGadget script error
Replies: 2
Views: 839

WebGadget script error

Hello,
is there any way to keep webgadgets from popping up their "error" MessageBoxes when e.g. a variable in a script src isn't defined? it's really annoying.
Thank you in advance.
by J@ckWhiteIII
Tue Apr 23, 2013 4:30 pm
Forum: General Discussion
Topic: Question about HTML
Replies: 14
Views: 5557

Re: Question about HTML

Wow, thank you a lot for that demonstration! I'll have to do some research on Regular Expression to understand it, though.
Those links you added are full of useful information to me, thanks a lot.

But I must still ask: How did people find the RegEx's? I mean, looking at that I don't understand a ...
by J@ckWhiteIII
Mon Apr 22, 2013 4:06 pm
Forum: General Discussion
Topic: Question about HTML
Replies: 14
Views: 5557

Re: Question about HTML

Thank you a lot for those links, they gave me information I need.

But I have another question, this time about the PureBasic code. Does my first attempt make sense or is it a "fail" already? I don't really know if what I did makes sense or whether it is appropriate or not. I'd appreciate ...
by J@ckWhiteIII
Sun Apr 21, 2013 7:10 pm
Forum: General Discussion
Topic: Question about HTML
Replies: 14
Views: 5557

Question about HTML

Hello,
I have a question about HTML. I'd like to know if ALL tags have ALL the attributes that exist (height, margin, bgcolor, frontcolor).
I want to know this because I'd like to read HTML text using Purebasic. So I thought I'll need a tree structure to be able to handle all that. Now I thought I ...
by J@ckWhiteIII
Sun Apr 14, 2013 1:40 pm
Forum: Coding Questions
Topic: Principal Component Analysis
Replies: 14
Views: 5019

Re: Principal Component Analysis

Hi,
I must say that I do not really understand what your code does, DarkDragon. I came to this topic as I was searching for "derivation". Now I've read Polynomial in your code several times, like AddPolynomial etc.
But this topic is about vectors.
So here my questions:
- is this code able to derive ...
by J@ckWhiteIII
Thu Apr 11, 2013 10:33 pm
Forum: Coding Questions
Topic: Receive Dropbox file
Replies: 16
Views: 6908

Re: Receive Dropbox file

Oooohhhhh, now it all makes sense! Very simple, indeed. You only need to know about this, which I didn't.
Thank you for telling me and explaining.
Regards, Marius
by J@ckWhiteIII
Thu Apr 11, 2013 7:23 pm
Forum: Coding Questions
Topic: Receive Dropbox file
Replies: 16
Views: 6908

Re: Receive Dropbox file

This works, thank you a lot for that!

I still do not understand what was the problem, though. Your first code was "...dl.dropbox.com/..." and it worked. In this new version, you used "...dl.dropboxusercontent.com/...". What difference did that make and why did the other URL worl before?

Again ...
by J@ckWhiteIII
Wed Apr 10, 2013 8:56 pm
Forum: Coding Questions
Topic: Receive Dropbox file
Replies: 16
Views: 6908

Re: Receive Dropbox file

I have to ask again. My App worked for some days, but now I tried it once again..and the app just freezes when you click update.
Here the code (you'll have to commen out the Datasection and image stuff):


InitNetwork()
UseJPEGImageDecoder()
UsePNGImageDecoder()

Global hwnd.i = OpenWindow(#PB_Any ...
by J@ckWhiteIII
Mon Apr 01, 2013 4:43 pm
Forum: Coding Questions
Topic: Receive Dropbox file
Replies: 16
Views: 6908

Re: Receive Dropbox file

Wow, thank you guys for your code! infratec's code worked for me, it was all correct! Thank you so much.
I'm going to look over your code, Thorsten1867, as soon as I've finished my launcher.
Once again, thank you!
by J@ckWhiteIII
Mon Apr 01, 2013 2:17 pm
Forum: Coding Questions
Topic: Receive Dropbox file
Replies: 16
Views: 6908

Re: Receive Dropbox file

Hi,
I think DropBox only does https. I'll have to try another option. Maybe FTP and some webspace will do the job.
Thanks for your effort!
by J@ckWhiteIII
Mon Apr 01, 2013 2:03 pm
Forum: Coding Questions
Topic: Receive Dropbox file
Replies: 16
Views: 6908

Receive Dropbox file

Hey,
probably not the best thing to ask this in the "how to code..?"-section, but I don't really know where else to ask this.
My problem is the following:
I want to make an application that has a launcher (application is a runnable JAR file). This launcher should have an update function, so that it ...
by J@ckWhiteIII
Tue Oct 23, 2012 11:11 pm
Forum: Coding Questions
Topic: FTP file listing
Replies: 9
Views: 2350

Re: FTP file listing

@Azur,
your procedure does not work for me. It's always stuck in the Repeat-Until loop
by J@ckWhiteIII
Tue Oct 23, 2012 10:44 pm
Forum: Coding Questions
Topic: FTP file listing
Replies: 9
Views: 2350

Re: FTP file listing

Whoa, the upload works! Thanks alot, I'd never have tried that o.O