search for: postid

Displaying 15 results from an estimated 15 matches for "postid".

Did you mean: posted
2005 Jun 24
9
WINS across two networks and a router
...0 ip route show 192.168.2.0/24 dev eth0  proto kernel  scope link  src 192.168.2.247 192.168.1.0/24 dev ra0  proto kernel  scope link  src 192.168.1.247 127.0.0.0/8 dev lo  scope link default via 192.168.1.1 dev ra0 More info is at: http://www.linuxquestions.org/questions/showthread.php?s=&postid=1702983#post1702983 I''d greatly appreciate any help you are willing to give.  Thanks! --Dane
2010 Oct 21
2
In-memory databases vs PHP Bindings
...se via the PHP bindings. Here's what I've got so far, using a disk-based index with an automatic backend (third line from the end is the critical one): // Find the document in the posts index $xenq = new XapianEnquire($xdb_posts); $xenq->set_query(new XapianQuery("UIDpost".$postid)); $xdoc = $xenq->get_mset(0, 1)->begin()->get_document(); // Create a database that just contains the one document // TODO:AB:20101020: Work out how to build an in-memory Xapian database via PHP bindings $xdb_doc = new XapianWritableDatabase(PROJROOT.'/tmp/xapian/doc'.$postid,...
2006 Aug 16
5
Rails theory question, where to put a join query
...truct joined queries.. Perhaps some experienced insight will straighten this out for me. Say you have two tables with two models, ''authors'' and ''posts''. an author has_many posts, a post has_one author. You need methods to do the following queries: find_author(postid) find_posts(authorid) And you are doing a custom join query for both. How do you decide what model they go into? To me either can make sense, so I am uncomfortable with picking one. Could I get some comments? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... UR...
2005 Aug 03
2
The Next Guide Will Be...
...o have tightly integrated services, and this is made possible by LDAP. So, if you have any comments you would like to make about what a completely integrated directory solution should include, do not hesitate to comment. Here is what I will list, for starters. http://www.sambadmin.com/sambadmin/?postid=8
2006 Feb 18
0
Comparing two hashes
...thod. This returns a hash that I can read the contents out of with categories [''categoryName'']. Now, I want to assign this names of categories taken from the hash to check boxes on posts that are being edited. This requires a second XML call to - mt_getPostCategories (@post.postid) - that gets the categories already set on a particular post (identified by @post.postid). What needs to be done next is display the result of getCategoryList as check boxes, and check any boxes where they match the hash returned by mt_getPostCategories. I''m thinking I need to crea...
2002 Jan 01
3
Easier OggDrop version
...ld use this version of OggDrop RC3 as the official OggDrop RC3, because the menu interface is easier to use (& you can see what kind of mode you have chosen). http://www.inf.ufpr.br/~rja00/BQoggdropC1.zip See this thread for more info: http://www.hydrogenaudio.org/forums/showthread.php?s=&postid=4683 <p>I only have one problem now: what quality value should I use to match the quality of Garf's tuned -b350 RC2 mode (while using lower bitrate :) )? Ah, back to good old listening tests... :)) <p>Greetings, Aleksandar <p><p><p>--- >8 ---- List archives:...
2007 Feb 17
1
Vista (pre-installed OEM editions) creating new files or folders on network shares
...I initially investigated incompatibilities in my older samba 3.0.20a WINS / fileserver. I have installed samba 3.0.24 with latest patches on a test server and I am still experiencing the problem. I found the following forum thread about the issue. http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=522208&SiteID=17&PageID=0 The current solution is to perform a clean install of Vista rather than cloning an existing installation (which seems to be the way OEM systems are built). I unfortunately don't have this option since the two new Acer Vista clients we purchased did not come wi...
2006 Oct 20
2
Rails & IIS
There are several sites I''ve found on the web detailing how to setup IIS with Rails. Unfortunately they all seem to be woefully out of date. I believe they may all even be pre Rails 1.0. Can single sign on via Active Directory Services be accomplished through mod_NTLM for Apache, so users won''t have ot log into the intranet site after already having logged into their machine?
2004 Apr 24
2
[Bug 852] scp bug with computer names
...2.168.1.100:/dirfrom 192.168.1.2:/dirto I get the following: Permission denied, please try again. Permission denied, please try again. Permission denied (publickey,password,keyboard-interactive). lost connection With some help at this thread: http://www.fedoraforum.org/forum/showthread.php?s=&postid=8431#post8431 I think the issue is with treatment of the computer name or IP address of the functioning computer being a local machine. By functioning computer, I mean the computer which is executing the program. If the above command is issued from a machine with an IP address as 192.168.1.2 or...
2008 Aug 28
1
Re: Can't install IE6
Hi Daniel, Thanks for your reply, I don't necessarily want "Outlook Express". I want an email client that can manage folders within hotmail, and will synchronise with the server so I can access the same mail from another machine (i.e. work) via the web. If there is another free mail client that provides that functionality for hotmail, I will gladly use it. I agree that there are
2003 Jul 03
0
Artilces invited for Tarang - Indian cultural magazine
Dear friends, The June issue of the cultural magazine 'tarang - the wave' is now available online at http://GreatIndiaOnline.com/taranga/postid=7370214117664 Please take a few minutes to check it out and download the PDF file. In this issue (June 2003) : * marriage and women On May 11, 2003, in New Delhi, a greedy groom and his parents demanded more dowry at the most vulnerable moment. When hundreds of guest...
2002 Jul 11
3
Vorbis 1.0 binary
Hello, according to this thread at Hydrogenaudio.org http://www.hydrogenaudio.org/forums/showthread.php?s=098fb1016aba657cd34bf11c3f8f8fc5&postid=23771#post23771 there is a Vorbis 1.0 binary at http://www.saunalahti.fi/~cse/oggenc.zip [17:11] * Now talking in #vorbis [17:11] * Topic is 'All 1.0 modes and tuning are now in CVS. Yes, the real 1.0. Test them!' [17:11] * Set by xiphmont on Thu Jul 11 12:22:33 bye, Maik Merten --...
2007 Dec 11
0
[ win32utils-Bugs-16211 ] win32-service will not install/build corectly if the system has VC8
...39;ve spend some time investigating this and I think that the problem is that the application must load the DLL from SxS directory instead of current directory. I don''t have quite a good experience with this but i think these links could help: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=132033&SiteID=1 ---------------------------------------------------------------------- >Comment By: Sorin Sbarnea (intersol) Date: 2007-12-11 11:31 Message: I know, i''ve been documenting further and it''s not possible. Meanwile I''ve installed VC6 and made a hac...
2005 Jun 25
1
WINS over multiple subnets
Hello, everybody! I have two networks (192.168.1.0 and 192.168.2.0) connected across a wireless router with two NICs. I can ping everything allright via ip address, but not by name across subnets. Things on the same subnet ping allright by name. Here are the smb.conf files for my two master browsers: #(192.168.1.249) [global] workgroup = THEBAND netbios name = Yesteryear
2002 Sep 19
3
Using large-scale repetition in audio compression
This idea is so simple that I'm sure it must have been thought of before, and discarded, 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.