Displaying 15 results from an estimated 15 matches for "flexibile".
2011 Apr 15
2
source questions & intentions to patch: yp-timing & auth
...a group of servers
and allows dynamic allocations of mountpoints/credentials.
It'd be very cool to use OAuth for that but it'd break compatibility
with too many source-clients.. so the current idea is to patch icecast2
to call an external service/executable in order to verify access (most
flexibile) and/or make icecast perform a HTTP request to an auth-server
that returns 200 or 403 (most portable).
Did anyone venture down this road before?
TIA,
robin
2004 Aug 04
0
[LLVMdev] Compiler Driver Decisions
...at read,
modify, and/or write the configuration file correctly. If my assumption
about XML libraries being available in several different languages is
correct, then that means we don't need to write a library for each
language that people want to use.
3) I believe it would keep the format flexibile enough for future
expansion (but again, Reid would know better here).
Having configuration files that can be manipulated accurately is
important for things like automatic installation, GUI's, configuration
tools, etc.
o Object Files
I've noticed that there's a general agreement th...
2004 Jul 30
4
[LLVMdev] Compiler Driver Decisions
LLVMers,
Since there's been little feedback on the design document I sent out,
some decisions are being made in order to progress the work. If you have
strong feelings about any of these, voice them now!
1. Name = llvmcc
2. The config file format will resemble Microsoft .ini files
(name=value in sections)
3. -O set of options will control what gets done and what kind of output
is
2020 Jul 23
0
[PATCH V3 3/6] vDPA: implement vq IRQ allocate/free helpers in vDPA core
...* Request irq for a vq, setup irq offloading if its a vhost_vdpa vq.
> + * This function should be only called through setting virtio DRIVER_OK.
> + * If you want to request irq during probe, you should use raw APIs
> + * like request_irq() or devm_request_irq().
This makes the API less flexibile. The reason is we store the irq in
vhost-vdpa not vDPA.
I wonder whether the following looks better:
1) store irq in vdpa device
2) register producer when DRIVER_OK and unregister producer when
!DRIVER_OK in vhost-vDPA
3) deal with the synchronization with SET_VRING_CALL
4) document that irq is...
2006 Jul 06
4
Ruby code colorizer
Hi,
Does anyone know of a html code colorizer for ruby source code?
Ideally a typo plugin :)
Regards, Jason
2004 Aug 04
2
[LLVMdev] Compiler Driver Decisions
...gt; language that people want to use.
Not sure what you mean here. What's an XML library and are they supposed
to be available in different natural languages or different computer
languages or programming languages or ??Do you mean natural languages?
> 3) I believe it would keep the format flexibile enough for future
> expansion (but again, Reid would know better here).
Yes. It wouldn't be painless, but going from DTD1 -> DTD2 is much less
painful than going from INI -> XML. That is, the ENTIRE format doesn't
have to change, its just incrementally changing its document type...
2011 Apr 19
0
source questions & intentions to patch: yp-timing & auth
...config pushed to
all servers, doesn't that help you ?
> It'd be very cool to use OAuth for that but it'd break compatibility
> with too many source-clients.. so the current idea is to patch icecast2
> to call an external service/executable in order to verify access (most
> flexibile) and/or make icecast perform a HTTP request to an auth-server
> that returns 200 or 403 (most portable).
That would be really cool to have, please share patches =)
But I think having it call an outside program is not really elegant nor
eficient.
Implementing new auth methods is quite easy, yo...
2008 Aug 04
0
FW: Are there any guis out there, which will allow editing of the graph?
...ly a dumb suggestion.
>
> While graph editing certainly can be a nice feature, it is very
> difficult to
> implement without severely constraining graphing flexibility (IMO, of
> course). Graphs are very complex beasties, so it's hard to write
> clean code
> that allows flexibile editing capabilities. Look at S-Plus's graph
> editing,
> which I always found harder to use (and more buggy) than just
> issuing the
> commands. (To be fair, it's been some years since I tried).
>
> Again, just my 2 bits. Others may well disagree (and perhaps point...
2004 Aug 04
5
[LLVMdev] Compiler Driver Decisions
...that people want to use.
I don't buy this at all. In particular, these files are provided by
front-end designers for the sole consumption of the driver. NO other
tools should be looking in these files, they should use the compiler
driver directly.
> 3) I believe it would keep the format flexibile enough for future
> expansion (but again, Reid would know better here).
You can do this with any format you want, just include an explicit version
number.
> Having configuration files that can be manipulated accurately is
> important for things like automatic installation, GUI's, con...
2004 Aug 04
0
[LLVMdev] Compiler Driver Decisions
...o make these operations convenient. Either
we provide command line tools for modifying the configuration, or make
the file's format in such a way that these tools can be easily and
accurately written by others on an on-demand basis.
>
>
>>3) I believe it would keep the format flexibile enough for future
>>expansion (but again, Reid would know better here).
>
>
> You can do this with any format you want, just include an explicit version
> number.
>
>
>>Having configuration files that can be manipulated accurately is
>>important for things li...
2004 Aug 04
0
[LLVMdev] Compiler Driver Decisions
...different natural languages or different computer
> languages or programming languages or ??Do you mean natural languages?
I meant programming languages. Python already has interfaces to XML. I
bet Perl has a module to parse XML too.
>
>
>>3) I believe it would keep the format flexibile enough for future
>>expansion (but again, Reid would know better here).
>
>
> Yes. It wouldn't be painless, but going from DTD1 -> DTD2 is much less
> painful than going from INI -> XML. That is, the ENTIRE format doesn't
> have to change, its just incrementall...
2005 Jul 25
2
how to get the group mean deviation data ?
> n=10;t=3
> d<-cbind(id=rep(1:n,each=t),y=rnorm(n*t),x=rnorm(n*t),z=rnorm(n*t))
> head(d)
id y x z
[1,] 1 -2.1725379 0.07629954 -0.3985258
[2,] 1 -1.2383038 -2.49667038 0.6966127
[3,] 1 -1.2642401 -0.50613307 0.4895856
[4,] 2 0.2171246 0.86711864 -0.6660036
[5,] 2 2.2765760 -0.48547142 -1.4496664
[6,] 2 0.5985345 -1.06427035 2.1761071
2006 Jan 16
3
Current state of support for BUGS access for Linux users?
Greetings:
I'm going to encourage some students to try Bayesian ideas for
hierarchical models.
I want to run the WinBUGS and R examples in Tony Lancaster's An
Introduction to Modern Bayesian Econometrics. That features MS
Windows and "bugs" from R2WinBUGS.
Today, I want to ask how people are doing this in Linux? I have found
a plethora of possibilities, some of which are not
2008 Aug 04
5
Are there any guis out there, which will allow editing of the graph?
Hi, all,
I would like to know if there is any gui interface out there
(academic or commercial) that allows one to edit R-language generated
graphs (e.g positioning x axis labels.) It would be nice to have
something like the user interface of Igor or Origin. I have already
used JGR and R-gui. These are good, but they don't allow one to
easily edit graphs. I have also tried
2010 Jul 18
3
Proxy IMAP/POP/ManageSieve/SMTP in a large cluster enviroment
Hi to all in the list, we are trying to do some tests lab for a large scale
mail system having this requirements:
- Scale to maybe 1million users(Only for testing).
- Server side filters.
- User quotas.
- High concurrency.
- High performance and High Availability.
We plan to test this using RHEL5 and maybe RHEL6.
As a storage we are going to use an HP EVA 8400 FC(8 GB/s)
We defined this