Hello world
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 3178 articles for 0.020 sec
VFX Forth for Linux and hello world     

Group: comp.lang.forth · Group Profile · Search for Hello world in comp.lang.forth
Author: Luca Masini
Date: Mar 23, 2008 20:29

... Forth for Linux. It's an old tradition to start with the hello world program. I wrote hello.fs : main ." Hello VFX-World!" cr ; assign main to-do entrypoint save hello.elf bye Then spend some time ... command line arguments and finally compiled with vfxlin "include hello.fs" && mv hello.... executable was working but 'file hello' report this hello: ELF 32-bit LSB ...
Show full article (0.70Kb)
Re: first emacs lisp script: hello world     

Group: gnu.emacs.help · Group Profile · Search for Hello world in gnu.emacs.help
Author: Joel J. Adamson
Date: Dec 7, 2007 10:04

... <SHaddock@corp.web.com> writes: All right.. Here comes the new guy. I downloaded emacs, but I can not figure out how to create a hello world script and run it. I know this is incredibly basic, but when you are doing this stuff by yourself it is not always obvious. Can someone point the ...
Show full article (0.81Kb)
Re: first emacs lisp script: hello world     

Group: gnu.emacs.help · Group Profile · Search for Hello world in gnu.emacs.help
Author: Peter Dyballa
Date: Dec 7, 2007 09:44

Am 07.12.2007 um 16:11 schrieb Stewart Haddock: I downloaded emacs, but I can not figure out how to create a hello world script and run it. emacs -nw -Q -eval '(message "ORBIS SALUTE")' ? -- Greetings Pete Real Time, adj.: Here and now, as opposed to fake time, which only occurs there and then.
Show full article (0.33Kb)
Re: first emacs lisp script: hello world     

Group: gnu.emacs.help · Group Profile · Search for Hello world in gnu.emacs.help
Author: Eric Hanchrow
Date: Dec 7, 2007 09:29

...guy. I downloaded emacs, Stewart> but I can not figure out how to create a hello world Stewart> script and run it. I know this is incredibly basic, but Stewart> when you ... other hand, you just mean "a function I can invoke from within Emacs that displays \"hello world\" somewhere", there are lots of ways. Take a look at "An Introduction to Programming in ...
Show full article (1.21Kb)
Re: im trying to do a xquery hello world in sql server 2005 but i keep getting this error:     

Group: microsoft.public.sqlserver.xml · Group Profile · Search for Hello world in microsoft.public.sqlserver.xml
Author: Mike C#
Date: Nov 3, 2007 15:48

...as simple an example as I could come up with. DECLARE @foo xml; SET @foo = N'<bar>Hello World!</bar>'; SELECT @foo.query('/bar/text()'); "DR" <softwareengineer98037@yahoo.com> wrote in message news:%%23xHJkYBGIHA.280@TK2MSFTNGP03.phx.gbl... im trying to do a xquery hello world in sql server 2005 but i keep getting this error: select foo.query('...
Show full article (0.66Kb) · Show article thread
Re: im trying to do a xquery hello world in sql server 2005 but i keep getting this error:     

Group: microsoft.public.sqlserver.xml · Group Profile · Search for Hello world in microsoft.public.sqlserver.xml
Author: Kent Tegels
Date: Oct 26, 2007 16:09

Hello dr, im trying to do a xquery hello world in sql server 2005 but i keep getting this error: select foo.query('return <z/>') as result from foo Msg 4121, Level 16, State 1, Line 3 Cannot find either column "foo" or the user-defined function or aggregate "foo.Query", or the name is ambiguous. Its not clear what you are ...
Show full article (0.59Kb) · Show article thread
im trying to do a xquery hello world in sql server 2005 but i keep getting this error:     

Group: microsoft.public.sqlserver.xml · Group Profile · Search for Hello world in microsoft.public.sqlserver.xml
Author: DR
Date: Oct 26, 2007 14:21

im trying to do a xquery hello world in sql server 2005 but i keep getting this error: select foo.query('return <z/>') as result from foo Msg 4121, Level 16, State 1, Line 3 Cannot find either column "foo" or the user-defined function or aggregate "foo.Query", or the name is ambiguous.
Show full article (0.29Kb)
Re: OpenMP "Hello World" problems?     

Group: comp.lang.fortran · Group Profile · Search for Hello world in comp.lang.fortran
Author: Leif Harcke
Date: Feb 24, 2007 15:40

... something wrong? This is normal OpenMP behavior. Try this modified test program: program hello use omp_lib implicit none integer :: i, n call omp_set_num_threads(2) !$omp parallel private(i,n) n = omp_get_num_threads() i = omp_get_thread_num() print *, 'Hello World from thread ', i, ' of ', n !$omp end parallel end program hello
Show full article (0.58Kb) · Show article thread
Re: OpenMP "Hello World" problems?     

Group: comp.lang.fortran · Group Profile · Search for Hello world in comp.lang.fortran
Author: blmblm
Date: Feb 24, 2007 12:03

... Fortran Compiler 9.1, the following program: PROGRAM hello use omp_lib implicit none integer :: i, n...> !$omp parallel private(i) i = omp_get_thread_num() write(*,*) 'Hello World from thread',i !$omp end parallel END PROGRAM ifort -openmp hello.f90 I get this output: There are 1 threads Hello World from thread 0 Hello ...
Show full article (1.71Kb) · Show article thread
OpenMP "Hello World" problems?     

Group: comp.lang.fortran · Group Profile · Search for Hello world in comp.lang.fortran
Author: joaquin.casanova
Date: Feb 24, 2007 10:36

... Intel Fortran Compiler 9.1, the following program: PROGRAM hello use omp_lib implicit none integer :: i, n ...,'threads' !$omp parallel private(i) i = omp_get_thread_num() write(*,*) 'Hello World from thread',i !$omp end parallel END PROGRAM ifort -openmp hello.f90 I get this output: There are 1 threads Hello World from thread 0 Hello World from thread...
Show full article (0.75Kb)
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next