search for: networkimprov

Displaying 13 results from an estimated 13 matches for "networkimprov".

2012 Apr 27
4
GSoC xapian node binding
...> > On Thu, Apr 26, 2012 at 1:31 PM, Marius Tibeica <mtibeica at gmail.com>wrote: > Hi Liam, > > I have made the changes and added a few more classes: > https://raw.github.com/mtibeica/node-xapian/master/docs.md > > > On Wed, Apr 25, 2012 at 11:48 AM, Liam Breck <networkimprov at gmail.com>wrote: > >> Hi, some thoughts... >> >> I think this dev plan could go in a different file than the readme. Maybe >> start a docs.md markdown file? >> >> Function names: internally i use V8StyleCamelCaseNames, but I surface >> underscored_...
2011 Oct 14
1
Node.js binding
Wondering if anyone's considered/planning a Node.js binding? (I can contribute to the effort; I have modest experience with the V8 api; though haven't started with xapian yet.) Some docs on building Node modules: https://github.com/kkaefer/node-cpp-modules
2011 Oct 25
1
v1.2 package for ubuntu?
Is there an alt source for Xapian 1.2 packages, or do I need to get a tarball n build?
2015 Apr 16
2
[LLVMdev] ORC jit example (was: refs to LLVM consultants)
On Wed, Apr 15, 2015 at 5:08 PM, Isaiah Norton <isaiah.norton at gmail.com> wrote: >> Any thoughts of including lli in the nightly snapshot/package builds, for >> those of us embedding the JIT? > > > +1. I've wanted this (and llc) several times recently for debugging IR > issues on Windows. The Windows snapshots are targeted at users who want to try out an LLVM
2015 Apr 15
2
[LLVMdev] ORC jit example (was: refs to LLVM consultants)
On Tue, Apr 14, 2015 at 7:24 AM, Lang Hames <lhames at gmail.com> wrote: > > > There are two other Orc-based JITs in tree. One is the MCJIT replacement, > which you'll find in lib/ExecutionEngine/Orc/OrcMCJITReplacement.*, and the > other is OrcLazyJIT, which you'll find in tools/lli/OrcLazyJIT.*. The > former is just emulating MCJIT's behaviour, the latter is
2011 Oct 18
2
patch proposal: omindex library or daemon
Olly (looking at commit logs, I think this is your dept :-) For apps which re/index files frequently and need format conversion, I'd like to propose a patch for one of... Omindex library (thread safe): Omindex::init(options) // struct Omindex::options { ... } initialize mime_map, store default options session = new Omindex::Session(db_pathname) user threads use different sessions
2011 Nov 09
1
Node.js binding -- feedback wanted
Would love to get some eyes on this code. It needs to surface more functionality for basic use, I suspect, but I'm not sure precisely what... https://github.com/networkimprov/node-xapian
2011 Oct 16
0
omindex alternatives?
I need to index a variety of desktop file formats, so I've been looking at the omindex code. I'm surprised it's written as a batch processor... are there any alternatives structured as a library or daemon?
2010 Dec 13
1
smbd on a battery-powered device
I'm setting up samba service on a battery-powered WiFi device. The plan is to have it wake-on-lan, handle request, sleep. Anyone have experience with this? Are there smb protocol aspects that preclude server sleep between client-initiated exchanges? My server won't be awake to respond to netbios broadcasts, e.g. for name resolution. Can I shut off that service, and have clients access
2010 Dec 16
0
Running a sleepy server (was: smbd on a battery-powereddevice)
On Thu, Dec 16, 2010 at 2:43 PM, <tms3 at tms3.com> wrote: > > On Thursday 16/12/2010 at 2:33 pm, Liam wrote: > > On Thu, Dec 16, 2010 at 1:52 PM, <tms3 at tms3.com> wrote: > >> On Thursday 16/12/2010 at 1:36 pm, Liam wrote: >> >> ... >> >> And when an smb connection is active but the client is idle, does the >> client >> expect
2013 Feb 21
0
Samba 4 cross-compile for ARM
I'm about to fund development of an OpenEmbedded recipe to build Samba 4 on a Beagleboard XM (TI OMAP family). If anyone's done this already or is actively working on it, please get in touch with me so we can avoid duplicating efforts. Thanks!
2013 Aug 26
0
Cross Compiling Samba 4.0.6 for ARM increases size of binaries
On Mon, Jun 10, 2013 at 5:14 PM, Andrew Bartlett <abartlet at samba.org> wrote: > On Mon, 2013-06-10 at 10:42 -0700, pranav desai wrote: > > Thanks Andrew for the reply. > > > > Do we have a TODO list need to support cross compilation using the waf > > build system? > > I can try and hack around the build system. > > The issue is the python detection.
2010 Dec 16
2
Running a sleepy server (was: smbd on a battery-powered device)
On Wed, Dec 15, 2010 at 1:31 AM, Andrew Bartlett <abartlet at samba.org> wrote: > On Mon, 2010-12-13 at 12:37 -0800, Liam wrote: > > I'm setting up samba service on a battery-powered WiFi device. The > > plan is to have it wake-on-lan, handle request, sleep. Anyone have > > experience with this? > > > > Are there smb protocol aspects that preclude server