search for: improvised

Displaying 20 results from an estimated 28 matches for "improvised".

Did you mean: improvise
2009 Mar 15
5
428 Loop Detected
Hi I looked at few emails related to this subject. And still not sure how to solve the loop detect problem for my case iqbala at improvise:/etc/asterisk$ cat sip.conf [general] context=line1 [phone] type=friend context=phone1 secret=g00dpazzwerd bindport=5060 host=192.168.1.106 dtmfmode=rfc2833 [line] type=friend context=line1 secret=anothers33cret bindport=5061 host=192.168.1.106
2007 May 22
3
BDD screenscast
...://wincent.com/a/about/wincent/weblog/archives/2007/05/ behaviourdriven.php I''m a C/Objective-C programmer who knows a bit of Ruby, almost nothing about Rails, and in BDD I can really only claim "new but interested" status. It''s not scripted, it''s totally improvised and unplanned, so there are plenty of mistakes, sub-optimal ideas and things which I mis- said... but hopefully people will get the idea. I think most of the people who read my weblog are fellow Objective-C programmers, but I wanted people to see the kind of workflow you can achieve with RS...
2004 Aug 06
2
get status.xml's variable using a php file
i don't khow really much about php i just used the source file from casterclub.com for the shoutcast server and improvise/adjust it from there for the icecast server. apparrently i don't know how to authenticate correctly as this is what is returned as well $client_connections = HTTP/1.0 401 Authentication Required WWW-Authenticate: Basic realm="Icecast2 Server" You need to
2006 Sep 15
1
Grouping columns in a data frame based on the values of a column
Dear R users, This is a trivial question, there might even be an R function for it, but I have to do it many times and wonder if there is an efficient for it. Suppose we have a data frame like this: d <- data.frame(x=sample(seq(0.1:1, by=0.01), size=100, replace=TRUE), y=rnorm(100, 0.2, 0.6)) and want to have the average of y for a given interval of x, for example mean(y)[0>x>0.1]. Is
2009 Apr 01
1
Learning development concepts in R for newbie users
Hi R users, I apologize for a seemingly trivial question, but I felt this forum would be the best place to seek advice. I have been an R user for a year now, but I am limited to using R and its various contributed packages. I strongly feel that users of a free and open source software tool must eventually provide development expertise. I am aware of the extensive documentation available on the
2012 Mar 05
8
Create a select with HABM
Hello, I have two tables with association HABM, projects and users, and in projects I want to show all users that was associated to the project. I have try with this: <%= select( "user", "id", Project.all.collect { |p| [ p.name, p.id ] } ) %> But only show all my projects, but Iz don''t know who show only the user in a determinated project. class Project <
2020 Aug 09
4
Another possible tracing feature for TableGen
I had another idea for a TableGen tracing feature and would like some feedback. It's quite possible I'm on the wrong track here and that improved backend tracing is what folks really need. The idea is to add a -trace option to the tblgen command line. With it you can list one or more record names. TableGen would produce a detailed trace of how the record is built: class inheritances,
2019 Jan 22
4
_Float16 support
I'd like to start a discussion about how clang supports _Float16 for target architectures that don't have direct support for 16-bit floating point arithmetic. The current clang language extensions documentation says, "If half-precision instructions are unavailable, values will be promoted to single-precision, similar to the semantics of __fp16 except that the results will be stored
2004 Aug 06
0
get status.xml's variable using a php file
hello Phi ., what operating system are you developing under ? if you are using linux, i would be happy to send you my simple scripts ( as you requested ). but they rely on lynx and grep . i don't know if windows has equivalents. a:/, On Mon, 22 Dec 2003, Phi Tran wrote: > i don't khow really much about php > i just used the source file from casterclub.com for the shoutcast server
2006 Sep 15
0
R: Grouping columns in a data frame based on the values of a column
Perhaps using 'ave' and 'cut': df <- data.frame(x=runif(100, 0.1, 1), y=rnorm(100, 0.2, 0.6)) df$xcut<-cut(df$x, seq(0, 1, 0.1)) df$z<-ave(df$y, df$xcut) df[order(df$x),] Stefano -----Messaggio originale----- Da: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch]Per conto di e.rapsomaniki at mail.cryst.bbk.ac.uk Inviato: venerd? 15
2003 Dec 21
0
Nortel IP phones?
Howdy- Has anyone on the list implemented Nortel IP telephones (the exact name escapes me at the moment) with *? Doing some work for a small trading firm which needs a phone to have the ability to dial into a improvised hoot-n-holler system (* conference), so it needs speakerphone, and multi-line capability. Also, I'm open to cisco phones, going to look at those now. Thx, -cedrick ======================================= Cedrick Johnson www.cedrick.net Market Commentary: http://uranium235.blogspot.com Char...
2011 Mar 15
4
Winamp "send to" menu is missing
Hi everybody! This is a problem that brakes my head in two. I installed Winamp v 5.6 on Ubuntu 10.04, Wine v 1.2.2, and although it works ok, the submenu "send-to" doesn't appear. So I can't make file type conversions with Winamp. I have read here http://bugs.winehq.org/show_bug.cgi?id=18926 that the problem lies in the file comctl32.dll, so I tried copying it from a Windows
2004 Sep 21
1
windows program over a samba share
Hi, I don't know if this is possible, but I'd like to install a window program (in the specific JBuilder Personal) over a samba share, and then to mount a network share as a disk from windows clients, so they can use the program. Is it possible? Any idea on how to share windows programs from a linux server? Thanks, Luca -- Luca Ferrari, fluca1978@infinito.it
2007 Feb 17
0
Steps to Create or Incorporate Online MP3 Player
Hello, Are there any recommended Flash or other MP3 players that can be incorporated into a Ruby Web page. I would like to create a Jazz Guitar Improvisational instructional site that offers the ability to play original songs and other short examples via the MP3 player. Thank you, Tony --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed
2014 Nov 06
1
CentOS 7 Manual Install
I am following the instructions from the CentOS website to manually install CentOS 7 (http://wiki.centos.org/HowTos/ManualInstall) but the guide seems to have some quality issues. I've partitioned the storage fine and now onto setting up RPM. Unfortunately I am at a loss on how to do this. I am doing this on VMware Workstation 10 and the host OS is Ubuntu 14.04. Thanks Parvez
2006 Jul 28
2
ActiveRecord design question
Hi everyone, I have a small design question. My app has the classical ''User'' table. The problem is that I will probably have a lot of user set options. I did not want to add 20-30 fields to the user table so I created a user_options table: =============================== class User < ActiveRecord::Base has_many :user_options end =============================== class
2019 Jul 15
3
GitHub passwords in .git/config?
On 2019-07-15 10:56, Dirk Eddelbuettel wrote: > <snip> > > > Don't write passwords down like this. Your error is likely in expecting _ssh_ > authentication over _https_ -- when it works only over ssh. Use the alternate > form for a remote e.g. one that looks like git at github.com:emacs-ess/ESS.git ????? I'm confused.? I changed that line to: ??? ?? ? ?? url =
2004 Aug 06
3
get status.xml's variable using a php file
hi everyone i'm trying to get the variables from status.xml using php (based on the Shoutcast status file from casterclub.com) here is my file <?php $ip = "xxx.yyy.zzz"; $port = "xxxx"; $password = "xxxx"; <p>////////////////start the parsin action\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ //opening socket $fp =
2006 Oct 06
4
Row comparisons to a new matrix?
Hi, Can somebody tell me, which is the fastest way to make comparisons between all rows in a matrix (here A) and put the results to the new symmetric matrix? I have here used cosine distance as an example, but the comparison function can be any other, euclidean dist etc. A=rbind(c(2,3),c(4,5),c(-1,2),c(5,6)) M=matrix(nrow=length(A[,1]),ncol=length(A[,1])) for(i in 1:length(A[,1])) { for(j in
2012 Apr 24
3
Synchronizing multiple samba servers
Hi. I have two servers located in two different time zones. I want to know if there is a way to keep the shares synchronized. Right now what i thought is to run rsync from Server A to Server B . However the issue is say Server B has a new version of the file in server A and that should not be overwritten but should be copied back to server A. How to go about this? Regards Janantha