search for: capsul

Displaying 20 results from an estimated 40 matches for "capsul".

Did you mean: capsule
2009 Feb 13
2
Time capsule and "bad smb"
Hello, I'm having trouble connecting to an Apple Time Capsule's smb shares. The connection doesn't work, and with "dmesg" I see the following message, repeated every time I try: [26937.531511] CIFS VFS: RFC1001 size 39 bigger than SMB for Mid=4 [26937.531580] Bad SMB: : dump of 48 bytes of data at 0xffff880052832380 [26937.531615] 00000...
2009 Feb 10
1
Fast fourier transformation
Hi, here is a practical problem we would like to solve. In a pneumatic post the acceleration of the capsule is measured and plotted over time. From the graph achieved we would like to derive some kind of statistic value that describes the stress the capsule, or what is in it, is exhibited to. The amount of stress introduced to the capsule will probably depend on two things, the maximum amplitudes ob...
2006 Nov 02
1
Integrating speex with VideoNet application: Constantbackground noise
...amp;bits, output); //where output is float array for(int k=0;k<FRAME_SIZE;k++) out[k] = output[k]; //out is a char array PostThreadMessage( WM_PLAYSOUND_PLAYBLOCK, FRAME_SIZE, (LPARAM)out ); } What is the internet to you? Contribute to the Yahoo! Time Capsule and be a part of internet history. _______________________________________________ Speex-dev mailing list Speex-dev@xiph.org http://lists.xiph.org/mailman/listinfo/speex-dev What is the internet to you? Contribute to the Yahoo! Time Capsule and be a part of internet history....
2006 Nov 01
1
Integrating speex with VideoNet application: Constant background noise
...c_state, &bits, output); //where output is float array for(int k=0;k<FRAME_SIZE;k++) out[k] = output[k]; //out is a char array PostThreadMessage( WM_PLAYSOUND_PLAYBLOCK, FRAME_SIZE, (LPARAM)out ); } What is the internet to you? Contribute to the Yahoo! Time Capsule and be a part of internet history._______________________________________________ Speex-dev mailing list Speex-dev@xiph.org http://lists.xiph.org/mailman/listinfo/speex-dev __________________________________ What is the internet to you? Contribute to the Yahoo! Time Capsule and b...
2006 Nov 05
1
Integrating speex with VideoNet application: Constantbackground noise
...tput); //where output is float array for(int k=0;k<FRAME_SIZE;k++) out[k] = output[k]; //out is a char array PostThreadMessage( WM_PLAYSOUND_PLAYBLOCK, FRAME_SIZE, (LPARAM)out ); } What is the internet to you? Contribute to the Yahoo! Time Capsule and be a part of internet history. _______________________________________________ Speex-dev mailing list Speex-dev@xiph.org http://lists.xiph.org/mailman/listinfo/speex-dev What is the internet to you? Contribute to the Yahoo! Time Capsule and be a part of internet...
2006 Mar 20
9
jEdit Snippets for Ruby on Rails
...someone wants to help out with writing some jEdit macros, that would be dope. So please, try it out, let me know if it works, add more snippets, etc. ----------------------------------------------------- What are snippets? ----------------------------------------------------- Snippets are small capsules of code that are activated by a key sequence followed by [CTRL-Enter]. For example, mct[CTRL-Enter] will activate the Migration Create Table snippet. The SuperAbbrevs plugin makes this possible. ----------------------------------------------------- Download --------------------------------------...
2006 Nov 05
2
Integrating speex with VideoNet application: Constantbackground noise
...ound noise. I notice that when I talk into the mike, I will get a slightly louder noise, can't hear any clear speech... Any idea what's wrong? Regards, Carine __________________________________ What will the world find in 2020? Leave a part of your 2006 in the Yahoo! Time Capsule. Contribute now! http://timecapsule.yahoo.com/capsule.php?intl=sg -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20061105/402e3f95/attachment.htm
2006 Oct 30
0
Integrating speex with VideoNet application: Constant background noise
...rray for(int k=0;k<FRAME_SIZE;k++) out[k] = output[k]; //out is a char array PostThreadMessage( WM_PLAYSOUND_PLAYBLOCK, FRAME_SIZE, (LPARAM)out ); } __________________________________ What will the world find in 2020? Leave a part of your 2006 in the Yahoo! Time Capsule. Contribute now! http://timecapsule.yahoo.com/capsule.php?intl=sg -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20061030/08ce83ea/attachment.htm
2006 Dec 24
1
Integrating speex with VideoNet application: Constantbackground noise
...tput); //where output is float array for(int k=0;k<FRAME_SIZE;k++) out[k] = output[k]; //out is a char array PostThreadMessage( WM_PLAYSOUND_PLAYBLOCK, FRAME_SIZE, (LPARAM)out ); } What is the internet to you? Contribute to the Yahoo! Time Capsule and be a part of internet history. _______________________________________________ Speex-dev mailing list Speex-dev@xiph.org http://lists.xiph.org/mailman/listinfo/speex-dev What is the internet to you? Contribute to the Yahoo! Time Capsule and be a part of internet...
2015 May 04
2
C-API: check whether R has been initialized ?
rPython appears to provide an interface from R to Python by embedding Python and I'd think that it can safely assume that R has been initialized, but might not be the point here. The issue is that a Python package embedding itself R (here rpy2) appears to have no way to know that earlier in the life of the process R was initialized. 2015-05-03 19:48 GMT-04:00 Duncan Murdoch
2016 Apr 14
2
CentOS 7.2 laptop wireless Intel Corporation Centrino Wireless-N 2230 (rev c4)
this seems to be the right firmware https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-2030-ucode-18.168.6.1.tgz <https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-2030-ucode-18.168.6.1.tgz> > Am 14.04.2016 um 05:01 schrieb John R Pierce <pierce at hogranch.com>: > > On 4/13/2016 7:42 PM, Philip V wrote: >> lspci gives >> 08:00.0
2008 Oct 09
1
Error when reading a SAS transport file
...0 0 Medication number (label) 696 ADMIN RAND_NO numeric 4 0 0 0 Lowest randomisation/medication number 696 ADMIN RETMED numeric 4 0 0 0 Number of capsules returned 696 ADMIN PAGE numeric 0 0 0 0 Page 696 ADMIN PAGER numeric 0 0 0 0 Page repeat 696 ADMIN CT_RECID character...
2010 Jan 25
9
skinny Controllers, fat models with REST?
Hi, I''m really new to rails, so i programmed some stuff and today i read some things about skinny Controllers, fat models. My Controllers are really fat now. So i''m asking myself how can i shrink my controllers and move the code to the models, especially in fact of REST e.g. in focus on error codes? code example: # POST /tasks # POST /tasks.xml def create @authorized
2019 Aug 10
0
[PATCH libnbd 1/5] python: Change aio_buffer into nbd.Buffer class.
...e.c @@ -72,7 +72,7 @@ nbd_internal_py_close (PyObject *self, PyObject *args) return Py_None; } -static char aio_buffer_name[] = "struct py_aio_buffer"; +static const char aio_buffer_name[] = "nbd.Buffer"; struct py_aio_buffer * nbd_internal_py_get_aio_buffer (PyObject *capsule) @@ -89,9 +89,7 @@ free_aio_buffer (PyObject *capsule) free (buf); } -/* Allocate a persistent buffer used for nbd_aio_pread and - * nbd_aio_pwrite. - */ +/* Allocate a persistent buffer used for nbd_aio_pread. */ PyObject * nbd_internal_py_alloc_aio_buffer (PyObject *self, PyObject *args)...
2016 Apr 14
2
CentOS 7.2 laptop wireless Intel Corporation Centrino Wireless-N 2230 (rev c4)
...ia work, all my videos incl. DVD, midi and other audio files are working > I was given up after test many repros. > > <drivers> > libdrm > radeon (no new iMac 2015?hmmm) > hardinfo > > <other> > mutter - gnome 3 windows shadow hack > netatalk - apple time capsule on centos > > > Centos 7 live on usbdrive to test it on different machines?. > > Fun with Centos 7 > > PS:hm? gstreamer was working with centos 6 damm > > Don?t hammer my virtual server otherwise i push them away?. > > > > > >> Am 14.04.2016 um...
2007 Sep 19
7
ifb and ppp
...0x7dc] IP 84.189.5.17 > 84.189.95.184: GREv1, call 24388, seq 1868, ack 3210, length 205: compressed PPP data 12:38:29.600506 PPPoE [ses 0x7dc] IP truncated-ip - 256 bytes missing! 24.163.113.160.34247 > 84.189.95.184.9025: UDP, length 359 [...] Looks like the packetes are still pppoe en-capsuled. Is this the correct behavior? This only occurs on ppp0, on other devices (like eth0) my iptables marks are matched by tc. What can I do to get my iptables marks working on ppp0 again? my system is a debian etch with kernel from backports, newer iptables and newer iproute2: root@router:~# un...
2009 Dec 22
7
Frustrations with MySQL loss, tcpdump, netstat, etc
Hi All, Hi All, MySQL 5.0.77 on CentOS 5.4 MySQL is running, my Wordpress stuff is working, but I cannot connect to the server from my house. This server is in my house, however, but on a public IP, behind a firewall, etc. I checked my hardware firewall (a dedicated UnTangle system) and that is successfully allowing the passage. I know this because the firewall shows: 2009-12-22 6:29:41 am
2019 Aug 10
7
[PATCH libnbd 0/5] WIP: python: Add test for doing asynch copy.
This doesn't yet work. However it does make me more convinced than ever that we really need to sort out persistent buffer lifetimes in the library (similar to what we did for closures). Rich.
2020 Sep 10
1
[libnbd PATCH] python: Fix more memory leaks
...@@ /* NBD client library in userspace - * Copyright (C) 2013-2019 Red Hat Inc. + * Copyright (C) 2013-2020 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -91,7 +91,8 @@ free_aio_buffer (PyObject *capsule) { struct py_aio_buffer *buf = PyCapsule_GetPointer (capsule, aio_buffer_name); - free (buf->data); + if (buf) + free (buf->data); free (buf); } diff --git a/python/utils.c b/python/utils.c index e0929dc..0e3164c 100644 --- a/python/utils.c +++ b/python/utils.c @@ -60,15 +60,2...
2019 Jan 22
0
Re: libvirt 5.0.0 - LXC container still in "virsh list" output after shutdown
...e_id, self.maxmem, self.mem, self.cpus, self.cput = self.domain.info() *** libvirtError: operation failed: Cannot read cputime for domain where self.domain is correct domain pointer: (Pdb) self.domain.__dict__ {'_conn': <libvirt.virConnect object at 0x7ff95f881550>, '_o': <capsule object "virDomainPtr" at 0x7ff95f8cca80>} Compare with case just after libvirtd restart and domain stopped: (Pdb) self.domain.info() [5, 2097152L, 2097152L, 2, 0L] Problem reproduced on 2 nodes for lxc. Qemu container on same nodes shutdown correct. b.r. Maxim Kozin