Displaying 20 results from an estimated 10000 matches similar to: "Learning New"
2010 Nov 22
0
Rails 3 - Custom Inflection Not Working?
I''m using Rails (3.0.3) and have the following code in
initializers/inflections.rb
ActiveSupport::Inflector.inflections do |inflect|
inflect.irregular(''nursery'', ''nurseries'')
end
From the console I''m getting:
"nursery".pluralize => "nurseries"
"nurseries".singularize => "nurseries"
I should be
2016 Jul 21
1
[Bug 1080] New: call ^^18557^O92^847^^@@ Epson printer customer care phone number
https://bugzilla.netfilter.org/show_bug.cgi?id=1080
Bug ID: 1080
Summary: call ^^18557^O92^847^^@@ Epson printer customer care
phone number
Product: bugzilla
Version: other
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: netfilter
2016 Jul 13
0
[Bug 2596] New: Brother printer (((1~855~709~2847))) Technical Support Phone Number Brother Printer Customer Care Phone Number
https://bugzilla.mindrot.org/show_bug.cgi?id=2596
Bug ID: 2596
Summary: Brother printer (((1~855~709~2847))) Technical
Support Phone Number Brother Printer Customer Care
Phone Number
Product: Portable OpenSSH
Version: 4.0p1
Hardware: Other
OS: Other
Status: NEW
2016 Jul 13
0
[Bug 2597] New: Epson printer (((1~855~709~2847))) Technical Support Phone Number Epson Printer Customer Care Phone Number
https://bugzilla.mindrot.org/show_bug.cgi?id=2597
Bug ID: 2597
Summary: Epson printer (((1~855~709~2847))) Technical Support
Phone Number Epson Printer Customer Care Phone
Number
Product: Portable OpenSSH
Version: 4.0p1
Hardware: Other
OS: Other
Status: NEW
2016 Sep 16
0
[Bug 2616] New: quickbooks phone support ,quickbooks support phone number,quickbooks help 1877 778 8714
https://bugzilla.mindrot.org/show_bug.cgi?id=2616
Bug ID: 2616
Summary: quickbooks phone support ,quickbooks support phone
number,quickbooks help 1877 778 8714
Product: Portable OpenSSH
Version: 7.3p1
Hardware: 68k
OS: Mac OS X
Status: NEW
Severity: enhancement
Priority: P5
2016 Oct 03
0
[Bug 12336] New: SKYPE password reset((+1 (866)*769 (8I27) @SKYPE Tech Support number
https://bugzilla.samba.org/show_bug.cgi?id=12336
Bug ID: 12336
Summary: SKYPE password reset((+1 (866)*769 (8I27) @SKYPE Tech
Support number
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
2017 May 26
0
[Bug 2724] New: HELPppPP ><<>Hp< Printer 1800 790 9186)) Hp phone number Hp printer support phone number
https://bugzilla.mindrot.org/show_bug.cgi?id=2724
Bug ID: 2724
Summary: HELPppPP ><<>Hp< Printer 1800 790 9186)) Hp phone
number Hp printer support phone number
Product: Portable OpenSSH
Version: 7.4p1
Hardware: Other
OS: Other
Status: NEW
Severity: enhancement
2003 Apr 22
0
Correct SE in a poisson model.
Hi all,
I'm here again with my newbies questions :(
I have a simple example:
count of slugs in two fields.
I need to make a barplot with mean and SE of mean.
So I have:
The mean:
> tapply(slugs,field,mean)
Nursery Rookery
1.275 2.275
The SE:
> tapply(slugs,field,sd)/sqrt(tapply(slugs,field,length))
Nursery Rookery
0.3651264 0.3508004
If the data has been normally
2014 Mar 03
2
Project: Weighting Schemes
Hello Sir,
I am Reetesh Ranjan, a 3rd year undergraduate student at the *INDIAN
INSTITUTE OF TECHNOLOGY BHU, Varanasi-*one of the premier engineering
colleges of India.
I have gone through your webpage thoroughly and I am very interested in the
work that you are undertaking on *Project: Weighting Schemes.*. I earnestly
wish to work under your guidance, learn and progress through this
experience.
2018 Mar 30
0
getting all circular arrangements without accounting for order
New function below is a bit faster due to more efficent memory handling.
for-loop FTW!
directionless_circular_permutations2 <- function( n ) {
n1 <- n - 1L
v <- seq.int( n1 )
ix <- combinations( n1, 2L )
jx <- permutations( n-3L, n-3L )
jxrows <- nrow( jx )
jxoffsets <- seq.int( jxrows )
result <- matrix( n, nrow = factorial( n1 )/2L, ncol = n )
k
2017 Jul 25
0
To Supporting graphpad prism in R, add external library to poratbleR
I really don't know about this special-purpose distribution of R... you should probably contact the developer.
From the error, I wonder whether you followed the instructions on the portableR web page link that you quoted. Do you have the directories referred to there in place?
--
Sent from my phone. Please excuse my brevity.
On July 25, 2017 7:27:31 AM PDT, Ashish Ranjan <aranjan1645
2018 Mar 30
0
getting all circular arrangements without accounting for order
I don't know if this is more efficient than enumerating with distinct
directions and weeding... it seems kind of heavyweight to me:
#######
library(gtools)
directionless_circular_permutations <- function( n ) {
v <- seq.int( n-1 )
ix <- combinations( n-1, 2 )
jx <- permutations( n-3, n-3 )
x <- lapply( seq.int( nrow( ix ) )
, function( i ) {
2018 Mar 30
2
getting all circular arrangements without accounting for order
Jeff,
I wanted to let you know that your function is faster than generating the directional circular permutations and weeding.
Here is the time for n = 10. I compared with just doing the permutations, there is no point in proceeding further with the weeding since it is slower at the start itself.
system.time(directionless_circular_permutations(10))
user system elapsed
1.576 0.000
2017 Jul 25
1
To Supporting graphpad prism in R, add external library to poratbleR
Hi Jeff,
1). I have tried install.packages( c("dplyr", "tidyr" ) ) into the r-script
file got below error:-
> install.packages( c("dplyr", "tidyr" ) )
Installing packages into
?/tmp/1776492876238396447/lib/portableR-master/site-library?
(as ?lib? is unspecified)
Error in install.packages(c("dplyr", "tidyr")) :
This version of R is
2018 Jan 18
1
reading lisp file in R
Thanks! I am trying to use it in R. (Actually, I try to give my students experiences with different kinds of files and I was wondering if there were tools available for such kinds of files. I don't know Lisp so I do not actually know what the lines towards the bottom of the file mean.(
Many thanks for your response!
Best wishes,
Ranjan
On Wed, 17 Jan 2018 20:59:48 -0800 David Winsemius
2016 Jul 13
0
[Bug 2595] New: Remembering Call @+**((18557092847)) Epson Printer DESK .Epson Printer US~~HELpS tech support number
https://bugzilla.mindrot.org/show_bug.cgi?id=2595
Bug ID: 2595
Summary: Remembering Call @+**((18557092847)) Epson Printer
DESK .Epson Printer US~~HELpS tech support number
Product: Portable OpenSSH
Version: 4.0p1
Hardware: Other
OS: Other
Status: NEW
Severity: enhancement
2018 Jan 18
0
reading lisp file in R
> On Jan 17, 2018, at 8:22 PM, Ranjan Maitra <maitra at email.com> wrote:
>
> Dear friends,
>
> Is there a way to read data files written in lisp into R?
>
> Here is the file: https://archive.ics.uci.edu/ml/machine-learning-databases/university/university.data
>
> I would like to read it into R. Any suggestions?
It's just a text file. What difficulties
2018 Mar 30
0
getting all circular arrangements without accounting for order
If one is equal to the reverse of another, keep only one of the pair.
B.
> On Mar 29, 2018, at 9:48 PM, Ranjan Maitra <maitra at email.com> wrote:
>
> Dear friends,
>
> I would like to get all possible arrangements of n objects listed 1:n on a circle.
>
> Now this is easy to do in R. Keep the last spot fixed at n and fill in the rest using permuations(n-1, n-1)
2018 Jan 18
0
reading lisp file in R
It seems the file contains records, with each record having 18 fields.
I would use awk (standard unix tool), creating an awk script to process the
file
into a new file with one line for each record, each line with 18 fields,
say comma-separated.
The csv file can then be easily read into R via the function read.csv.
HTH,
Eric
On Thu, Jan 18, 2018 at 6:22 AM, Ranjan Maitra <maitra at
2020 Aug 26
10
[Bug 3202] New: Ed25519 key on HSM is not getting listed in ssh-add -l command
https://bugzilla.mindrot.org/show_bug.cgi?id=3202
Bug ID: 3202
Summary: Ed25519 key on HSM is not getting listed in ssh-add -l
command
Product: Portable OpenSSH
Version: 8.2p1
Hardware: ARM64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh-add