Displaying 20 results from an estimated 900 matches similar to: "AvP2."
2003 Dec 30
0
Install Shield Error While Installing Alien vs Predator 2
Hi,
I'm using Fedora Core 1. I downloaded wine 20031212 (rpm format) and
installed it successfully.
The Alien vs. Predator 2 (AVP2) uses Install Shield, so I downloaded
DCOM98.
When I install DCOM98, I recieved the error message about "an older
version", but I solved it with copying some windows DLL files to the
"c:\\windows\system" folder.
Then I try to install AVP2,
2012 Jun 12
4
[LLVMdev] Questions about llvm/Object/COFF.h
So, I'm trying to use this file to look inside COFF files.
Got the header. OK.
Now I want to look at the sections.
Look, there's a section iterator. I can use that!
So, I write:
for (llvm::object::section_iterator iter = Obj.begin_sections (); iter != Obj.end_sections(); ++iter )
and it doesn't compile. There's no ++ for section iterators.
Apparently, you're supposed to
2024 May 26
1
classifying samba componens and sorting into debian binary packages
On 26/05/24 03:00, Michael Tokarev via samba wrote:
> There's also /usr/sbin/samba_kcc in there, - should go either to samba-ad-client
> or samba-ad-dc, I can't understand which one.
samba-ad-dc. It is called by the server.
>> BTW, do we really need samba_downgrade_db these days?? Changing format to the
>> one used by samba 4.7, srsly?? I'd just remove this one :)
1999 Jul 02
3
Time Sync Details
Hi, All!!
Again about time sync Win and Linux. If there is a way to sync. time of
Windoze
and my LInux server except "net time \\flash /set /yes". That way works
wonderfull
and properly, but BAD user of my net DON"T want to remember their
passwords....
Does anybody know what I should do?
......,Yours Alex "Flash"
2016 Feb 26
2
Metadata in xsl files
I have been trying to access the "artist" and "title" metadata in the xml
files as separate entities, But have found thar artist is missing, and
title contains a combined form.
My source is a modified version of ices-0.4 sending mp3 streams. The
modification is to attach artist and title metadata instead of song, which
seems tobe working, in that both the artist and title are
2024 May 25
2
classifying samba componens and sorting into debian binary packages
25.05.2024 17:39, Michael Tokarev via samba wrote:
> ====================
> ? samba-common-bin - common binaries in /usr/bin:
> ????? net
> ????? testparm - it probably should come together with smb.conf but ok
> ????? nmblookup - should it be part of smbclient? Probably irrelevant at this time.
> ????? samba-tool - is about AD, I plan to move it to samba-ad-client pkg.
>
2017 Jun 01
4
Upper bands and lower bands
Hi all
I want to add a band of fluctuaci?n (exponential decreading) to a linear
deacrecing values
Imagine: I have a matrix like c(10,9,8,7,6,5,4,3,2,1)
The thing is I want two new lines so that the m?ximum value of the new
colum on the m?ximum is from 10% to 5% higher and the same lower for the
m?nimum
the final two matix will be something like
c(10+0.10*10,9+0.089*9,8+0.075*8.....,1+0.05*1)
2012 Jun 12
0
[LLVMdev] Questions about llvm/Object/COFF.h
If you haven't already found it, you should look inside
tools/llvm-objdump/llvm-objdump.cpp, which is an easy-to-follow example of
how these APIs work
--Sean Silva.
On Mon, Jun 11, 2012 at 5:41 PM, Marshall Clow <mclow.lists at gmail.com>wrote:
> So, I'm trying to use this file to look inside COFF files.
> Got the header. OK.
>
> Now I want to look at the sections.
2012 Jun 12
0
[LLVMdev] Questions about llvm/Object/COFF.h
On Mon, Jun 11, 2012 at 5:41 PM, Marshall Clow <mclow.lists at gmail.com> wrote:
> So, I'm trying to use this file to look inside COFF files.
> Got the header. OK.
>
> Now I want to look at the sections.
> Look, there's a section iterator. I can use that!
>
> So, I write:
> for (llvm::object::section_iterator iter = Obj.begin_sections (); iter !=
2008 Mar 03
1
looking for working HOWTO on how to install Windows XP / 2003 on CentOS x64 please
Hi all
Does anyone have a working HOWTO on how to install Windows XP / 2003
(32bit) on CentOS 5.1 x64 (or any other linux for thar matter) with Xen
3.1 ? The samples I got on the net are either too outdated to work, or
contain very specific instructions which doesn''t work for me
--
Kind Regards
Rudi Ahlers
CEO, SoftDux
Web: http://www.SoftDux.com
Check out my technical blog,
2010 Dec 22
1
dahdi-channels.conf for Digium TDM2400
Hello everyone,
I have noticed thar our dahdi-channels.conf has some repeating directives,
for instance for channel 2 (FXO) we have these settings:
;;; line="2 WCTDM/0/1 FXSKS"
signalling=fxs_ks
callerid=asreceived
group=0
context=from-pstn
channel => 2
callerid=
group=
context=default
As you can see, a few directives are repeated (callerid, group, context).
This was generated by
2005 Apr 27
1
Installing network printers for roaming users
Hi,
I'm configuring a network with RH9(samba 2.2.7) and Windows XP SP2 clients.
All my users are roaming users and they login/logou without problems.
I have 2 printers in one Windows XP workstation thar are shared.
I login as a local (administrator) user in another workstation, install the
network printers.
Then, I logout from the local user and when I login with the roaming users,
the
2016 Feb 26
4
Metadata in xsl files
So why does the ices.conf file have <Protocol>http</Protocol> ic it is
going to use icy anyways?
On Fri, Feb 26, 2016 at 2:00 AM, Marvin Scholz <epirat07 at gmail.com> wrote:
> On 26 Feb 2016, at 7:03, A. Craig West wrote:
>
> > I have been trying to access the "artist" and "title" metadata in the
> > xml
> > files as separate
2001 Oct 17
1
save cpu !
Hello everybody !
I have just installed Wine. I have test it with several programs and I
find it is wonderfull !
When I am running MSWLogo (a Logo environment) on Wine, it eats all my
CPU.
The problem is not very important if I start one session, but if I start
several sessions, it becomes a real problem.
In our school we have a big Linux server and 24 x-terms ...
Is it possible to introduce a
2005 Mar 06
2
Ices0 v. 0.4 Skip Song
Hello all
Ive just discover that ices0 can encode {.ogg,.flac,.mp3} to mp3 streams!..
greate!
the script thing is wonderfull. in my script i have defined
ices_init
ices_shutdown
ices_get_next
all works greate.
Now, i want be able users to skip the song that is been streamd.
for that,
kill -s SIGUSR1 IcesPid
works greate
but.. for the songs i have setup a ranking field in a sql database.
2003 Jun 03
1
?if (PR#3179)
hello dear [R] experts,
I use [R] 1.7.0 on Unix and have noticed that I could'nt load the help
of the function "if" with the command
>?if
+
+
or the command
> help(if)
Error: syntax error
I deeply thank you and congratulate you for all your work,
[R] is a wonderfull programm :-)
Regards,
dc
2004 Feb 17
1
deprecated 'codes' function in 'factor' docs (PR#6590)
Full_Name: Andrew Stryker
Version: 1.8.1
OS: Linux/Win XP
Submission from: (NULL) (65.124.252.58)
>From ?factor:
See Also:
'[.factor' for subsetting of factors.
'gl' for construction of "balanced" factors and 'C' for factors
with specified contrasts. 'levels' and 'nlevels' for accessing the
levels, and
2008 Jan 29
1
Documentation of the dev.copy2eps function. (PR#10656)
Full_Name: clement raievsky
Version: R version 2.4.0 Patched (2006-11-25 r39997)
OS: debian (stable/testing)
Submission from: (NULL) (132.210.56.80)
The documentation of the dev.copy2eps() function should mention the "file"
option which set the output file name
Thanks for the wonderfull software.
Cl?ment.
2017 Jun 02
0
Upper bands and lower bands
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Thu, Jun 1, 2017 at 11:20 AM, Pedro p?ramo <percentil101 at gmail.com> wrote:
> Hi all
>
> I want to add a band of fluctuaci?n (exponential decreading) to a linear
> deacrecing
2016 Feb 26
3
Metadata in xsl files
The default ices.conf.dist file from the source distribution contains:
<!-- Header protocol to use when communicating with the server.
Shoutcast servers need "icy", icecast 1.x needs "xaudiocast", and
icecast 2.x needs "http". -->
<Protocol>http</Protocol>
I haven't checked the code to see if this is used for