Search found 35 matches

by deesko
Sat Dec 27, 2014 11:49 am
Forum: Off Topic
Topic: Netflix hacked?
Replies: 7
Views: 4263

Re: Netflix hacked?

by deesko
Thu Nov 13, 2014 11:03 pm
Forum: General Discussion
Topic: download port
Replies: 7
Views: 3275

Re: download port

Each download creates a new socket. It usually maps to port 80 as destination and a sequential available (not used) port as source. This way each connection is unique and separate from each other. If your happens with more than one pc, the problem most likely isn't in your pcs or it's configurations...
by deesko
Fri Oct 24, 2014 8:13 pm
Forum: Off Topic
Topic: Strange keyboard problem
Replies: 12
Views: 5318

Re: Strange keyboard problem

It may be a problem with key code multiplexing, but that is controlled by a microcontroller that problably has a firmware program running. It may be a code bug caused by rom corruption or something, but I'd guess you have no way to solve that...
by deesko
Thu Oct 16, 2014 4:00 pm
Forum: General Discussion
Topic: buildbot with purebasic - brainstorming
Replies: 5
Views: 3098

Re: buildbot with purebasic - brainstorming

I don't have a mac, but saw this: http://wiki.winehq.org/MacOSX Maybe of some help. On another nota, this doesn't seem to make any sense (the cloud idea), since you do need to test the executables nevertheless, right? You don't really expect you spit a cross-platform release without extensive testin...
by deesko
Sat Oct 11, 2014 2:08 pm
Forum: Coding Questions
Topic: Saving file problem
Replies: 13
Views: 3962

Re: Saving file problem

Is the filesize value the same even if admin is turned off (besides being nonzero)?
by deesko
Sat Oct 11, 2014 1:08 pm
Forum: Coding Questions
Topic: Saving file problem
Replies: 13
Views: 3962

Re: Saving file problem

Can you try giving your program administrator priveligies and see if you get different results?
by deesko
Thu Oct 09, 2014 10:05 pm
Forum: Coding Questions
Topic: FPS?.. MovieInfo(movie,0) result not real.
Replies: 6
Views: 2256

Re: FPS?.. MovieInfo(movie,0) result not real.

Can you try another way?

So FPS.f = 1e-3 * MovieInfo(#Movie, 0)

Just another guess
by deesko
Mon Sep 29, 2014 10:34 am
Forum: Coding Questions
Topic: Reload Source after tool has quit - Greyed Out
Replies: 12
Views: 3733

Re: Reload Source after tool has quit - Greyed Out

Could it be that this:

Code: Select all

If RenameFile(OutputFile,InputFile)=0
  End
EndIf
Isn't able to Rename the file because it's "stuck" to IDE and can't be changed? If that's the case then your program would end prematurelly without giving a visible error and without processing nothing.
by deesko
Mon Sep 29, 2014 9:04 am
Forum: Off Topic
Topic: Get Windows XP updates till April 9, 2019!
Replies: 22
Views: 9743

Re: Get Windows XP updates till April 9, 2019!

Oh, so now I'm stupid? Well, just to let you know, I'm not rich, and I can't afford (and frankly I don't need to) buy a new PC for some purposes where it isn't needed to, specially for something I still use to program a microcontroller and eproms, since this hardware only has drivers for XP. But I u...
by deesko
Thu Sep 25, 2014 12:15 pm
Forum: Tricks 'n' Tips
Topic: SearchGadget (SearchField) for OSX, Windows and Linux
Replies: 9
Views: 3939

Re: SearchGadget (SearchField) for OSX, Windows and Linux

Nice job, thanks! Very useful.
empty wrote: Usage
Return = StringGadget(Gadget, x, y, Width, Height)
I didn't had a go yet, but maybe you wrote a mistake there? Shouldn't it be called SearchGadget() instead?
by deesko
Wed Sep 24, 2014 7:15 pm
Forum: Off Topic
Topic: Get Windows XP updates till April 9, 2019!
Replies: 22
Views: 9743

Re: Get Windows XP updates till April 9, 2019!

XP Pro hasn't have (and won't have) any updates since April this year: http://www.pcworld.com/article/2033606/ ... ws-xp.html
by deesko
Wed Sep 24, 2014 7:11 pm
Forum: Off Topic
Topic: where to store your passwords ?
Replies: 36
Views: 10761

Re: where to store your passwords ?

Me too. Actually I use Google Drive but same principle. Syncronized and updated both on the PC and Android.
by deesko
Wed Sep 24, 2014 3:30 pm
Forum: Off Topic
Topic: where to store your passwords ?
Replies: 36
Views: 10761

Re: where to store your passwords ?

Second for Keepass, use it all the time, on Windows, Linux and Android! Open-source and bullet-proof.
by deesko
Wed Sep 24, 2014 3:25 pm
Forum: Off Topic
Topic: Get Windows XP updates till April 9, 2019!
Replies: 22
Views: 9743

Re: Get Windows XP updates till April 9, 2019!

Well, safer I can assure you it isn't, since you don't know how it is implemented in that program. Plus, you have to buy it... In the hack I provided, you can SEE what it does, and it is as simple as to import a simple reg file. Well, at least that's how I see it, I may be wrong. It wouldn't be the ...