Displaying 9 results from an estimated 9 matches for "loaddata".
Did you mean:
load_data
2006 Jun 07
1
Errno::ENOENT (No such file or directory
Hi,
I have my RoR deployed on Linux server. My application has "browse file"
section where it selects the file from users machine (e.g. -
D:/kw/loaddata/New/abc.txt) and passes it to convertTo method
But the path is not being resolved. It throws me an error:
Errno::ENOENT (No such file or directory - D:/kw/loaddata/New/abc.txt):
.//app/controllers/releases_controller.rb:35:in `initialize''
.//app/controllers/releases_controller.rb:...
2005 Dec 14
1
Problem stopping default event in Safari
...crazy here. I''m trying to stop a link from being followed
after it''s clicked. It works everywhere except Safari (using v. 2.0.2
on Tiger)
I''m using behavior.js to attach events based on a class or an id:
*******************************************************
function loadData(e) {
// load some data here based on the url of the a tag
(removed for simplicity)
// then stop the defaultevent
if(e) {
Event.stop(e);
}
return false;
}
var ajaxRules = {
''.ajaxLink'' : function(myAnchor) {
// ... code to set up Ajax...
2005 Mar 16
1
returning NULL from .Call call
...t maybe it is not the best one).
If it is however unknown, it might be considered for a "wish list".
Consider a simple "aka" C function (the original implementation loads
complex data structures and there could be other causes of trouble apart
from non-existing files):
SEXP loadData(SEXP fileName) {
int* data = NULL;
try {
// try to open the file and read the data into 'data'
} catch(...) {
std::cout << "Load failed (ANY REASON) - returning NULL" <<
std::endl;
return NULL;
}
// operation successful, but th...
2011 Jun 10
2
Memory leak using libflac++
...ed) (vg_replace_malloc.c:224)
by 0x41448A8: FLAC::Metadata::local::construct_block(FLAC__StreamMetadata*)
(in /usr/lib/libFLAC++.so.6.2.0) by 0x41455D7:
FLAC::Metadata::Iterator::get_block() (in /usr/lib/libFLAC++.so.6.2.0)
by 0x8072CB5: CFlacInfo::Read() (FlacInfo.cc:154)
by 0x8054BF4: CFlacTag::LoadData() (flactag.cc:543)
by 0x8058D45: CFlacTag::CFlacTag(CCommandLine const&) (flactag.cc:134)
by 0x805D4E2: main (flactag.cc:66)
In my code, the offending line is:
m_PictureBlock=(FLAC::Metadata::Picture*)Iterator.get_block();
(m_PictureBlock is a pointer to a FLAC::Metadata::Picture object).
T...
2007 Jun 05
1
multiple plot in odfWeave
...the loop it doesn't work.
When i try to launch the plot (using the loop) in R console directly,
without odfweave, it also works.
Do you know if it is possible to make successive plot in odfWeave document?
Thank you for your help,
Laurence.
Here the code:
My odt file: test2.odt
<<loadData, results = hide, echo = FALSE>>=
@
<<Connection, echo = FALSE, fig = TRUE>>=
library("RMySQL")
library(maps)
library(mapdata)
library(spmaps)
library(grid)
library(plotrix)
drv <- dbDriver("MySQL")
con <- dbConnect(drv, user="lamilhat", pass...
2011 Jun 11
0
Flac-dev Digest, Vol 79, Issue 3
...224)
> by 0x41448A8: FLAC::Metadata::local::construct_block(FLAC__StreamMetadata*)
> (in /usr/lib/libFLAC++.so.6.2.0) by 0x41455D7:
> FLAC::Metadata::Iterator::get_block() (in /usr/lib/libFLAC++.so.6.2.0)
> by 0x8072CB5: CFlacInfo::Read() (FlacInfo.cc:154)
> by 0x8054BF4: CFlacTag::LoadData() (flactag.cc:543)
> by 0x8058D45: CFlacTag::CFlacTag(CCommandLine const&) (flactag.cc:134)
> by 0x805D4E2: main (flactag.cc:66)
>
> In my code, the offending line is:
>
> m_PictureBlock=(FLAC::Metadata::Picture*)Iterator.get_block();
>
> (m_PictureBlock is a pointer to...
2008 Oct 23
4
odfWeave error
...nails/thumbnail.png
inflating: settings.xml
inflating: META-INF/manifest.xml
Removing Report_2_draft.odt
Creating a Pictures directory
Pre-processing the contents
Sweaving content.Rnw
Writing to file content_1.xml
Processing code chunks ...
1 : term hide(label=loadData)
d 2 : term verbatim(label=SiteHist)
ate()
3 : term verbatim(label=AgeSex)
4 : term verbatim(label=Sitesex)
5 : term verbatim(label=SiteHeadNeck)
6 : term verbatim(label=SiteFace)
7 : term verbatim(label=SiteChest)
8 : term verbatim(label=SiteAbdomnen)
9 : term verbat...
2011 Jun 11
0
Memory leak using libflac++
...224)
> by 0x41448A8: FLAC::Metadata::local::construct_block(FLAC__StreamMetadata*)
> (in /usr/lib/libFLAC++.so.6.2.0) ? by 0x41455D7:
> FLAC::Metadata::Iterator::get_block() (in /usr/lib/libFLAC++.so.6.2.0)
> by 0x8072CB5: CFlacInfo::Read() (FlacInfo.cc:154)
> by 0x8054BF4: CFlacTag::LoadData() (flactag.cc:543)
> by 0x8058D45: CFlacTag::CFlacTag(CCommandLine const&) (flactag.cc:134)
> by 0x805D4E2: main (flactag.cc:66)
>
> In my code, the offending line is:
>
> m_PictureBlock=(FLAC::Metadata::Picture*)Iterator.get_block();
I've never used the C++ API, but the...
2016 Jan 30
8
[Bug 93934] New: DRI_PRIME=1: DeadIsland crashes when loading finish
https://bugs.freedesktop.org/show_bug.cgi?id=93934
Bug ID: 93934
Summary: DRI_PRIME=1: DeadIsland crashes when loading finish
Product: Mesa
Version: 11.0
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at