Displaying 8 results from an estimated 8 matches for "tranche".
Did you mean:
trance
2005 Feb 18
1
R crashes on Repeated ODBC Queries
...this a problem in R or ODBC?
Thanks for your help,
James
"CMPC.load" <-
function(start.date,end.date,auction.type){
the.data <- NULL
dates <- seq(from=start.date,to=end.date);
for (i in dates){
if (!is.weekend(i)){
the.date <- day.list(i)
tranches <- tranche.find(i,auction.type)
if (tranches$num != 0){
for (j in 1:dim(tranches$data)[1]){
the.tranche <- tranches$data[j,]
the.auc.date <- day.list(the.tranche$aucdate)
the.mat.date <- day.list(the.tranche$matdate)
the...
2016 Aug 05
2
Pull requests: CJK words and Snippet generator
On Thu, Aug 4, 2016, at 15:08, James Aylett wrote:
> On Wed, Aug 03, 2016 at 08:17:05PM +0200, rsto at paranoia.at wrote:
> > I'll notify you when the CJK pull request passes Travis.
>
> That's great, thanks!
Alright, after lots of fiddling with .travis.yml I finally made the pull
request build on Travis' trusty image:
https://github.com/xapian/xapian/pull/114
I have
2023 Nov 29
0
Sponsorship from DigitalOcean
...l:
The fine folks at DigitalOcean approved FOSS sponsoring credits to
re-host the custom-built multi-platform non-regression NUT CI farm, which
builds several hundred scenarios per iteration (to cover a matrix with many
OSes, toolkit versions and implementations, and dependency versions), with
a tranche of credits that by my estimation should last for the intended
year with VM config/setup comparable to what runs now elsewhere and has an
eviction notice looming.
As part of that discussion I've discovered that the social-networking
element of GitHub et al with "stars"/"likes&q...
2023 Nov 29
0
Sponsorship from DigitalOcean
...l:
The fine folks at DigitalOcean approved FOSS sponsoring credits to
re-host the custom-built multi-platform non-regression NUT CI farm, which
builds several hundred scenarios per iteration (to cover a matrix with many
OSes, toolkit versions and implementations, and dependency versions), with
a tranche of credits that by my estimation should last for the intended
year with VM config/setup comparable to what runs now elsewhere and has an
eviction notice looming.
As part of that discussion I've discovered that the social-networking
element of GitHub et al with "stars"/"likes&q...
2024 Feb 07
0
BUG? rsync ends without message by delete files
...nds totally quit.
>
>
>> what's the return code ( echo $? )
>
> After some more tests, the ERR-Code are:
>
> "22 - Error allocating core memory buffers"
> (with --delete-before)
>
>
> But, now there are only ~100.000 Files to delete, in some Tranches.
>
>
> IMHO:
>
> rsync read the Fileslist without problems, begins with deleting (and on
> thi can decrease the list too) and fail than with a Momory-Error? :-o
>
> Source- and Target-system have 64GB RAM, could be enough...
>
> This seem for me as a Bug.
>
&...
2012 Sep 14
1
parallel version of tapply() or table()?
Hello R-helpers.
I've tried to recreate a parallel version of tapply() and table() using a combination of the parallel functions mclapply() and pvec() and papply(), but haven't been successful. In the end, I'm trying to get a cross tab of two vectors. I currently (can) use tapply(..., sum) and table(), and even xtabs() and ftable(), but with tens of millions of words and tens of
2023 Jul 19
0
[ANNOUNCE] xwayland 23.1.99.901 (aka Xwayland 23.2.0 rc1)
...PRIVATE for keymaps
xwayland: Fix uninitialised value created by a stack allocation
test: Use either wayland-info or weston-info
composite: Fix use-after-free of the COW
xwayland: Use a dedicated feedback callback for windows
xwayland: Check for scanout support in tranches
xwayland: Check for implicit scanout availability
xwayland: Add a direct hook to create pixmaps with glamor
xwayland: Add create_pixmap_for_window() to GBM backend
xwayland: Create scanout capable BO with the fallback path
xwayland: Try the Xwayland glamor hook t...
2008 Jan 15
32
A challenge from a CMS implementer
Hey guys
RoR evangelists keep telling us that they have the #1 framework for
developing webapps. OK, but show us something that works and is useful
to many people out there. I could be wrong, but it doesn''t seem as if
there is anything that qualifies, as yet?
So I''ve got a little challenge for you: come up with a decent plugin
WYSIWYG visual editor for CMS. There are several