search for: zu

Displaying 20 results from an estimated 1496 matches for "zu".

2008 Sep 24
1
qplot, stacked area, own colourscheme
...ame", case="tolower") sql <- "select trial, cover_of, dateofsurvey, cover from mytable" mydata <- (sqlQuery(channel, sql)) What I get is the following dataframe (simplified, there are more categories, not real data): trial cover_of dateofsurvey cover 1 ZU-316 Cover dead material 2004-09-16 0 2 ZU-316 Cover grasses 2004-09-16 16 3 ZU-316 Cover herbs 2004-09-16 14 4 ZU-316 Cover legumes 2004-09-16 10 5 ZU-316 Cover open soil 2004-09-16 30 6 ZU-316 Cover dead material 2005-09-18 5 7 ZU-316 Cov...
2011 Apr 13
1
[PATCH hivex] maint: split long lines
...license: @@ -415,7 +415,8 @@ hivex_open (const char *filename, int flags) page->magic[1] != 'b' || page->magic[2] != 'i' || page->magic[3] != 'n') { - fprintf (stderr, "hivex: %s: trailing garbage at end of file (at 0x%zx, after %zu pages)\n", + fprintf (stderr, "hivex: %s: trailing garbage at end of file " + "(at 0x%zx, after %zu pages)\n", filename, off, pages); errno = ENOTSUP; goto error; @@ -453,7 +454,8 @@ hivex_open (const char *filename, int flags)...
2009 Jul 13
1
Ubuntu und R
Hallo Zusammen, hatte gestern die Schnauze voll von Vista und habe mir daraufhin Ubuntu installiert. Bin also mit Ubuntu ?berhaupt nicht vertraut. Nun habe ich ohne Erfolg versucht, R zu installieren. Soweit ich der Anleitung folgen konnte habe ich es so wie auf http://wiki.ubuntuusers.de/R gemacht....
2020 Mar 28
0
[klibc:update-dash] Implement stpcpy() and stpncpy()
...stddef.h> +#include <stdlib.h> +#include <string.h> + +int main(void) +{ + char temp[10]; +#define clear_temp() strcpy(temp, "XXXXXXXXX") + char *end; + + printf("stpcpy:\n"); + + clear_temp(); + end = stpcpy(temp, "123"); + printf("'%s'len:%zu strlen:%zu\n", temp, end - temp, strlen(temp)); + if (end != temp + 3 || memcmp(temp, "123\0XXXXX", 10)) + goto error; + + clear_temp(); + end = stpcpy(temp, ""); + printf("'%s'len:%zu strlen:%zu\n", temp, end - temp, strlen(temp)); + if (end != temp || m...
2009 Jul 14
1
Ubuntu JGR
...me that was not installed properly. I do not know how to fix it since I have just installed Ubuntu 2 days ago. I searched the internet and found some similary probs. But still could not work it out. Fehler: konnte das Verzeichnis nicht blockieren ?/home/gunnar/R/i486-pc-linux-gnu-library/2.9? um zu modifizieren Versuche zu entfernen ?/home/gunnar/R/i486-pc-linux-gnu-library/2.9/00LOCK? Fehler: konnte das Verzeichnis nicht blockieren ?/home/gunnar/R/i486-pc-linux-gnu-library/2.9? um zu modifizieren Versuche zu entfernen ?/home/gunnar/R/i486-pc-linux-gnu-library/2.9/00LOCK? Fehler: konnte das V...
2008 Aug 07
0
[JOB] Softwareentwickler/-in, prometheus-Bildarchiv, Universität zu Köln
hi folks! sorry to bother you all, but the following job announcement is in german only, because fluent german is an indispensable requirement anyway. cheers jens ---- An der Universität zu Köln, prometheus - Das verteilte digitale Bildarchiv für Forschung & Lehre, Kunsthistorisches Institut, Philosophische Fakultät ist zum 01.09.2008 befristet bis 28.02.2009 die Stelle einer/eines *Softwareentwicklerin/Softwareentwicklers* (Vollzeit) zu...
2013 Sep 24
2
Hivex - Trailing garbage at the end of hive file
...provided) that ignores trailing garbage. But this code has been reverted to no ignore this condition in later version of hivex - /* This error is seemingly common in uncorrupt registry files. */ - /* - fprintf (stderr, "hivex: %s: ignoring trailing garbage at end of file (at %zu, after %zu pages)\n", - filename, off, h->pages); - */ + /* NB: This error is seemingly common in uncorrupt registry files. */ + if (h->msglvl >= 2) + fprintf (stderr, "hivex: %s: ignoring trailing garbage at end of file (at %zu, after %zu page...
2017 Feb 14
2
[PATCH 1/2] GCC 7: Add __attribute__((noreturn)) to some usage functions which call exit.
This happens with GCC 7.0.1. The errors were all of the form: qemu-speed-test.c: In function 'main': qemu-speed-test.c:153:7: error: this statement may fall through [-Werror=implicit-fallthrough=] usage (EXIT_SUCCESS); ^~~~~~~~~~~~~~~~~~~~ qemu-speed-test.c:155:5: note: here default: ^~~~~~~ --- builder/index-validate.c | 2 +-
2008 Sep 19
0
[JOB] Softwareentwickler/-in, prometheus-Bildarchiv, Universität zu Köln
...t for a full-time software developer position in Cologne, Germany. In addition, we''d like to emphasize that the contract is limited in time due to formal reasons only. We definitely aim at extending it. We look forward to receiving your applications! Cheers Jens ---- An der Universität zu Köln, prometheus - Das verteilte digitale Bildarchiv für Forschung & Lehre, Kunsthistorisches Institut, Philosophische Fakultät ist zum 01.11.2008 zunächst befristet bis 30.04.2009 die Stelle einer/eines *Softwareentwicklerin/Softwareentwicklers* (Voll...
2013 Jul 25
19
[PATCH hivex 00/19] Fix read/write handling of li-records.
This is, hopefully, a full fix for handling of li-records. See: https://bugzilla.redhat.com/show_bug.cgi?id=717583 https://bugzilla.redhat.com/show_bug.cgi?id=987463 Rich.
2011 Dec 01
0
[JOB] Softwareentwickler/-in, prometheus-Bildarchiv, Universität zu Köln
...ob announcement for a full-time software developer position in Cologne, Germany. Please note that fluent German is required. Cheers Jens ---- In der Philosophischen Fakultät, im *Kunsthistorischen Institut, prometheus - Das verteilte digitale Bildarchiv für Forschung & Lehre* der Universität zu Köln ist ab 01.03.2012, zunächst befristet bis 28.02.2013, Vollzeit (39,83 Wochenstunden), eine Stelle als *Softwareentwickler/in* zu besetzen. Aufgaben: - Anwendungsprogrammierung auf Basis von Ruby und Rails - Administration der Projektserver (GNU/Linux) - Entwicklung vo...
2019 Mar 29
5
CentOS Repository broken ?
Hello, I have a CentOS 7 server with dovecot Repository enabled. But it is not possible to Update with Yum Update I have this Error? The dovecot package is missing? --> Transaktionspr?fung wird ausgef?hrt ---> Paket dovecot-imaptest.x86_64 2:2.3.5-1 markiert, um aktualisiert zu werden ---> Paket dovecot-imaptest.x86_64 2:2.3.5.1-1 markiert, um eine Aktualisierung zu werden --> Abh?ngigkeit dovecot = 2:2.3.5.1-1 wird f?r Paket 2:dovecot- imaptest-2.3.5.1-1.x86_64 verarbeitet ---> Paket dovecot-lua.x86_64 2:2.3.5-1 markiert, um aktualisiert zu werden ---> Pake...
2016 Aug 27
3
[PATCH 0/3] lib: Don't assert fail if port is missing in XML (RHBZ#1370424).
Simple fix for this assert-fail found in: https://bugzilla.redhat.com/show_bug.cgi?id=1370424 Rich.
2020 May 16
0
[PATCH RFC] vhost: add an SOF Audio DSP driver
...f(vr, struct vhost_dsp, vrdev); + struct vhost_virtqueue *vq = iter->vq; + struct sof_rpmsg_data_resp *resp = &dsp->data_resp; + struct sof_rpmsg_data_req req; + size_t len = vhost_rpmsg_iter_len(iter); + size_t nbytes; + + if (len < sizeof(req)) { + vq_err(vq, "%s(): data count %zu too small\n", + __func__, len); + return -EINVAL; + } + + /* copy_{to,from}_iter() can be called repeatedly to continue copying */ + nbytes = vhost_rpmsg_copy(vr, iter, &req, sizeof(req)); + if (nbytes != sizeof(req)) { + vq_err(vq, + "%s(): got %zu instead of %zu by...
2020 Feb 24
1
vfs fruit disk_free fails on tmsize overflow with macOS Time Machine
...issue for me. The diff for the patch is --- source3/modules/vfs_fruit.c 2019-10-24 15:15:00.000000000 +0000 +++ source3/modules/vfs_fruit.c 2020-02-18 19:54:00.000000000 +0000 @@ -6971,18 +6971,7 @@ return true; } - if (bandsize > SIZE_MAX/nbands) { - DBG_ERR("tmsize overflow: bandsize [%zu] nbands [%zu]\n", - bandsize, nbands); - return false; - } - tm_size = bandsize * nbands; - - if (state->total_size + tm_size < state->total_size) { - DBG_ERR("tmsize overflow: bandsize [%zu] nbands [%zu]\n", - bandsize, nbands); - return false; - } + tm_size = (off_t)bandsi...
2006 Mar 20
0
Primary D-Channel on span 1 down
...kype: chrisnnga [Disclaimer] Diese Information ist ausschliesslich fuer die adressierte Person oder Organisation bestimmt und koennte vertrauliches und/oder privilegiertes Material enthalten. Personen oder Organisationen, fuer die diese Information nicht bestimmt ist, ist es nicht gestattet, diese zu lesen, erneut zu uebertragen, zu verbreiten, anderweitig zu verwenden oder sich durch sie veranlasst zu sehen, Massnahmen irgendeiner Art zu ergreifen. Sollten Sie diese Nachricht irrtuemlich erhalten haben, bitten wir Sie, sich mit dem Absender in Verbindung zu setzen und das Material von Ihrem Co...
2008 Oct 22
2
Attempting to play Zu Online using Wine
Hiya, I'm currently running Wine 1.1.6 installed onto Ubuntu 8.04.1. Zu Online installed seamlessly, but when I run it from command line it fails quietly with no output. I set WINEDEBUG=warn+all and got around 500 lines of output. I'd like to get this game running if I can, what should I do, and if I need to post the warn+all output, how should I post it?
2005 Jan 08
1
WineTools (2.1.0) + WINEPREFIX
...y specified in WINEPREFIX doesn't exist. You may want to create it by running 'wineprefixcreate'. cp: regul?re Datei ,,/home/sabine/.wine/config" kann nicht angelegt werden: Datei oder Verzeichnis nicht gefunden ln: Erzeugen der symbolischen Verkn?pfung ,,/home/sabine/.wine/c" zu ,,/home/sabine/.wine/drive_c": Datei oder Verzeichnis n icht gefunden ln: Erzeugen der symbolischen Verkn?pfung ,,/home/sabine/.wine/dosdevices/d:" zu ,,/dev/hdc": Datei oder Verzeichnis nicht g efunden ln: Erzeugen der symbolischen Verkn?pfung ,,/home/sabine/.wine/dosdevices/e:&quot...
2012 Mar 31
2
[PATCH v6] hivexml: Add byte run reporting functions
...extWriterPtr writer = (xmlTextWriterPtr) writer_v; + char buf[1+BYTE_RUN_BUF_LEN]; + errno = 0; + size_t node_struct_length = hivex_node_struct_length (h, node); + if (errno) { + if (errno == EINVAL) { + fprintf (stderr, "node_byte_runs: Invoked on what does not seem to be a node (%zu).\n", node); + } + return -1; + } + /* A node has one byte run. */ + XML_CHECK (xmlTextWriterStartElement, (writer, BAD_CAST "byte_runs")); + XML_CHECK (xmlTextWriterStartElement, (writer, BAD_CAST "byte_run")); + memset (buf, 0, 1+BYTE_RUN_BUF_LEN); + snprintf...
2019 Mar 29
1
CentOS Repository broken ?
...pository enabled. >> >> But it is not possible to Update with Yum Update >> I have this Error? >> The dovecot package is missing? >> >> --> Transaktionspr?fung wird ausgef?hrt >> ---> Paket dovecot-imaptest.x86_64 2:2.3.5-1 markiert, um aktualisiert zu >> werden >> ---> Paket dovecot-imaptest.x86_64 2:2.3.5.1-1 markiert, um eine >> Aktualisierung zu werden >> --> Abh?ngigkeit dovecot = 2:2.3.5.1-1 wird f?r Paket 2:dovecot- >> imaptest-2.3.5.1-1.x86_64 verarbeitet >> ---> Paket dovecot-lua.x86_64 2:2....