search for: becca

Displaying 18 results from an estimated 18 matches for "becca".

Did you mean: lecca
2011 May 02
2
Re: Caution when deleting .wine ...
jjmckenzie wrote: > On Mon, May 2, 2011 at 1:16 AM, topher.becca <wineforum-user at winehq.org> wrote: > > > > > When I entered 'rm -rf ~/.wine' it says: > > rm: /Users/christopherwelch/.wine/drive_c/Program Files/Inbox Toolbar: Permission denied > > rm: /Users/christopherwelch/.wine/drive_c/Program Files: Directory not...
2008 Apr 29
10
Better way to remove value from list??
I''ve got a field in a database that contains a string of ids. I want to be able to remove an item from that list and save the list again. The only way I saw how to do this was to convert it to an array and back to a string again. The variable names are for an example. This code works, but I don''t think that it''s efficient. It''s all in my controller.
2008 Feb 22
12
DRY - in controller or model????
Hello. I''m trying to make clean efficient code and would like to find out if there is a "BEST" way to write code. I want this to run quickly and efficiently for my app. I''ve got a form that needs a select list created for new and edit functions. Same list. Do I do this in the controller and reference @list in the forms? def new @list = %w { apple orange banana }
2012 Feb 06
1
Callmanager 4 Asterisk Malformed/Missing URL
Hi, ? I am currently trying to get a Cisco Callmanager 4.1 and an Asterisk server (1.6.2.21) to talk via a SIP trunk so I can use the Voicemail component of the Asterisk (all the phones are associated with the Callmanager). The connection seem to be there. When I do a "sip show peers" on the Asterisk server?I see the Callmanager as Monitored and online however I can't get any calls
2011 May 02
2
Re: Caution when deleting .wine ...
David Shaw wrote: > > At the risk of getting flamed, you yourself have often told people to > 'rm -rf ~/.wine' :-) > > David Shaw When I entered 'rm -rf ~/.wine' it says: rm: /Users/christopherwelch/.wine/drive_c/Program Files/Inbox Toolbar: Permission denied rm: /Users/christopherwelch/.wine/drive_c/Program Files: Directory not empty rm:
2009 Nov 19
0
migrating NT4 PDC to samba3. netrpc vampire errors
...ould not create posix account info for 'BOOMBOX$' Creating account: Stephenie useradd: invalid user name 'Stephenie' fetch_account: Running the command `/usr/sbin/useradd -m 'Stephenie'' gave 3 Could not create posix account info for 'Stephenie' Creating account: Becca useradd: invalid user name 'Becca' fetch_account: Running the command `/usr/sbin/useradd -m 'Becca'' gave 3 Could not create posix account info for 'Becca' Creating account: MIND1$ useradd: invalid user name 'MIND1$' fetch_account: Running the command `/usr/sbin/...
2008 Jan 21
9
DRY act_as_authenticated functional testing
I''m using the acts_as_authenticated plug-in for my app. Now I need to get my functional tests to work properly. I have not written functional tests before so I''m unsure how to utilize setup so that all of my tests can use the login. My tests pass if I put login_as :user inside of each test, but that''s clearly not DRY. Can I add something to my test_helper.rb file or
2008 Apr 25
5
Best way to pass ID variable to partials - global var??
I have several orders that are being updated in an internal data entry app. I start by going from an order to pop-up form that allows a user to select items to add to a field in the order. The pop-up form contains 2 partials for drag and drop functionality from AWD. The user starts by selecting a category in a drop down list. Then on select, the first partial is filled with the list of
2011 May 03
1
Switching to 16 bit colour ...
...t; Message: 1 > Date: Mon, 02 May 2011 21:32:09 -0500 > From: "oiaohm" <wineforum-user at winehq.org> > Subject: [Wine] Re: Caution when deleting .wine ... > To: wine-users at winehq.org > Message-ID: <1304389929.m2f.60355 at forum.winehq.org> > > topher.becca Owner ship of files and ownership of machine are two different things. Owner ship of files is a filesystem feature. > > Sudo is a Linux/Unix/Posix command to run as root/administrator user. > > Even under OS X its possible to run wine as the wrong user on the machine leading to perm...
2009 May 28
0
Changing data point size in quilt.plot
...r too small. I have tried using "cex = xx" into quilt.plot() to change the size of the data points but that doesn't seem to work. Maybe I am just using this wrong?! I was wondering if someone could help me to alter the data point size (increase it to x 3 the current size). Thanks, Becca [[alternative HTML version deleted]]
2011 May 02
1
unsubscribe
2011/5/2, topher.becca <wineforum-user at winehq.org>: > > David Shaw wrote: >> >> At the risk of getting flamed, you yourself have often told people to >> 'rm -rf ~/.wine' :-) >> >> David Shaw > > > When I entered 'rm -rf ~/.wine' it says: > rm: /Use...
2002 Jul 06
0
Timeout problem win2k -> linux
...9;s are public ips. regards Peter Eriksson -- - - - - - - - - - - - - - - - - - - - - - ResearchEngineer, Computergraphics - - - - - - - - - - - - - - - - - - - - - To understand recursion, we must first understand recursion. ---- For Echelon ---- DJC, LLNL, bemd, SGC, UNCPCJ bird dog, SACLANT, BECCA,
2008 Mar 14
2
Random image based verification for new user creation
Hi all, I''m creating an email list managed by my CMS. I''m wondering if people had any thoughts about securing it? I''m just concerned that my application server might be overwhelmed by requests to add to the list by a spider, etc. Am I being overly concerned or is that a real possibility? I was thinking of adding an image with a random sequence of numbers or letters
2008 Apr 05
3
MySQL Unit Test Login Failure
I just recently started having issues running unit tests for my application, but can''t figure out why. When I run rake test:units, I get "Access denied for user ''root@localhost'' using password: NO". My database.yml file is configured to use the ODBC login, but it''s not being passed to my unit tests. Any ideas? development: adapter: mysql
2011 May 02
5
Is there a difference ...?
Doh123, how is running a program off an NTFS partition asking for trouble? Ntfsprogs seems to handle it just fine. I know that NTFS doesn't let you mark a file as executable, and that the filesystem is susceptible to fragmentation, but you should just be able to tell it to run rather than display and be good. It shouldn't cause destruction. I think there might even be an NTFS defrag tool
2008 Oct 07
6
Hpricot loop question to read table row values
Hi. I''ve got a file that contains a table that looks like this: <table> <tr><td>column title a</td><td>column title b</td></tr> <tr><td>row 1 a</td><td>row 1 b</td></tr> <tr><td>row 2 a</td><td>row 2 b</td></tr> <tr><td>row 3 a</td><td>row 3
2008 Jan 23
1
Adv. Rails Recipes - Problem w/ DRY forms
Hello. I''m following the example in the Advanced Rails Recipes book for Keeping Forms DRY and Flexible - #22. I think the last little hurdle that I have is applying my CSS style to the field labels. This is in the partial for displaying the field <p> <span class="field_label"> <%= label %> </span> <span class="form_field">
2008 Mar 17
1
Help needed with collection_select
I''m trying to get a collection select list to work, but I''m getting this error: missing attribute: state_code The code is a select list for states. <%= collection_select(:states_code, :state, states.states_list, :state_code, :state)%> The above elements are as follows 1. table name (singular, full name is states_codes) 2. full name of state 3. select list that orders