search for: abcdefghijk

Displaying 6 results from an estimated 6 matches for "abcdefghijk".

Did you mean: abcdefghijkl
2006 Aug 08
9
Handling userland char ** pointers
...== PR_MODEL_ILP32 ? 4 : 8))); And when I couldn''t get it to work, I started breaking it down into smaller pieces to see what was going on at each step. Here''s the "C" and "D" code: --- pt.c --- static int sz = sizeof(char *); main() { char *s = "abcdefghijk"; char **p = &s; printf ("Size of pointer = %d\n", sz); sub1(s); sub2(p); exit(0); } sub1 (char *arg) { if (sz == 4) printf ("First 32 bit pointer = %x\n", arg); else printf ("First 64 bit pointer = %llx\n", arg); puts (arg)...
2016 Jun 06
2
readlines() truncates text file with Codepage 437 encoding
...;437')) Warning message: In readLines(file("437__characters.txt", : incomplete final line found on '437__characters.txt' > test_text [1] "\v\f\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037 !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\177 ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????" > nchar(test_text) [1] 242 You'll note that readLines hasn't read the final characters "??\n&q...
2010 Jun 30
1
vlmc - "In vlmc(traffic.clusters.stationary, cutoff = i) : alphabet with >1-letter strings; trying to abbreviate"
...rying to abbreviate") +++ START+++ > library(VLMC) > a <- floor(runif(1000,0,11)) > vc <- vlmc(a,cutoff=5) Warning message: In vlmc(a, cutoff = 5) : alphabet with >1-letter strings; trying to abbreviate > vc 'vlmc' a Variable Length Markov Chain; alphabet 'abcdefghijk', |alphabet| = 11, n = 1000. Call: vlmc(dts = a, cutoff.prune = 5) -> extensions (= $size ) : ord.MC context nr.leaves total 2 72 61 1608 AIC = 5247 > +++ END+++ The questions are: 1. What is it trying to do? 2. How is it abbreviating? 3. How...
2009 Aug 14
1
RODBC does not like table names >11/12 characters
...last week I am not able anymore to fetch any table which has a name longer than 11 or 12 characters. Here is the the pattern of my code, nothing spectacular: library(RODBC) channel2<-odbcDriverConnect('DSN=xxx') #table names with up to 11 characters still work sqlFetch(channel2, 'abcdefghijk') #table names with 13 or more characters do not sqlFetch(channel2, 'abcdefghijklm') Fehler in odbcTableExists(channel, sqtable) : ?abcdefghijklm?: table not found on channel I do not have any tables with 12 character names, to check where exactly the borderline is. Of course, the...
2016 Jun 08
0
readlines() truncates text file with Codepage 437 encoding
...(file("437__characters.txt", > : incomplete final line found on '437__characters.txt' >> test_text > [1] > "\v\f\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037 > !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\177 > ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????" >> nchar(test_text) > [1] 242 > You'll note that readLines hasn't rea...
2015 Feb 12
3
samba pdc winbind
Op woensdag 11 februari 2015 22:11:03 schreef Rowland Penny: > On 11/02/15 20:43, duportail wrote: > > Op woensdag 11 februari 2015 20:18:57 schreef Rowland Penny: > >> On 11/02/15 20:13, duportail wrote: > >>> Op woensdag 11 februari 2015 19:56:54 schreef Rowland Penny: > >>>> On 11/02/15 19:25, duportail wrote: > >>>>> Op woensdag 11