Displaying 6 results from an estimated 6 matches for "newcat".
Did you mean:
netcat
2008 Mar 06
1
write in rimage package
Is there any way to write an imagematrix generated by the rimage package?
Reproducible example:
library(rimage)
x <- read.jpeg(system.file("data", "cat.jpg", package="rimage"))
png("newcat.png")
plot(x)
dev.off()
The newcat.png image is different from the original file, because
there are ugly white borders around it.
Alberto Monteiro
2006 Jul 19
12
[Slightly OT] POSTing data to a Rails App
...r Days with Rails) with Borland C++ Builder that
has some components for HTTP access.
According to the application, to create a new category, I need to post
to "http://localhost/categories/create" (that seems to work fine)
For the POST string, I''m using "category_category=newCat" - this seems
to have a problem cos the server returns a packet saying that it was
unable to save the data - "Category is too short (minimum is 1 characters)"
The form to which I am posting has the following:
<form action="/categories/create" method="post"...
2010 Mar 05
1
AMI logs
Hi, I'm executing some commands using AMI... I suppose the log is saved in some place, but I don't know where... where is it saved?More details: I'm executing a UpdateConfig in the voicemail.conf file, but the file is not updated, so I would like to know why...Thanks,
Anahi
Anahi Ludue?a
_________________________________________________________________
Ahora
2011 Sep 02
5
how to add-edit-delete entery into asterisk conf files
...n.php");
fputs($socket, "Action: UpdateConfig\r\n");
fputs($socket, "Filename: musiconhold.conf\r\n");
fputs($socket, "Srcfilename: musiconhold.conf\r\n");
fputs($socket, "Dstfilename: musiconhold.conf\r\n");
fputs($socket, "Action-000000: newcat\r\n");
fputs($socket, "Cat-000000: bhavik\r\n");
fputs($socket, "mode: files\r\n");
fputs($socket, "directory: /var/lib/asterisk/moh\r\n");
fputs($socket, "Reload: yes\r\n");
fputs($socket, "ActionID: 9873497149817\r\n");
fputs($soc...
2006 Feb 15
0
Insertion.Top does not work in IE 6
...s had
already been answered. I have a function that gets called from the
<body> onload event and fills the drop-down (<select> tag) with the
data from the database. The function is as follows:
function initForm(frm) {
switch (frm) {
case "style":
Element.hide(''newcat'', ''newcol'', ''newfab'', ''btnAddFab'', ''notify'');
// fill the category drop-down
var opt = {
method: ''get'',
parameters: ''list=cat'',
onSuccess: function(t){
var catIt...
2008 Aug 14
1
AMI and extensions.conf
Hello
I'm looking for a wayy to modify extensions.conf
It seems that PutConfig AMI command is not supposed to work on extensionsq.conf
Any ideas?
Thanks
Vadim