Displaying 18 results from an estimated 18 matches for "fernuni".
Did you mean:
ernani
2012 Mar 27
2
[LLVMdev] llvm::Type as llvm::Value in metadata
On Tue, Mar 27, 2012 at 01:55 AM, Eli Friedman <eli.friedman at gmail.com> wrote:
> On Mon, Mar 26, 2012 at 3:08 PM, Marcus Frenkel
> <marcus.frenkel at fernuni-hagen.de> wrote:
>> Hi all,
>>
>> I've a question about something that's bothering me for quite some time now: why is a llvm::Function seen as a llvm::Value (in a sense that llvm::Function is a subclass of llvm::Value), but llvm::Type is not? Should they not - technical...
2012 Mar 27
0
[LLVMdev] llvm::Type as llvm::Value in metadata
On Mon, Mar 26, 2012 at 11:48 PM, Marcus Frenkel
<marcus.frenkel at fernuni-hagen.de> wrote:
> On Tue, Mar 27, 2012 at 01:55 AM, Eli Friedman <eli.friedman at gmail.com>
> wrote:
>>
>> On Mon, Mar 26, 2012 at 3:08 PM, Marcus Frenkel
>> <marcus.frenkel at fernuni-hagen.de> wrote:
>>>
>>> Hi all,
>>>
>>&...
2007 Sep 03
2
Recommended way for initial backup before rsync calls
Hi rsync'ers.
What can you recommend to create the initial backup of a
partition before calling rsync
(under Linux, 100 GB, 10M files, only normal files and
some soft links)?
(Using rsync takes too long for this initial copy.)
Here are some candidates:
1. star -copy -no-fsync -p -xdot -C $1 . $2
2. tar -C $1 -cf - . | tar -C $2 -xf -
3. cp -a $1 $2
4. cpio ...
...
Any experiences?
2007 Aug 02
4
Which rsync version?
Hi all.
I once tried to rsync around 100 GB (10 million files), but version
2.6.6 needed too much RAM and was too slow.
Is one of the snapshots stable enough to try this again?
Greetings
Sven
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url :
2012 Mar 26
0
[LLVMdev] llvm::Type as llvm::Value in metadata
On Mon, Mar 26, 2012 at 3:08 PM, Marcus Frenkel
<marcus.frenkel at fernuni-hagen.de> wrote:
> Hi all,
>
> I've a question about something that's bothering me for quite some time now: why is a llvm::Function seen as a llvm::Value (in a sense that llvm::Function is a subclass of llvm::Value), but llvm::Type is not? Should they not - technically seen - be...
2002 Jan 28
2
OGG DirectShow implementation
Somebody made it possible to use DirectShow video codecs in OGG
framework... Now get ready for DivX OGG files :)
<http://www.stud.fernuni-hagen.de/q5045045/>
--
Jernej Simoncic, jernej.simoncic@guest.arnes.si
http://www2.arnes.si/~sopjsimo/
ICQ: 26266467
The intelligence of any discussion diminishes with the square of the
number of participants.
-- Walinsky's Law
<p>--- >8 ----
List archives: http://www.x...
2012 Mar 26
4
[LLVMdev] llvm::Type as llvm::Value in metadata
Hi all,
I've a question about something that's bothering me for quite some time now: why is a llvm::Function seen as a llvm::Value (in a sense that llvm::Function is a subclass of llvm::Value), but llvm::Type is not? Should they not - technically seen - be equal?
And to ask a concrete question: is there any way to store a reference to a llvm::Type within the LLVM metadata? As far as I
2013 Jun 28
0
[LLVMdev] Problem with linking modules which use a shared type
...sing two
different contexts. Which isn't an error that is detected by module
verification. It only causes issues for comparisons like Type equality that
compare pointers, and those types of problems can be tricky to debug.
On Thu, Jun 27, 2013 at 8:14 PM, Marcus Frenkel <
marcus.frenkel at fernuni-hagen.de> wrote:
> Hi,
>
> I stumbled upon a strange thing regarding types and module linking, which
> I don't quite get, so maybe someone around here can enlighten me.
>
> Consider the following code, which will create 2 modules m1 and m2, and a
> named structured type...
2007 Aug 28
2
moderation?
Hi.
I get the feeling it's time to turn this list into a moderated one ...
Greetings
Sven
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.samba.org/archive/rsync/attachments/20070828/aa56db7a/attachment.bin
2008 Nov 18
2
Rsync, what are the max transfer limitations ?
What is the maximum transfer rate allowed for rsync? I mean the limitations?
I can't get more than 50Mbit speed in my gigabit lan, with rsync
server or with ssh. ftp transfers reach >400Mbit , so it is not a lan
or nic problem.
Maybe it has something to do with my cpu limitations? or the
limitations for rsync is the 50Mb/s?
Here is my rsyncd.conf if it helps
> # by gourgi
> max
2010 May 16
1
Samba & Alternate Data Streams
Greetings,
I'm developing a FUSE-based file system which will be exported to the
Windows-world via Samba. My file system is emulating NTFS Alternate Data
Streams by creating the content of those files "on the fly" on access.
This works quite well with Samba 3.4.6 and the ":Zone.Identifier"
stream. But the Windows clients don't even try to access the
2013 Jun 27
2
[LLVMdev] Problem with linking modules which use a shared type
Hi,
I stumbled upon a strange thing regarding types and module linking, which I don't quite get, so maybe someone around here can enlighten me.
Consider the following code, which will create 2 modules m1 and m2, and a named structured type %T = { i32 }; m1 contains only a function definition f(%T), m2 contains a function declaration f(%T) and a function definition h(%T), where h will call f
2008 Sep 15
5
fixing user, group, and mtime with rsync?
Hi all.
I prepared a mirror (that is intended to be updated by rsync)
by doing the initial copy using cpio (for efficiency on 15 million files).
Unfortunately, user, group, and mtime of some directories and files
was copied incorrectly.
Can I use rsync (GIT) to fix this?
Greetings
Sven
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type:
2017 Jun 12
0
issues in plm using random effect model
...the posts of Giovanni Millo on
this topic:
[R] R: plm random effect: the estimated variance of the individual
effect is negative
Millo Giovanni Giovanni_Millo at Generali.com
Sat Jan 5 10:10:01 CET 2013
You can find the posts in the archive by rseek.org.
Kind regards,
Nina Sch?nfelder
-----
FernUniversit?t in Hagen
Fakult?t f?r Wirtschaftswissenschaft
Lehrstuhl f?r Volkswirtschaftslehre,
insbes. Makro?konomik
58084 Hagen
E-Mail: Nina.Schoenfelder at FernUni-Hagen.de
Telefon: +49 2331 987 - 2379
Fax: +49 2331 987 - 391
Hausanschrift:
Informationszentrum (IZ, ehemals TGZ)
Universit?tsstr. 11...
2002 Mar 17
3
OGG question:
Here's a question I have: My understanding is that OGG is a
'containter' format, allowing for multiple streams of multiple types, of
which Vorbis is only one.
My question is this: Is it feasable (and, considering licencing,
leagal) to create an .ogg file that contains, say Indeo or Cinepak
video? (In other words, use the ogg bitstream to store the data rather
than .avi).
2012 Jul 16
1
[LLVMdev] Preventing pure function declarations from being removed
Hi all,
is there any way to mark a non-referenced function declaration as "used"
in any way (by using the C++ code generator) so that it will be ignored by
the stripDeadPrototypes and globalDCE pass (and any other pass that
possibly might remove seemingly unused functions)?
Basically, my modules have a set of function declarations (without an
actual body, just a global mapping
2012 Jul 18
0
[LLVMdev] Preventing pure function declarations from being removed
Hi Duncan,
> Hi Marcus,
>
>> is there any way to mark a non-referenced function declaration as "used"
>> in any way (by using the C++ code generator) so that it will be ignored
>> by
>> the stripDeadPrototypes and globalDCE pass (and any other pass that
>> possibly might remove seemingly unused functions)?
>
> try adding it to the llvm.used
2010 Mar 18
0
SAMBA & Fuse
Hi All,
I'm developing a Fuse-based file system, which is intended to be
exported via Samba to the Windows world. My first question is how am I
supposed to export it. Currently I can export it only by setting the
allow_root mount option. Is it possible to share a Fuse file system
without allow_root?
The Share's section looks like this:
[dmfs]
comment = dmfstest
path =