Displaying 20 results from an estimated 4000 matches similar to: "R comic graph"
2011 Aug 06
4
compiling buoh comic reader for C-6
Hi all!
I'm trying to build the buoh comic reader for centos 6 and my head is
getting tired of repeated forceful contact with the wall.
I built it on 5.6 without undue problems, but somehow 6.0 is beating me.
(and no, the 5.6 binary doesn't work, at least not without a lot of
futzing around, on 6.0. tried that first.)
before I give gory details, has anyone already done this, from whom
2009 May 03
0
find tux comic picture help
does anyone knows/have that comic picture of "tux" the Linux penguin that:
- has four pictures in it
- it defines 4 "levels" of the knowledge of tux, who is "symbolizing a
learning person"
- the first one: tux is just a Linux "fanboy"; second: tux is working, and
say's: "...stupid rpm"; three: I can't remember that:D sorry; four: tux has
a
2007 Nov 20
1
(Humor) Little Bobby Tables
I thought all you mongrelians might appreciate this:
http://xkcd.com/327/
I haven''t laughed out loud at a comic in a while. I realize it''s a
working group but I figure many here might get a laugh today out of
this one.
Steve
2012 Nov 06
0
Revolutions blog: October roundup
I write about R every weekday at the Revolutions blog:
http://blog.revolutionanalytics.com
and every month I post a summary of articles from the previous month
of particular interest to readers of r-help.
In case you missed them, here are some articles related to R from the
month of October:
Sponsorships for local R user groups from Revolution Analytics are now
open to applicants worldwide:
2013 Apr 17
4
about backup of centos instead of fresh install
Hi, i have a little question but not sure if exist in centos. Theres any
way to reotre all centos to default? like a goback or a security backup? im
realtive new with this and want to do a full back up of centos before
trying to install things. Also i really prefer to run a commands instead of
do a fresh install of centos. Theres any like this?
2017 Apr 12
1
Enterprise Linux Slack
On Wed, Apr 12, 2017 at 4:12 PM, Jonathan Billings <billings at negate.org> wrote:
> On Wed, Apr 12, 2017 at 07:50:32PM +0200, Andrew Holway wrote:
>> No, certainly not instead of. A mailing list is essential. I'm part of a
>> few slack communities and it seems an excellent platform for realtime
>> discourse and noob baiting. Very sadly the #centos and #rhel freenode
2013 Apr 10
3
About centos fresh install
Hi, first of all i want to thank you all that do this help. Without this i
cold never put my own webserver. Now my question. I know when i have to
install some software, they recommend a "fresh" install of centos, but my
provider (we have server via internet and webmin) every fresh install says
that i need to pay like 50$ ( alittle expensive for me). Im live i Costa
RIca and here
2013 Apr 18
1
Re About backup of centos
Hi, i have a little question but not sure if exist in centos. Theres any
way to reotre all centos to default? like a goback or a security backup? im
realtive new with this and want to do a full back up of centos before
trying to install things. Also i really prefer to run a commands instead of
do a fresh install of centos. Theres any like this?
2017 Nov 27
3
problems with permissions
hi list,
environment:
Windows 2008 Domain
Centos 7 server running samba 4.4.4
Problem:
I am creating a number of samba shares on the Centos server to be used
on the Domain. Right now I have two major directories setup as shares
with minor directories being created.
How do I specify read/write permissions on the minor directories without
having to create a share for each directory? When I
2020 Oct 14
0
Changing IMAP separator - does it break things?
Filip Hajn? wrote:
> 14. 10. 2020 v 11:51, Victor Sudakov <vas at sibptus.ru>:
> >
> >> I had to do it with 10-20 live users and it went fine, nobody noticed
> >> anything (I made the change in the night hours just to be sure
> >> though). I had to go down and fix some erratic folder names that
> >> resulted from the botched separator handling on
2011 Oct 05
2
any way to convert back to DateTime class when "accidental" conversion to numeric?
Hi,
In short, I would like to know if there is any way to convert a numeric
into a date, similar to how strptime() can convert a string to a date time
class?
There are some functions, etc. which don't work well with dates, and
tend to force them into numerics. I understand that the number it spits
back is the number of seconds since the beginning of 1970 (see the first few
sentences
2018 Apr 24
0
[RFC] Turn the MachineOutliner on by default in AArch64 under -Oz
Thanks for reducing that for me!
The outliner pulls out the following:
OUTLINED_FUNCTION_0: // @OUTLINED_FUNCTION_0
.cfi_sections .debug_frame
.cfi_startproc
// %bb.0:
adrp x29, g1
add x29, x29, :lo12:g1
adrp x30, g2 // This adrp shouldn’t have been outlined.
ret
It shouldn’t be pulling out that adrp. There’s a special case for arps in
2011 Aug 09
2
S4 classes, some help with the basics
Hi All,
I have tried to find an answer within documentation, but I cannot:
o How can call a class "slot" without knowing the name a priori?
E.g., let's say I use the "pcaMethods" library to create a "pcaRes"
object. How can I call parts of that object without using the specific
names of the object in the call?
example code:
library(pcaMethods)
2018 Apr 26
2
[RFC] Turn the MachineOutliner on by default in AArch64 under -Oz
> Porting the outliner on ARM is in my plans for this year (as discussed
> with other ARM folks at EuroLLVM last week), to avoid duplication is
> it ok for you if I work on it, David, Jessica ?
Sounds good to me; an ARM target would be great!
- Jessica
> On Apr 26, 2018, at 2:17 AM, Yvan Roux <yvan.roux at linaro.org> wrote:
>
> Hi,
>
> On 25 April 2018 at
2018 May 07
0
RFC: [FileCheck] CHECK-DAG for multiple occurrences of string
Right now, the tests try to accomplish the following
1. Define a sequence of instructions (e.g a,b,c)
2. Insert that sequence into k places with an unique instruction between them to make sure the outliner will yank them out *without overlaps*
3. Check for k calls to an outlined function
4. Check that the outlined sequence still exists in the program
This can result in some pretty long tests
2018 Apr 23
2
[RFC] Turn the MachineOutliner on by default in AArch64 under -Oz
Sorry, I was using a modified compiler, which by coincidence made the
bug much easier to reproduce.
In some rare cases, the compiler will use x30 as a general-purpose
register; in that case, outlining breaks because the "ret" branches to
the wrong address. Testcase (reproduce with "clang -O3
--target=aarch64-pc-linux-gnu -mllvm -enable-machine-outliner"):
extern long g1;
2001 Nov 13
0
more info for rsyncs not exiting problem
Apologies for not including this info in the first place!
My rsycn version is:
rsync version 2.4.6 Copyright Andrew Tridgell and Paul Mackerras
And my OS is:
Red Hat Linux release 7.1 (Seawolf)
Kernel 2.4.2-2 on an i686
--jessica
On Fri, Nov 09, 2001 at 08:43:44PM -0800, Jessica Koeppel wrote:
>
> I'm having a problem where my rsync processes don't exit.
>
> They finish
2011 Jun 15
1
uninitialized class variable @@env in OCI8
Can anyone help me with the uninitialized class variable @@env in OCI8
error raised in my app\views\xxxx index.html.erb file
Thanks in advance
Below is the code and the result of bundle show. I am using Windows 7
<h1>Listing comics</h1>
<table>
<tr>
<th>Title</th>
<th>Issue</th>
<th>Publisher</th>
2017 Apr 12
0
Enterprise Linux Slack
On Wed, Apr 12, 2017 at 07:50:32PM +0200, Andrew Holway wrote:
> No, certainly not instead of. A mailing list is essential. I'm part of a
> few slack communities and it seems an excellent platform for realtime
> discourse and noob baiting. Very sadly the #centos and #rhel freenode irc
> channels seem to be rather quiet these days and the irc protocol generally
> seems to be on
2019 Oct 01
0
Centos 8: Multiple bugs with email/calendar
On Tue, 1 Oct 2019 at 03:40, Georgios <gpdsbe+centos at mailbox.org> wrote:
>
> Hi there!
> I recently installed centos 8 on my laptop.
>
> I have the following problems
>
> 1. I tried the use the default evolution 3.28.
> The problem with 3.28 is that when i try to create an event i get the error
> "Failed to create an event in the calendar ?CalDAV :