Displaying 20 results from an estimated 36 matches for "key3".
Did you mean:
key
2013 Jan 18
5
reading multiple key=value pairs per line
Hi,
Thanks for a great environmentfor statistical computing :-)
I have some input data in a file ("input_kvpairs.csv") of the form
key1=23, key2=67, key3="hello there"
key1=7, key2=22, key3="how are you"
key1=2, key2=77, key3="nice day, thanks"
Now in my head I wish it was of the form ("input.csv")
#key1, key2, key3
23, 67, "hello there"
7, 22, "how are you"
2, 77, "...
2013 Oct 20
1
Call parking issue with Cisco SPA phone
...call parking with asterisk and Cisco SPA504G phones:
features.conf
parkext => 700
parkpos => 701-702
context => parkedcalls
I defined one of the unused keys to park the calls:
Key2:
fnc=sd;ext=700 at 10.0.1.103;vid=1;nme=Park
I also defined two other keys to pickup/unpark the calls:
Key3:
fnc=blf+sd+cp;sub=701 at 10.0.1.103
Key4:
fnc=blf+sd+cp;sub=702 at 10.0.1.103
Parking using these works smoothly.
I answer the incoming call, press Key2 to park the call. Call is parked, Key3 turns red showing there is a parked call.
If I want to unpark the call, I hit Key3 and the call is unp...
2018 Oct 03
6
Frefox update from firefox-60.2.0-1.el7.centos.x86_64 to 60.2.1-1.el7.centos.x86_64 lost master password
Hi list,
Did an update to firefox last night and rebooted over night.
Today I find firefox started without asking for master password - funny
me thinks.
Try to log in to a web service I use and find that my password does not
appear.
Check preferences and find that no master password is set and the
password list / table is empty.
As I do not trust my passwords to the cloud I do not save
2014 Feb 03
1
[PATCH] hivex: python: value_value no longer generates Unicode strings
...[
{ "key": "Key1", "t": 3, "value": "ABC" },
{ "key": "Key2", "t": 3, "value": "DEF" }
]
-h.node_set_values (b, values)
+h.node_set_values (B, values)
value1 = { "key": "Key3", "t": 3, "value": "GHI" }
-h.node_set_value (b, value1)
+h.node_set_value (B, value1)
value1 = { "key": "Key1", "t": 3, "value": "JKL" }
-h.node_set_value (b, value1)
+h.node_set_value (B, value1)
-val = h.no...
2009 May 19
2
Feature request: "database show" from manager API
Hi,
In ASTDB, I've got a rather long list of entries like:
/FamilyA/Key1 Value1
/FamilyA/Key2 Value2
/FamilyA/Key3 Value3
...
Instead of sending several DBGet queries (and parsing every response), I'm
wondering if a single "database show" or "database show family" query could
be implemented.
Alternative if to use ssh ("asterisk -rx "database show FamilyA") but I'm...
2007 Apr 05
3
Extending assigns in controller specs?
Hello,
I am interested in enhancing assigns in controller specs to do
things like the following
assigns[:key1, :key2, :key3] #=> vals for keys
Is there away to "break open" this construction to overload the :[] operator?
Thanks.
-Chris
2009 Jul 25
1
Ordering of key offers with "ssh -i"
...Tries set to a value which is less than the
number of keys that the client has available.
I'm using OpenSSH 5.2p1 on Fedora, although I've recompiled without
Fedora-specific patches to eliminate those as the cause.
Example output where I have "key1", "key2" and "key3" in ~/.ssh, but I want to
use a special key "specialkey" to log in to a particular server (which has
MaxAuthTries=3):
$ ssh -i specialkey joe at ssh.example.com
...
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_...
2012 Oct 10
2
reading in a (very simple) list from a file
...), which then fail when I try to apply
it to my simple task.
Anyway, all I want to do is read in a series of key-value pairs from a file.
I thought a list would be a good way to keep these, such that I could access
them like: listname$key
I was imagining a file like this:
key1 value1
key2 value2
key3 value3
...
(the keys will always be character strings, the values might be other types,
but they will always be single items)
I won't bore you with all the things I've tried. I'm sure I'm overlooking
something basic and simple, but I would greatly appreciate it if someone
could he...
2006 Oct 25
2
[PATCH] Edge buttons
...--- next part --------------
diff --git a/plugins/gconf.c b/plugins/gconf.c
index ea68ce3..175a4ac 100644
--- a/plugins/gconf.c
+++ b/plugins/gconf.c
@@ -209,7 +209,7 @@ gconfSetOption (CompDisplay *d,
gconf_value_free (gvalue);
break;
case CompOptionTypeAction: {
- gchar *key1, *key2, *key3, *key4;
+ gchar *key1, *key2, *key3, *key4, *key5;
GSList *node, *list = NULL;
GConfValue *gv;
int i;
@@ -218,6 +218,7 @@ gconfSetOption (CompDisplay *d,
key2 = g_strdup_printf ("%s_%s", key, "button");
key3 = g_strdup_printf ("%s_%s", key, "be...
2019 Aug 29
2
I broke "yum update" - C7
Am 2019-08-29 17:36, schrieb Gary Stainburn:
> On Thursday 29 August 2019 16:20:00 Alexander Dalloz wrote:
>> Hi,
>>
>> yum uses libcurl behind the scenes and thus NSS and not OpenSSL.
>>
>> Do you get something indicative when running:
>>
>> URLGRABBER_DEBUG=1 yum --disablerepo=\* --enablerepo=webtatic
>> check-update
>>
>>
2018 Oct 15
2
Frefox update from firefox-60.2.0-1.el7.centos.x86_64 to 60.2.1-1.el7.centos.x86_64 lost master password
...s.
>>
>> TIA
>> Rob
>>
>
> We've run into this.
>
> Is it fixed in the latest firefox, 60.2.2-1?
>
> If not, it is not clear to me how to use the
>
> export NSS_DEFAULT_DB_TYPE="sql"
>
> method mentioned. Do we restore the old key3.db file, have the user set
> that variable, then start the new firefox? With that create a key4.db file
> and use it from then on?
>
>
It will be fixed when this is released:
https://bugzilla.redhat.com/show_bug.cgi?id=1633932#c23
In the mean time, for CentOS-6 and CentOS-7 (x86_64...
2008 Jun 09
1
Basic Question on Keys/Values
As a java programmer, I'm having issue conceptualizing the following use
case:
Given an value, passed into a function, how do I pull out the lookup?
Ie.
A list of keys (key1, key2, key3)
A list of values (val1,val2,val3)
I want to write a function (or is there something built in?) such that
Callit <- (thekey) {
(magic happens here)
Return value
}
Any ideas?
Thanks a bunch!
==============================================================================
Please access the atta...
2006 Oct 16
2
Edge + Mouse button draft patches
Attached are my draft patches to add edge + mouse button to the
actions
It is useful because the edge bindings are too easily triggered, an edge +
mouse button is good because it confirms the action. An additional side
benefit is that the mouse wheel can be used for rotating the cube and for
the switcher (it is an excellent alternative to alt-tab).
I wanted to share the patches before cleaning
2006 Nov 08
2
bug in today's git snapshot with maximizing windows
...onf.c b/plugins/gconf.c
> index ea68ce3..175a4ac 100644
> --- a/plugins/gconf.c
> +++ b/plugins/gconf.c
> @@ -209,7 +209,7 @@ gconfSetOption (CompDisplay *d,
> gconf_value_free (gvalue);
> break;
> case CompOptionTypeAction: {
> - gchar *key1, *key2, *key3, *key4;
> + gchar *key1, *key2, *key3, *key4, *key5;
> GSList *node, *list = NULL;
> GConfValue *gv;
> int i;
> @@ -218,6 +218,7 @@ gconfSetOption (CompDisplay *d,
> key2 = g_strdup_printf ("%s_%s", key, "button");
>...
2019 Aug 29
0
I broke "yum update" - C7
...2019 16:47:11 Alexander Dalloz wrote:
> rpm -Vv nss
[root at stan2 ~]# rpm -Vv nss
......... /etc/pki/nss-legacy
......... c /etc/pki/nss-legacy/nss-rhel7.config
......... /etc/pki/nssdb
......... c /etc/pki/nssdb/cert8.db
......... c /etc/pki/nssdb/cert9.db
......... c /etc/pki/nssdb/key3.db
......... c /etc/pki/nssdb/key4.db
......... c /etc/pki/nssdb/pkcs11.txt
......... c /etc/pki/nssdb/secmod.db
......... /usr/lib64/libnss3.so
......... g /usr/lib64/libnssckbi.so
......... /usr/lib64/libsmime3.so
......... /usr/lib64/libssl3.so
......... /usr/lib64/nss/libnssckbi...
2009 Jul 08
1
[PATCH: host-browser replacement 0/3] replacement of host-browser on ovirt-server
The purpose of this patch is to replace the identify function in
host-browser.rb with a new script, host-register.rb.
host-register.rb is a qmf ruby console that interfaces with the newly
added matahari qmf agent on the ovirt node. While it stores node data
in the database with the same behavior as the original host-browser
implementation, it acquires the data using the amqp protocol (and
2019 Jan 17
1
[hivex PATCH] ruby: improve test functions
...quot;)
hash = h.value_value(val)
- assert (hash[:type] == 2)
- assert (hash[:value] == "DEF")
- assert (hash[:len] == 3)
+ assert_equal(2, hash[:type])
+ assert_equal("DEF", hash[:value])
+ assert_equal(3, hash[:len])
val = h.node_get_value(b, "Key3")
hash = h.value_value(val)
- assert (hash[:type] == 3)
- assert (hash[:value] == "GHI")
- assert (hash[:len] == 3)
+ assert_equal(3, hash[:type])
+ assert_equal("GHI", hash[:value])
+ assert_equal(3, hash[:len])
# Don't actually commit her...
2012 Aug 13
1
Websockets on Asterisk 11 and SipML5
Hello,
I'm trying to register a user using sipml5 on Asterisk 11. I followed the
instructions here:
http://thr3ads.net/asterisk-users/2012/08/1972342-Asterisk-Websockets
I added transport=ws to my sip.conf file:
[3002]
username=3002
secret=XXXXXXXXX
host=dynamic
type=friend
context=test
disallow=all
allow=g729
;allow=all ; Allow codecs in order of preference
allow=ilbc
2002 Jan 21
6
OpenSSH and OpenSSL snapshots
Hello,
In order to experiment with OpenCA, I have built an RPM for redhat 7.2
of a recent OpenSSL snapshot (the binary rpm on the OpenCA was built
with the different target directories and libraries. Unfortunately these
recent OpenSSL snapshots seems to break all OpenSSH tarballs and RPMs
that I have been able to find. None of them seem to compile
successfully, even the snapshots at
2019 Aug 29
3
I broke "yum update" - C7
...t; rpm -Vv nss
>
> [root at stan2 ~]# rpm -Vv nss
> ......... /etc/pki/nss-legacy
> ......... c /etc/pki/nss-legacy/nss-rhel7.config
> ......... /etc/pki/nssdb
> ......... c /etc/pki/nssdb/cert8.db
> ......... c /etc/pki/nssdb/cert9.db
> ......... c /etc/pki/nssdb/key3.db
> ......... c /etc/pki/nssdb/key4.db
> ......... c /etc/pki/nssdb/pkcs11.txt
> ......... c /etc/pki/nssdb/secmod.db
> ......... /usr/lib64/libnss3.so
> ......... g /usr/lib64/libnssckbi.so
> ......... /usr/lib64/libsmime3.so
> ......... /usr/lib64/libssl3.so
>...