search for: cass

Displaying 20 results from an estimated 102 matches for "cass".

Did you mean: case
2006 May 09
3
What does this mean?
def cas casses = [@cas.ss,@cas.s,@cas.xl,@cas.l,@cas.m,@cas.w,@cas.xw] casses.each do |cas| if cas >= 10 @user.send(cas) -= 1 @user.save! end end my error: app/controllers/battle_controller.rb:383: parse error, unexpected tOP_ASGN, expecting kEND @user.send(cas) -= 1 ^ app/controllers/bat...
2007 Jul 27
6
Problem with installing acts_as_ferret plugin
...e/acts_as_ferret from my rails project the plugin is not getting installed, its simply going back to my rails application. I don''t find the plugin in the vendor/plugin directory I am using Instant Rails for your information. Could anyone please let me know whats going wrong... Cheers Cass -- Posted via http://www.ruby-forum.com/.
2016 Feb 22
4
Windstream SIP Trunk settings
Does anyone on this list use Windstream as a SIP trunk provider? If so, would you mind sharing your peer settings? I'm using asterisk 13.7.2 and can't seem to get the inbound working correctly (using registration). Outbound is fine, but they are seeing an authentication error on their end. Here are my inbound peer settings: username=<accountnumber> secret=<secret>
2007 Oct 03
3
Pagination problem with acts_as_ferret
...ges.current.previous %> <%= pagination_links(@pages, :params => { :query=> @query }) %> <%= link_to ''Next page'', { :page => @pages.current.next, :query => @query} if @pages.current.next %> Please do let me know how I get my pagination right... Cheers Cass -- Posted via http://www.ruby-forum.com/.
2004 Sep 13
4
Pending OpenSSH release, call for testing.
...used by sshd. > >The sysadmin can also set the KRB5_KTNAME env to point to a specific >keytab before starting sshd if there are any special situations. > > >> > >-- > > Douglas E. Engert DEEngert at anl.gov> > Argonne National Laboratory > 9700 South Cass Avenue > Argonne, Illinois 60439 > (630) 252-5444
2007 Aug 14
0
problem searching dynamic strings with acts_as_ferret
Hi Jens, I am using acts_as_ferret and multi_search method in it, when I search for Cass I get the result, but I want to get Cass even if I type Cas or Ca or just C. How can we use the LIKE operator for this serach in acts_as_ferret? I am listing the method here: def search_names @users = User.available_users @user = User.find(session[:user_id]) @query = params[:query]...
2001 Jul 10
3
how to uninstall wine
I need to remove wine completely on Red Hat Linux 7.1 I tried "make uninstall" but it doesn't work completely.. It only uninstalls it partially. I didn't install it using rpm btw. So i can't do something like rpm -e wine. There's also no "dkpg" whatever command! Thanks. Didier.
2015 Jun 15
1
small homebrew pbx
James Cass wrote: > I picked up a cheap JS200-FX on ebay: http://x100p.com/products/js200fx.php for $30, and it works great for a home install. Very low power draw as well. > > James Cass <http://goog_987864563> > jcass78 at gmail.com <mailto:jcass78 at gmail.com> The JS-200 runs a ve...
2003 Jun 30
6
make syslinux beep
Hello list Is there any way how I could make syslinux beep when it starts. This could be very usefull feature in the CD (based on knoppix www.knoppix.org ) that I have made for blind people. Cheers MIkko --
2012 Oct 22
2
Problem installing ndf library
...on problem on the web, but I never find the good way to solve it. I hope you could help me I try many things during two days and now I don't know what to do. One of the things I done is to try this command : install.package ('ncdf4') It give to me : /Installing package(s) into ?/home/casse/R/x86_64-pc-linux-gnu-library/2.15? (as ?lib? is unspecified) essai de l'URL 'http://cran.univ-lyon1.fr/src/contrib/ncdf4_1.6.1.tar.gz' Content type 'application/x-gzip' length 98337 bytes (96 Kb) URL ouverte ================================================== downloaded 96 Kb...
2007 Jul 27
5
Mongrel won''t start
I have a win xp box running instant rails. I installed ferret (the win version) and acts_as_ferret seemingly succesfully. I then added "require ''acts_as_ferret''" to the environment.rb file of my project. However, I cannot get webrick/mongrel to start. Can anyone suggest a solution? Rick -- Posted via http://www.ruby-forum.com/.
2015 Aug 19
2
asterisk server stress test
Steve, would you be willing to share that "quick bash script"? James Cass <http://goog_987864563> jcass78 at gmail.com On Wed, Aug 19, 2015 at 12:11 PM, Steve Edwards <asterisk.org at sedwards.com> wrote: > On Wed, 19 Aug 2015, Dominique Haeber wrote: > > Hi Barry Flanagan, >> >> Barry Flanagan <barryf-lists at flanagan.ie> schri...
2007 Aug 01
1
How to perform search on multiple models and controllers
Hi I am using acts_as_ferret and it works great on inidvidual models. Like I can search seperately for fileds indexed in BasicProfile model and fields indexed in WorkProfile model. I would like to know if it is possible to search commonly for all the fileds in these two models? Cheers Cass -- Posted via http://www.ruby-forum.com/.
2012 Feb 07
1
pdfmerge and ghostscript-8.70-6.el5_7.6.x86_64
Everyone, It looks like pdfmerge is broken after the recent upgrade of gs to ghostscript-8.70-6.el5_7.6.x86_64. Has anyone else had this problem. I have just started trying to debug it. If any of you already have solutions please let me know. Thanks, Greg Ennis
2015 Jun 15
2
small homebrew pbx
> I don't know this 'translates' to Italy, but this is what I would advise > somebody in the US to consider, assuming you have a reliable Internet > connection. > > 0) I hope you mean you want to run Asterisk at home instead of 'Asterisk > at Home.' A at H was an ancient distribution from around 2005. > > 1) Rent a DID (a 'PSTN number')
2015 Aug 19
3
asterisk server stress test
Am 19.08.2015 um 19:07 schrieb Steve Edwards: > Please don't top post. > > On Wed, 19 Aug 2015, James Cass wrote: > >> Steve, would you be willing to share that "quick bash script"? > > There's no magic in the script, but here it is, embarrassing myself: > > cp sample-call-file /tmp/ > chmod +x /tmp/sample-call-file > for I in $(seq 1...
2015 Apr 19
4
bash script fails conditional test
Hey all, I wrote a very basic script to determine if cassandra db is running. I'm setting a variable called 'pid' to the output of a ps | grep like to grab the pid of the cassandra process. #!/bin/bash pid=$(ps -ef | grep cassandra | grep -v grep | grep -i -v -e grep -e screen -e s3fs|awk '{print $2}') if [[ -e $pid ]] then echo &q...
2007 Oct 29
2
autoconf test for building dtrace USDT probes?
X.Org has adopted GNU autoconf as its build configuration mechanism, so when I integrated the dtrace probes, I checked to see if they should be built using this test, checking for the existence of a program named "dtrace" in the path: dnl Check for dtrace program (needed to build Xserver dtrace probes) AC_ARG_WITH(dtrace, AS_HELP_STRING([--with-dtrace=PATH], [Enable dtrace
2004 Feb 13
2
OpenSSH-snap-20040212 and the use of krb5-config
...the MIT version of krb5-config with finding the location of gssapi.h. Its in thier .../include/gssapi which is not returned by the krb5-config --cflags. I have reported that to MIT as a seperate bug. -- Douglas E. Engert <DEEngert at anl.gov> Argonne National Laboratory 9700 South Cass Avenue Argonne, Illinois 60439 (630) 252-5444
2004 Jan 26
6
OpenSSH, OpenAFS, Heimdal Kerberos and MIT Kerberos
...that the members of the OpenSSH community who use OpenAFS, Hiemdal and/or MIT could agree on a simple command line interface that would encourage the builders of OpenSSH to always have this enabled. -- Douglas E. Engert <DEEngert at anl.gov> Argonne National Laboratory 9700 South Cass Avenue Argonne, Illinois 60439 (630) 252-5444