search for: mhm

Displaying 20 results from an estimated 52 matches for "mhm".

Did you mean: mem
2005 Mar 18
2
multiple graphs
...s anyone know how I can do this? I considered xyplot(y~x|z) from the lattice package, but I have different variables on the y-axis in each graph, so this does not seem to work? Thanks in advance for any suggestions, Marleen de Moor Dept. of Biological Psychology Free University Amsterdam mhm.de.moor@psy.vu.nl [[alternative HTML version deleted]]
2017 Jun 12
3
count number of stop words in R
define your string as whatever object you want: data <- "Mhm . Alright . There's um a young boy that's getting a cookie jar . And it he's uh in bad shape because uh the thing is falling over . And in the picture the mother is washing dishes and doesn't see it . And so is the the water is overflowing in the sink . And the dishes might get fall...
2017 Jun 12
0
count number of stop words in R
Thanks for your reply. I know the command data <- tm_map(data, removeWords, stopwords("english")) removes English stop words, I don't know how should I count stop words of my string: str="Mhm . Alright . There's um a young boy that's getting a cookie jar . And it he's uh in bad shape because uh the thing is falling over . And in the picture the mother is washing dishes and doesn't see it . And so is the the water is overflowing in the sink . And the dishes might get fall...
2017 Jun 12
3
count number of stop words in R
...Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Jun 12, 2017 at 5:40 AM, Elahe chalabi via R-help <r-help at r-project.org> wrote: > Hi all, > > Is there a way in R to count the number of stop words (English) of a string using tm package? > > str="Mhm . Alright . There's um a young boy that's getting a cookie jar . And it he's uh in bad shape because uh the thing is falling over . And in the picture the mother is washing dishes and doesn't see it . And so is the the water is overflowing in the sink . And the dishes might get fall...
2017 Jun 12
0
count number of stop words in R
...n solve this error by using Corpus(VectorSource(my string)) and the using your command but I cannot see the number of stop words in my string! On Monday, June 12, 2017 8:36 AM, Patrick Casimir <patrcasi at nova.edu> wrote: define your string as whatever object you want: data <- "Mhm . Alright . There's um a young boy that's getting a cookie jar . And it he's uh in bad shape because uh the thing is falling over . And in the picture the mother is washing dishes and doesn't see it . And so is the the water is overflowing in the sink . And the dishes might get fall...
2017 Jun 12
3
count number of stop words in R
Hi all, Is there a way in R to count the number of stop words (English) of a string using tm package? str="Mhm . Alright . There's um a young boy that's getting a cookie jar . And it he's uh in bad shape because uh the thing is falling over . And in the picture the mother is washing dishes and doesn't see it . And so is the the water is overflowing in the sink . And the dishes might get fall...
2017 Jun 12
0
count number of stop words in R
...Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Jun 12, 2017 at 5:40 AM, Elahe chalabi via R-help <r-help at r-project.org> wrote: > Hi all, > > Is there a way in R to count the number of stop words (English) of a string using tm package? > > str="Mhm . Alright . There's um a young boy that's getting a cookie jar . And it he's uh in bad shape because uh the thing is falling over . And in the picture the mother is washing dishes and doesn't see it . And so is the the water is overflowing in the sink . And the dishes might get fall...
2014 Jul 23
3
[PATCH 09/17] drm/radeon: use common fence implementation for fences
On Wed, Jul 23, 2014 at 11:27 AM, Christian K?nig <christian.koenig at amd.com> wrote: > You submit a job to the hardware and then block the job to wait for radeon > to be finished? Well than this would indeed require a hardware reset, but > wouldn't that make the whole problem even worse? > > I mean currently we block one userspace process to wait for other hardware >
2023 Sep 25
2
[PATCH 1/9] drm/amd/pm: Annotate struct smu10_voltage_dependency_table with __counted_by
...ng at amd.com> >> Cc: Kevin Wang <kevin1.wang at amd.com> >> Cc: amd-gfx at lists.freedesktop.org >> Cc: dri-devel at lists.freedesktop.org >> Signed-off-by: Kees Cook <keescook at chromium.org> > Acked-by: Alex Deucher <alexander.deucher at amd.com> Mhm, I'm not sure if this is a good idea. That is a structure filled in by the firmware, isn't it? That would imply that we might need to byte swap count before it is checkable. Regards, Christian. > >> --- >> drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.h | 2 +- &gt...
2023 Sep 25
2
[PATCH 1/9] drm/amd/pm: Annotate struct smu10_voltage_dependency_table with __counted_by
...ng at amd.com> >> Cc: Kevin Wang <kevin1.wang at amd.com> >> Cc: amd-gfx at lists.freedesktop.org >> Cc: dri-devel at lists.freedesktop.org >> Signed-off-by: Kees Cook <keescook at chromium.org> > Acked-by: Alex Deucher <alexander.deucher at amd.com> Mhm, I'm not sure if this is a good idea. That is a structure filled in by the firmware, isn't it? That would imply that we might need to byte swap count before it is checkable. Regards, Christian. > >> --- >> drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.h | 2 +- &gt...
2023 Sep 25
2
[PATCH 1/9] drm/amd/pm: Annotate struct smu10_voltage_dependency_table with __counted_by
...ng at amd.com> >> Cc: Kevin Wang <kevin1.wang at amd.com> >> Cc: amd-gfx at lists.freedesktop.org >> Cc: dri-devel at lists.freedesktop.org >> Signed-off-by: Kees Cook <keescook at chromium.org> > Acked-by: Alex Deucher <alexander.deucher at amd.com> Mhm, I'm not sure if this is a good idea. That is a structure filled in by the firmware, isn't it? That would imply that we might need to byte swap count before it is checkable. Regards, Christian. > >> --- >> drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.h | 2 +- &gt...
2014 Jul 23
1
[PATCH 09/17] drm/radeon: use common fence implementation for fences
...t;> >>> Talking about alternative approaches wouldn't it be simpler to just offload >>> the waiting to a different kernel or userspace thread? >> Well this is exactly what we'll do once we have the scheduler. But >> this is an orthogonal issue imo. > > Mhm, could have the scheduler first? > > Cause that sounds like reducing the necessary fence interface to just a fence->wait function. You would also lose benefits like having a 'perf timechart' for gpu's. ~Maarten
2006 Jul 09
1
Acessing multiply servers with same IP''s
...add a bridge interface to the wireless <danieldg> then you have wlan0 and br0, both the same <danieldg> then you could use ebtables to change the MACs of the bridge access <danieldg> and leave the direct wlan0 access alone (so it would use the "real" MAC) <I_v0> mhm, and when having two different MAC''s I can have two different IP''s <I_v0> but I can''t make more than one bridge, can I ? <danieldg> no, not on one interface The last two lines speak of themselves, only one bridge, only one additional MAC, so possibility to u...
2023 Sep 25
1
[PATCH 1/9] drm/amd/pm: Annotate struct smu10_voltage_dependency_table with __counted_by
...vin Wang <kevin1.wang at amd.com> > > > Cc: amd-gfx at lists.freedesktop.org > > > Cc: dri-devel at lists.freedesktop.org > > > Signed-off-by: Kees Cook <keescook at chromium.org> > > Acked-by: Alex Deucher <alexander.deucher at amd.com> > > Mhm, I'm not sure if this is a good idea. That is a structure filled in by > the firmware, isn't it? > > That would imply that we might need to byte swap count before it is > checkable. The script found this instance because of this: static int smu10_get_clock_voltage_dependency_...
2023 Sep 25
1
[PATCH 1/9] drm/amd/pm: Annotate struct smu10_voltage_dependency_table with __counted_by
...vin Wang <kevin1.wang at amd.com> > > > Cc: amd-gfx at lists.freedesktop.org > > > Cc: dri-devel at lists.freedesktop.org > > > Signed-off-by: Kees Cook <keescook at chromium.org> > > Acked-by: Alex Deucher <alexander.deucher at amd.com> > > Mhm, I'm not sure if this is a good idea. That is a structure filled in by > the firmware, isn't it? > > That would imply that we might need to byte swap count before it is > checkable. The script found this instance because of this: static int smu10_get_clock_voltage_dependency_...
2023 Sep 25
1
[PATCH 1/9] drm/amd/pm: Annotate struct smu10_voltage_dependency_table with __counted_by
...vin Wang <kevin1.wang at amd.com> > > > Cc: amd-gfx at lists.freedesktop.org > > > Cc: dri-devel at lists.freedesktop.org > > > Signed-off-by: Kees Cook <keescook at chromium.org> > > Acked-by: Alex Deucher <alexander.deucher at amd.com> > > Mhm, I'm not sure if this is a good idea. That is a structure filled in by > the firmware, isn't it? > > That would imply that we might need to byte swap count before it is > checkable. The script found this instance because of this: static int smu10_get_clock_voltage_dependency_...
2023 Sep 25
1
[PATCH 1/9] drm/amd/pm: Annotate struct smu10_voltage_dependency_table with __counted_by
...: Kevin Wang <kevin1.wang at amd.com> > >> Cc: amd-gfx at lists.freedesktop.org > >> Cc: dri-devel at lists.freedesktop.org > >> Signed-off-by: Kees Cook <keescook at chromium.org> > > Acked-by: Alex Deucher <alexander.deucher at amd.com> > > Mhm, I'm not sure if this is a good idea. That is a structure filled in > by the firmware, isn't it? > > That would imply that we might need to byte swap count before it is > checkable. True. Good point. Same for the other amdgpu patch. Alex > > Regards, > Christian. &g...
2023 Sep 25
1
[PATCH 1/9] drm/amd/pm: Annotate struct smu10_voltage_dependency_table with __counted_by
...: Kevin Wang <kevin1.wang at amd.com> > >> Cc: amd-gfx at lists.freedesktop.org > >> Cc: dri-devel at lists.freedesktop.org > >> Signed-off-by: Kees Cook <keescook at chromium.org> > > Acked-by: Alex Deucher <alexander.deucher at amd.com> > > Mhm, I'm not sure if this is a good idea. That is a structure filled in > by the firmware, isn't it? > > That would imply that we might need to byte swap count before it is > checkable. True. Good point. Same for the other amdgpu patch. Alex > > Regards, > Christian. &g...
2023 Sep 25
1
[PATCH 1/9] drm/amd/pm: Annotate struct smu10_voltage_dependency_table with __counted_by
...: Kevin Wang <kevin1.wang at amd.com> > >> Cc: amd-gfx at lists.freedesktop.org > >> Cc: dri-devel at lists.freedesktop.org > >> Signed-off-by: Kees Cook <keescook at chromium.org> > > Acked-by: Alex Deucher <alexander.deucher at amd.com> > > Mhm, I'm not sure if this is a good idea. That is a structure filled in > by the firmware, isn't it? > > That would imply that we might need to byte swap count before it is > checkable. True. Good point. Same for the other amdgpu patch. Alex > > Regards, > Christian. &g...
2018 Mar 16
2
Debugify and Verify-each mode
Mhm I see now, thanks for your explanation! Son Tuan Vu On Fri, Mar 16, 2018 at 10:58 PM, Vedant Kumar <vsk at apple.com> wrote: > > On Mar 16, 2018, at 2:30 PM, Son Tuan VU <sontuan.vu119 at gmail.com> wrote: > > Hi Vedant, > > Thank you for your reply. I think I can m...