search for: highjacked

Displaying 20 results from an estimated 32 matches for "highjacked".

Did you mean: highjack
2011 Jun 07
0
fogg Player HIGHJACKED libreFM
lol, your right john, i was also looking at http://savannah.gnu.org/bzr/?group=librefm better? -winn On Tue, Jun 7, 2011 at 1:10 PM, Jonathan Nalley <jnalley at jnalley.com> wrote: > Flash? ? ewww.... That's not very freedom-loving. > > On Tue, Jun 7, 2011 at 11:29 AM, Winn Johnston <winnjohnston at gmail.com> wrote: >> Anyone using this for their streams?
2017 May 10
1
No doveadm-save in wiki2?
> On May 10, 2017, at 10:18 AM, Sami Ketola <sami.ketola at dovecot.fi> wrote: > >> >> On 10 May 2017, at 15.06, KT Walrus <kevin at my.walr.us> wrote: >> >> >>> On May 10, 2017, at 9:50 AM, Sami Ketola <sami.ketola at dovecot.fi> wrote: >>> >>> >>>> On 9 May 2017, at 19.26, KT Walrus <kevin at
2006 Jan 26
21
pagination_links help
I want append custom query parameters to my pagination links, like ?page=1&foo=bar. I can''t quite figure out how to do this with the pagination_links helper, although I believe the API says you should be able to: pagination_links(paginator, options={}, html_options={}) options are: :params: any additional routing parameters for page URLs Has anyone tried this? thanks, jeff --
2010 Dec 23
1
speed issues? read R_inferno by Patrick Burns: & a memory query
...apsed 133.436 14.257 155.807 new version: user system elapsed 16.041 1.180 18.535 To say I'm delighted is understatement. Thanks for putting the Inferno together, Patrick. However I'm misunderstanding the effect this has on memory use, (or misunderstanding the code I've highjacked to look at memory use). To look at virtual memory use I'm using the code below from this forum: cmd <- paste("ps -o vsz", Sys.getpid()) cat("\nVirtual size: ", system(cmd, intern = TRUE) [2], "\n", sep = "") I did three runs of the old version, and...
2011 Feb 15
4
[PATCH]: Staging: hv: Allocate the vmbus irq dynamically
Signed-off-by: K. Y. Srinivasan <kys at microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janssen <hjanssen at microsoft.com> --- drivers/staging/hv/vmbus_drv.c | 72 +++++++++++++++++++++++++++++++--------- 1 files changed, 56 insertions(+), 16 deletions(-) diff --git a/drivers/staging/hv/vmbus_drv.c b/drivers/staging/hv/vmbus_drv.c
2011 Feb 15
4
[PATCH]: Staging: hv: Allocate the vmbus irq dynamically
Signed-off-by: K. Y. Srinivasan <kys at microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janssen <hjanssen at microsoft.com> --- drivers/staging/hv/vmbus_drv.c | 72 +++++++++++++++++++++++++++++++--------- 1 files changed, 56 insertions(+), 16 deletions(-) diff --git a/drivers/staging/hv/vmbus_drv.c b/drivers/staging/hv/vmbus_drv.c
2003 Dec 19
2
[LLVMdev] About clock and wait instruction
Chris Lattner wrote: > On Fri, 19 Dec 2003, Yueqiang wrote: > > >>In high level languge there are usually have time and sync instruction, >>to handle async and sync operation. >>I want to know how LLVM take an count of these. > > > I'm not sure exactly what 'time' and 'sync' operations you're talking > about, or what languages
2019 Jul 06
1
Test
Just testing, sorry for the noise. -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
2017 Nov 13
2
Metadata: populating StreamUrl
On 13 Nov 2017, at 21:17, Fred Gleason wrote: > Is there a way in v2.4.2 to include a ‘StreamUrl=‘ field in the stream metadata as well as ‘StreamTitle=‘? It appears that the administrative interface only populates StreamTitle. […] > Is there a correct, supported way to do this? On Nov 13, 2017, at 15:40, Marvin Scholz <epirat07 at gmail.com> wrote: > No. There are currently no
2011 Sep 13
3
Device configuration dialog in DirectInput
Since 1.3.28 there should be a " Device configuration dialog in DirectInput.". Where do i find this dialog ? In winecfg thre is no such dialog.
2016 Jan 14
0
[v3,11/41] mips: reuse asm-generic/barrier.h
On Wed, Jan 13, 2016 at 02:26:16PM -0800, Leonid Yegoshin wrote: > On 01/13/2016 02:45 AM, Will Deacon wrote: > >> > >I don't think the address dependency is enough on its own. By that > >reasoning, the following variant (WRC+addr+addr) would work too: > > > > > >P0: > >Wx = 1 > > > >P1: > >Rx == 1 > ><address dep>
2017 Jun 28
0
Nash equilibrium and other game theory tools implemented in networks using igraph or similar
Hello Chris, I was implying you are capable enough to implement it, while you have already identify a research paper. If there is no package out there, uploading to CRAN would help future user too. I am more than happy to help if you want to implement from scratch. Best, Mehmet On 27 June 2017 at 17:45, Chris Buddenhagen <cbuddenhagen at gmail.com> wrote: > Does anyone know of some
2012 Apr 23
4
Multiple regex match in the same line
Hi, Could somebody please show me a way to find, and display multiple regex matches in the same line? Like this: test_string = "I shot the Sherrif but I didn''t shot the Deputy." # The word I would like to find is the "shot" and displayed like "shotshot" or like each match could go into a new #line like: "shot" "shot" # Some ways I
2017 May 10
2
No doveadm-save in wiki2?
> On May 10, 2017, at 9:50 AM, Sami Ketola <sami.ketola at dovecot.fi> wrote: > > >> On 9 May 2017, at 19.26, KT Walrus <kevin at my.walr.us> wrote: >> >> Is ?doveadm save? an undocumented feature? Or, just well-hidden? >> >> https://wiki2.dovecot.org/Tools/Doveadm <https://wiki2.dovecot.org/Tools/Doveadm> > > That wikipage is
2006 Jan 24
14
engines
This page: http://www.rails-engines.org/download makes it sound like SVN is optional for using engines, but when I try to run the second command ("ruby script/plugin install engines"), I get the NoMethodError on nil as described in the second issue reported here: http://www.rails-engines.org/wiki/pages/Engines+plugin%3A+Known+Issues So, which is it? Do I have to have SVN installed
2017 May 17
3
Frauenhofer signing off on mp3, ogg stream player for Macs?
Is there a way to run Darkice without an audio interface? On Tue, 16 May 2017 10:25:43 +1200, you wrote: >Jack, > >I am using AAC+ encoded by Darkice and distributed on Icecast2 on a >Ubuntu server. I had to install a number of open source libraries and >compile darkice from source. No licence. > >non-free means you build each one stand alone and can't re distribute.
2003 Dec 18
0
[LLVMdev] About clock and wait instruction
On Fri, 19 Dec 2003, Yueqiang wrote: > In high level languge there are usually have time and sync instruction, > to handle async and sync operation. > I want to know how LLVM take an count of these. I'm not sure exactly what 'time' and 'sync' operations you're talking about, or what languages support them. However, LLVM is designed to make it trivial to
2003 Dec 18
2
[LLVMdev] About clock and wait instruction
hi, In high level languge there are usually have time and sync instruction, to handle async and sync operation. I want to know how LLVM take an count of these. thanks yueqiang 2003/12/19 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20031218/07381085/attachment.html>
2016 Jan 13
3
[v3,11/41] mips: reuse asm-generic/barrier.h
On 01/13/2016 02:45 AM, Will Deacon wrote: >> > I don't think the address dependency is enough on its own. By that > reasoning, the following variant (WRC+addr+addr) would work too: > > > P0: > Wx = 1 > > P1: > Rx == 1 > <address dep> > Wy = 1 > > P2: > Ry == 1 > <address dep> > Rx = 0 > > > So are you saying that this
2016 Jan 13
3
[v3,11/41] mips: reuse asm-generic/barrier.h
On 01/13/2016 02:45 AM, Will Deacon wrote: >> > I don't think the address dependency is enough on its own. By that > reasoning, the following variant (WRC+addr+addr) would work too: > > > P0: > Wx = 1 > > P1: > Rx == 1 > <address dep> > Wy = 1 > > P2: > Ry == 1 > <address dep> > Rx = 0 > > > So are you saying that this