Displaying 20 results from an estimated 500 matches similar to: "Textpattern and underscores"
2013 Apr 30
6
[PATCH net-next 2/2] xen-netback: avoid allocating variable size array on stack
Tune xen_netbk_count_requests to not touch working array beyond limit, so that
we can make working array size constant.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
drivers/net/xen-netback/netback.c | 26 +++++++++++++++++++++-----
1 file changed, 21 insertions(+), 5 deletions(-)
diff --git a/drivers/net/xen-netback/netback.c b/drivers/net/xen-netback/netback.c
index
2006 May 01
1
Radius 0.0.1 -- Powerful Tag-Based Templates
I am pleased to announce the immediate release of Radius 0.5.0.
Radius is a small, but powerful tag-based template language for Ruby
inspired by the template languages used in MovableType
<www.movabletype.org> and TextPattern <www.textpattern.com>. It uses
tags similar to XML, but can be used to generate any form of plain text
(HTML, e-mail, etc...).
This release is much more feature
2008 Mar 04
2
Question on sg in netback tx path
I''m trying to improve performance on the gpl pv drivers for windows, and
am running into trouble with the sg stuff on the tx path.
Taking an icmp packet as an example, windows formats the packet like
this:
sg entry 0 - Ethernet header
sg entry 1 - IP header
sg entry 2 - payload
Those pieces could be anywhere inside the page.
In netback.c, it appears that the sg magic happens inside
2006 Feb 27
4
Belgian Ruby on Rails Site
Hello,
I recently started http://www.onrails.be
Onrails.be is a Belgian Ruby on Rails site (in Dutch).
At the moment however, the site is powered by Textpattern (PHP CMS).
I already knew that, and I''m just getting to know Rails myself.
If some Dutch people visit this forum:
//message is written in Dutch from this point
-> Wat vinden jullie ervan? Is de content goed? Zijn de
2010 Jan 24
1
auto reading in multiple txt files with filename as 1st column "ID"
Hi,
I have many .txt files which look like this:
2009/02/07 12:30:10.0 ? ? ?5.0161 ? ? ?13.208
2009/02/07 12:45:10.0 ? ? ?5.0102 ? ? ?13.350
2009/02/07 13:00:10.0 ? ? ?5.0044 ? ? ?13.473
....
....
....
2009/02/07 16:30:10.0 ? ? ?4.9366 ? ? ?13.788
2009/02/07 16:45:10.0 ? ? ?4.9397 ? ? ?13.798
end data.
###I can read in all files from "my_folder" using the following code:
2009 Dec 22
1
gluster storage platform on citrix xenserver
Dear list,
im searching for a gluster storage platform installation howto as a
guest of citrix xenserver.
the documentation is not ready yet, but does anybody have an idea of
useing the img file as an "iso"?
http://gluster.com/community/documentation/index.php/Gluster_Storage_Pla
tform#Download_Gluster_Storage_Platform_3.0
regards from austria
josy
gugler* Weihnachtskarten-Tipp:
2011 Dec 18
1
Identifying records with the correct number of repeated measures
Dear list,
I have a dataset where we sampled multiple individuals either 1 or 9
times. Our measurement variable is 'Delta13C' (see below sample
dataset). I cannot figure out how to efficiently use a vector command
(preferably) or a loop to create a new vector of the names of the
individuals sampled 9 times. Note that the 'FeatherPosition' variable
will only be "P1" for
2007 Oct 12
3
Models that reference themselves
Hi
I''m pretty much a newbie to Rails and I have at least two projects
under development that are going to need the same type of constructs
and I''m struggling to get my head around how to achieve what I want
using Rails models and relationships.
In one project I have a hierarchy of (geographical) sites. For
example:
Earth
Europe
Ireland
Cork
Kerry
Galway
2013 Feb 06
0
[PATCH 1/4] xen/netback: shutdown the ring if it contains garbage.
A buggy or malicious frontend should not be able to confuse netback.
If we spot anything which is not as it should be then shutdown the
device and don''t try to continue with the ring in a potentially
hostile state. Well behaved and non-hostile frontends will not be
penalised.
As well as making the existing checks for such errors fatal also add a
new check that ensures that there
2004 Aug 19
3
More precision problems in testing with Intel compilers
The Intel compiled version also fails the below test:
> ###------------ Very big and very small
> umach <- unlist(.Machine)[paste("double.x", c("min","max"), sep='')]
> xmin <- umach[1]
> xmax <- umach[2]
> tx <- unique(outer(-1:1,c(.1,1e-3,1e-7)))# 7 values (out of 9)
> tx <- unique(sort(c(outer(umach,1+tx))))# 11 values
2010 Sep 28
1
PHP Markdown Extra fork for MathJax
My fork of Michel Fortin's PHP Markdown Extra has been updated to
include support for MathJax as well as jsMath. Both of these are
JavaScript libraries for using LaTeX syntax, e.g., \(E = mc^2\), to
include high quality, scalable equations (not just bitmapped images of
equations) in your HTML pages.
Links to more information:
* A [description of PHP Markdown Extra Math][1], along with some
2006 May 23
2
ActionMailer stopped working after upgrade to Rails 1.1
Hello,
I am using implicit e-mail templates to send HTML messages. I had no
problems till I have upgraded to Rails 1.1. Now the deliver_xxx method
just fails without *any* error message. No error or whatsoever (both
in development and production environments) exist in logs. Stranger
than that, a blank page is being displayed (according to logs, 0
length response, with 200 OK code). I googled for
2006 May 01
17
Radiant CMS
I am pleased to announce that Radiant CMS is now publically available
from the Subversion repository at:
http://radiantcms.org/
What is Radiant?
----------------
Radiant is a no-fluff, open source content management system designed
for small teams. It is similar to Textpattern or MovableType, but is a
general purpose content management system (not a blogging engine).
Radiant features:
2013 Feb 01
45
netback Oops then xenwatch stuck in D state
We''ve been hitting the following issue on a variety of hosts and recent
Xen/dom0 version combinations. Here''s an excerpt from our latest:
Xen: 4.1.4 (xenbits @ 23432)
Dom0: 3.7.1-x86_64
BUG: unable to handle kernel NULL pointer dereference at 000000000000001c
IP: [<ffffffff8141a301>] evtchn_from_irq+0x11/0x40
PGD 0
Oops: 0000 [#1] SMP
Modules linked in: ebt_comment
2011 Nov 28
4
getting a subdomain name in model.
Hi all,
I am facing problem in getting subdomain name inside the model. The
following is my setup.
I am using cancan for authorization.I wanted a specific condition in
Ability.rb ( the file which is placed in models if we install cancan gem).
Below is the condition I wanted:
=========================================================
user ||= User.new # guest user (not logged in)
if
2016 Jun 15
1
id shows only primary group on domain member server
cat /usr/local/samba/etc/smb.conf:
# Eintraege fuer das ActiveDirectory Samba4 workgroup = SAMDOM
realm =SAMDOM.LOCAL security = ADS # Alle Template
Einstellungen kommen direkt aus der AD # Die Shell ist nur aus
Sicherheitsgruenden hier eingetragen template shell = /bin/false
kerberos method = secrets and keytab dedicated keytab file =
2005 Apr 01
11
I want to blog!
This isn''t Rails or Ruby related, but I just need some advice and
thought I''d ask the bright individuals here. I want to start my own
blog but I''m not sure where to begin. I don''t want to get a blogger
account because I want to have my own domain. Blogger also doesn''t
have many features. My hosting service is 1AND1 so it supports php,
cgi and mysql.
2012 Jul 09
1
number of shared species between sites (VEGAN or RICH?)
Dear all
I'm trying to calculate the number of shared species between sites.
I have a dataframe with in the first column the names of the sites; the
names of the other columns are the species names. To use the shared function
from the package RICH one needs to input different matrices. So actually, I
want to split the dataframe per row so that each row becomes a separate
matrix and then
2013 Jan 04
31
xennet: skb rides the rocket: 20 slots
Hi Ian,
Today i fired up an old VM with a bittorrent client, trying to download some torrents.
I seem to be hitting the unlikely case of "xennet: skb rides the rocket: xx slots" and this results in some dropped packets in domU, I don''t see any warnings in dom0.
I have added some extra info, but i don''t have enough knowledge if this could/should be prevented from
2006 Jun 09
2
Textile editor
Hello,
Is there any editor for textile?
Something which has buttons, and will auto insert textile code for marking
user inputs. (If possible displays a preview also.)
Thanks.
--
Surendra Singhi
http://ssinghi.kreeti.com, http://www.kreeti.com
Read my blog at: http://cuttingtheredtape.blogspot.com/
,----
| Great wits are sure to madness near allied,
| And thin partitions do their bounds