search for: postimag

Displaying 19 results from an estimated 19 matches for "postimag".

Did you mean: postimg
2012 Mar 22
4
getting multiple plots on a single plot
...uot;,main="For 10 million simulations") lines(myvalues_10M$num_sims_per_thread,myvalues_10M$time_per_sim,col="green") dev.off() print(paste("Plot was saved in:", getwd())) This generates a 3 page pdf file with a plot on each page. They look like this : http://s17.postimage.org/ud9ej1cnj/alpha1.png http://s13.postimage.org/7q3snqsrr/alpha2.png http://s14.postimage.org/sf374f12p/alpha3.png I want to plot all the 3 in one graph, in one page with the respective colours - red, blue, and green. Any ideas on how? Thanks, - vihan
2012 Mar 30
1
Wine, Mac, and MDAC
...contact with the developer about components that the program needs, but the communication has been slow from them, so I have been exploring on my own. I believe I am close to cracking the egg, but I wanted some input from all you fine folks. Here's my setup as of right now: [Image: http://s15.postimage.org/o3v35e56h/Screen_shot_2012_03_30_at_2_32_53_PM.png ] [Image: http://s8.postimage.org/lzde1e843/Screen_shot_2012_03_30_at_2_53_46_PM.png ] [Image: http://s8.postimage.org/itssb6phv/Screen_shot_2012_03_30_at_2_53_50_PM.png ] I used winetricks to install those DLLs, and I am unsure if all are...
2009 Jan 11
1
Problem with wine doors
Hello. I have wine doors and wine installed. I can install some tools from the list in wine doors, but some other tools i cant install. The download will be done and installation starts, but after it i become following bug info: [Image: http://www.postimage.org/Pq2nhPF0.jpg ] (http://www.postimage.org/image.php?v=Pq2nhPF0)
2012 Mar 19
1
fitting a histogram to a Gaussian curve
...") pdens <- density(myvals, na.rm=T) plot(pdens, col="black", lwd=3, xlab="My values", main="Default KDE") dev.off() print(paste("Plot was saved in:", getwd())) the problem here is that I a jagged distribution, you can see the result : http://s15.postimage.org/9ucmkx3bf/foobar.png this is the original histogram : http://s12.postimage.org/e0lfp7d5p/foobar2.png any ideas on how I can smoothen it to a Gaussian curve? Thanks, - vihan
2012 Aug 21
1
Imap Ghost folder
Hi list, i have a strange "ghost" folder in my subscription list and just can't find out how to get rid of it. It seems to be someones Inbox, but it doesn't tell me whose. Here's a screenshot of Open-Xchanges Web-GUI: /http://s9.postimage.org/6aohh97ov/iehadjhb.jpg / As you can see there is an unamed folder just under Freigaben (Shares). In Thunderbird: /http://s12.postimage.org/z0n82k2u5/bjddgefg.jpg/ Now the Folder is "INBOX"...But it is noones Inbox, as the corresponding user (amazon e.g.) should be a prefix-folder...
2012 Feb 14
4
How to run 3D Studio 7
...owing a lot of registry-tweaks to adjust the graphics-settings in wine. However, I just don't know where to begin - the list is really long. Which component could cause the graphics-issues? Should I better try some settings in the catalyst-driver instead? Someone please help. [Image: http://s7.postimage.org/vmtwc78uf/3dsmax7_screenshot.jpg ] (http://postimage.org/image/vmtwc78uf/)
2012 May 29
2
Ask password when booting Web Server
...tion is well and no problem, if access domain which include SSL, (below) https://centos.co.id and https://centos.org it's work, the real problem when restart my computer (apache), when restart on process ask for password RSA when booting CentOS 5.5, more details can see in picture http://s16.postimage.org/4lnhhprkl/passwd_centos.png How do past this password, because if type manual this computer can't finish booting. i am sorry speak english is't very bad :D Thank You :) -- http://mafatahna.web.id @mafatahna
2011 May 01
1
regressing on variable with heavy tails
I have a dependent variable with is very peaked and has heavy tails, something I haven't encountered before. (histogram: http://postimage.org/image/2sw9bn8pw/). What could be an appropriate family or transformation to do regress on this?-- View this message in context: http://r.789695.n4.nabble.com/regressing-on-variable-with-heavy-tails-tp3486973p3486973.html Sent from the R help mailing list archive at Nabble.com.
2012 Feb 14
0
Help me! it's about batch
...eally noob here let me explain my problem to you first : 1. i have a software in directory c:\mikeusak\mikeusak.php and i run it via batch 2. and after that my software started and requesting id and password to login 3. i input my ID and Password to log in and i logged in [Image: http://s8.postimage.org/85pwregad/password_and_id.png ] 4. the software is running and everything just fine 5. then the software got error message "mungkin halaman kepenuhan" and i must restart it so the program can run again [Image: http://s14.postimage.org/vbmbjsrfl/halaman_keputihan.png ] 6. sadl...
2012 Apr 02
0
Errors trying to install The Grand 2
...ageFilter c047 00000001 > fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 0/00/0000, dlt (d/m/y): 0/00/0000 > fixme:win:DisableProcessWindowsGhosting : stub Also, this errors are thrown on the wine gui: [Image: http://s13.postimage.org/8apur6ck7/Error_001.png ] [Image: http://s7.postimage.org/c2gvts6fv/Error_002.png ] Any guess? Thanks!![/img]
2011 Nov 05
1
Correlation between matrices
...-0.2968288 1.7406905 In each anatomic region, I would like to calculate the correlation between Enzyme activity and each of the concentrations of Cu, Zn, Fe, and Ca, and do a scatter plot with a tendency line, organizing those plots into a grid. See the image below for the desired effect: http://postimage.org/image/62brra6jn/ How can I achieve this? Thank you in advance. [[alternative HTML version deleted]]
2013 Feb 24
0
[LLVMdev] Canonical way to visualize LLVM IR?
Hi, On 02/24/2013 06:39 PM, Paul Sokolovsky wrote: > Hello, > > LLVM provides several ways to visual IR structure straight in its core - > Function::viewCFG() to render control flow graph, then -view-* options > to llc to render various stages of transforming to machine code. > However, I wasn't able to find a way to render complete DAG > visualization of normal IR -
2013 Feb 24
2
[LLVMdev] Canonical way to visualize LLVM IR?
Hello, LLVM provides several ways to visual IR structure straight in its core - Function::viewCFG() to render control flow graph, then -view-* options to llc to render various stages of transforming to machine code. However, I wasn't able to find a way to render complete DAG visualization of normal IR - which besides CFG would also show dataflow (and other flows, if any). What people use to
2012 Feb 14
4
Trouble with directx
...is showing a lot of registry-tweaks to adjust the graphics-settings in wine. However, I just don't know where to begin - the list is really long. Which component could cause the graphics-issues? Should I better try some settings in the catalyst-driver instead? Someone please help. [img=http://postimage.org/image/vmtwc78uf/]Screenshot[/img]
2011 Mar 18
4
Carrara 8 pro cmx (?) and Wine
Hello! I would like to run Carrara 8 pro on Linux via Wine. I was wondering if anyone would know what is cmx and how to compensate this missing or corrupt component so thee amazing app could run without crashes? Carrara 8 (versions from 6 to 8) has these common issues Rendering doesn't work Vertex model room will crash due to trouble with cmx plug-ins using cmx will crash. The
2012 Feb 09
1
Outlier removal techniques
...from the data. I read quite a lot about outlier removal already and I think the most common technique for that seems to be Principal Component Analysis (PCA). However, I think that these technqiue is quite subjective. When is an outlier an outlier? I uploaded an example PCA plot here: http://s14.postimage.org/oknyya1ld/pca.png Should we treat the green and red dots as outliers already or only the blue one which lies outside the 95% confidence interval. It seems very arbitrary how people remove outliers using PCA. I also thought about fitting a linear model through my data and look at distribution...
2010 May 16
2
Problems with Asterisk and two Linksys SPA941
Hi I have a big problems on my Asterisk systems : I have one Asterisk Server with static IP (no nat) and 6 Linksys SPA941. All SPA are after a router with NAT: * SPA-1 and SPA-2 are on the same network, we have a pat 5060 => SPA-1 and 5061=> SPA-2 on the internet router * SPA-3, we have a pat 5062 => SPA-3 * SPA-4, we have a pat 5063 =>
2013 Feb 24
2
[LLVMdev] Canonical way to visualize LLVM IR?
...n't bootstrap, I proceeded to write mine either as a learning exercise, but I'm still not sure I do it the best way or handle all cases (so far testing on trivial examples of course), so if your app in open source, definitely would be nice to look at. What I have on my hands so far: http://postimage.org/image/j4opcf4xf/ > Cheers, > Sebastian -- Best regards, Paul mailto:pmiscml at gmail.com
2010 Aug 15
2
Beginner Hurdles
...tretching the UV to double size like the Y. If you follow the example on the line that says "} else if (px_fmt==TH_PF_444){" to convert YUV to RGB, you will end up with reds that are salmon colored, and the blues are too navy colored. I've posted an example here: http://www.postimage.org/image.php?v=TsBWFfr The top 3 frames are variations where I'm trying to align to UV channels, but the important thing is that VLC does a very good job matching colors, and even though MPlayer falls down on the rendering, they both do much better than my code. I'm guessing that...