TCP/IP .NET application detect client active or not?
Hi All, now i am developing network service application. there are two application. one is server mode and one is client. when the server application starts, i establish connection between server and...
View ArticleTCP/IP .NET application detect client active or not?
Hi All, now i am developing network service application. there are two application. one is server mode and one is client. when the server application starts, i establish connection between server and...
View ArticleRetrieving Iteration Results in Matlab
Dear All, I need to retrieve the value for Z, Za, V, Va for all the iterations of the code below. Please how do I do it? z=[0.2 0.2 0.2 0.4]; W_PR=0.245; C=4; omega=[0.344 0.467 0.578 0.789]; Tc=[600...
View Article(Jython) Swing items only show up on window resize
Hello, I am having an odd (and I suspect interesting) problem. I am writing a swing GUI in jython, but, oddly enough, when I first start the program, the majority of my stuff does not render until I...
View ArticleHelp needed with VBS file...
Wrote a VBS to get comments from all the word documents present in a folder and write them into an excel sheet with separate sheets for each document. But the page number and line number seems to be...
View ArticleGame programming in Gemtree Peter
I would like to inform about Gemtree Peter programming tool (for Windows). It is FREEWARE and allows easy programming of 2D and 3D games, as well as other Windows applications. Home page:...
View ArticleIssue with expressions,
f(j==0){ brick.setFillColor(Color.red); }else if (j==1){ brick.setFillColor(Color.red); is it possible to use the and or and not type questions on numbers, or can they only be used as true/false i.e...
View ArticleIssue with expressions, and or not
f(j==0){ brick.setFillColor(Color.red); }else if (j==1){ brick.setFillColor(Color.red); is it possible to use the and or and not type questions on numbers, or can they only be used as true/false i.e...
View ArticleWater jug problem
Hello, Is there a concrete algorithm to solving the water jug problem? For 3 jugs, each of different capacities, and a target value (all integers). Does an algorithm exist? If so, what is it? Also,...
View Articlewater jug problem
Hello, Is there a concrete algorithm to solving the water jug problem? For 3 jugs, each of different capacities, and a target value (all integers). Does an algorithm exist? If so, what is it? Also,...
View ArticleHi, i have a very very simple VHDL
model i need to build. Yet, it doesn't work :( the purpose of the code is very simple. I have a step motor i connect to a circuit matrix. the circuit matrix has a ULN2803 transistor. And the matrix is...
View ArticleHi, i have a very very simple VHDL
model i need to build. Yet, it doesn't work :( the purpose of the code is very simple. I have a step motor i connect to a circuit matrix. the circuit matrix has a ULN2803 transistor. And the matrix is...
View ArticleUnable to import programs
Recently started studying at a university in Sweden, and currently I'm taking a course in Python programming. Was thinking it would be nice to be able to program from home aswell, which worked fine...
View ArticleUnable to import programs
Recently started studying at a university in Sweden, and currently I'm taking a course in Python programming. Was thinking it would be nice to be able to program from home aswell, which worked fine...
View ArticleLoop result
Hi everyone, Can you tell me please what will happen if n = 6, is it an infinie loop ? thank you in advance. Procedure myProc(int n) int i begin i <- n while i > 0 do If (i mod 2) = 0 the crate a...
View ArticleLoop result
Hi everyone, Can you tell me please what will happen if n = 7, is it an infinie loop after the first run of the while loop ? thank you in advance. Procedure myProc(int n) int i begin i <- n while i...
View ArticleFTP Batch File
I'm using Windows Scheduled Tasks to run a batch file that calls a text file with all of the FTP commands. There are multiple folder changes on the FTP server and multiple shared folders to be uploaded...
View ArticleFTP Batch File
I'm using Windows Scheduled Tasks to run a batch file that calls a text file with all of the FTP commands. There are multiple folder changes on the FTP server and multiple shared folders to be uploaded...
View Article