Displaying 20 results from an estimated 2000 matches similar to: "Contributing Wiki article on tmpfs"
2014 Jan 01
8
[LLVMdev] LLVM 3.4 RC3 fails to run on Win32
Hello all,
I downloaded LLVM-3.4-rc3-win32.exe from
http://llvm.org/pre-releases/3.4/rc3/ but all *.exe files of bin
directory fail to run on a native Windows XP 32 bit system. Could it be
that they are compiled for a 64 bit system?
Best regards
Jasper Neumann
2006 Mar 28
3
(slightly OT) Reporting tools (Jasper, DataVision, etc.)
We''re evaluating reporting tools right now, both open source and closed.
I saw that a bunch of people on this list have considered Jasper/iReport
-- is this coincidence, or is this the best open source report writer
right now? The proprietary tool we''re comparing them to is Crystal
Reports. Reports will need to be editable by end users, and they''re
running Mac OS
2006 Jan 04
5
Rails with ireport
Hi all, since there isn''t good reporting for rails, I''m thinking to use
jasper report instead. Can anyone tell me how can I integrated them
together? especially how can I pass parameter from rails to jasper report.
2011 Dec 21
2
multilib error on centos 6.2 x86_64
I just tried to update to CentOS 6.2, but I am faced with "Errors: Protected multilib versions" error, the offending packages are:
jasper-libs.i686
krb5-libs.i686
nss.i686
After some investigation, it turns out that there are newer packages in "x86_64 updates" repository, but only for x86_64 version, while in "x86_64 main" repository there are older i686 version
2008 Jan 18
63
Jasper reports and iReport
Has anyone succeeded in producing Rails reports using jasper reports?
I have prepared reports directly with Jasper''s iReport tool using my
MySQL data. It is a very powerful reporting tool. The reports look
greate.
But I have not been able to produce the reports from my Rails
application. I have followed the instructions provided at:
2014 Dec 16
11
[Bug 87361] New: [NV4C] Kernel lock-up after booting to desktop in Fedora 20 & 21 (Nvidia Geforce 6100 IGP)
https://bugs.freedesktop.org/show_bug.cgi?id=87361
Bug ID: 87361
Summary: [NV4C] Kernel lock-up after booting to desktop in
Fedora 20 & 21 (Nvidia Geforce 6100 IGP)
Product: Mesa
Version: 10.3
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: blocker
2009 Apr 27
5
ruby jasper report
Hi,
I am trying to create a pdf using ruby jasper.
For this I am referring this url:-
http://oldwiki.rubyonrails.org/rails/pages/howtointegratejasperreports
I have done everything whatever is in that link.
Still I am not able to get the pdf. I am not getting any error in log
file. My log file is:-
"Processing AccountController#customer_report (for 127.0.0.1 at
2009-04-27 13:19:34) [GET]
2008 Mar 05
4
blank ireports from jasper
hi all
i have successfully integrated jasper with my application but the
problem is that when i m generating reports thru it...its giving me a
blank rtf file......
if i write a xml file its giving me the xml data but the conversion of
xml to text is not taking place...
Is there a way to solve it
pls let me know
thanks
--
Posted via http://www.ruby-forum.com/.
2006 Oct 26
2
www.dovecot.org misconfigured?
I am having difficulting getting to www.dovecot.org and wiki.dovecot.org.
My browser tells me it can't find them. Anyone know what's up?
--
Steven F. Siirila Office: Lind Hall, Room 130B
Internet Services E-mail: sfs at umn.edu
Office of Information Technology Voice: (612) 626-0244
University of Minnesota Fax: (612) 626-7593
2020 Jun 15
3
Voice "broken" during calls
Am 15.06.2020 um 21:50 schrieb Luca Bertoncello:
> What do you mean now? If I can use the full available band or if I can
> download exactly 50Mbs?
> The answer to the first question is: YES! That's why I use a traffic
> shaper... ;)
> The answer to the second question is: NO. I made a speedtest right now
> and I get only ~18Mbps download.
And some other information, too.
2014 Jan 10
2
[LLVMdev] Quirk in switch lowering
Hello Rafael, hello all!
> Would you mind reporting a bug in llvm.org/bugs?
I have already done so, see the following entries:
http://llvm.org/bugs/show_bug.cgi?id=18347
http://llvm.org/bugs/show_bug.cgi?id=18348
http://llvm.org/bugs/show_bug.cgi?id=18349
Best regards
Jasper Neumann
2006 Mar 02
5
Need to link to something like JasperReports
Hello everyone,
Has anyone linked Rails to a report generator such as Jasper Reports
(http://jasperreports.sourceforge.net/)? At the moment, I think I
need something along these lines for a project I''m working on, so it''d
be nice to know if anyone''s used it before before I bring it up as a
suggestion.
Doesn''t have to be JasperReports, and in fact I''d
2013 Dec 24
2
[LLVMdev] Quirk in switch lowering
Hello all,
in SelectionDAGBuilder::handleBTSplitSwitchCase
(lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp) seems to be a quirk
which can effectively create an else-if chain from a very sparse switch
statement instead of a balanced binary tree.
A possible solution is to weight an isolated single switch label with 0.
To do this one can replace the assignments to LDensity und RDensity by:
2006 Jan 29
3
Printing quality documents (invoices, etc..) from rails
Thanks for the info alex
All i really want to do is easily print quality invoice (+other)
documents from within Rails. THe info is already in the mysql
database, so rails has full access.
Is there an easy way to do it?
Thanks,
Chris
--
Posted via http://www.ruby-forum.com/.
2007 Feb 03
2
IMAP/POP3 server with proxy feature
We are currently evaluating the migration from a proprietary, legacy
mail server onto Dovecot for 20,000+ virtual domains. This is a big job
and we intend to do it by initially proxying connections through to the
legacy server, and moving customers over in batches by turning off the
proxy feature for them.
In the manual it states "This model is still a bit unfinished in current
code"
2014 Jan 11
3
[LLVMdev] Quirk in switch lowering
Hello Anton!
> Some of the behavior seen there was for a purpose,
> like the heuristics to overcome different problems.
> I have to remember all the details :)
I have read your article "Improving Switch Lowering for The LLVM
Compiler System" and thought that the selection mechanism works out
well; by chance however I found that this mechanism does not work as
designed if
2006 Oct 23
2
getting the by() function to work properly
Hola everyone,
Solving this issue would be a huge time saver for analyzing my thesis data, so I'll try to be as concise as possible and hope that someone can give me a hand.
I am trying to run a function that I created, which works fine until I try to use it with the by function. That function is listed at the bottom (f3) just in case that might be the issue. Essentially I have compiled a
2010 Jul 26
1
how to generate jasper reports in rails
Hi all,
can anyone tell how to generate reports using jasper in rails
thanks and regards
kiran
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2014 Apr 14
7
¿Cómo generar informes con R sin utilizar LaTeX?
Hola a tod@s, quiero generar informes con los resultados de R en formato
pdf preferiblemente.
Actualmente estoy utilizando knitr junto con LaTeX. Y ya conozco el resto
de formatos de salida de knitr como: markdown, html, ...
¿Alguien conoce otras alternativas? He visto algo de jasper report por ahí,
pero desconozco cómo poder comunicarlo con R.
Muchas gracias por adelantado.
--
Víctor Nalda
2007 Aug 15
2
deliver assertion failure
Deliver from latest 1.1 HG with sieve also from latest 1.1 HG is dying
with an assertion failure when it delivers to my mailbox. Other
mailboxes on the same system are unaffected, but I can read my mailbox
fine through IMAP.
Dovecot and sieve were compiled with -march=nocona -pipe -ggdb
I've commented out my entire sieve script and the problem still occurs.
file index-mail-headers.c: line