Displaying 13 results from an estimated 13 matches for "implementaton".
Did you mean:
implementation
2009 Sep 30
3
django like admin interface
...g an application where i need to have an admin interface
from where the admin can assign permission for different methods
(create, edit etc.) in controller based on roles . It should be similar
to django administration, where we can assign permission on methods
based on the role.
How can i do the implementaton ? Can anybody give me some pointers on
how to start ?
Thanks and Regards,
Saurav
--
Posted via http://www.ruby-forum.com/.
2019 Feb 23
0
Bug: time complexity of substring is quadratic
...in 1:100) r<-paste(rep("A",N),collapse=""))
user system elapsed
0.318 0.071 0.388
> system.time(for (i in 1:10) x<-substring(r,1:N,1:N))
user system elapsed
0.041 0.000 0.041
Some of this may be due to pqR's faster garbage collector - R Core
implementatons have a particular GC problem with strings, as explained at
https://radfordneal.wordpress.com/2018/11/29/faster-garbage-collection-in-pqr/
But there are also some specific improvements to string operations that
you might want to have a look at.
Radford Neal
2006 Apr 24
3
tftp server with mysql backend
Are there any open source efforts ( I haven't found any) that have a tftp
server with a mysql backend? I'd like an incoming pxelinux request to
give the tftp server the mac address, and then it performs a query to find
out which configuration file it should get. Of course it would be great
if some day tftp-hpa would integrate with libmysql..
Thanks,
James
James S. Martin, RHCE
2017 Oct 03
0
Revert to R 3.2.x code of logicalSubscript in subscript.c?
...has special code for efficiently handling things
like x[-1] and x[2:length(x)], so I added the x[v] test to see what
performance is like when this special handling isn't invoked.
There's no particular reason pqR's code for these operations couldn't
be adapted for use in the R Core implementaton, though there are
probably a few issues involving large vectors, and the special
handling of x[2:length(x)] would require implementing pqR's internal
"variant result" mechanism. pqR also has much faster code for some
other subset and subset assignment operations.
Radford Neal
2008 Sep 14
3
Please help me in Converting this from C# to R
Random r = new Random();
DirectedGraph<SimpleNode> graph = GetGraph();
decimal B = 0.1m;
decimal D = 0.05m;
int nodes = graph.NodesCount;
decimal[] E = new decimal[nodes];
decimal[] P = new decimal[nodes];
for (int i = 7; i <= 10; ++i)
P[i] =
2019 Apr 11
4
Understanding Problem with rsa min key length 1024
Hello,
Sometime ago min rsa key length was increased to 1024 bit and i have a
little understanding problem with this.
I hope somebody with some crypto-experience can enlighten me. To make
that clear, that is not about allowing lower keys in general.
Personally i would tend to use even longer keys(2048bit+).
However Due nature of RSA-algorithm in case of 1024bit this might result
in a key
2015 Jun 12
0
Wine release 1.7.45
...ure pin, its category should be PIN_CATEGORY_CAPTURE.
qcap: Add initial audio capture filter.
qcap: The VfwCapture filter's GetNumberOfCapabilities() should set the capability count to zero.
Daniel Lehman (5):
msvcrt: Add __swprintf_l.
msvcp110: Add _Yarn<wchar_t> implementaton.
msvcrt: Add _W_Getdays.
msvcrt: Add _W_GetMonths.
msvcp110: Add wide-char days and months to _LocInfo.
Dmitry Timoshkov (1):
mshtml: Handle VT_INT/VT_UI4 same way as VT_I4/VT_UINT in IHTMLElementCollection::item.
Erich Hoover (1):
kernel32: Implement GetSystemTimes....
2012 Oct 30
29
[PATCH 00/12] VMCI for Linux upstreaming
...ticular
VMCI Sockets, please refer to the VMCI Socket Programming Guide
available at https://www.vmware.com/support/developer/vmci-sdk/.
---
George Zhang (12):
VMCI: context implementation.
VMCI: datagram implementation.
VMCI: doorbell implementation.
VMCI: device driver implementaton.
VMCI: event handling implementation.
VMCI: handle array implementation.
VMCI: queue pairs implementation.
VMCI: resource object implementation.
VMCI: routing implementation.
VMCI: guest side driver implementation.
VMCI: host side driver implementation....
2012 Oct 30
29
[PATCH 00/12] VMCI for Linux upstreaming
...ticular
VMCI Sockets, please refer to the VMCI Socket Programming Guide
available at https://www.vmware.com/support/developer/vmci-sdk/.
---
George Zhang (12):
VMCI: context implementation.
VMCI: datagram implementation.
VMCI: doorbell implementation.
VMCI: device driver implementaton.
VMCI: event handling implementation.
VMCI: handle array implementation.
VMCI: queue pairs implementation.
VMCI: resource object implementation.
VMCI: routing implementation.
VMCI: guest side driver implementation.
VMCI: host side driver implementation....
2013 Jan 08
13
[PATCH 00/12] VMCI for Linux upstreaming
...et Programming Guide
available at https://www.vmware.com/support/developer/vmci-sdk/.
---
George Zhang (12):
VMCI: context implementation.
VMCI: datagram implementation.
VMCI: doorbell implementation. VMCI doorbell code allows for notifcations between
VMCI: device driver implementaton.
VMCI: event handling implementation.
VMCI: handle array implementation.
VMCI: queue pairs implementation.
VMCI: resource object implementation.
VMCI: routing implementation.
VMCI: guest side driver implementation.
VMCI: host side driver implementation....
2013 Jan 08
13
[PATCH 00/12] VMCI for Linux upstreaming
...et Programming Guide
available at https://www.vmware.com/support/developer/vmci-sdk/.
---
George Zhang (12):
VMCI: context implementation.
VMCI: datagram implementation.
VMCI: doorbell implementation. VMCI doorbell code allows for notifcations between
VMCI: device driver implementaton.
VMCI: event handling implementation.
VMCI: handle array implementation.
VMCI: queue pairs implementation.
VMCI: resource object implementation.
VMCI: routing implementation.
VMCI: guest side driver implementation.
VMCI: host side driver implementation....
2012 Oct 16
11
[PATCH 00/10] VMCI for Linux upstreaming
...ticular
VMCI Sockets, please refer to the VMCI Socket Programming Guide
available at https://www.vmware.com/support/developer/vmci-sdk/.
---
George Zhang (10):
VMCI: context implementation.
VMCI: datagram implementation.
VMCI: doorbell implementation.
VMCI: device driver implementaton.
VMCI: event handling implementation.
VMCI: handle array implementation.
VMCI: queue pairs implementation.
VMCI: resource object implementation.
VMCI: routing implementation.
VMCI: Some header and config files.
drivers/misc/Kconfig | 1...
2012 Oct 16
11
[PATCH 00/10] VMCI for Linux upstreaming
...ticular
VMCI Sockets, please refer to the VMCI Socket Programming Guide
available at https://www.vmware.com/support/developer/vmci-sdk/.
---
George Zhang (10):
VMCI: context implementation.
VMCI: datagram implementation.
VMCI: doorbell implementation.
VMCI: device driver implementaton.
VMCI: event handling implementation.
VMCI: handle array implementation.
VMCI: queue pairs implementation.
VMCI: resource object implementation.
VMCI: routing implementation.
VMCI: Some header and config files.
drivers/misc/Kconfig | 1...