search for: world

Displaying 20 results from an estimated 21388 matches for "world".

Did you mean: word
2007 Aug 26
0
3 commits - libswfdec/swfdec_as_context.c player/swfplay.c test/trace
...0000000..b0746d9 --- /dev/null +++ b/test/trace/ASSetPropFlags-extended-5.swf.trace @@ -0,0 +1,8213 @@ +>>>> /ASSetPropFlags-extended-5.swf () +init +>>>> /ASSetPropFlags-extended-5.swf (1) +>>>> /ASSetPropFlags-extended-8.swf (1) +[object Object] +0 => Hello World +8 => Hello World +16 => Hello World +24 => Hello World +32 => Hello World +40 => Hello World +48 => Hello World +56 => Hello World +64 => Hello World +72 => Hello World +80 => Hello World +88 => Hello World +96 => Hello World +104 => Hello World +112 => He...
2003 Nov 01
4
Bug with partial IMAP fetches
...t; Date: Sun, 06 Oct 2002 23:19:23 -0500 From: Matthew Reimer <mreimer@vpop.net> Organization: VPOP Technologies, Inc. User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20020829 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Krista Reimer <krista@vpop.net> Subject: WORLD October 12, 2002: Eight principles Content-Type: multipart/mixed; boundary="------------010405000308030207040500" This is a multi-part message in MIME format. --------------010405000308030207040500 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit...
2003 Sep 11
4
how to insert a double quote with the paste function?
Hello, I would like to write in a variable the following string : Hello "World" If I do cat("Hello ","\"World\""), I have the good result on the screen but it can not be affected to a variable. If I do the same thing with paste paste("Hello ","\"World\"") it does not work since \" seems to be not recogn...
2012 Nov 14
2
[LLVMdev] unable to interface with target machine
Hi there. Sorry in advance if this is a silly question. I've got a test program in my v3c-storyboard project http://sourceforge.net/projects/v3c-storyboard/ that generates LLVM assembly for a hello world program. If I try clang -o hello-world hello-world.ll I get "error: unable to interface with target machine". But if I llvm-as -o hello-world.bc hello-world.ll && " "llc -o hello-world.S hello-world.bc && " "gcc -o hello-world hello-wor...
2013 Apr 15
6
how to transform string to "Camel Case"?
Dear all, Given the following vector: > (z <- c('R project', 'hello world', 'something Else')) [1] "R project" "hello world" "something Else" I know how to obtain all capitals or all lower case letters: > tolower(z) [1] "r project" "hello world" "something else" > toupper(z) [1...
2007 Feb 13
16
Error against latest trunk while testing via spec for model
Hi I just did an update to lates trunk ================= context "Given a generated venue_spec.rb with fixtures loaded" do fixtures :venues specify "fixtures should load two Venues" do Venue.should have(2).records end end ================== gives me ========== 1) TypeError in ''Given a generated venue_spec.rb with fixtures loaded fixtures should load two
2011 Oct 02
1
World of WarCraft: Retail Build (build 14545)
I am trying to play with wine but when i try to start the game nothing hapens and when i try to execute wow.exe i get this error : Code: World of WarCraft: Retail Build (build 14545) Exe: C:\Arquivos de programas\World of Warcraft\Wow.exe Time: Oct 1, 2011 7:27:05.841 PM User: shalimar Computer: shalimar-deskto ------------------------------------------------------------------------------ This application has encountered...
2010 Jun 23
1
Plotting Data on a Map
...d electricity generation data from http://tonto.eia.doe.gov/cfapps/ipdbproject/iedindex3.cfm?tid=2&pid=2&aid=12&cid=&syid=2004&eyid=2008&unit=BKWH >>>>> >>>>> >>>>> # Download new map data from http://thematicmapping.org/downloads/world_borders.php >>>>> >>>>> >>>>> >>>>> >>>>> # Bring the thematicmapping data into R >>>>> library("rgdal") >>>>> world.map <- readOGR(dsn="C:/", layer="TM_WORLD_BORDERS...
2006 Mar 16
0
World 2006 - Register for the SECNAP and MIS Training Institute Discount!
InfoSec World(tm) Conference and Expo 2006 April 3-5, 2006 Vendor Expo: April 3 & 4 Optional Workshops: April 1, 2, 5, 6, & 7 Disney's Coronado Springs Resort / Orlando, FL http://www.misti.com/InfoSecWorld SPECIAL OFFER! SECNAP Network Security Corp. and MIS Training Institute would like...
2006 Sep 24
2
printing a variable name in a for loop
Hello, How do you print a variable name in a for loop? I'm trying to construct a csv file that looks like this: Hello, variable1, value_of_variable1, World, Hello, variable2, value_of_variable2, World, Hello, variable3, value_of_variable3, World, Using this: for (variable in list(variable1, variable2, variable3)){ cat("Hello,", ???variable???, variable, ", World,") } This works fine if I'm trying to print the VALUE o...
2011 Jun 25
6
Ubuntu 11.04: World of Warcraft issue
okay, before I say anything, I'll say that I am using a patched version of wine, but just to get a cursor enabled as pere [url=http://ubuntuforums.org/showpost.php?p=7643957&postcount=82]here[url] now whenever World of Warcraft would try to render a character, it crashes and spews the following error: > ============================================================================== > World of WarCraft (build 12340) > > Exe: C:\Program Files\World of Warcraft\WoW.exe > Time: Jun 24, 20...
2006 Jan 12
3
hello World problem
Hi, I'm trying to build a simple R package 'helloWorld' with just one function that prints 'hello World' on the C side. I agree that it is completely useless, but I just start mixing R and C. My C file is as follows : #include <stdio.h> void helloWorld() { printf("hello world !\n") ; } When I call it from R, here is wh...
2017 Apr 15
2
Why does an LLVM pass based on FunctionPass not get triggered for certain functions?
I am learning to write LLVM pass by trying to reproduce [hello world][1] example. The pass `hello.cpp` looks like: #include "llvm/Pass.h" #include "llvm/IR/Function.h" #include "llvm/Support/raw_ostream.h" using namespace llvm; namespace { struct Hello : public FunctionPass { static char ID;...
2004 Mar 07
1
drawing filled countries according to data using map('world')?
> My question then is, how to compute a similar procedure using the 'world' > database. Specifically, how can I access the country names in the 'world' > database to accomplish the translation to the country names in my dataset? > Is there any way to unpack the 'world' database to do the matching in an > external program? And does anybody n...
2006 Mar 08
3
bug in map('world') ?
hi, did'nt see anything in the archive: map('world',pro='rectangular',para=0) yields a strange artifact (horizontal bar) extending over the whole map at a certain latitude range (approx 65 deg. north), whereas map('world',pro='rectangular',para=180) (which should be the same) does not show the artifact. the artifact...
2019 Mar 18
4
Possibly broken system2 env-option
Hey all, what is wrong with this command: system2("echo", env = c(VAR = "Hello World"), args = c("$VAR")) I am a bit confused, as help("system2") writes about the env option: > character vector of name=value strings to set environment variables. Is this option buggy, or am I using it just wrong? Thanks for your help Henning
2012 Nov 15
0
[LLVMdev] unable to interface with target machine
On 14/11/12 22:11, Philip Ashmore wrote: > Hi there. > > Sorry in advance if this is a silly question. > > I've got a test program in my v3c-storyboard project > http://sourceforge.net/projects/v3c-storyboard/ > that generates LLVM assembly for a hello world program. > > If I try > > clang -o hello-world hello-world.ll > > I get "error: unable to interface with target machine". > > But if I > > llvm-as -o hello-world.bc hello-world.ll && " > "llc -o hello-world.S hello-wor...
2003 Sep 28
0
Turtle world
Dear all, I am trying to do a "loose" implementation in R of the Turtle World (LOGO) and need some advices on graphical issues. In its current very simple implementation, the user can give order to the the turtle to move through the console. The current position and movements are displayed graphically (see below). In the future, I would like to permit the turtle to inter...
2005 Jun 28
1
ClueCon, Vote?
Ok I have to get a vote of all the people that are going to come to Cluecon so we order the beer keg's for the developers board room. Anyone have any preference? (if you haven't registered for ClueCon now is the time to register!) Choices... choices... choices... I want Red Bull on tap! /b --- Anakin: ?You?re either with me, or you?re my enemy.? Obi-Wan: ?Only a Sith could be an
2017 Feb 18
3
Sieve not filtering
...ut my problem quite clearly. > Thank you for this. Actually, after many hours of head-bashing, I discovered the problem. sieve doesn't work when you're just using telnet port 25 ! I was doing : ehlo test mail from:sender at example.com rcpt to:recip at example.com data Subject: hello world Hello World ! . With the above, sieve was simply sending everything to INBOX When I changed my methodology : ehlo test mail from:sender at example.com rcpt to:recip at example.com data From:<sender at example.com> To:<recip at example.com> Subject: hello world Hello World ! . It work...