Displaying 20 results from an estimated 34 matches for "incuded".
Did you mean:
included
2012 Nov 21
0
What to use //= require_tree or js,css incude tag in application.erb ?
Hi ,
We are using reqiure_tree in our application.js and application.css.
As per i know require_tree include all js and css in application.js and
application.css .
We include application file of both .js and .css in our application.erb.
Q . We include both .js and .css application file in application.erb .
Is including in application.erb, did all .js and .css file are
included in
2008 May 21
3
Converting a 'difftime' to integer - How to???
I want to find the DOY (Day of Year) of some dates. I think to substract the date 1. January from the data to achive this. Something like:
> d <- as.Date("2006-03-13") - as.Date("2006-01-01") +1
> d
Time difference of 72 days
So far so good. But d is a 'difftime' object. How do I get an Integer value from that?
I tried severel things, incuding the
2006 Sep 07
3
bad VAD in preprocessor of version 1.2beta1
Hello, first of all, sorry for the joke in the subject ;-)
I have successfully update the speex library my software was using from
1.1.12 to 1.2beta1 (1.1.13).
It is a VoIP software, where i set preprocessor VAD on and use the
result of speex_preprocess() to determine if there is voice activity.
I must say that it works fine...since i have update to the new version.
Ive been testing, and
2015 Jan 28
3
Re: [PATCH v5 REBASE 0/4] virt-resize: add support for resizing logical
On Wed, Dec 17, 2014 at 03:07:11PM +0800, Hu Tao wrote:
> On Thu, Oct 30, 2014 at 10:46:52AM +0800, Hu Tao wrote:
> > Hi Rich,
> >
> > This is rebase of v5 series. Meanwhile, I found a bug when shrinking
> > partitions, and the fix is incuded in this version (patch 2).
>
> Hi,
>
> When support to resizing logical partitions is enabled, there is a
> problem about resizing the extended partition: whether the extended
> partition is automatically resized (expanded or shrunk) by virt-resize
> based on the resizing of...
2006 Mar 09
1
Help! how to deal with relational databases
I am a new user of wine. In the past I have written some windows XP
applications. In essence I have an executable (/filename/.exe) and my
data are stored in 3 or more relational datafiles and usually incudes a
/file/.ini (telling the program where the datafiles can be found).
I am working with Suse 10.0.
Using wine I can start the program /filename/.exe. Also I can close the
program. But as soon
1999 Jun 17
1
Logon.bat with samba
Hello,
I've tried to make out of my samba 2.0.3 server a logon server.
I' ve set
domain logons = Yes
domain master = No
local master =Yes
os level = 65
preferred master =Yes
but:
wins support = No
I made a share as recommended [netlogon] and place there a logon.bat.
The logon.bat contains
net use z: \\servername\public
for testing if the logon.bat is excecuted by login to the server.
2004 Nov 26
1
Active X object?
Has anyone compiled vorbis into an ActiveX object to be used in a
visual C/BV project? I know there is a company out there that has
already produced this for 50 bucks.. "RSP"... but I'd like to figure
out how to do it myself. Do I just have to incude the .dll files in my
visual studio projuct or is there something more to it?
I'm trying to create a public web site (well..
2006 Oct 06
6
transfer data from one hard drive to another
Hello I have an OS installation and data on a 40 gb drive that I would
like to image to a 80 gb drive. I don't care if the resulting
partition layout on the new drive is only 40 gb making me lose space.
I just want to move everything from the older drive because I think
it's failing. I have looked at partimage and mondo rescue as imaging
solutions but both deal with partitions. CAn someone
2004 Aug 06
2
Multiple Ogg Streams
>ices2 will encode/reencode/relay to more than one server.
I searched for documentation about ices2 and found two,
one of them http://quasi.ksl.com/icecast/docs/Unofficial%20Icecast%20HOWTO.pdf
where link to the other was incuded (which i found before though).
All what I saw was that it only supports encoding streams from
soundcard input or playlist, but not a stream (from Oddcast DSP).
You said however that it supports relaying.
Do you mean it takes an input stream (such as from an url like
http://someserver:8000/stream....
2015 Feb 03
2
Re: [PATCH v5 REBASE 0/4] virt-resize: add support for resizing logical
...7, 2014 at 03:07:11PM +0800, Hu Tao wrote:
> > > On Thu, Oct 30, 2014 at 10:46:52AM +0800, Hu Tao wrote:
> > > > Hi Rich,
> > > >
> > > > This is rebase of v5 series. Meanwhile, I found a bug when shrinking
> > > > partitions, and the fix is incuded in this version (patch 2).
> > >
> > > Hi,
> > >
> > > When support to resizing logical partitions is enabled, there is a
> > > problem about resizing the extended partition: whether the extended
> > > partition is automatically resized (expan...
2014 Oct 30
8
[PATCH v5 REBASE 0/4] virt-resize: add support for resizing logical
Hi Rich,
This is rebase of v5 series. Meanwhile, I found a bug when shrinking
partitions, and the fix is incuded in this version (patch 2).
Regards,
Hu
changes to v4:
1. add support to resize extended partition (--resize or --expand extended partition)
2. fix the problem of deficit of 512 bytes when expanding a logical partition
(this problem can be reproduced in v4 by only expanding a logical part...
2009 Jun 22
5
has_many through , or habtm , using form
i think there ara two ways of relate products and categories ,
basically i want to fix one product(e.g hp dv7....) to some categories
(notebook,17"notebooks...)
i made a table named categorization(incuding category_id,product_id
fields) then in models i write these codes below
class Product < ActiveRecord::Base
has_many :categories, :through => :categorizations
2004 Aug 06
4
Icecast 2: planned stuff.
Hi there.
I had a look at how icecast 2 works after having been pleased by how
icecast 1 worked.
I succesfully made it work on a debian woody (for those interested at
how i did it http://melmoth.dyndns.org/stream/ It's in french yet).
I was however disapointed a bit by not finding the admin console I used
to find in icecast 1.
So, several questions: is this admin console planned to be
2013 May 07
8
proxy required
Hy I m new to puppet.
I ''d like to install epel.repo on a my node and this is the module that I
ve created
class epel {
package { ''epel'':
provider => ''rpm'',
ensure => installed,
source =>
''http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm''
}
}
Now my connection on node when I
2020 Oct 31
0
[R-sig-Geo] raster::levels() not working in packaged function.
Many thanks,
That worked, since the NAMESPACE file incudes a warning about editing it
directly I ysed the reoygen tag in the fucntion script
#' @import raster.
On Sun, 1 Nov 2020 at 00:18, Marcelino de la Cruz Rot <
marcelino.delacruz at urjc.es> wrote:
> Maybe including
>
> import(raster)
>
> or
>
> importFrom("raster", "levels")
>
> in
2004 Aug 06
0
Multiple Ogg Streams
..., 2003-11-21 at 16:17, Lukas Österreicher wrote:
> >ices2 will encode/reencode/relay to more than one server.
>
> I searched for documentation about ices2 and found two,
> one of them http://quasi.ksl.com/icecast/docs/Unofficial%20Icecast%20HOWTO.pdf
> where link to the other was incuded (which i found before though).
>
> All what I saw was that it only supports encoding streams from
> soundcard input or playlist, but not a stream (from Oddcast DSP).
>
> You said however that it supports relaying.
> Do you mean it takes an input stream (such as from an url like...
2009 Jan 15
2
get username of logged in user
Hello,
can I anywhere get the name of the currently logged in user?
I'm still implementing a custom ACL plugin (IMAP commands MYRIGHTS, GETACL, SETACL, DELETEACL), and for some functions (for example storing the current folder's ACL in combination with this username) I need to obtain the currently logged in IMAP user.
Is this possible? If yes - how?
Thanks in advance.
Best regards
2008 Jan 05
2
rhel source to updates?
I noticed on the rhel errata page:
http://rhn.redhat.com/errata/RHEA-2008-0001.html
that they have made a configuration change to fontconfig for the
liberation fonts.
I have the liberation fonts installed via rebuild of fedora 8 src.rpm -
including a fontconfig file.
I'm guessing the update will come through CentOS at some point and I'm
trying to make sure there isn't a file
2004 Dec 13
0
SMBFS - Input/Output Errors on Save - Kernel => 2.6.8
I have a Debian (Unstable) workstation which accesses Samba shared directories
on a Mitel Server via smbfs mounts. All worked well up to an incuding kernel
2.6.7. After upgrading to 2.6.9 I found that trying to save a file to the share
in Open Office resulted in an input/output error. I found this also extends to
other programs. Subsequent experimentation reveals that the problem commences
2013 Jun 19
1
evtchn_bind_interdomain() { struct domain *ld= current->domain } but why it is always current->domain ?
hi all, I have a doubt. about event channel of xen,
a piece of code here " evtchn_bind_interdomain() { struct domain *ld=
current->domain }", it is used to bind domain A and domain B
but why it is always current->domain ?
--
----------------------------------------------------------
regards,
yandong
_______________________________________________
Xen-devel mailing list