search for: flossing

Displaying 20 results from an estimated 135 matches for "flossing".

Did you mean: glossing
2014 Jan 10
8
[Bug 73459] New: nv10 get_rt_format: Assertion `0' failed.
https://bugs.freedesktop.org/show_bug.cgi?id=73459 Priority: medium Bug ID: 73459 Assignee: nouveau at lists.freedesktop.org Summary: nv10 get_rt_format: Assertion `0' failed. Severity: normal Classification: Unclassified OS: Linux (All) Reporter: dnietoc at gmail.com Hardware: x86 (IA32)
2010 Nov 18
2
Centos podcast on FLOSS weekly
If you've ever wondered what Karanbir Singh looks like, check out this week's (142) video podcast at http://twit.tv/floss. I'm only partway through the audio version (will finish on the drive home) and haven't heard anything that would be surprising to people already using Centos yet but it's a great presentation and something to recommend to people who aren't
2012 Apr 02
0
call for volunteer: FLOSS weekly podcast opportunity
The FLOSS weekly podcast is interested in doing an interview about libvirt development on June 6, at 9:30am Los Angeles time (UTC-7). For more information on past podcasts, see: http://twit.tv/show/floss-weekly With prodding from Justin Clift, I have volunteered to take on the task, but the show host, Randal, prefers to have two developers per show, so I'm looking for anyone else who has
2006 Oct 15
0
Samba interview on FLOSS weekly podcast.
In the "shameless self promotion" dept :-), FLOSS weekly hosted by Chris DiBona has an interview with yours truely (with help from Guenther) - available here : http://www.twit.tv/floww14 Hope you find it fun ! Jeremy.
2007 Jun 05
1
floss manuals, theora and gpl
hi, a few weeks ago I wrote to say there is a repository for a manual on theora at www.flossmanuals.net Just a small addition to say we are changing all docs from the FDL to the GPL. kind regards, adam -- adam hyde floss manuals free manuals for free software http://www.flossmanuals.net mobile : + 31 6 154 22770 (Netherlands mobile) email : adam@flossmanuals.net
2009 Aug 10
1
theora sprint started
hi, So, now we are in an OGG Theora Book Sprint in the HKW in Berlin. The aim is to write an introductory book in 5 days. There are 6 of us working from Berlin, and you can join too! To do so follow these simple steps : 1. Register Register at FLOSS Manuals: http://en.flossmanuals.net/register 2. Contribute! Select the manual http://en.flossmanuals.net/bin/view/TheoraCookbook/WebHome and a
2007 Feb 13
0
[fdo] PRESS RELEASE: Artists and Developers Ally to Boost Open Source Graphics Software. Libre Graphics Meeting 2007 Announced
Artists and Developers Ally to Boost Open Source Graphics Software. Libre Graphics Meeting 2007 in Montréal. Announced 12 February, 2007 - Building on the overwhelming success of last year's Libre Graphics Meeting in Lyon, France, key Free/Libre and Open Source Software (FLOSS) graphics projects are pleased to announce the second Libre Graphics Meeting (LGM), to be held in Montréal, Québec,
2009 Jul 10
2
theora sprint
hey, Adam here from FLOSS Manuals (http://www.flossmanuals.net). We write free manuals about free software and in August (10-15) we will hold Book Sprint (http://www.flossmanuals.net/booksprints) about Ogg Theora. We will write a really good manual (book) about Ogg Theora in 5 days. The event will be in Berlin. We want to cover a lot of stuff, but we hope to get our teeth into at least some of
2009 Jul 10
2
ogg theora book sprint
hey, Adam here from FLOSS Manuals (http://www.flossmanuals.net). We write free manuals about free software and in August (10-15) we will hold Book Sprint (http://www.flossmanuals.net/booksprints) about Ogg Theora. We will write a really good manual (book) about Ogg Theora in 5 days. The event will be in Berlin. We want to cover a lot of stuff, but we hope to get our teeth into at least some of
2010 Jul 03
1
VoIP Users Conference Recordings
Hi, Alistair Cunningham of Integrics was our guest yesterday. We talked about Integrics new product Geons, a suite of software for building large-scale distributed enterprise applications. The recorded session is now available here: http://www.voipusersconference.org/2010/geons/ The extremely rare John Todd was sighted (and heard) at this event. If you are developing a product or service
2009 Aug 14
4
theora sprint done :)
all done! ... we will check through the format a bit and make some alterations, but the first version is available now... http://en.flossmanuals.net/theoracookbook http://www.lulu.com/content/7531795 212 pages of all you can eat free video :) adam -- Adam Hyde Founder FLOSS Manuals German mobile : + 49 15 2230 54563 Email : adam at flossmanuals.net irc: irc.freenode.net #flossmanuals
2008 May 16
3
R package building
In a few days I'll give a talk on R package development and my personal experience, at the 3rd Free / Libre / Open Source Software (FLOSS) Conference which will take place on May 27th & 28th 2008, in the National Technical University of Athens, in Greece. I would appreciate if you could share your thoughts with me; What are today's obstacles on R package building, according to your
2006 May 11
2
R more Unix-like?
Is there a way to stream data into R so that it can be used in a command pipe? Most Unix commands read data via standard input and read the script from the command line. For example: $ seq 1 10 | sed -e 's/^/foo /' $ seq 1 10 | awk '{print "foo " $1}' $ seq 1 10 | perl -lane 'print "foo $F[0]"' In contrast, R seems to read the script
2006 May 09
3
Using DBI and RMySQL
Dear All, I am having a bit of problem using the DBI and RMySQL package. I have already installed DBI but now I want to connect to MySQL. So how do I do it. The CRAN package repository does not have RMySQL windows binary to install from? Regards, Indrajit Sen Gupta Business Analyst Mu Sigma Business Solutions Pvt Ltd #21/1-1, Nawab Towers Cunningham Road Bangalore 560 052, India Tel: +91 80
2016 Dec 13
8
spec file frustration (rant)
I'm getting spec files from centos git which is really convenient when the related source is easy to find. But some things - e.g. from a spec file # How to create the source tarball: # # git clone git://git.fedorahosted.org/git/python-rhsm.git/ # cd client/python-rhsm # tito build --tag python-rhsm-$VERSION-$RELEASE --tgz Never used tito before, so I install it and try, and rather than
2006 May 12
6
text plots?
Is there a way to do text plots in R? I'd like to do some simple XY plots in R with the output in text (ascii). For example, with gnuplot I can do the following: echo 'set terminal dumb ; plot sin(x)' | gnuplot To generate a simple sin wave. Since I connect to a remote Linux machine using SSH, being able to generate a rough idea of what a plot will look like in text would be
2006 May 04
3
screen wrapping
Hello all, How can I increase/decrease the line length for screen wrapping? Currently when I run the following the output appears to wrap at just under 80 columns: > c(1:100) [1] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [19] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 [37] 37 38 39 40 41 42 43 44 45 46 47 48 49
2006 May 04
3
SQL like manipulations on data frames
Is there a cheat-sheet anywhere that describes how to do SQL-like manipulations on a data frame? My knowledge of R is rather limited. But from my experience it seems as though one can think of data frames as being similar to tables in a database: there are rows, columns, and values. Also, one can perform similar manipulations on a data frame as one can on a table. For example:
2016 Oct 18
0
[Bug 1844] Explicit file permissions enhancement to sftp-server
https://bugzilla.mindrot.org/show_bug.cgi?id=1844 drzraf <raphael.droz+floss at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |raphael.droz+floss at gmail.co | |m -- You are receiving this
2014 Nov 25
1
promotion
Dear All In the office , I am using centos on my workstation and I want to promote my colleagues to use this os on their pc as well. Can you please let me have a reference link on a good web page that has compared centos with windows and has highlighted its excellent feature ? Thank you