Hi,
I have a peace of perl code which is using curl to download GRIB files.
Coming from a Visual Basic and Java backgoud I have just limited knowledge about what exactly is going on in the code below.
Especially the curl usage is very cryptographic for me...
I would highly apprechiate if...
Hi,
I'm trying to convert some Fortran Code into Java.
Unfortunately the following Loop kind of blows my mind.
Could someone please explain in simple terms what is going on in this code?
DO 110 I=1,IWINDO
DO 111 J=1,IWINDO
A(J)=H(I0+I,J0+J)
111 CONTINUE
CALL...
Hi,
I'm trying to get two textboxes to behave in a certain way to minimize user input errors.
Unfortunately I'm stuck with a problem I dont't get resolved...
I have two textboxes in which the user may enter geographic coordinates. As an example here the format of the latitude coordinate: Textbox...
Hi,
I'm still working on the translation of some Fortran code peaces into Visual Basic 2010 and tripped over an expression which doesn't make sense to me:
PARAMETER(IWINDO=4)
LOGICAL LODD
LODD=(IWINDO/2)*2.NE.IWINDO
If(LODD) THEN
...
ENDIF
For my understaning "LODD" is a boolean which will...
Hi,
I have a small problem understanding the following peace of code. It should be very simple but for me, coming from a visual basic background, it doesn't make sense.
FUNCTION IFRAC(R)
IMPLICIT REAL*8(A-H, O-Z)
IFRAC=R
IF (R.GE.0) RETURN
IF (R.EQ.IFRAC) RETURN
IFRAC =...
Hi guys,
I'm usually writing small programms in VB 2008/2010. There is a EGM96 World Geomagnetic Reference Model which has been provided by the Office of GEOINT Sciences GEOINT.
Unfortunately this Model is written in Fortran and I'm now trying to translate it into Visual Basic.
I'm doing fine...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.