similar to: new user

Displaying 20 results from an estimated 100 matches similar to: "new user"

2015 Jul 30
0
new user
On 30 July 2015 at 09:25, ????? ??????????? <zeljko.milovanovic.srb at gmail.com> wrote: > Hello, > > my name is ZeljkoMilovanovic and i would like to contribute primarily to > Serbian localization. > > Please, create my personal homepage. > > Thanks! > > ?eljko Milovanovi? Done. A home page has now been initialised for you. Alan.
2015 Aug 21
2
Formatting Contents
Hello again. We formed Russian wiki page with ru code. Please, can you add Russian wiki link on your Serbian front page? Thanks. 2015-08-20 18:20 GMT+06:00 Ilyas Arinov <arinov.ilyas at gmail.com>: > Some elements depends of browser language settings or system language > variables. > > 2015-08-20 17:53 GMT+06:00 ????? ??????????? < > zeljko.milovanovic.srb at
2015 Aug 20
2
Formatting Contents
Thanks Ilyas, but "Contents" header still remains. ???, 20. ??? 2015. ? 13.46 Ilyas Arinov <arinov.ilyas at gmail.com> ?? ???????/??: > You should just translate chapter captions. It will be autoreplaced. > > 2015-08-20 14:00 GMT+06:00 ????? ??????????? < > zeljko.milovanovic.srb at gmail.com>: > >> Hello, >> how could i rename
2015 Aug 17
2
Front page
Hello, i need permision to create Serbian Front Page. Thanks, Zeljko -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20150817/f72d4adc/attachment-0002.html>
2015 Aug 20
2
Formatting Contents
Hello, how could i rename [[TableOfContents(3)]] macro, so that it displays translated term? Zeljko -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20150820/fc257d8d/attachment-0002.html>
2008 Oct 27
1
Megatec and Batteries
Hi to all, I am new on the lists but using nut on megatec for last two and half years. Looking at archives I saw that there is a lot of people confused about battery voltage and I want to help them to clear out some stuff in their heads. This story is based on my experience with UPS devices from 600VA to 20kVA, from single phase systems to three phase systems, with battery packs from 1
2015 Aug 17
1
Front page
On 17 August 2015 at 14:39, ????? ??????????? <zeljko.milovanovic.srb at gmail.com> wrote: > Hello, > i need permision to create Serbian Front Page. > Thanks, > Zeljko Hello Zeljko, I have just set up a new Serbian FrontPage [1] which contains the current English content. You should now be able to edit it appropriately. Alan. [1] http://wiki.centos.org/rs/FrontPage
2015 Sep 03
1
About
Hello, i need "rs/About" page for translation. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20150903/fa351993/attachment.html>
2015 Sep 17
2
CentOS wiki permission
Hi again. I've finished translating front-page, https://wiki.centos.org/kr/FrontPage Download , other pages are under progress. Thank you. best regards. On Fri, Aug 7, 2015 at 3:27 PM, Akemi Yagi <amyagi at gmail.com> wrote: > On Thu, Aug 6, 2015 at 7:01 PM, Inyong Hwang <inyong.hwang at gmail.com> > wrote: > > Thanks. > > > > I changed translation
2002 Jan 17
1
ext3 + high load
hi everyone! does anyone know about ext3 having been used on very loaded servers (say 1 billion mail per day as well as thousands of web pages served every seconds)? i'll be glad to know if it stands the load! thanks _______________ marko milovanovic ______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de
2019 May 06
5
Potfix+Dovecot with dsync replication problem
Hi all, I am in need of some help. Straggling to make something work, trying to configure postfix and dovecote imap server with dovecote replication. Can?t figure out what is wrong with my configuration. Replication is working only for vmail user account, I am getting this error on my secondary server for all other users? dovecot: doveadm: Fatal: setgid(4015(zdokman) from userdb lookup)
2009 May 27
5
How to exclude a column by name?
Given an arbitrary data frame, it is easy to exclude a column given its index: df[,-2]. How to do the same thing given the column name? A naive attempt df[,-"name"] did not work :)
2009 May 12
2
From two colors to 01 sequences
Dear All, Perhaps, what I am asking is impossible, but I am asking it anyway. I have got several pdf files with rows of colored rectangles: red rectangles should be read as 0; green rectangles as 1. No other color exists. Is there some way to have R reading the colored rectangles to a matrix or data frame converting the color of the rectangles to sequences of 01? Thanks in advance, Paul
2009 May 03
7
running R on netbooks/minis?
Dear R People: Is it possible to run R on a netbook/mini, please? Thanks, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodgess at gmail.com
2001 Apr 26
3
vorbis plugin
Is there a vorbis plug-in for Real Player or the Windows Media Player? Sameer -- Sameer Verma Asst. Professor of Information Systems San Francisco State University San Francisco CA 94132 USA http://verma.sfsu.edu/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to
2013 Dec 09
2
Dovecot+LDAP lda problem
Hello everyone, I need some help with Dovecot+LDAP config and local delivery. We're using Dovecot 2.0.9 on Centos 6.4. Before, we used Qmail with the same LDAP. Our LDAP accounts have the attribute deliveryMode which we used for mailing lists (OK, they are in fact mailing groups rather than lists). When the attribute is set to deliveryMode = nolocal Qmail did not deliver mail to the
2009 May 05
2
problem with ggplot2 boxplot, groups and facets
I have a following problem: The call qplot(wg, v.realtime, data=df.best.medians$gv1, colour=sp, geom="boxplot") works nice: for each value of the wg factor I get two box-plots (two levels in the sp factor) in different colours, side-by-side, centered at the wg x-axis. However, I want to separate the data belonging to different levels of the n factor, so I add the facets option:
2009 May 10
1
ggplot2: recommended workaround for broken legend.position="top"
Searching the mail archives I found that using legend.position as in p.ring.3 + opts(legend.position="top") is a known bug. I tried doing p.ring.3 + opts(legend.position=c(0.8, 0.2)) which works, but the legend background is transparent, i.e. I see the plot background through the legend. Adding additional option opts(legend.background=theme_rect(fill=TRUE,colour="white"))
2009 May 21
1
postscript problems (landscape orientation)
I use the following function to export some figures to .eps: p.eps <- function(p, fname, title = NULL, width, height) { postscript(file=fname, onefile=FALSE, paper="special", width=width, height=height, horizontal=FALSE) print(p + opts(title = title)) dev.off() } Whenever I have a page consisting of *only* figures exported in this way, Acrobat Reader shows them in
2009 Jun 01
1
ggplot2: How to export several plots with same width?
I have three plots and I want the *plot area* to be of the same width on each plot. Since the three plots have different legends, the text width of the legend affects the width of the plot area (longer legend text = narrower plot area). Exporting the three figures to postscript device of same size gives thus unequal plot areas. How can I calculate the correct width of postscript device for each