Displaying 20 results from an estimated 803 matches for "restructures".
2015 Nov 09
6
Wiki content announcement
Hello
my latest content updates:
* https://wiki.samba.org/index.php/Setup_Samba_as_an_AD_Domain_Member
New page. It replaces the old "Member Server" page, which shows now
just a notice
(https://wiki.samba.org/index.php/Setup_a_Samba_AD_Member_Server)
Everything to know is described on the new "Domain Member" page.
In combination with the file-/printserver and other
2015 Nov 09
1
Wiki content announcement
On 09/11/15 18:18, James wrote:
> On 11/9/2015 12:45 PM, Marc Muehlfeld wrote:
>> Hello
>>
>> my latest content updates:
>>
>>
>> * https://wiki.samba.org/index.php/Setup_Samba_as_an_AD_Domain_Member
>> New page. It replaces the old "Member Server" page, which shows now
>> just a notice
>>
2011 Sep 26
1
Restructuring data - unstack, reshape?
Hi all,
I'm having a problem restructuring my data the way I'd like it. I have data
that look like this:
Candidate.ID Specialty Office Score
110002 C London 47
110002 C East 48
110003 RM West 45
110003 RM
2009 Mar 09
1
Data Restructuring Question
I think I am overlooking a call or concept in R to help me easily and quickly restructure my data.frame:
Sometimes the data I receive looks like:
VariableName, Run1, Run2, Run3, Location
temp, 15.0, 16.0, 17.0, There
And other times it looks like:
VariableName, Run, Location
temp, 17.0, There
I would like to use the header information in order to be able to
2010 Feb 25
2
Restructure some data
Suppose I have a data frame like "dat" below. For some context, this is the format that represents student's taking a computer adaptive test. first.item is the first item that student was administered and then score.1 is the student's response to that item and so forth.
item.pool <- paste("item", 1:10, sep = "")
set.seed(54321)
dat <- data.frame(id =
2017 Aug 04
1
Restructuring Star Wars data from rwars package
I'm having trouble restructuring data from the rwars package into a
dataframe. Can someone help me?
Here's what I have...
library("rwars")
library("tidyverse")
# These data are json, so they load into R as a list
people <- get_all_people(parse_result = T)
people <- get_all_people(getElement(people, "next"), parse_result = T)
# Look at Anakin
2007 Jun 28
2
restructuring matrix
Hi all,
let's say I have matrix
People Desc Value
Mary Height 50
Mary Weight 100
Fanny Height 60
Fanny Height 200
Is there a quick way to form the following matrix?
People Height Weight
Mary 50 100
Fanny 60 200
(Assuming I don't know the length of people/desc and let's say these are
characters matrix.. I tried
2008 Sep 07
2
restructuring datset problem
Hi,
I've got a question regarding the restructering of a data set. What I have are municipality zip-codes and the names of 5'000 built-up areas within municipalities. The following example shows, what I would like to do:
Input (Zip-Codes and Names):
# CODE NAME
#1 3 aaa
#2 3 aab
#3 3 aac
#4 4 bba
#5 4 bbb
#6 4
2015 Nov 09
0
Wiki content announcement
On 11/9/2015 12:45 PM, Marc Muehlfeld wrote:
> Hello
>
> my latest content updates:
>
>
> * https://wiki.samba.org/index.php/Setup_Samba_as_an_AD_Domain_Member
> New page. It replaces the old "Member Server" page, which shows now
> just a notice
> (https://wiki.samba.org/index.php/Setup_a_Samba_AD_Member_Server)
> Everything to know is described on
2008 Nov 21
1
Postgrey Wiki page - FAO Karanbir
Hi Karanbir, everyone
I've only just noticed that the sections on Reporting, Multiple MX
Considerations and Whitelisting on the Postgrey page are specific to
postfix/postgrey.
I remember we previously talked about making that page less specific to
any particular MTA, and Steve has since kindly contributed a section for
sendmail. So I'm wondering how we could best restructure the page
2009 Mar 06
0
[PATCH 2/3] COM32 API: restructure DIR
From: Gene Cumm <gene.cumm at gmail.com>
COM32 API: restructure DIR to include a dirent to eliminate the need
for alloc()/free() of dirents
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
Counted incorrectly. Depends on previous patches.
diff --git a/com32/include/dirent.h b/com32/include/dirent.h
index 5161828..a544050 100644
--- a/com32/include/dirent.h
+++
2010 Jul 13
0
[PATCH 1/2] btrfs: restructure try_release_extent_buffer()
restructure try_release_extent_buffer() and write a function to release the
extent buffer. It will be used later.
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
---
fs/btrfs/extent_io.c | 48 +++++++++++++++++++++++++++++++++++++-----------
1 files changed, 37 insertions(+), 11 deletions(-)
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c
index 41277d6..70b7cc5 100644
---
2018 Mar 17
0
[NFC] Restructuring LoopRoration.cpp to create Loop Rotation Pass with Loop Rotation Utility Interface
NFC: Restructuring LoopRoration.cpp to create Loop Rotation Pass with Loop Rotation Utility Interface
=============================================================================
Why this NFC change?
=================
The existing LoopRotation.cpp is implemented as one of loop passes instead of being a utility. The user cannot easily perform the loop rotation selectively (or on demand) under
2023 Sep 20
1
[centos-artwork] Restructuring the website homepage layout
Hey folks,
Could we have a talk about the website homepage layout?
Here is a tentative sketch I am working on for the a new website theme:
https://centos.gitlab.io/artwork/centos-web/jekyll-theme-centos-base/documentation/#the-page-basehome-layout
In this layout:
Are "News and Events" and "Blog Posts" redundant sections??
Does it make sense to present only extracts from
2008 Dec 15
2
cannot allocate vector of size... restructuring suggestion please...
Dear R Users,
I was running some data analysis scripts and ran into this error:
Error: cannot allocate vector of size 27.6 Mb
Doing a "memory.size(max=TRUE)" will give me:
[1] 1506.812
The current situation is:
I'm working on a Windows Vista 32bit laptop with 4GB RAM (effectively
3GB I assume...)
I have a data file of 450Mb loaded into R and have around 1500
data.frames floating
2007 Apr 27
1
Restructuring Hadley CET data
Hi Folks,
I have a nasty data restructuring problem!
I can think of one or two really clumsy ways of doing it
with 'for' loops and the like, but I can't think of a
*neat* way of doing it in R.
The data are the Hadley Centre "Central England Temperature"
series, daily from 01/01/1772 to 31/03/2007, and can be
viewed/downloaded at
2010 Jun 08
1
restructuring "by" output for use with write.table
Hello,
vegMeans <- by(SoilVegHydro[3:37] , SoilVegHydro$Physiogomy, mean)
vegSD <- by(SoilVegHydro[3:37] , SoilVegHydro$Physiogomy, sd)
write.table(vegMeans,
file="A:\\Work_Area\\Steve\\Hydrology_Data\\data\\vegMeans.txt")
Error in as.data.frame.default(x[[i]], optional = TRUE, stringsAsFactors =
stringsAsFactors) :
cannot coerce class '"by"' into a
2006 Sep 22
1
gnome-window-decorator -> gtk-window-decorator and some restructuring
The current name of gnome-window-decorator is wrong. There's nothing
gnome specific in that code. I'll go a head and change the name to
gtk-window-decorator later today.
I'm also going to split the gnome configure option into a gtk and a
gnome option as the only gnome specific code that exist in the tree is
the compiz-window-manager module which is used to integrate with the
gnome
2007 Jul 15
1
Restructuring data
Hi folks,
I am new to the list and relatively new to R. I am trying to unstack data
"arraywise" and could not find a convenient solution yet. I tried to find a
solution for the problem on help archives. I also tried to use the reshape
command in R and the reshape package but could not get result. I will
illustrate the case below, but the real dataset is quite large so that I
would
2023 Sep 20
1
[CentOS-devel] [centos-artwork] Restructuring the website homepage layout
Alain,
That looks great and the sections make sense as you've described them. As
far as News and Events and Blog, I do think they're the same thing but I
kind of like the idea of calling it News and Events vs Blog.
Amy
*Amy Marrich*
She/Her/Hers
Principal Technical Marketing Manager - Cloud Platforms
Red Hat, Inc <https://www.redhat.com/>
amy at redhat.com
Mobile: