search for: ofcourse

Displaying 20 results from an estimated 458 matches for "ofcourse".

2005 Mar 25
5
Re-write callerid?
Is it possible to rewrite caller id's? I would like to have sip phones appear by their local cid (like Henk <208>) but when they call out using the PRI I would like their full DID (MSN) to appear (like 0031201234567) I could ofcourse set callerid to the main phonenumber but surely there must be a better solution? Thanks!! Remco
2008 Jan 20
4
IP Phone support SIP and IAX
Hi All; Anyone can advise for a good IP Phone that has the ability to support SIP firmware and IAX firmware? Ofcourse, SIP there is a lot, but we need also the ability to use IAX (as it is good for NAT). Any advise. Regards Bilal ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.se...
2007 Mar 19
5
Dedicated Servers
Hi, A little bit off topic here, but I was wondering if anybody knows about a good dedicate server provider, that offers CentOS (but ofcourse) as a os choice, and that is very reliable. I am using SuperbServer, but as of this moment 2007/03/19 1406 America/NewYork time, my server is down do to a power outage at one of their facilities in VA. This is the second outage in less that 5 months. Unacceptable. But yes, any suggestions are...
2010 Jun 06
3
rsync sleep
Is it possible to sleep 1 second after each file is rsynced? Ofcourse, I can put this in a for loop and do a sleep after each file is done, I was wondering if there was anything native in rsync for this type of operation. TIA
2003 Oct 29
2
newbie stuff
...e or serially... when something of this nature happens, u have many different type of machine configurations.. some might have different windows versions running (e.g.95,98,XP,3.11,2000) and everyone will have windows partition according to their needs.. so partition numbers will also vary...and ofcourse hard disk size will differ.. in that case how do i utilise samba efficiently and without any troubles? is there any tutorial regarding this? your only special contact on earth
2011 Oct 09
3
Finding solution
Dear all, I have a system of simultaneous equations with 2 unknowns as follows: x*y + (1-x) = 0.05 x*(y - .5)^2 + (1-x)*0.6 = 0.56^2 Ofcourse I can do it manually however wondering whether there is any direct way in R available to get the solution of this system? Thanks and regards, [[alternative HTML version deleted]]
2005 Feb 20
3
Digium TDM400P has RJ45 interface, how to connect to analog phone RJ11?
<div><BR>Hello,</div> <div>&nbsp;I bought a TDM400P, and intended to use it with my analog phone, which is RJ11 ofcourse. So, the question now, how do I plug in my RJ11 phone to the TDM400P card, which has an RJ45 interface? Also, since it's an 11B card, I also intend to bring in an analog line into the RJ45, so i am still left with the same question....how do I go from the RJ11 standard analog to the RJ45 on the...
2009 Aug 20
2
Problem using findVar( ) in combination with R's lazy evaluation
Hi All, I have a few small questions about the usage of the C findVar( ) function when used in C code called with '.Call'. In my case I create an R function with an argument. This function calls some C code in which I use findVar( ) to retrieve the values from the argument. Ofcourse normally I would just give the values as argument to .Call, but in my project I need to use findVar for various reasons (can elaborate if needed, but it's not really relevant..) Below is a small example of an R function and the C code in which the problem shows: (skip to bold 'question'...
2011 Apr 27
3
Question on list object
Dear all, let say, I have following list object: listObj <- vector("list", length = 3) listObj[[1]] <- rnorm(3) listObj[[2]] <- rnorm(4) listObj[[3]] <- rnorm(5) Now I want to convert above list into a Matrix. Ofcourse I can do it using "Reduce("rbind", listObj)". However as you notice that as elements of that list are arbitrary length vectors, I cant use this trick. What I want is to have a matrix with 3x5 dimension, where the remaining element of each row with be filled with NA, i.e I want :...
2006 Feb 18
2
Extracting URL and text from HTML?
For an application I am working on I have to extract URLs and the text used to link. For example, ..... <a href="http://www.rubyonrails.org" title="rails" >Ruby on Rails</a>.... I have been trying all night but cannot come up with the regular expression needed to extract the URLs and the text. I have tried:
2017 Aug 10
4
is a self signed certificate always invalid the first time?
...said that I'm pretty new to all this so I might be full of it). > > You should run your own CA if you have an active financial interest in your company (say your the owner). No added benefit to have your certificate certified by a third party, why would they care about that one client). Ofcourse people would say "but ofcourse you would verify your own certificate" but in that case they probably don't understand how it all works. > > Ofcourse once your own company grows large you run the same risk of entropy (incorrect documentation or records, no trained staff, no up t...
2008 May 11
2
Use safe_asterisk manually, you get colors in CLI. Crontab it, you don't.
2002 Sep 19
3
Using large-scale repetition in audio compression
..., since AFAIK it's not used anywhere. I did a quick web search but that didn't turn up much, so I figured I'd put it up for discussion here anyway. How about using large-scale repetition in audio compression? I'm thinking of redundancy in repeated pieces of a song, ie a chorus. Ofcourse, the different choruses aren't exactly the same (unless it was mixed digitally and they cheated :-)), but wouldn't there be at least some redundancy in the frequency domain? And could that be used to lower the required bitrate for repeated parts of a song? Ofcourse this is hard to do wh...
2011 Jul 30
2
Applying ifelse() on different functions
...edure to apply 'ifelse' condition on function. I have created an alternative to lapply() function with exactly same set of arguments named lapply1(), however with different internal codes. Therefore I want something like, if (some condition) then call lapply1() otherwise lapply() function. Ofcourse I can create a complete if()... else()... like of coding however wondering something may be better available because the arguments are all common. Thanks for your help.
2006 Jul 12
2
Initializing log4r once
...lem init''ing log4r. I have the following initialization code for log4r: Configurator[''logpath''] = ''./config'' # was ''./logs'' Configurator.load_xml_file(''config/log4r_config.xml'') I put it in appliction.rb, but then ofcourse at every request the logger system will be reinitialized. This causes the logfiles to be cleared at each request. which is not very usefull. Does anyone have an idea as how to init log4r once, at the beginning of the application run? Help would be very welcome. Thanks in advance. Fino -- Pos...
2010 Nov 17
3
Find in R and R books
...R i.e find(Mydata>2) to return all the indexes where the condition is met. Do you know something like that? Also when I try to search in google using for example the word R inside the search lemma I get very few results as the R confuses the search engine. When I was looking something in matlab ofcourse it was easier to get results as the search engine performs better. What are your tricks when you want to find some function that provides some functionality? I would like to thank you for your help Regards Alex [[alternative HTML version deleted]]
2011 Jul 22
2
Indexing problem with matrix
...rows from that matrix, however resulting object becomes vector. Here is 1 such example: > matrix(1:5, 1) [,1] [,2] [,3] [,4] [,5] [1,] 1 2 3 4 5 > > matrix(1:5, 1)[,-1] [1] 2 3 4 5 Can somebody point me how to keep resulting object as matrix with same row? Ofcourse I again make legitimate matrix with something like as.matrix() function. However I believe there must be some more directly way with indexing in some better way! Thanks, [[alternative HTML version deleted]]
2005 May 31
1
problems with telling rsync what to delete
...problem is in processing deleted files. As the temprorary file store does not always contain all files (only the changed/new ones are placed in the store, to save disk space) rsync thinks that these files were deleted, and deletes them from the "current" tree on the remote host. They are ofcourse saved in the incremental directory after that, but the idea is that the current tree is always a correct copy of the current situation. I can ofcourse disable the deletion of files, but I do need to delete files that were actually deleted on the source host. In the manual I read that when using -...
2009 Nov 21
4
title problem
Hi, I got problem in using title function to create a title for multiple plots presented together by par. As can be seen in the attached file, the title is displayed truncated and the subtitle doesn't get displayed. Here is the code: par(mfrow = c(1,2)) plot(c(1,2,3), c(9,8,7)) plot(c(1,2,3), c(9,8,7)) title(main = "Main title", sub ="Sub title",outer = TRUE,
2008 Feb 23
3
Attachment_fu: how to remove images?
...have a question on this though: how can i remove images? Whenever i set a new image for a user (a user who already has an image), then the table with images gets updated correctly, with the user_id column of the old image set to null, and the new image then has the correct user_id. What i want is ofcourse to remove the old image (which has no references to any user anymore) from the database and the filesystem, and the same for the thumbnail that was created with it. Does attachment_fu have methods for this? --~--~---------~--~----~------------~-------~--~----~ You received this message because yo...