Displaying 20 results from an estimated 275 matches for "debts".
Did you mean:
debs
2011 Aug 19
1
Writing non-graphic (text) output to PDF
Hi, friends.
I keep coming to you because I'm so new to R and can't seem to figure out
some simple things. Sorry.
Consider the following code. I want to load a table and write out the
structure to a PDF document. I just can't seem to manage writing
non-graphic output to PDF. Any help? I've tried several functions, but
nothing worked. All I get is the title.
#
2012 Jun 05
3
[LLVMdev] technical debt
Well, differences of opinion is what makes horse races.
Reed
On 06/04/2012 04:57 PM, Daniel Berlin wrote:
> On Mon, Jun 4, 2012 at 7:53 PM, reed kotler<rkotler at mips.com> wrote:
>> On 06/04/2012 03:25 PM, Daniel Berlin wrote:
>>> I'm pretty sure neither llvm nor clang have any technical debt at all.
>>>
>>> On Mon, Jun 4, 2012 at 5:18 PM, reed
2012 Jun 05
0
[LLVMdev] technical debt
Can we get back to the substantive discussion about your ideas for
lessening the technical debt?
On Mon, Jun 4, 2012 at 8:05 PM, reed kotler <rkotler at mips.com> wrote:
> Well, differences of opinion is what makes horse races.
>
> Reed
>
>
> On 06/04/2012 04:57 PM, Daniel Berlin wrote:
>>
>> On Mon, Jun 4, 2012 at 7:53 PM, reed kotler<rkotler at
2023 Jul 06
1
Plotting factors in graph panel
Hi John:
Thanks! Below is the data using your suggestion. I used "ggplot" to make a
graph. I am not too happy with it. I am looking for something simpler and
cleaner. Plot is attached.
I also tried "lattice" package, but nothing got plotted with "xyplot"
command, because it is looking for a numeric variable on x-axis.
ggplot(TrialData4, aes(x=Income, y=Percent,
2023 Jul 06
1
Plotting factors in graph panel
Btw, I think "lattice" graphics will provide a better solution than
"ggplot", because it puts appropriate (space saving) markers on the axes
and does axes labels well. However, I cannot figure out how to do it in
"lattice".
On Thu, 6 Jul 2023 at 15:11, Anupam Tyagi <anuptyagi at gmail.com> wrote:
> Hi John:
>
> Thanks! Below is the data using your
2023 Jul 06
2
Plotting factors in graph panel
On Thu, 6 Jul 2023 at 15:21, Anupam Tyagi <anuptyagi at gmail.com> wrote:
>
> Btw, I think "lattice" graphics will provide a better solution than
> "ggplot", because it puts appropriate (space saving) markers on the axes
> and does axes labels well. However, I cannot figure out how to do it in
> "lattice".
You will need to convert Income to a
2006 May 30
1
Having two columns in a model point to another table
Hey, I''m kind of new to Rails, and would appreciate it if someone could
point me in the right direction on this.
I have a "users" table in my application, and I wanted to set up a "debts"
table, to store debts between users.
My current table structure for "debts" is
CREATE TABLE debts (
id int not null auto_increment,
owed_user_id int not null, # User that is owed the money
owee_user_id int not null, # User that owes money to the owed_user
reason text not...
2012 Jun 04
2
[LLVMdev] technical debt
On 06/04/2012 03:25 PM, Daniel Berlin wrote:
> I'm pretty sure neither llvm nor clang have any technical debt at all.
>
> On Mon, Jun 4, 2012 at 5:18 PM, reed kotler<rkotler at mips.com> wrote:
>> something to think about as llvm and clang grows.
>>
>> http://en.wikipedia.org/wiki/Technical_debt
>> _______________________________________________
>>
2023 Jul 07
1
Plotting factors in graph panel
Hallo Anupam
I do not see much difference in ggplot or lattice, they seems to me provide almost identical results when removing theme part from ggplot.
library(ggplot2)
library(lattice)
ggplot(TrialData4, aes(x=Income, y=Percent, group=Measure)) + geom_point() +
geom_line() + facet_wrap(~Measure)
xyplot(Percent ~ Income | Measure, TrialData4,
type = "o", pch = 16, as.table =
2012 Jun 06
2
[LLVMdev] sample of running google c++ lint script
While humorous, let's dial back the trolling at this point. =] This
discussion is a largely serious discussion, and shouldn't get derailed.
On Wed, Jun 6, 2012 at 12:43 PM, Daniel Berlin <dberlin at dberlin.org> wrote:
> >
> > Not wanting to clean up the white space is exactly a simple but good
> > example of technical debt that we are incurring.
>
> I
2023 Jul 07
1
Plotting factors in graph panel
Thanks! You are correct, the graphs look very similar, except ggplot is
scaling the text font to make it more readable. Is there a way to scale
down the x-axis labels, so they are readable?
On Fri, 7 Jul 2023 at 12:02, PIKAL Petr <petr.pikal at precheza.cz> wrote:
> Hallo Anupam
>
> I do not see much difference in ggplot or lattice, they seems to me
> provide almost identical
2012 Jun 04
0
[LLVMdev] technical debt
On Mon, Jun 4, 2012 at 7:53 PM, reed kotler <rkotler at mips.com> wrote:
> On 06/04/2012 03:25 PM, Daniel Berlin wrote:
>>
>> I'm pretty sure neither llvm nor clang have any technical debt at all.
>>
>> On Mon, Jun 4, 2012 at 5:18 PM, reed kotler<rkotler at mips.com> wrote:
>>>
>>> something to think about as llvm and clang grows.
2012 Jun 05
4
[LLVMdev] technical debt
On 06/04/2012 05:17 PM, Daniel Berlin wrote:
> Can we get back to the substantive discussion about your ideas for
> lessening the technical debt?
The lessening requires enlisting people that are willing to do this as
opposed to doing fun science like cool optimization. I,for example, find
the documentaiton, cleanup and refactoring to be interesting so I don't
feel cheated to work on
2012 Jun 05
0
[LLVMdev] technical debt
FWIW, I'm putting together (hopefully to be done by the end of this
weekend) a substantial refactoring of the TableGen backend API along with
shiny new documentation (reStructuredText with sphinx) of all of TableGen,
including documentation about how to write backends and---depending on how
adventurous I get---a more detailed coverage of the syntax.
Also, Reed, in your TableGen talk, IIRC,
2012 Jun 04
3
[LLVMdev] technical debt
something to think about as llvm and clang grows.
http://en.wikipedia.org/wiki/Technical_debt
2012 Jun 04
0
[LLVMdev] technical debt
I'm pretty sure neither llvm nor clang have any technical debt at all.
On Mon, Jun 4, 2012 at 5:18 PM, reed kotler <rkotler at mips.com> wrote:
> something to think about as llvm and clang grows.
>
> http://en.wikipedia.org/wiki/Technical_debt
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu
2023 Jun 29
1
Plotting factors in graph panel
Anupa,
I think your best bet with your data would be to tidy it up in Excel, read
it into R using something like the readxl package and then supply some
sample data is the dput() function.
In the case of a large dataset something like dput(head(mydata, 100))
should supply the data we need. Just do dput(mydata) where *mydata* is your
data. Copy the output and paste it here.
On Thu, 29 Jun 2023
2012 Jun 05
2
[LLVMdev] technical debt
Hi Sean,
Glad to hear there is clean up of tablegen going on.
Just for the record, I don't know what you are referring to regarding
some comment of mine
at my talk about 10K LOC.
I don't know how big tablegen is itself nor how much code has been
written in it so I would not have ventured such a guess.
The idea of totally replacing the tablegen language came up at the talk
during the
2012 Jun 06
0
[LLVMdev] sample of running google c++ lint script
On Wed, Jun 6, 2012 at 3:55 PM, Chandler Carruth <chandlerc at google.com> wrote:
> While humorous, let's dial back the trolling at this point. =] This
> discussion is a largely serious discussion,
The tablegen part, maybe.
Discussing whether whitespace is technical debt, i hope that's not a
serious discussion :)
It doesn't even meet wikipedia's somewhat muddled
2003 Aug 13
0
.. Debt stopping you from getting ahead? Read NOWik9dpsa
Okay heres the deal,
Debt sucks. So does lining your bank managers pockets!
We are going to help you save a TON of money by paying off your debts for you!
- Save you a lot of money by eliminating late fees
- Settle your accounts for a substantially reduced amount
- Stop creditors calling you on the phone
- Avoid bankruptcy
... and more!
Why keep dealing with the stress, and headaches?
Combine your debt into a low interest repayment and
g...