Displaying 20 results from an estimated 141392 matches for "somethings".
Did you mean:
something
2011 Feb 28
5
Sorting by date
Original:
Jan 23 2011 10:42 SOMETHING 2007.12.20.avi
Jun 26 2009 SOMETHING 2009.06.25.avi
Feb 12 2010 SOMETHING 2010.02.11.avi
Jan 29 2011 09:17 SOMETHING 2011.01.27.avi
Feb 11 2011 20:06 SOMETHING 2011.02.10.avi
Feb 27 2011 23:05 SOMETHING 2011.02.24.avi
Output:
Feb 27 2011 23:05 SOMETHING 2011.02.24.avi
Feb 11 2011 20:06 SOMETHING 2011.02.10.avi
Jan 29 2011 09:17 SOMETHING 2011.01.27.avi
Jan
2003 Mar 06
2
SIP INVITEs borked with iconnecthere
Symptoms: when calling my iconnect phone number (13033913323 in my
bogus example below) from my cell phone, I can see that the call
makes it to my asterisk server, and my phones even ring once as *
passes the call through during the "180 Ringing" period. However, it
seems that iconnecthere.com cannot see my "100 Trying" and "180
Ringing" messages, as they
2010 Feb 22
3
gsub patterns from vector elements w/out loop?
Dear list,
I have two vectors:
x <- c("one","two")
y <- paste(rep(x,2),"blah")
I want to replace all occurrences of each element of x in y with
something else, so that y looks like this:
y
[1] "something else blah" "something else blah" "something else blah"
[4] "something else blah"
I can do this using a loop:
for (
2007 Feb 28
0
RoR&Apache - htaccess rewrite directories fail?
On my server I have a directory at the root, /rails/ which contains
other directories with rails projects. In my httpd.conf I have
RewriteEngine On
RewriteLog "logs/rewrite.log"
RewriteLogLevel 9
RewriteCond %{REQUEST_URI} !^/rails/([^/]+)/public/
RewriteRule ^/rails/([^/]+)/?(.*)$ /rails/$1/public/$2 [QSA,L]
So with a GET /rails/test/ you''d get sent to /rails/test/public/ and
2013 Apr 15
6
how to transform string to "Camel Case"?
Dear all,
Given the following vector:
> (z <- c('R project', 'hello world', 'something Else'))
[1] "R project" "hello world" "something Else"
I know how to obtain all capitals or all lower case letters:
> tolower(z)
[1] "r project" "hello world" "something else"
> toupper(z)
[1] "R
2007 Oct 30
1
chan_mobile
I'm trying to compile chan_mobile for asterisk 1.4
I've installed 1.4 from SVN and downloaded addons from SVN also. I
make ./configure, make menuconfig, select only chan_mobile, and make.
Then I obtain the following errors. (I've also tryed applying the
patches I found at http://www.chan-mobile.org/?page_id=5 but with no
better results.
make[1]: Entering directory
2002 Sep 04
3
logical and NA
Hi there, (sorry Martin, ich habe den falschen Empfaenger erwischt :-( )
Is there a function in the base package or elsewhere which returns TRUE and
not NA, even if NA is involved: (I did not find in the help system :-( )
if ( x==something & !is.na(something))
or
if ( x==something & !is.na(x==something))
If "something" is complicated, a function would be handy.
Thanks
2012 Oct 17
2
Completely ignoring an error in a function...
The code base is a bit too complicated to paste in here, but the gist of my
question is this: given I have a function
myfunction <- function(x)
{
# Do something A
# Do something B
# Do something C
}
Say "#Do something B" returns this error:
Error in cat(list(...), file, sep, fill, labels, append) :
argument 2 (type 'list') cannot be handled by 'cat'
A standard
2019 Apr 30
3
HERE document in docker script file
I am trying to use a HERE document in a docker script file to generate a text file but must be doing something wrong since I get a warning message that I did not expect:
EOF: line 6: warning: here-document at line 0 delimited by end-of-file (wanted `EOF')
This is the sample script I am testing in my docker file:
RUN bash -c "$(/bin/echo -e "cat << 'EOF' | tee -a
2006 Jan 23
4
Using :id=>''something'' vs :mid=>''something'' params
Is there any reason for using :id=>''something'' instead of :mid=>''something''
in link_to or link_to_remote? (well other than generating a nicer link)
My tool for analysing apache logs is considering /controller/action/4 as a
different link than /controller/action/5, so instead of counting
/controller/action it will count every variation of that parameter.
2006 Dec 27
1
Asterisk 1.4 Warnings
I get the following warning when starting Asterisk 1.4. Does anyone
know what these mean, and/or how I can get rid of them?
[Dec 28 02:12:28] WARNING[3419]: translate.c:675
__ast_register_translator: plc_samples 160 format 6
[Dec 28 02:12:28] WARNING[3419]: translate.c:675
__ast_register_translator: plc_samples 160 format 6
[Dec 28 02:12:28] WARNING[3419]: translate.c:675
2006 Aug 11
10
OT -- What is with all the fragmented threads recently?
Is it my imagination or has there been a huge increase in the number
of fragmented threads in the last several days? Maybe it''s Gmail
doing something crazy, but I see dozens of top-level conversations
starting with replies (ex. "Re: [Rails] omfg something broke").
Did people collectively forget what the "reply" button looks like, or
is the list software doing
2007 Nov 11
2
Open Source CPanel equivalent for CentOS?
Hi,
I was wondering if anyone knew of a solid, reliable Open Source equivalent
of Cpanel/Plesk that I can run on my CentOS boxes. I've done some searching
around and find a bunch of them which seem to have stopped or stalled
development, but I am figuring that there has got to be a strong market /
demand for something out there.
Is anyone using something secure, solid and complete? I
2006 Jun 20
4
Searching ActiveRecord sets
Hey all,
I''m learning AR and I''m trying to find the best way to search an
ActiveRecord set in order to make a conditional statement decision,
something like .has_value?(value) but for a multi-dimensional array like
an AR set of like 100 rows.
I know I can do something like this:
results = Table.find_by_sql("...")
for result in results
if
2016 May 26
0
RFC: FileCheck Enhancements
But then I should write
// CHECK: something
// SSE: something
// SSE3: something
With this feature it can be write // {{[A-Z0-9]+}} : something
From: James Y Knight [mailto:jyknight at google.com]
Sent: Thursday, May 26, 2016 5:53 PM
To: Ehsan Amiri <ehsanamiri at gmail.com>
Cc: Elena Lepilkina <Elena.Lepilkina at synopsys.com>; llvm-dev <llvm-dev at lists.llvm.org>
Subject:
2015 Aug 13
17
[3.7 Release] Let's fix the release notes!
Dear everyone,
The in-progress release notes for 3.7 [1,2] make it look like we
didn't do very much over the past six months. Obviously that's not the
case at all, so let's get them in shape!
If you've been thinking "I should probably add this to the release
notes at some point", now is the time :-)
I have a list below of changes that might be worth mentioning. I
2018 Feb 21
2
[6.0.0 Release] Release notes nag email
Dear everyone,
We're getting close to the 6.0.0 release, but the release notes are
still in a pretty bad state. You can see the notes for rc2 here:
http://prereleases.llvm.org/6.0.0/#rc2 (a few things have been added
since).
When the release happens, a lot of people will look at the notes, so
it's a good opportunity to mention the work that's happened in the
past six months.
If you
2008 Jul 07
1
cdr_addon_mysql - additional fields
Hi,
I need help with modifying cdr_addon_mysql.c I want to have more
fields in cdr table in asterisk. I've tried to modify cdr_addon_mysql.c
and replace userfield with ex team (sed -e 's/userfield/team/g' ). When
I try to recomplie
menuselect/menuselect --check-deps menuselect.makeopts
Generating embedded module rules ...
make[1]: Nothing to be done for `all'.
2020 Apr 30
2
Use of MathJax (or something similar) in .Rd files
Thanks Gabor and Duncan! It works. For those interested, I added this to the beginning of the \details{} section:
\if{html}{\out{
<script id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax at 3/es5/tex-mml-chtml.js">
</script>
}}
And then I can use:
\if{html}{\out{\(B_{x(a,b)} = \int_0^x t^{a-1} (1-t)^{b-1} dt\)}}
or
2006 Apr 01
3
Quick question about <% link_to something, :action => ...
Hi,
I have a basic question. when i use
<% link_to show_city,
:action => ''my defined action''
:id => ''something'' %>
//what is ID here? is this the parameter in my mysql db?
basically
how can i put a parameter into the link that when it hits my function,
it can tell my function what to use as a condition to search. for
example i have a table of