search for: imagem

Displaying 18 results from an estimated 18 matches for "imagem".

Did you mean: image
2008 Dec 10
2
exporting rast from R to GRASS
Hi, everybody! i created a imagem by kriging using geoR package. I imported points from GRASS("zn", after converted to geodata "zn_geo"), the border "zn_border" and a raster mask. Then i interpolated the points by kriging and created a raster image. Now, i need export this image back to GRASS to use i...
2012 Feb 17
5
undefined method `key?' for nil:NilClass PaperClip
...{ :multipart => true } do |f| %> <%= f.label :title, "Título" %> <%= f.text_field :title %><br /> <%= f.label :description, "Descrição" %> <%= f.text_area :description %><br /> <%= f.label :image, "Imagem" %> <%= f.file_field :image %><br /> <%= f.submit "Criar novo Projeto" %> <% end %> But when I go to my action, this errors show. NoMethodError in ProjectsController#new undefined method `key?'' for nil:NilClass Rails.root: /home/f...
2002 Oct 25
5
syslinux tool for Win2k and 'safeboot' option
Hello I think syslinux is great and just downloaded 2.00 and will start using it in a couple of days. 1. We use an IDE<->compactflash-adapter in our target-system. We use a USB-compact-flash reader/writer(SanDisk/ImageMate) on our linux-host to write the flash. It appears in the Linux-system as '/dev/sda', and we can use syslinux and mount for copying kernel, syslinux.cfg and our initial-ramdisk. This works very elegant. If we try the same technic on a Win2k-system, the USB-compact-flash reader/writer appe...
2007 Dec 01
3
Event.observe and normal event
...d'', function() { alert("Hello"); this.imglist[i].style.display ="none"; this.imglist[thelastone].push(i); //quando a imagem acabar de carregar vai adicionar o seu numero }.bindAsEventListener(this)); //de index a ultima casa do array que contem as imagens todas }.bind(this) ); I was trying to use Event.observe as it is recommended but it just didn'...
2007 Oct 09
1
DOS/Freedos: Can't use mkfloppyimg.sh or mkdiskimage for +8M images ( Murali (????? ?????) )
...ount -o loop,offset=32256 /tmp/dexter1.img /mnt/loop ++ I copy my dos file in /mnt/loop I change my syslinux.cfg to be label 1Dexter-bios8217-bmc146 menu label Dexter Bios:8217 BMC:146 KERNEL /kernel/memdisk append initrd=/initrd/dexter1.img harddisk c=2 s=63 h=255 But when I boot the imagem the system hang, like what you could see in this snapshot. http://picasaweb.google.com/gaetanlord/Public/photo#5119361870422782706 Thank for any pointer that could help to solve this problem > The mkfloppyimg.sh script [ > http://people.cs.uchicago.edu/~gmurali/gui/files/mkfloppyimg...
2016 May 25
4
Re: Windows Server 2008 - KVM
...ectives in the xml, that should do > the trick: > > <channel type='unix'> > > <source mode='bind'/> > > <target type='virtio' name='org.qemu.guest_agent.0'/> > > </channel> > > > > [image: Imagem inline 1] > > > > I´m using the virtio-win-0.1.117.iso, but I don´t know if this is updated. > > > > Thanks for your reply and your help! > > > > Thiago Oliveira > > > > > > > > > > > > > > > > 2016-05-20 8:31 GMT-0...
2016 May 25
0
Re: Windows Server 2008 - KVM
...k: >> >> <channel type='unix'> >> >> <source mode='bind'/> >> >> <target type='virtio' name='org.qemu.guest_agent.0'/> >> >> </channel> >> >> >> >> [image: Imagem inline 1] Note that this message was nearly rejected in the moderation queue for being oversized. Sending an inline image instead of the text contents of the screenshot is bad enough on bandwidth, but compounding the problem by keeping the image in the reply puts a pretty heavy burden on the list...
2017 May 25
0
nwfilter - how to protect VM's
...M in others networks but the 192.168.2.2 can access 192.168.0.1 because it is the gateway to the internet and this host can receive incoming connections from the internet. I would like to tag with VLAN for example but I don't have sure if this is the best way. See below my route table [image: Imagem inline 1] Thank you guys. Thiago
2009 Nov 27
1
[OT] - Estrutura de armazenamento de uma grande quantidade de arquivos
...de imagens cadastradas pelos usu?rios. Estas imagens s?o armazenadas atualmente em um ?nico diret?rio, e s?o gravadas com um n?mero (ex.:123456.jpg), em um storage rodando centOS.(at? q n?o ? t?o off-topic assim). O problema ? que a quantidade de imagens j? passa de 4 milh?es de arquivos. Cada imagem antes de ser armazenada, ? tratada, e salva em 3 tamanhos diferentes. Ou seja, existem 3 c?pias de cada arquivos (4 milh?es / 3). Espa?o em disco n?o ? problema, j? que estas imagens s?o pequenas. O problema maior ? a quantidade mesmo, e a organiza??o. A medida que o numero de arquivos aumenta...
2009 Sep 30
3
How to search and replace all urls on a HTML string using RUBY gsub
...to search and replace all urls on a HTML string using gsub . CODE html = "<a href=''http://site.com.br''><img src=''http://site3.com/ image.jpg''></a><a href=''http://newx.com.br''><img src=''http://localhost/ imagem.jpg''></a>"; pattern = /<a href=[\''"]?([^\''"> ]*)[\''"]?[^>]*>(.*?)<\/a>/mo replace = "<a href=''http://mysite.com/redirect/#{$1}''>#{$2}</a>" html_output = html.gsub(pattern,re...
2016 May 20
4
Re: Windows Server 2008 - KVM
...en! - About the tablet input device, I removed! Some forums say that consuming idle cpu time. - About the guest agent, I have installed, but the first service can´t start! The error says: *A timeout was reached (30000 milliseconds) while waiting for the QEMU Guest Agent service to connect.* [image: Imagem inline 1] I´m using the virtio-win-0.1.117.iso, but I don´t know if this is updated. Thanks for your reply and your help! Thiago Oliveira 2016-05-20 8:31 GMT-03:00 Dominique Ramaekers < dominique.ramaekers@cometal.be>: > Please check virtual memory usage in the guest. 2Gb memory...
2002 Oct 30
0
SV: syslinux tool for Win2k and 'safeboot' option
...; Thanks for replying. > > > Hi, > > > > Ole Hansen <ole at danelec.dk> schrieb am 25.10.02 23:24:40: > > > 1. > > > We use an IDE<->compactflash-adapter in our > target-system. We use a > > > USB-compact-flash reader/writer(SanDisk/ImageMate) on our > > linux-host to > > > write the flash. It appears in the Linux-system as > > '/dev/sda', and we can > > > use syslinux and mount for copying kernel, syslinux.cfg and our > > > initial-ramdisk. This works very elegant. > > > >...
2016 May 24
1
Re: Windows Server 2008 - KVM
...ectives in the xml, that should do > the trick: > > <channel type='unix'> > > <source mode='bind'/> > > <target type='virtio' name='org.qemu.guest_agent.0'/> > > </channel> > > > > [image: Imagem inline 1] > > > > I´m using the virtio-win-0.1.117.iso, but I don´t know if this is updated. > > > > Thanks for your reply and your help! > > > > Thiago Oliveira > > > > > > > > > > > > > > > > 2016-05-20 8:31 GMT-0...
2009 Dec 22
3
Dovecot quota not working
Hi everyone, I'm trying to make quota to work in dovecot 1.0.rc15 in a Debian machine. Setting the limit to 1GB and starting to fill up the mailbox and nothing stopped me. It just kept growing and nothing happened. Restarted the service and nothing. I had already exceeded the 1 GB limit and nothing happens, the mailbox still goes bigger and bigger... The *"check_quota"* plugin for
2016 May 20
1
Re: Windows Server 2008 - KVM
...ectives in the xml, that should do > the trick: > > <channel type='unix'> > > <source mode='bind'/> > > <target type='virtio' name='org.qemu.guest_agent.0'/> > > </channel> > > > > [image: Imagem inline 1] > > > > I´m using the virtio-win-0.1.117.iso, but I don´t know if this is updated. > > > > Thanks for your reply and your help! > > > > Thiago Oliveira > > > > > > > > > > > > > > > > 2016-05-20 8:31 GMT-0...
2016 May 20
0
Re: Windows Server 2008 - KVM
...Guest Agent service to connect. You’ll have to include the qemu-ga directives in the xml, that should do the trick: <channel type='unix'> <source mode='bind'/> <target type='virtio' name='org.qemu.guest_agent.0'/> </channel> [Imagem inline 1] I´m using the virtio-win-0.1.117.iso, but I don´t know if this is updated. Thanks for your reply and your help! Thiago Oliveira 2016-05-20 8:31 GMT-03:00 Dominique Ramaekers <dominique.ramaekers@cometal.be<mailto:dominique.ramaekers@cometal.be>>: Please check virtual...
2007 Oct 10
1
DOS/Freedos: Can't use mkfloppyimg.sh or mkdiskimage for +8M images ( Solved)
...img /mnt/loop > ++ I copy my dos file in /mnt/loop > I change my syslinux.cfg to be > label 1Dexter-bios8217-bmc146 > menu label Dexter Bios:8217 BMC:146 > KERNEL /kernel/memdisk > append initrd=/initrd/dexter1.img harddisk c=2 s=63 h=255 > > But when I boot the imagem the system hang, like what you could see in > this snapshot. > http://picasaweb.google.com/gaetanlord/Public/photo#5119361870422782706 > > Thank for any pointer that could help to solve this problem > > > > > > > > > > The mkfloppyimg.sh script [ > >...
2016 May 25
0
Re: Windows Server 2008 - KVM
...Guest Agent service to connect. You’ll have to include the qemu-ga directives in the xml, that should do the trick: <channel type='unix'> <source mode='bind'/> <target type='virtio' name='org.qemu.guest_agent.0'/> </channel> [Imagem inline 1] I´m using the virtio-win-0.1.117.iso, but I don´t know if this is updated. Thanks for your reply and your help! Thiago Oliveira 2016-05-20 8:31 GMT-03:00 Dominique Ramaekers <dominique.ramaekers@cometal.be<mailto:dominique.ramaekers@cometal.be>>: Please check virtual...