search for: myid

Displaying 20 results from an estimated 64 matches for "myid".

Did you mean: mid
2018 Feb 16
4
Sieve to process list mail based on list-ID
...-Id" "others-list.example.com" { fileinto "other-list"; } But I am looking for something more generic, along the lines of $myLists = {"dovecot", "postfix", "other-list") if header :contains "List-ID" "<([^\.])+." { $myID $1; } if $myList :contains $myID { if { $myID is other-list { set $myID to Olist; set header "reply-to" to "moderator at users+other@foo.example.net"; } fileinto $myID; } else { send message to spamc and await results; if spam {fileinto "Junk";} els...
2008 Dec 05
2
adding rows as arithmatic calculation on original rows
Dear R users, Suppose I have the following data.frame: myID myType myNum1 myNum2 myNum3 a Single 10 11 12 b Single 15 25 35 c Double 22 33 44 d Double 4 6 8 and I want to have new records: myID myType myNum1 myNum2 myNum3 e S...
2018 Feb 16
0
Sieve to process list mail based on list-ID
...le.com" { > fileinto "other-list"; > } > > But I am looking for something more generic, along the lines of > > $myLists = {"dovecot", "postfix", "other-list") > if header :contains "List-ID" "<([^\.])+." { $myID $1; } > if $myList :contains $myID { > if { $myID is other-list { > set $myID to Olist; > set header "reply-to" to "moderator at users+other@foo.example.net"; > } > fileinto $myID; > > } else { > send message to spamc and await results...
2006 May 30
1
Url encoding Help Pls!
Hi guys, it''s me again, I want to come up with the following url: www.mysite.com/webpage?myid=1 I keep coming up with the following url: www.mysite.com/webpage%3Fmyid%3D1 require ''uri'' $myurl = URI.escape("webpage?myid=") redirect_to(:action => $myurl + 1 ) what am I doing wrong? I also tried require ''cgi'' $myurl = CGI::unescape("we...
2007 Nov 30
2
List operations in R
hello: I am very confused when it comes to list operations in R. I seek help in the following problem. I have two different vectors myIDs - a character vector with no names to their elements x2 - another character vector derived from unlisting a list where an element has both a name and value. I am not happy the way x2 is with names and values to every element. > myIDs[1:10] [1] "54898" "7083" "70...
2006 Feb 09
6
inPlaceEditor ISSUES!
I have run into a problem that I have never created before. I am using the scriptaculous inPlaceEditor If I hit the cancel button, and rehit the editor it then creates two textboxes, and if I repeat three input boxes, etc.! Must be stupid simple, but I AM STUMPED! DECO
2006 Jul 20
6
replace_html + javascript
Hi all, This is my first post to the list, so I hope it gets through and I don''t do anything wrong :) Here''s the issue I''m having... I have an rjs that''s doing: page.replace_html ''myid'', :partial => ''my_partial'' And in my my_partial I have: <script type="text/javascript"> alert(''foo''); </script> And this breaks my replace_html, and I get a javascript error in firebug that looks like it''s not esc...
2007 Mar 20
1
odbcConnect - no data source and default driver
I am trying to connect sybase sql databast from R using RODBC pkg and getting the following error ( i chnaged names to my*** but when I actually execute it, I put down names explicitly not calling some character strings) > channel = odbcConnect(dsn='mydsn',uid='myid',pwd='mypasswd') Warning messages: 1: [RODBC] ERROR: state IM002, code 0, message [iODBC][Driver Manager]Data source name not found and no default driver specified. Driver could not be loaded 2: ODBC connection failed in: odbcDriverConnect(st, case = case, believeNRows = believeNRows) &...
2008 May 22
4
how to find out autoincrement id ?
Hi I need to push newly created item id to file. (ie. its autoincrement value) I tried this on controller but it wont work, it cant find id value for the newly created item. def create @imitem = Imitem.new(params[:imitem]) system "echo \"@imitem.id\" > /tmp/myid" any help ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from...
2018 Feb 16
0
Sieve to process list mail based on list-ID
...le.com" { > fileinto "other-list"; > } > > But I am looking for something more generic, along the lines of > > $myLists = {"dovecot", "postfix", "other-list") > if header :contains "List-ID" "<([^\.])+." { $myID $1; } > if $myList :contains $myID { > if { $myID is other-list { > set $myID to Olist; > set header "reply-to" to "moderator at users+other@foo.example.net"; > } > fileinto $myID; > > } else { > send message to spamc and await results...
2009 Feb 22
2
Strange AR error ( column does not exist)
..."firstpeer". I''m not sure if the fact that it is all lower case has any significance. The actual column is named "firstPeer", as visible in the SQL log lines. The source line that gives rise to the error: switches = Switch.all(:conditions => [''firstPeer = :myID OR secondPeer = :myID'' , {:myID => @chatter.id}]) Nevertheless, the following line in an initializer does get executed w/ o problems: switch = Switch.create(:firstPeer => chatter.id , :secondPeer => peer.id, :distance => dist) and evaluating "Switch.all" in the con...
2007 Jun 11
5
Access Windows AD share From Linux
...ng to mount and access a Windows share, from one of our Active Directory servers to one of our RedHat Enterprise 4 Linux hosts. I have used Samba in the past to do the opposite, which worked very well. I was successful in mounting the share, using the following: mount -t smbfs -o username=<myid>,password=<mypassword> //<AD Server>/<Share> /mnt/app1 However, when I "cd" into the "/mnt/app1" directory and try to list the contents I get a "Permission Denied" error. I am unable to allow an AD trust with the Linux client to the AD domain...
2008 Jan 01
2
Ajax.Updater from within an IFrame
...hoices are the (hidden) IFrame approach or a flash/perl/whatever scenario, which seems too much for the simple task I''m trying to achieve. This is the code I''m using (simplified, but same functionality): function doMyFancyUpdate() { // myUpdateID is within the parent frame var myID = top.document.getElementById(''myUpdateID''); var myURL = ''showfile.php''; new Ajax.Updater( myID, myURL, { method: ''post'', onException: function(ele, ele2) { alert("Error!\n" + ele2.message +"\n"+ ele2.fileName...
2008 Dec 10
3
How to stop SOAP4R/OpenSSL requiring cert?
Hi I want to consume some web services that are only available over HTTPS. My method looks like this: def lookup_id myid=params[:id] driver = SOAP::WSDLDriverFactory.new("https://server.com/xxx.wsdl").create_rpc_driver @p=driver.verifyId(AUTH_TOKEN, PIN, myid) end Although this works fine on my local box (with a warning), when deployed to the staging server I get: OpenSSL::SSL::SSLError (certifi...
2008 Jan 02
5
anchor tags?
Hi, Is there a cool webgen way to do anchor tags? I''ve just been doing this: <span id="anchor_name"/> ...but is there a better way? Thanks, Chad
2013 Apr 30
2
R Function to extract columnNames
Hi, May be this helps: funcName<- function(df1, x){ ?whatCol=df1[[x]] ?print("Got it") ?print(whatCol) ?} ? funcName(df,"ColA") #[1] "Got it" #[1] 1 2 3 4 5 ? funcName(df,"ColB") #[1] "Got it" #[1] A B C D E #Levels: A B C D E A.K. >I am trying to extract the 2nd column from a dataframe using a function called funcName. Note this is an
2012 Dec 18
0
Cannot get user level access to shares
...) using tdbsam"), but even with this setup, I keep running into the same issue. The logs (log level 2) are littered with lines like these: [2012/12/18 12:39:35.740861, 2] smbd/service.c:587(create_connection_server_info) guest user (from session setup) not permitted to access this share (MYID) [2012/12/18 12:39:35.740893, 1] smbd/service.c:678(make_connection_snum) create_connection_server_info failed: NT_STATUS_ACCESS_DENIED So, despite success login as MYID, samba only grants guest-level access to this share. One consequence is that software like Office cannot save to the share...
2006 May 11
6
ActiveRecord associations
...se belongs_to :category end class Category < ActiveRecord::Base has_many :companies end I understand that the belongs_to causes related companies to be read from the db when I ask for a category. I suspect SQL something like select * from categories, companies where category.id = myid and companies.category_id = category.id but what SQL results from the has_many? -- Posted with http://DevLists.com. Sign up and save your mailbox.
2006 Apr 03
7
Javascript helpers not updating table row in IE6
Trying to replace a table row with an id using both RJS templates and normal link_to_remote :update. Neither work in IE6, fine in FF etc. If I use the same code but target a div with an ID it works. This is tricky as I have a table with edit buttons, when the button is pressed that row gets updated with a partial containing a form for update. I need this to work as II don''t fancy
2006 Feb 06
3
One way audio - it doesn't make sense
Hi, I've had a bit of a problem with one way audio, and it happens exactly when I believe it shouldn't (and works perfectly when I would guess I could have issues. Setup: GrandStream GXP2000-------Linksys Router-----------Internet------Asterisk box (hosted somewhere, fixed IP, no NAT) ----------- VoIP provider -------PSTN When a call comes in from the PSTN, the call goes all the way