Displaying 20 results from an estimated 10000 matches similar to: "10 Points How Cells Improves your Rails Architecture"
2010 Apr 01
1
How to improve rails helpers
Hey boys, just wanted to let you know I published a post about
ActiveHelper [1] , a framework I released earlier this week to clean-
up helpers and put them back to classes using delegation and
inheritance.
The post [2] studies briefly how rails'' own helpers could be cleaned
up with ActiveHelper. Consider it as an RFC, i''m waiting for comments,
critics, proposals etc as I really
2016 Aug 26
0
[PATCH v8 06/18] ARM: STi: DT: STiH407: Add FDMA driver dt nodes.
These nodes are required to get the fdma driver working
on STiH407 based silicon.
Signed-off-by: Peter Griffin <peter.griffin at linaro.org>
---
arch/arm/boot/dts/stih407-family.dtsi | 52 +++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi
index d294e82..45cab30 100644
---
2011 Jan 08
1
Synchronizing a streaming client to the server Was: Idea to possibly improve flac?
On Jan 7, 2011, at 17:18, Paul Davis wrote:
> On Fri, Jan 7, 2011 at 7:36 PM, Brian Willoughby
> <brianw at sounds.wa.com> wrote:
>> I'd like to borrow these ideas, or at
>> least similarly-inspired ideas, and have FLAC streaming designed such
>> that the stream can tell the playback software when to reset.
>
> the internals of the slim protocol does
2016 Aug 30
0
[PATCH v8 01/18] remoteproc: st_slim_rproc: add a slimcore rproc driver
Hi Lee,
Thanks for reviewing.
On Tue, 30 Aug 2016, Lee Jones wrote:
> On Fri, 26 Aug 2016, Peter Griffin wrote:
>
> > slim core is used as a basis for many IPs in the STi
> > chipsets such as fdma and demux. To avoid duplicating
> > the elf loading code in each device driver a slim
> > rproc driver has been created.
> >
> > This driver is designed to
2016 Aug 26
0
[PATCH v8 01/18] remoteproc: st_slim_rproc: add a slimcore rproc driver
slim core is used as a basis for many IPs in the STi
chipsets such as fdma and demux. To avoid duplicating
the elf loading code in each device driver a slim
rproc driver has been created.
This driver is designed to be used by other device drivers
such as fdma, or demux whose IP is based around a slim core.
The device driver can call slim_rproc_alloc() to allocate
a slim rproc and slim_rproc_put()
2016 Aug 30
4
[PATCH v8 01/18] remoteproc: st_slim_rproc: add a slimcore rproc driver
On Fri, 26 Aug 2016, Peter Griffin wrote:
> slim core is used as a basis for many IPs in the STi
> chipsets such as fdma and demux. To avoid duplicating
> the elf loading code in each device driver a slim
> rproc driver has been created.
>
> This driver is designed to be used by other device drivers
> such as fdma, or demux whose IP is based around a slim core.
> The
2016 Aug 30
4
[PATCH v8 01/18] remoteproc: st_slim_rproc: add a slimcore rproc driver
On Fri, 26 Aug 2016, Peter Griffin wrote:
> slim core is used as a basis for many IPs in the STi
> chipsets such as fdma and demux. To avoid duplicating
> the elf loading code in each device driver a slim
> rproc driver has been created.
>
> This driver is designed to be used by other device drivers
> such as fdma, or demux whose IP is based around a slim core.
> The
2000 May 31
0
X11 forwarding again
I am using the openssh-2.1.0p3-1 RPM, but i seem to have a similar
problem. the debug doesn't say anything about "X11 connection uses different
authentication protocol." it just kicks me out. I can't figure it out.
very strange.
please CC me, because i am not subscribed.
thanks,
e:~> echo $XAUTHORITY
XAUTHORITY: Undefined variable.
e:~> xauth list
2018 May 19
0
How to average values from grid cells with coordinates
Hi lily,
You could also create "blackcells" as a dataframe (which is itself a
type of list). I used a list as I thought it would be a more general
solution if there were different numbers of values for different grid
cells. The use of 1 for the comparison was due to the grid increments
being 1. If you had larger or smaller grid increments, you would use
the grid increment size for the
2009 Aug 27
3
Help Slim Down Centos Install
Hello Everyone,
I was wondering does anyone know how I can slim down Centos install,
what I mean by slim down is whenever I install Centos with nothing but
xen. I have all type stuff that is not needed like bluetooth and etc.
This is a server, so I know that bluetooth is not need but I don't have
any other menus to remove software when install from cd. So what would
be the best way to slim
2009 Dec 03
1
count number of empty cells in a table/matrix/data.frame
Hi everyone!
This is a ridiculously simple problem, I just can't seem to find the
solution!
All I need is something equivalent to
sum(is.na(x))
but instead of counting missing values, to count empty cells (with a value
of 0).
A naive attempt with is.empty didn't work :)
Thanks!
Maja
Oh, and if the proposed solution would be to make all the empty cells into
missing cells, that is
2005 Mar 23
1
slim server for moh
Hello,
I have installed SlimServer for Windows on my desktop and Asterisk on a Red Hat Linux machine.
I am able to play mp3's for music on hold when mp3s are on the Linux server, and to play streaming mp3's with Windows Media Player and Winamp on Windows using the slim server.
I also have mpg123 on my Linux, apparently installed correctly, since it works for local moh.
I put the
2011 Sep 12
2
Using tilt in ActionView?
Hey friends,
I was wondering what is the current opinion on using tilt in
ActionView? Right now, there''s a lot of code in AV::Template/
TemplateHandler etc. which is nicely implemented in tilt. I''m
currently refactoring the AV layer (private interest ;-) using tilt
and it makes the whole thing much more readable and easier to follow.
What do you guys think?
I know there was a
2018 May 16
0
How to average values from grid cells with coordinates
Hi lily,
There are one or two assumptions to be made here. First is that the
latitude and longitude values of the "black" cells are equally spaced
as in your illustration. Second, that all latitude and longitude
values for the "red" cells fall at the corners of four "black" cells.
You can get the four "black" cells by finding the lat/lon values that
are
2011 Sep 21
1
identifying cells in data frames with the same value
Hi,
I'm trying to find out if there is a command that tells me which cells in my
data frame have the same value. I am looking at the results from an online
survey, organized into a data frame with the following columns:
SubjectNumber, WorkerID, Age. I know the one person must have taken the
survey more than once, because there is one less level in the WorkerID
column than there are rows in
2007 Nov 29
0
empty cells in ftable
hello
when I enter:
ftable(xtabs(cnt~jeo+slp+pcurv+asp+hey),data=dt)
it gives a frequncy table. But some cells are empty.
like this:
19 2 72 0
3 68 0
4 99 0
5 110 0
6 97 0
7 74 0
8 46 0
2018 May 22
0
How to average values from grid cells with coordinates
Hi Jim,
Thanks. It works. I now have more complex problems. If at each blackcell,
there are two variables such as pop and mood. For each variable, there are
daily records in one year, so 365 records for pop and 365 records for mood.
The averaged values for the redcells should be daily records too. What kind
of format do you recommend for this problem? Right now, I just get the
latitudes and
2003 Jul 21
0
step.lm() fails to drop {many empty 2-way factor cells} (PR#3527)
Your example works on 2 of the 3 systems I tried (and in fact the warnings
you got on stepAIC are spurious). It's all down to rounding errors.
I've added a fuzz in the termination test.
B
On Wed, 16 Jul 2003 maechler@stat.math.ethz.ch wrote:
> Exec. Summary:
> step() basically ``fails'' whereas MASS' stepAIC() does work
>
> This may not be a bug in the
2016 Aug 26
32
[PATCH v8 00/18] Add support for FDMA DMA controller and slim core rproc found on STi chipsets
Hi Vinod, Bjorn, Patrice,
This patchset adds support for the Flexible Direct Memory Access (FDMA) core
found on STi chipsets from STMicroelectronics. The FDMA is a slim core CPU
with a dedicated firmware. It is a general purpose DMA controller supporting
16 independent channels and data can be moved from memory to memory or between
memory and paced latency critical real time targets.
After quite
2016 Aug 26
32
[PATCH v8 00/18] Add support for FDMA DMA controller and slim core rproc found on STi chipsets
Hi Vinod, Bjorn, Patrice,
This patchset adds support for the Flexible Direct Memory Access (FDMA) core
found on STi chipsets from STMicroelectronics. The FDMA is a slim core CPU
with a dedicated firmware. It is a general purpose DMA controller supporting
16 independent channels and data can be moved from memory to memory or between
memory and paced latency critical real time targets.
After quite