Displaying 20 results from an estimated 400 matches similar to: "how to make views changable"
2008 Aug 11
1
line with of the symbols in the legend -- changable?
Dear R users,
I plot data with
points(my_data[x]~x, col = x, type = "o", lwd="4")
where x is an integer running from 1 to 10, I get points drawn at the plot.
When want to do a legend to this I try
legend(leg.txt[x], col = x, text.col = 1, pch = 1, bty = "n")
where leg.txt contains the names of the variable and x behaves the same. The
difference between the
2007 Dec 17
6
Checkbox array and Ajax.updater
Hello all,
I have some checkbox array like these:
<input type=checkbox name=list[] value="1">Java<br>
<input type=checkbox name=list[] value="2">JavaScript<br>
<input type=checkbox name=list[] value="3">ASP<br>
<input type=checkbox name=list[] value="4">HTML<br>
<input type=checkbox name=list[]
2006 Jul 04
11
Any CMS for Ruby on Rails..
Well i want to make a photography community site on the lines of
www.gfxartist.com , www.terminus1525.ca, www.phirebrush.com
Where the community votes for every subbmission from a artist and can
comment (like a forum)..
Now gfxartist has used probably SMARTY,php,and their own CMS.
terminus used Drupal,Gallery 2.Some one tells me that this combo is
heavy on resources and slows down sites.
2009 Jun 24
3
Missing php* packages
Hello,
I am trying to migrate one of our fedora-based servers to CentOS. Our PHP developers doesn't allow us to switch because there are no crucial (for them) php packages:
php-smarty
php-adodb
php-accelerator
It is not acceptable for us to download sources and compile them and repeat the process each time there is a security bug.
Can you recommend any repository which will deliver all the
2008 Nov 20
5
Couldn't find without an ID
hi friends...
my rhtml is for_for_test.rhtml
<html>
<head>
<title>Form_For Tester</title>
</head>
<body>
<% form_for :blog, :url => { :action => ''save'', :id => @blog } do
|f| %>
Name: <%= f.text_field :blog %>
<%= submit_tag ''Save'' %>
<% end %>
</body>
2015 Jul 17
2
"wbinfo --sid-to-gid" returns false gids
I've got this on the backup DC
root at bdc:~# wbinfo --sid-to-gid S-1-5-21-1166961617-3197558402-3341820450-516
3000000
while
root at bdc:~# ldbedit -H /usr/local/samba/private/idmap.ldb objectsid=S-1-5-21-1166961617-3197558402-3341820450-516
shows correct xid 3000019
and on the primary DC I've got
itk at dc:/$ wbinfo --sid-to-gid S-1-5-21-1166961617-3197558402-3341820450-516
3000019
2006 Mar 15
4
[NQ] How to set an initial FK for a new item of something?
Hi all,
running into a little problem here. I''ve a list of things
with a "New thing" link beneath it. When you click that link,
obviously, a new thing shall be created. Now, that works pretty
fine for things that don''t have foreign keys, but for things that
do it crashes, since there is not yet a thing.other_thing.name
available.
I suspect you can somewhere in
2006 Jan 22
2
Using register_template_handler to serve CSS files (Making ActionView handle .css as .rhtml)
Hi,
I wanted to be able to use some Rails code inside CSS files, so I set up
a controller (StylesController) to serve CSS files that reside inside
the controller''s view folder when the browser requests /stylesheets/:action
So in the controller I just define empty actions with the names I want
my style sheets in (ie: def cooleffects end - that would respond to
2017 Feb 21
3
SELInux conflict with Postfixadmin
postfixadmin setup.php is claiming:
*Error: Smarty template compile directory templates_c is not writable.*
*Please make it writable.*
*If you are using SELinux or AppArmor, you might need to adjust their
setup to allow write access.*
This goes away with 'setenforce 0', so it is an SELinux issue. I have
tried both:
restorecon -Rv /usr/share/postfixadmin
and
chcon -R -t
2020 Jul 21
2
Example of Jitsi Desktop provisioning file
Hi,
Le ven. 10 juil. 2020 à 16:56, Sylvain Boily <sylvain at wazo.io> a écrit :
>
> It probably can help you:
>
> https://github.com/wazo-platform/wazo-provd-plugins/blob/master/plugins/xivo-jitsi/1/templates/base.tpl
>
> Sylvain
>
> Yes, provided example was exactly what I was after !
Thank you very much !
-------------- next part --------------
An HTML attachment
2006 Jul 23
4
Newbie question about .rhtml
Hi everyone, coming from PHP something in the .rhtml files has been
confusing the heck out of me.
Why does this work?
<% for header in @all_headers %>
<%= header.subject %>
<% end %>
and both of these don''t work
<% for header in @all_headers
puts header.subject
end %>
---------------------------------------
<%= for header in @all_headers
puts
2009 Dec 24
7
nested variables
Hi all!
I have quation: how i may use nested variables/facts? For example, I
have variable $iface. It''s variable declared in node brakets, and, use
with defenition. iface may be eth0, eth1(Linux), em0, ...
<freebsd>, ...
is fact:
facter | grep eth0 | grep mac
macaddress_eth0 => 54:52:00:3D:CB:40
We don''nt know name of $iface in our module (to generate network
2008 Sep 11
1
vmware on centos cluster
Hello
I have one question about cluster and vmware.
I have about 10 computers they are all old once from 1g and 256 ram.
And now im thinking of putting them all toghter in one cluster.
This cluster should be an high performing so all computers share they
performance.
Now on this cluster i whould like to install one vmware server and make
that vmware server get the power from all these
2020 Jul 10
2
Example of Jitsi Desktop provisioning file
Hello,
1. I'm looking for an (anomized) example of a Jitsi Desktop provisioning
file compliant with Asterisk ?
Jitsi Doc mentions it should adhere to Java properties file syntax (see
[1]) but a working example would help.
If this example file included the following settings, it would be perfect:
- sip username, secret, authname, ...
- codec G711, RFC2833
- BLF
- local or remote phonebook
-
2006 Jul 14
7
Using ActionView free style
ActionView is a very useful class, in its own right. But, calling it by
itself causes a weird crash, exiting Ruby, without even raising an
exception!
ruby script/runner "begin; av = ActionView::Base.new; av.render(:inline
=> ''Hi!''); rescue => e; puts e; end"
just crashes Ruby.
Same with render(:file => ''template.rhtml'')
Why is this?
2006 Jan 27
3
Formatting Data in rhtml
Is there a simple way to format your data in the .rhtml file?
I come from a PHP/Smarty background, and in the templates, I''ve used
what is called "modifiers" to format data.
{$price|currency_format} # displays in currency format
{$description|truncate:"100"} # Truncates the description after 100
characters
It seems like the template (rhtml) would be the ideal
2008 Jan 18
18
Rails versus PHP in complex HTML/CSS
I have done a bunch of Rails stuff on my own and my company uses PHP.
I often have to integrate very complex HTML/CSS into PHP. I know that
the PHP looks more closer to the HTML than Rails because Rails has
alot of link_to and other macro like calls that generate alot of stuff
that you don''t see in the template. I am wondering if that could make
it any tricker to generate the complex sort
2008 Nov 12
2
How to get hash values????
Hi,
please help me....
<% puts "Total #{@totalemail.inspect}" %>
My Output is: Total [{:email=>"aa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org", :name=>"aa"},
{:email=>"bb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org", :name=>"bb"}]
How to get email and name???
Thankyou.
--
Posted via http://www.ruby-forum.com/.
2005 Aug 16
2
PhoneCALL v2.6.1 - Released
Hello All!
Just a notice that our PHP/Smarty-based GPL version of PhoneCALL version
2.6.1 has been released, and is the current stable release.
http://www.vecsector.com/phonecall
We're always looking for feedback/testers to help us enhance it and make
it even easier for everyone to use. The current version is designed
around the advanced Asterisk user, and we are working on a more
2007 Jun 09
4
relative path cmd line option
I''m having a hard time shipping off complete puppet manifests/facts/files
within a single versioned container to end nodes because of how strict
puppet is about not allowing relative paths, even with runtime command line
options. (I can not use the puppet/puppetmaster client/server model because
of company policies, organization divisions and personnel issues.)
When I export a complete