similar to: Percentage of CentOS coded in each language

Displaying 20 results from an estimated 10000 matches similar to: "Percentage of CentOS coded in each language"

2019 Jun 28
5
raid 5 install
On Jun 28, 2019, at 8:46 AM, Blake Hudson <blake at ispn.net> wrote: > > Linux software RAID?has only decreased availability for me. This has been due to a combination of hardware and software issues that are are generally handled well by HW RAID controllers, but are often handled poorly or unpredictably by desktop oriented hardware and Linux software. Would you care to be more
2006 Nov 28
0
[LLVMdev] moving to svn?
Perhaps someone could come up with a list of different versioning software, list the pros and cons, and then we could vote? (Has anyone mentioned Bitkeeper yet? :-) -bw On 11/28/06, Rafael Espíndola <rafael.espindola at gmail.com> wrote: > > I'm not sure if I just took HEAD or converted the whole llvm repo. > > Personally, I like darcs for the atomic theory of patches.
2006 Nov 28
5
[LLVMdev] moving to svn?
> I'm not sure if I just took HEAD or converted the whole llvm repo. > Personally, I like darcs for the atomic theory of patches. YMMV. I have used darcs to work with psi. It looks like a very clean design, but currently it is a very anemic implementation IMHO. I constantly find myself trying to find out how to do a relatively simple task. Git is fast and has a lot of features, but
2019 Jun 27
15
raid 5 install
Hello list. The next days we are going to install Centos 7 on a new server, with 4*3Tb sata hdd as raid-5. We will use the graphical interface to install and set up raid. Do I have to consider anything before installation, because the disks are very large? Does the graphical use the parted to set/format the raid? I hope the above make sense. Thank you in advance. Nikos
2012 Oct 16
3
Sending Email Via Telnet
Hi; I tried this: [root at mydomain ccc]# telnet 127.0.0.1 25 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. EHLO MAIL FROM: me at gmail.com RCPT TO: me at gmail.com DATA testing from server . ^] but I never get back to a command prompt. Please advise. TIA, John
2019 Jul 01
5
raid 5 install
On Jul 1, 2019, at 7:56 AM, Blake Hudson <blake at ispn.net> wrote: > > I've never used ZFS, as its Linux support has been historically poor. When was the last time you checked? The ZFS-on-Linux (ZoL) code has been stable for years. In recent months, the BSDs have rebased their offerings from Illumos to ZoL. The macOS port, called O3X, is also mostly based on ZoL. That leaves
2011 Mar 03
1
Ploting Histogram with Y axis is percentage of sample for each bin
I'm trying to do something very simple... I wan to plot a histogram where the y axis represent the percentage of the total sample that each bin represents. I know how to plot a histogram with the counts and density... but can't find anything that gives me perenct of sample on the y axis. Any help is appriciated Below is the script I'm working with par(mfrow=c(1,2))
2002 Apr 17
1
[Bug 143] Add reference to "rsync" in FAQ and documentation.
http://bugzilla.mindrot.org/show_bug.cgi?id=143 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |help-wanted ------- Additional Comments From djm at mindrot.org 2002-04-17 12:46 ------- I don't think the scp manpage is an
2020 Oct 08
4
Invisible files and disk space
On Thu, Oct 08, 2020 at 11:12:54AM -0400, Yves Bellefeuille wrote: > centos2 at foxengines.net wrote: > > > It's not working, I haven't been able to identify the files. They > aren't > > there. All attempts to measure disk usage of / by files shows that the > > disk usage is only a percentage of available space and that there > > should be space
2009 Mar 24
2
Calculating percentage Missing value for variables using one object
Hi, I have a dataset in which there are in all 250 variables and for each variable the data is entered over the months. I need to calculate the percentage of missing values for each variable over each month and then plot a graph for that. I am running the following code for doing the same *ds <- read.csv(file="filepath", header=TRUE) attach(ds) may <-
2016 Jan 20
3
linking icecast to ios and android phones
Hello, I am currently using Icecast as the server for my radio station The Fusion Pocket (www.fusionpocket.com). I love the quality of the streaming but the stream only seems to work on laptops and not on ios and android phones. Can you help me with a workaround on this? - - -thanks much Regards Gary Hudson Home: 817-710-6367 Cell: 0959476691 -------------- next part
2007 Sep 30
6
Switching to user mode from domU kernel
I''m having trouble switching into user mode with my domU kernel -- everytime I call __HYPERVISOR_iret, the hypervisor calls into my kernel via the registered callback handler. None of the bits in the event channel pending arrays are set. If I return via the iret call, the hypervisor immediately calls back into the handler. The user RIP never changes, so it is clearly not making forward
2008 Feb 12
6
DomU booting just stops
Hi Ive recently created a DomU machine, when I run the xm create -c command however the machine only boots to a certain point. Then stops....see below root@gangster:/etc/xen# xm create -c hudson Using config file "./hudson". Started domain hudson [ 0.000000] Linux version 2.6.22-14-xen (buildd@king) (gcc version 4.1.3 20070929 (prerelease) (Ubuntu
2013 May 02
3
Minimal build of R ...
Hi, I'm trying to cross-compile R to javascript so that it can run in a web-browser. Take as long as you need to stop laughing. So, as I was saying - I want to try and get a build of R running in the browser. [If you're not familiar with it already, you might enjoy looking at emscripten.org. It's a remarkably capable tool for translating LLVM bitcode to javascript. Check out some of
2016 Jan 20
3
linking icecast to ios and android phones
I think it's because the website uses Flash as first player instead of using it as a fallback for when the browser does not support modern web standards like the audio tag. I am running a desktop without flashplayer and this is the screenshot of your web radio 2016-01-20 18:55 GMT+01:00 Jeremiah Rogers <jeremiahzrogers at gmail.com>: > I use iOS to listen to my Icecast all the
2010 Sep 13
2
Sample a vector repeatedly
I’d like to sample the vector “y” repeatedly. In this dummy dataset, I’d like to sample (and store) it 1, 2, and 3 times. Is there a straightforward way to do this without using a “for” loop? x <- c(1 :3) y <- c(1:10) (run.sample <- sample (y, x)) Thanks very much, James Hudson [[alternative HTML version deleted]]
2000 May 18
1
root preexec & 2.0.7
I a have a problem resulting from a neat tool I developed through the use of the "root preexec" option: This is done in the [homes] section of smb.conf. I launch a shell script with the user name (%u) and machine name (%m). The shell calls a C program to check the users quota and returns a code as the percentage of quota used. Meanwhile, all output of the C program has been captured
2004 May 13
3
Winbind ADS Issues w/ *TONS* of Pre-Research
Samba Team, I've been trying to get my Samba server to authenticate users against a Windows 2000 Active Directory domain controller, and it just doesn't work. I've encountered a TREMENDOUS amount of postings from people who have run into the same issue, and there's never any responses with a resolution. I must have viewed more than 500 postings over the course of the day. I
2010 Sep 21
3
RSpec beta 22 with Rails 3
I am working on a Rails 3 application. Recently bundler got an update for rspec, which upgraded it to 22, (previously we were using beta 20). After the update we are unable to run the old using ''rake spec:rcov'', while running with ''rake spec'' is running fine. When you do rake spec it does not give any output and finishes the task. something like below : $ rake
2008 Nov 17
6
OT - Automated rpm builds
Hi Currently devs check code into perforce and we have to checkout > package > update repo > deploy I know this could be scripted but are there any tools out there that can take code from a repository and build rpm's in a continuous integration type manner? I have been hunting around for such a tool and so far not seeing anything obvious as i dont want to reinvent the wheel if