Displaying 9 results from an estimated 9 matches for "now_".
Did you mean:
now
2009 Oct 19
6
Monitoring a remote server with Conky ?
Hi,
I've been using Conky for some time, a nifty utility to monitor just
about anything on the PC. Vital things like CPU, RAM, swap, disks,
current song playing in MPD :o)
Here's what it looks like :
http://www.microlinux.fr/images/bureau_conky.png
And with more detail :
http://www.microlinux.fr/images/conky_zoom.png
Now I wonder... I'd really like to use that to monitor my
2009 Oct 15
3
CentOS 5.4 and BitTorrent
If I remember correctly, when version 5.3 was released, about 95% was
made available by BitTorrent before the official release date, so that
the entire file would be available as soon as possible after the
release.
Could the same be done this time?
--
Yves Bellefeuille <yan at storm.ca>
"Yves Bellefeuille: Eterna malvenkanto en UEA" -- Heroldo Komunikas,
n-ro 389
2016 Mar 23
2
Fwd: Re: r-base installation fails on Ubuntu 14.04
-------- Forwarded Message --------
Subject: Re: [R-sig-Debian] r-base installation fails on Ubuntu 14.04
Date: Wed, 23 Mar 2016 13:07:44 -0700
From: Barnet Wagman <bdwgen at gmail.com>
To: Dirk Eddelbuettel <edd at debian.org>
> Lastly, and please don't take this the wrong way: I think I am helping way
> more people like you who for one reason or other insist on older
2004 May 11
1
[LLVMdev] Follow-up on: Dynamic updates of current executed code
...ubyte 0
;Load code
%myNewFunction = %getPointerToGlobal(%dynamically_compiled_function_code)
; Write memory address of myNewFunction() into kernel struct
store RETURNTYPE (PARAMTYPE*)* %myNewFunction, RETURNTYPE (PARAMTYPE*)** %FirstFunctionPTR
;Any code using first function element in %kernel is now_
;using dynamically updated function!?
ret int 0
}
%-----------
The questionmark is at this pseudocode row:
%myNewFunction = %getPointerToGlobal(%dynamically_compiled_function_code)
Is there an llvm version of the getPointerToGlobal() function as outlined, and can the %myNewFunction pointer be u...
2006 Aug 04
4
DRY DRY DRY
Hello everyone!
Ive been on rails for the last month or so and really enjoyed this
framework.
However its very hard to find documentation on how to do things right!
For example every beginner after a while realizes that having similar
CRUD actions in every controller and views for them is not DRY at all!
Few days ago I found http://dereksivers.com/rails-shared-controller.html
I quite like his
2004 Apr 20
2
[LLVMdev] Dynamic updates of current executed code
...wFunction = %getPointerToGlobal(%dynamically_compiled_function_code)
; Write memory address of myNewFunction() into kernel struct
store RETURNTYPE (PARAMTYPE*)* %myNewFunction, RETURNTYPE (PARAMTYPE*)** %FirstFunctionPTR
;Any code using first function element in %kernel is now_
;using dynamically updated function!?
ret int 0
}
%-----------------------------------------------------
The questionmark is at this pseudocode row:
%myNewFunction = %getPointerToGlobal(%dynamically_compiled_function_code)
Is there an llvm version of the getPointerToGlobal() fun...
2006 Jun 03
10
Gem versioning and auto installs
Gem drives me daft sometimes.
It gives you this wonderful ability to specify a platform for a gem, but
forgets to provide a command line switch to select the platform. Politely it
asks you, which is all very well when you are installing on one machine
interactively, but no good at all on a cluster of 15 machines from a
Capistrano script.
Is there any way to get gem to automatically select the
2009 Feb 19
8
RFE for two-level ZFS
Should I file an RFE for this addition to ZFS? The concept would be
to run ZFS on a file server, exporting storage to an application
server where ZFS also runs on top of that storage. All storage
management would take place on the file server, where the physical
disks reside. The application server would still perform end-to-end
error checking but would notify the file server when it detected
2007 Aug 26
0
9 commits - libswfdec-gtk/swfdec_source.c libswfdec/swfdec_marshal.list libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_swf_instance.c test/dump.c test/Makefile.am
...rework initialization code
swfdec_player_set_loader() no longer calls into the script engine but requires
a call to swfdec_player_advance() now.
swfdec_player_advance in turn was changed to allow triggering timeouts
immediately. So if something external happens, it can happen _now_ and not
_almost now_, as it was before.
There's some unfortunate side effects:
1) swfdec_player_get_next_event() can now return 0 which was reserved for
"nothing is happening" before. TO cope with that, it returns a signed long
now where a return value of -1...