Displaying 11 results from an estimated 11 matches for "yippy".
Did you mean:
zippy
2003 Nov 19
1
WPKG
...ving
a progect page for it and all doesn't make that easy. Hmm. Maybe i'll
set up a sourceforge page.
Anyways, anybody using it?
(for those not aware, it's a utility to automatically install software
on windows computers, without any specific dependencies on Windows on
the server end. Yippy! It's pretty feature complete.)
http://svn.feedbackplusinc.com/repos/wpkg/
guest:anypassword
--
Jerry Haltom <jhaltom@feedbackplusinc.com>
Feedback Plus, Inc.
2011 Oct 07
1
gpxelinux.0 under a QEMU GPXE virtual boot rom?
You're all back! (yippie!). Now I can ask the question that's been nagging
at me over the past month...
Is booting gpxelinux.0, under QEMU, which provides it's own GPXE capable
boot rom supposed to work? Or, is it a redundant (the GPXE boot room
already provides the functionality of gpxelinux.0) and suicidally dumb thing
to do? I've found some references to other people
2018 Nov 02
4
JIT-Client for Shared Memory
Hello everyone,
I want to use the LLVM to write a JIT client, that works with shared memory. Currently I proceed as following:
I wrote an own class that inherits "RTDyldMemoryManager". The functions "allocateCodeSection" and "allocateDataSection" are allocating local non-shared memory. I store there addresses in a std::vector.
When the function
2009 Sep 23
0
progress! (just good news...no problems this post)!
Thanks to various inputs (and lots of reading/rereading of my books/manpages) and lots of experimentation...(and light bulbs turning on).
I now have windows ACLS/permissions working on my samba shares and they are
being automatically stored in the XFS xattrs. (I checked that they are being
added on the server with the xattr cmd). Yippie! (yeah, big whoop to you ol' timers,
but...baby
2018 Nov 12
2
JIT-Client for Shared Memory
Hi Bjoern,
For single object files you can override the needsToReserveAllocationSpace
method that is inherited from llvm::RuntimeDyld::MemoryManager (make it
return true) and then implement the reserveAllocationSpace method to
allocate memory for all sections up front.
There is no easy way to do this for multiple object files. I think you
would have to mimic the memory size calculations
2003 Nov 17
0
(no subject)
Hi.
Stefan, thanks for your ongoing support. I believe your mothertongue
is German as well but I will go on writing in English so everybody
can participate
In meantime I found in several other newsgroups that I'm not the only
one, but I did not find a solution)
>Hey, Carsten,
>
> am Montag, 17. November 2003 um 12:28 hast Du geschrieben:
> No, I'm not really
2003 Nov 14
7
Backup from Linux onto Win2K-share
Hi.
I'm running Kernel 2.4.19 and Samba 2.2.5.
I'm in need to do a backup out of big SAPDB database (60 GB)
onto a share on a Win2K-box (all my databases have to backup
onto this w2K-box where they get saved on tape).
This works fine as long as it comes to 2 GB. Than it stops with
the message "file size exceeded". Obviously there is a file size limit
somewhere in Samba.
How
2007 May 30
7
Ticket 616, service resource takes over puppetd port
Hello Luke,
After our services do now successfully restart, we hit now the already
opened bug where the restarted service takes over puppetd port if it''s
configured to listen.
One solution is to remove the listen option but it''s very nice to invoke a
puppetrun on the clients from the central server without waiting for its
next run.
Where you already able to take a look? It
2006 Feb 10
13
Element.observe () binding
Hey all,
I working on a project, but I am not sure I can do what I want to
do. The following works beautifully:
Event.observe(el, ''click'', function () { this.className += "
myClass"; return false; });
I have also tried doing this:
this.varname = ''test'';
Event.observe(el, ''click'', function () { alert (this.varname); }.bind
2006 Dec 05
6
[OT] Linux/CentOS Volunteer or PT Work
Hi All,
I'm pretty new to this list and to CentOS, so forgive me if this kind of
thing is shunned. I have really enjoyed following some threads on this list
and learning what everyone out there is doing with the OS. I actually got
started on CentOS when researching how to study for the RHCE without forking
out big cash for Red Hat licenses, a donation is coming soon.
Anyway, I'm
2004 May 29
1
[patch] Filename conversion
...(res==0) { /* EOF */
+ rprintf(FERROR, "EOF from filename converter (filename: %s)\n", src);
+ exit_cleanup(RERR_FNAMECONV);
+ }
+ if (res>0) {
+ destp += res;
+ dstrem -= res;
+ if (*(destp-1)=='\n' || *(destp-1)=='\r')
+ break; /* End of line. Yippy! */
+ if (dstrem==0) {
+ rprintf(FINFO, "Name converter output too long (filename: %s)\n", src);
+ exit_cleanup(RERR_FNAMECONV);
+ }
+ }
+
+ /* Await activity */
+ if (!await_fds(conv_read_fd, (srcrem==0) ? -1 : conv_write_fd, FNAME_CONV_PERSISTENCE_TIMEOUT))
+ i...