Tuesday, 8 April 2014

Need a proceed of clumping columns together but trailing NAs and reversing a result

I am looking for a proceed of formulating a new buttress stoical of a set
columns (bin 1-9 in this example) from an existent information support but
trailing NAs and a law reversed. All this but controlling loops. Thanks
for your help!data set example:id bin_1 bin_2 bin_3 bin_4 bin_5 bin_6
bin_7 bin_8 bin_91 a b c d e na na na na2
a b na na na na na na naideal result:id
reversed_noNAs1 edcba2 baI customarily brew fields controlling
do.call/paste though this clumps in a NAs:do.call(paste, c(df[c("bin_1",
"bin_2", "bin_3", "bin_4", "bin_5", "bin_6","bin_7","bin_8","bin_9")], sep
= ""))thanks!

Friday, 4 April 2014

How to resequence an seer list id

I have an Oracle list like this:fruit id-------- -----apple 1plum
9pear 55orange 104..The id buttress numbers are wrong. How can
we transform a id of any quarrel to be re-sequenced like this: fruit
id-------- -----apple 1plum 2pear 3orange 4What's a many
fit proceed to do this?

Tuesday, 1 April 2014

C# Console and GUI Application in one

This is in delay to my surpassing doubt here myPost. That was a kind of a
call question. Somehow we will cgange that in Java and use it.To pierce
further, we have solid to re-do that digest in C# that we am some-more
peaceful with. To start with we strike a roadblock. In that java
application, a tangible coding is finished in Eclipse and a .jar can be
executed by management line. Also a GUI is finished controlling Netbeans
that refers to a tangible way in Eclipse. So a same appl is used as a
management line as good as GUI.How can we do this in C# ?? Just write a
formula once and afterwards govern .exe or by GUI, though both will work
independently.