similar to: Beginners question

Displaying 20 results from an estimated 120 matches similar to: "Beginners question"

2019 Aug 14
2
Doubt regarding getAnalysisUsage
Hi, I have a doubt regarding *getAnalysisUsage.* My assumption is that, as analysis passes will not change the IR, all the passes required by an analysis pass should be preserved. Say, I have an analysis pass which requires another analysis pass called *SomeAnalysis* and I have not added *AU.addPreserved<SomeAnalysis>() *to my pass. Would the pass manager still considers the *SomeAnlaysis
2009 Oct 07
1
[LLVMdev] Use LoopInfo in a non-pass class such as ProfileInfoLoader?
Hi everyone, I'm adding loop profiling to LLVM built-in profiler. I'm just wondering in a class that's not a pass, such as ProfileInfoLoader, how can I get information produced by passes such as LoopInfo and DominatorTree? In other words, ProfileInfoLoader is not a pass, so it can't call AnalysisUsage::addRequired and AnalysisUsage::getAnalysisUsage directly. Then how can it know
2003 Sep 25
15
CDR Web Search Frontend
*This message was transferred with a trial version of CommuniGate(tm) Pro* Hey all, I've just done a quick (but functional) web front end for searching the CDRs in a MySQL database. Anyone interested in trying it out? I'm wondering what to add to it next. So far you can seach using source, destination, CLI, channel and date ranges. It also displays ALL fields in the database table.
2003 Oct 17
1
troubleshooting unexpected disconnects
Hi list, I am still having troubles with rsync, as on large areas in our setup, it keeps dying unexpectedly. See my previous post two days ago for the initial tries. I realize it is a somewhat broad question, but how do I troubleshoot these disconnects? Im no great programmer, although we have a few good c programmers around, and if needed I can ask for their help. But for now, my thinking is,
2012 Apr 18
1
Lançamento http://www.taxei.com.br
Bom dia galera! Venho aqui divulgar e buscar feedback de vocês sobre o lançamento de um novo site. Chama-se http://www.taxei.com.br um novo modelo de compras na internet. Desenvolvido em: Ruby On Rails + MongoDB Você diz quanto quer pagar por um produto, e os lojistas recebem todas as ofertas que os usuários estão criando. Se interessar ao lojista "cobrir" aquela oferta, ele aceita e
2015 Mar 04
4
Samba4+ClamAV
Senhores, bom dia! Tem como instalar o Samba 4 com o antivirus ClamAV? Achei v?rios artigos, mas n?o consegui fazer funcionar o ClamAV. Desde, j? agrade?o a aten??o de todos. Atenciosamente, Marcio Fiorette
2010 Apr 19
2
Http redirect page in the first connection.
First I would like to apologize if my English is not good ... For me I think it''s possible but still have not found how to do despite spending the day looking at the documentation site. The wanted to do was this: do the whole first http connection to a machine inside the network were redirected to a warning page, and then it occurred to navigate normally. I imagine that this would be
2003 Nov 03
0
problem with fix() called from Rcmdr
Dear list members, I and my students have encountered an intermittent problem using the Rcmdr package (version 0.9-0) under Windows (with the SDI). The problem occurs both in versions 1.7.1 and 1.8.0 of R. The problem seems to occur only in the following context: The "Edit data set" button is pressed in the Rcmdr GUI. This executes the fix() function on the active data frame,
2020 May 23
4
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
Hello, I am trying to run this basic C++ hello-world code in my iOS app that has LLVM libraries linked in (the app runs on the actual device - iPad Pro, iOS 13.4.1). #include <iostream> int main (int argh, char *argv[]) { std::cout << "Hello World!" << std::endl; return 0; } So below is the break down of the steps that I do: First I compile this code to an
2001 Aug 13
1
Processing all *.dat worked. Thanks
I got great, quick advice here earlier today. One little hitch was that the pattern in list.files wants a regular expression, and *.dat was grabbing all files with .dat in them, not ones ending in .dat. This code creates a *.dat.summary file with the mean and std. deviation. of the numeric variables for every *.dat file in the current directory. myDat<-list.files(pattern="*.dat$")
2020 Jun 06
4
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
Hi Lang, Please see below is the trace. -- Thanks, Igor *2020-06-06 12:05:21.016705-0400 CppDevProCompiler[6613:3000073] Running...* *jitLink_MachO: magic = 0xfeedfacf, identifier = "llvm-link.submodule-jitted-objectbuffer"* *jitLink_MachO: cputype = 0x0100000c, cpusubtype = 0x00000000* *Creating normalized sections...* * __text: 0x0000000000000000 -- 0x0000000000000064, align:
2010 Jun 07
1
[PATCH] ESX: Fix storage URL if storage has a snapshot
If an ESX guest has a snapshot, the path the libvirt driver gives us will look like: [yellow:storage1] RHEL4-X/RHEL4-X-000003.vmdk instead of: [yellow:storage1] RHEL4-X/RHEL4-X.vmdk The current path mangling code does take this into account. This change makes it use the current mechanism first, but try again after removing a '-\d+' suffix if it gets a 404. Trying twice should make it
2007 Jun 19
38
ZFS Scalability/performance
Hello, I''m quite interested in ZFS, like everybody else I suppose, and am about to install FBSD with ZFS. On that note, i have a different first question to start with. I personally am a Linux fanboy, and would love to see/use ZFS on linux. I assume that I can use those ZFS disks later with any os that can work/recognizes ZFS correct? e.g. I can install/setup ZFS in FBSD, and later use
2024 Dec 17
1
Mutate issue help needed
Am I being "thick" here .. mutate(data, *# text Is interpretated as mutate (data, * The star is the character... (Data is the line above being piped) Why have the comments been *'d?. Is that the source error or a posting error here? On Tue, 17 Dec 2024, 14:57 Ivan Krylov via R-help, <r-help at r-project.org> wrote: > ? Tue, 17 Dec 2024 06:44:50 -0700 > Neotropical
2020 Jun 20
1
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
Hi Dave, Yep. This is JITLink specific, so we could only have observed it on MachO x86-64 or arm64 until recently. It takes a little bit of poking to get IR to produce a zero-lengh section on MachO, but not much. Jared Wyles recently contributed an initial JITLink ELF implementation, so the fix seems timely -- we might have been about to see more of it. -- Lang. On Fri, Jun 19, 2020 at 4:02 PM
2024 Dec 17
1
Mutate issue help needed
Posting Error. OP sent HTML email which by default includes a backup text version with "helpful" marks where formatting was in the original, and the mailing list deleted the HTML (per policy stated in the posting guide linked at the bottom of every email) which effectively leaves the mailing list recipients guessing as to what was originally sent. Correct configuration of OPs email
2024 Dec 17
2
Mutate issue help needed
? Tue, 17 Dec 2024 06:44:50 -0700 Neotropical bat risk assessments <neotropical.bats at gmail.com> ?????: > fname <- "Buzz.txt" > All<- fname I think the code needs a call to read.table() or another function to read your data here. 'All' is still a string containing the name of the file, not its contents. > All %>% > mutate(*#convert Date from chr
2005 Sep 21
0
Consórcio de imóvel Porto seguro (11) 2121-4103
(11) 2121-4103 Estou com um problema parecido, tive que liberar a politica drop para accept, até achar uma solução! Vi alguns artigos e posts aqui do forum, vê se ajuda! Se conseguir dá um toque que eu tô precisando tambem! iptables -A FORWARD -p TCP -m multiport --dport 1723,1701 -j ACCEPT iptables -A FORWARD -p UDP -m multiport --dport 1723,1701 -j ACCEPT iptables -A INPUT -p 47 -j ACCEPT
2007 Aug 29
0
Re: what REST architecture
A place to start. http://blogs.msdn.com/alexbarn/archive/2006/07/21/674395.aspx /Frank Vilhelmsen 2007/8/29, Vijayendra Achar <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>: > > Hi Friends > > > i want to know more about REST architecture . can anybody tell me > where i can get information about it .please help me > -- > Posted via
2004 Feb 19
1
read codebook function
Anexed is my function for reading codebooks and the Vq Table. My problem is: I read a codeBook number of 41, so i called this function above 41 times. The firtst time, the sync patterns (BCV) is alligned correctly, so it reads correctly. the sencond time it is executed, the patter is not there anymore and there are only 8 BCV in my file. function fReadBits1 is the same as the ogg's read bit