search for: simply

Displaying 20 results from an estimated 34154 matches for "simply".

Did you mean: simple
2003 Jan 28
1
Simply Accounting on Samba 2.2.5
Hello, I have recently migrated my Win NT4 server to Linux with Samba 2.2.5 :-) One of the applications we need to run is Simply Accounting 9.0 / 2003 in multi-user mode. The company that makes Simply Accounting sais the data must be shared from Win NT,2000 or XP but sharing it through Win 95,98 or Samba could corrupt it. I know that Simply Accounting stores the data in .SDB database file shared by all users with the usual...
2006 Oct 23
5
Poll: Does R_PAPERSIZE in /etc/R/Renviron matter?
...postinst. It is intended to use the result from Debian's paperconf(1) toool, and to update the R environment variable R_PAPERSIZE accordingly. This apparently broke some time ago when R changed to a dual variable setup, and my regexp didn't notice. Does anybody use this, or is it ok if I simply disable this in Debian? In that case we simply do what everybody else does, so you all get to live by the 'letter' setting that comes from my compile-time choice. It is easy enough to override either in /etc/R/Renviron or in ~/.Renviron. Opinions either way? Let me know. For now, I inten...
2007 Dec 29
2
Simply Rich Authenticator Released
Hi, I have developed a mini Rails app using Rails 2.0.2, RESTful authentication and Acts as State Machine. It has the following features: 1. Login 2. Logout 3. User Activation 4. Forgot Password 5. Reset Password You can check out the code from: svn checkout *http*://simply-rich-authenticator.googlecode.com/svn/trunk/simply-rich-authenticator-read-only Happy New Year! -- http://www.rubyplus.org/ Free Ruby and Rails Screencasts --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby...
2008 Oct 24
2
how to simply the procedure of creating a group of data.frame?
Dear R users, I want to creat a group of data frames, such as: d1<-data.frame(x=factor(),y=numeric(),...) d2<-data.frame(x=factor(),y=numeric(),...) d3<-data.frame(x=factor(),y=numeric(),...) : : d50<-data.frame(x=factor(),y=numeric()) How can I use the loop to simply my procedure? Thanks advance Ted -- View this message in context: http://www.nabble.com/how-to-simply-the-procedure-of-creating-a-group-of-data.frame--tp20146344p20146344.html Sent from the R help mailing list archive at Nabble.com.
2020 Mar 13
2
How to simply split MachineBasicBlock ?
Hi I am developing some machine function pass. I want to split MachineBasicBlcok when I find some specific machine instruction. But I don't insert or delete any machine instruction. I just "simply" , "purely" split the MachineBasicBlcok. (So, I stole the idea from ARM64BranchRelaxation::splitBlockBeforeInstr.) This is my code : // I would pass call instruction to this function void split_mbb(MachineInstr* mi){ MachineBasicBlock* mbb=mi->getParent(); MachineFunction*...
2008 Apr 14
0
[LLVMdev] LiveVariables/LiveInterval on huge functions
...e is a reason for /20, and it can't be just removed: >> InlineCost += Caller->size()/20; > > This sounds like unanticipated fallout from Evan's recent tweaks of > the inliner. Evan, thoughts? Previously the inliner assign each basic block cost of 20. So this line is simply estimating the number of caller basic blocks. My tweak simply removed the number of basic blocks from the equation so the cost of a callee is simply number of instructions * 5. I don't think it should / would impact this case. Edwin, can you revert 49061 and 48725 to see if they have an...
2007 Apr 04
2
Finding a single unique item in duplicated vectors
...l the duplicated ID's but how do I extract the new "unique" one? Example: a <- as.character(Cs(b,d,c,a)) b <- as.character( Cs(a,b,c,d,e)) h <- c(a,b) ; h h[duplicated(h)] I just want to extract that "e"! I had thought that h[!duplicated(h)] might work but it simply returns all the unique values whereas I simply want to simply find the odd man out. I thought of using sorting the vectors & using a cbind but the id's are assigned more or less randomly so that didn't work. Thanks
2003 Nov 20
3
[LLVMdev] Basic Block Chaining
Newbie Question .. (sorry if its redundant/silly) .. As I've started to develop Stacker, I had assumed that simply adding BasicBlocks to a function in sequence would imply that there is an implicit unconditional branch from the end of one basic block to the start of the next block. Based on the assertion checks that I get when I tried this, I assume that it is required to place a terminating instruction at the...
2010 Jun 25
2
Handouts / Reports or just simply printing text to PDF?
I assume R won't easily generate nice reports (unless one starts using Sweave and LaTeX) but perhaps somebody here knows a package that can create report like output for special cases? How can I simply plot output into PDF? Perhaps you know a package I should check out? What do you guys do to create handouts (before actually publishing)? Thanks in advance, Ralf
2008 Apr 14
3
[LLVMdev] LiveVariables/LiveInterval on huge functions
On Mon, 14 Apr 2008, [ISO-8859-1] Török Edwin wrote: >> Another question to ask, is why that function became so large in the >> first place [X86DAGToDAGISel::SelectCode(llvm::SDOperand)] >> We have inline limits, don't we? > > most of functions called by SelectCode get a -30000 cost reduction > because they are internal. > Even if Caller.size() is 40000, the
2005 May 23
8
play gsm files in windows
Does anybody know of a WINDOWS application (preferably freeware) that will simply playback asterisk GSM sound files, I don't want to record them, just playback the ones that are currently there. Any help would be greatly appreciated cheers
2018 May 11
1
Samba4 on Ubuntu 18.04 Howto setup ADDC with bind9_DLZ (extra part 4.8.1 samba)
RPvs> On Fri, 11 May 2018 07:14:38 -0700 RPvs> Gregory Sloop via samba <samba at lists.samba.org> wrote: >> So, I'm curious about the contrast between modifying netplan vs >> simply disabling systemd.resolved >> Is there some advantage to the gyrations to make netplan work, vs >> simply disabling resolved and manually defining the IP and DNS >> server? [I'm not complaining, I'm thankful for all the options - just >> wanting to have the best han...
2002 Sep 27
0
Q: DOES YOUR FOREIGN ACCENT SIMPLY GET IN THE WAY?
...E UNDERSTANDING WHAT YOU ARE TRYING TO = CONVEY? - DO YOU FIND THE NEED TO REPEAT YOURSELF FOR OTHERS TO UNDERSTAND YOU = CLEARLY? - DO YOU FEEL EMBARRASSED OR LESS CONFIDENT WHEN TALKING TO WORK COLLEAUGES? - DO YOU WISH TO COMMUNICATE YOUR THOUGHTS MORE EFFECTIVELY? - DOES YOUR FOREIGN ACCENT SIMPLY GET IN THE WAY? Introducing the Krieger Method, an innovative teaching system, designed to = help you develop effective communication skills. Andy Krieger, inventor of this miracle product, originated this revolutionary = idea whilst working with actors and their accents within the Hollywood fil...
2007 Apr 20
1
simply this loop?
Hi, anyone interested in this: I tried to simply this loop with lapply or something but haven't figured it out: mapt = c("203929_s_at", "203930_s_at", "203928_x_at", "206401_s_at") mapt.combn <- lapply(1:4, function(i) combn(mapt, i)) out = list() k = 1 for (i in 1:length(mapt.combn)){ for (j in 1:...
2005 May 12
0
Incoming calls picked-up then simply hanged-up
...nal Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of fhunter Sent: Thursday, May 12, 2005 1:58 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] Incoming calls picked-up then simply hanged-up Yep. Check context and it point to from-pstn Any other ideas. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Julian J. M. Sent: Thursday, May 12, 2005 11:01 AM To: Asterisk Users Mailing List - Non...
2005 May 12
0
FW: Incoming calls picked-up then simply hanged-up
...is incorrect the echotest is in *43 and it works fine. -----Original Message----- From: fhunter [mailto:fhunter@survivorsoft.com] Sent: Thursday, May 12, 2005 4:08 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [Asterisk-Users] Incoming calls picked-up then simply hanged-up Something else I have noticed when dialing *45 I get a busy tone all the time. 7777 still works fine. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Julian J. M. Sent: Thursday, May 12, 2005 11:01...
2002 Sep 27
0
Q: DOES YOUR FOREIGN ACCENT SIMPLY GET IN THE WAY?
...E UNDERSTANDING WHAT YOU ARE TRYING TO = CONVEY? - DO YOU FIND THE NEED TO REPEAT YOURSELF FOR OTHERS TO UNDERSTAND YOU = CLEARLY? - DO YOU FEEL EMBARRASSED OR LESS CONFIDENT WHEN TALKING TO WORK COLLEAUGES? - DO YOU WISH TO COMMUNICATE YOUR THOUGHTS MORE EFFECTIVELY? - DOES YOUR FOREIGN ACCENT SIMPLY GET IN THE WAY? Introducing the Krieger Method, an innovative teaching system, designed to = help you develop effective communication skills. Andy Krieger, inventor of this miracle product, originated this revolutionary = idea whilst working with actors and their accents within the Hollywood fil...
2014 Jan 17
3
Moving server to new box
Hi! I wish to move my Samba 4 server to a new box. Since the old one is pata and the new one is sata, I cannot simply swap disks. What is the best way to transfer my server without loosing configuration files? Thanks -jimc
2008 Feb 27
3
Simultaneous Inbound and Outbound calls on analog lines...
Hello! I've run into a problem where a user is making an outbound call at the same time that an inbound call is being made on the same analog line. It appears that as the zap channel is opened for the outbound call, it is simply answering the inbound call. Obviously, both parties involved in the calling get a bit confused. Previously, it happened only on an occasional basis. However, as this installation gets more and more use, we are finding it happens more often. How can this situation be prevented? Shouldn't zaptel...
2023 Feb 22
1
Asterisk simply stops call processing
...isk using? On Mon, Feb 20, 2023 at 11:12 PM Antony Stone < Antony.Stone at asterisk.open.source.it> wrote: > Hi. > > I have a strange problem and I'm looking for suggestions on how to > investigate > it. > > I have a dialplan which is processing a call, and Asterisk simply stops > doing > anything for that call. > > I have verbose and debug logging turned on. > > There are two steps at a particular point in the dialplan: > > > Set(UserCredit=${ODBC_GENERIC(select Credit('${DDI}'))}) > > Verbose(6,Current credit...