search for: restructuring

Displaying 20 results from an estimated 801 matches for "restructuring".

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...
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,...
2007 Jun 28
2
restructuring matrix
...ix.. I tried play with row(), col(), etc.. but I don't seem to find like a duplicate match function... I'm trying to write some one/two liner that convert my resulting matrix to vector and pick the appropriate fields.. etc ) Thanks! -- View this message in context: http://www.nabble.com/restructuring-matrix-tf3991741.html#a11334950 Sent from the R help mailing list archive at Nabble.com.
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
...dly contributed a section for sendmail. So I'm wondering how we could best restructure the page to make clear those sections are postfix/postgrey-centric and to continue to encourage contributions for other MTAs. As you contributed those sections, any thoughts? I'll happily take on any restructuring of the page if you're busy, just I'm not sure of the best way to restructure it (if at all?), hence this discussion :) Oh, and I guess the page title should probably be changed too; Postgrey Howto to Greylisting Howto, maybe? The first sentence of the Introduction can probably be chopp...
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...
2023 Sep 20
1
[centos-artwork] Restructuring the website homepage layout
...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 blog posts if we cover "news and events" as blog posts? What is your opinion about restructuring the site content under the following 4 top sections:? 1. Project: describes the project itself. For example, the project mission, the project organizational structure, the project trademarks, the project governance, legal stuff, gpg signing keys. 2. Bits: describes content that final users can do...
2008 Dec 15
2
cannot allocate vector of size... restructuring suggestion please...
...ials into 2 groups and do a comparison, then that's processing of 2 matrices of size 20001x750 But the allocation error stopped the script after script has processed around 280 data frames, i.e. made the first matrix up to 20001x280... I know running the analysis should possibly be achieved by restructuring my script a little bit, but I have no idea where to start with to try... Also, I have no idea about Garbage Collection ability or memory recycle / reuse ability in R and I think some memory may have been lost in the middle of the process, and it may be possible to put them back to the system for R...
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/do...
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
...e-basehome-layout > > In this layout: > > Are "News and Events" and "Blog Posts" redundant sections? > > Does it make sense to present only extracts from blog posts if we cover > "news and events" as blog posts? > > What is your opinion about restructuring the site content under the > following 4 top sections: > > 1. Project: describes the project itself. For example, the project > mission, the project organizational structure, the project trademarks, > the project governance, legal stuff, gpg signing keys. > > 2. Bits: describes...