search for: work_

Displaying 8 results from an estimated 8 matches for "work_".

Did you mean: work
2009 May 07
1
build dependencies was Re: [R] problem with rgl package
...ue that those experienced with Ubuntu will already know about "sudo apt-get build-dep" and it does not need to be posted on CRAN Ubuntu README. But I was introduced to Ubuntu by way of R, and not the other way around. For people like me, this would be great. > > We do _a lot of work_ for R on Debian/Ubuntu. Use it, you even have a > money-back guarantee. And ... Yes... I myself appreciate very much all of the hard work by Dirk, Doug, Vincent, and Michael, all. Both off-list administration and on-list troubleshooting. Thank you. Best, Jay ************************...
2006 Mar 08
2
RJS - page object in helpers?
...date_flash_messages page.replace_html ''flash_messages'', (show_flash_messages :textilize => true) page.visual_effect ''flash_messages'', :appear end and then in my RJS files I call update_flash_messages But right now the above code _doesn''t work_, rather I have to pass the page object as shown below: def update_flash_messages(page) page.replace_html ''flash_messages'', (show_flash_messages :textilize => true) page.visual_effect ''flash_messages'', :appear end and RJS file update_flash_mess...
2006 Feb 12
1
dtmfmode=auto, but doesn't work
Hello everybody, I have set dtmfmode=auto in my sip.conf, but that does not work and I still got the following message: WARNING[4980]: dsp.c:1422 ast_dsp_process: Inband DTMF is not supported on codec g729. Use RFC2833 According to http://www.voip-info.org/wiki/index.php?page=Asterisk+sip+dtmfmode: auto: Asterisk will use rfc2833 for DTMF relay by default but will switch to inband DTMF tones
2005 Feb 17
0
Pretec Allegro, can it really play Oggs?
I have bought a Pretec Allegro. Placing some of my mp3's and Oggs on the "iDisk-tiny" and plugging it into the Allegro allows me to play the mp3's, but _the Oggs don't work_! What am I missing? It is advertised on the website, on the box, in the manual... Anyone else tried an Allegro? Hugo
2014 Jun 20
0
3.6 directory environments, r10k, and hieradata
...access to the sensitive data) It seems that if I want some tiers of my hierarchy to be accessible to all, the only path open to me is to have a hierarchy inside each r10k repo, and symlink the branches of that hierarchy to relevant locations inside the global hierarchy. While I suspect this _will work_ it doesn't quite sound like the most elegant solution. Does anyone have any input on a more elegant way that they'd be willing to share? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop re...
2004 Feb 15
1
samba printing - help!
Hi there, My Mandrake server has been working fine for years, and I just recently tried adding some rpms to get my squirrel mail updated. (Of course I just removed my uneeded sound card at the same time, amd also found my /var was filling(fixed - printing still doesn't work_, so I am not sure what (if any) broke my system. Any how... here are the symptoms: (1) I can access my shared samba directories from my windowze clients. (2) I can access (see) my shared samba printers (they appear as "ready" in the printers folder from my windoze machines.) (3) I can pr...
2008 Jan 18
16
Need a good RoR developer
Hi, I''m looking for qualified Ruby on Rails developers to work on a client web portal project in Midtown Manhattan for a large financial research company. Requirement Overview: Ruby / Ruby on Rails developer with strong object oriented programming background. Good understanding of model driven architecture, MVC, RDBS and data modeling. Required Skill Set: - BS. in Computer Science (or
2010 Aug 12
13
[PATCH] GSoC 2010 - Memory hotplug support for Xen guests - third fully working version
..._stats.target_pages = balloon_stats.current_pages; + return 0; } static inline void hotplug_allocated_memory(void) { } -#endif +#endif /* CONFIG_XEN_BALLOON_MEMORY_HOTPLUG */ static int increase_reservation(unsigned long nr_pages) { @@ -553,7 +498,7 @@ static void balloon_process(struct work_struct *work) mutex_lock(&balloon_mutex); do { - credit = current_target() - balloon_stats.current_pages; + credit = balloon_stats.target_pages - balloon_stats.current_pages; if (credit > 0) { if (balloon_stats.balloon_low || balloon_stats.balloon_high) @@ -572,7 +517,7 @@ st...