search for: hia

Displaying 20 results from an estimated 21 matches for "hia".

Did you mean: hi
2001 Oct 23
2
installing/running Monkey Island 3 and 4
...ll, and I'm not able to change cd. Supermount is not an option here, since there is no patch for later 2.4.X kernels. So any other way to get around that? If anyone would like to help me, I would be VERY grateful! Thank you in advance! --- Rune Elvemo --- Octagon / Digital Minds relvemo@grm.hia.no http://home.c2i.net/elvemo
2004 Jul 21
2
fonction Getvar
Hia .... i try to use the fonction Getvar of asterisk to get a variable myDNIS that i have define. i use it as follow Action: Getvar Channel: SIP... Variable: myDNIS but asterisk don't know it .i have the response as follow Response: Error Message: Invalid/unknown command does everybody meet thi...
2016 Mar 31
4
rsync with overlay tree
I maintain a directory structure containing dirs and files that I regularly push to ~50 hosts, which are divided into 3 groups that have slightly different needs (minor mods in a couple of files). So ideally I would have 4 directories: /path/to/sync/common/ <- common files /path/to/sync/group1/ <- group1 specific only /path/to/sync/group2/ <- group2 specific only
2015 Oct 06
1
Shares with Windows ACLs on standalone server?
Am 2015-09-24 um 20:32 schrieb Marc Muehlfeld: > Hello Matthias, > > Am 23.09.2015 um 10:45 schrieb Matthias Leopold: >> this seems to be a mat{,t}hias discussion ;-) > > oh, sorry. :-) > > > > >> Marc, you said i can have windows ACLs on a standalone server. How do i >> accomplish the >> "https://wiki.samba...
2016 Mar 31
0
rsync with overlay tree
...list, clobbering if applicable >(regardless of mtime) - The destination directory to show no sign of the >common / overlay structure The best solution will depend on the number of files in the special groups. Since you say the number is small, I suspect that something simple like: rsync -hia /path/to/sync/common remotehost: rsync -hia --ignore-times /path/to/sync/groupN remotehost: will be close to optimal. Another option is to build an --exclude-from list for the files in the special group and apply it to the first rsync. Then you can run the second rsync without the --ignore-tim...
2014 May 07
1
early media (video)
Hi All, I've been looking for information on how to use asterisk and early media to allow for a video-preview of the caller at the callee's phone for days... but I haven't been too successful :( I found that there seems to be a company "2N Helios IP" which claims (youtube-video) that "their" SIP server is able to provide early video (using a Grandstream 3157v2
2010 Jan 21
2
Create a multi dimensional array from a data frame
...t;-sample(1:20, 5, replace=TRUE) h3i2a1<-sample(1:20, 5, replace=TRUE) h3i2a2<-sample(1:20, 5, replace=TRUE) h3i2a3<-sample(1:20, 5, replace=TRUE) h3i3a1<-sample(1:20, 5, replace=TRUE) h3i3a2<-sample(1:20, 5, replace=TRUE) h3i3a3<-sample(1:20, 5, replace=TRUE) #Put into data frame hia<-data.frame(h1i1a1,h1i1a2,h1i1a3,h1i2a1,h1i2a2,h1i2a3,h1i3a1,h1i3a2,h1i3a3,h1i4a1,h1i4a2,h1i4a3,h2i1a1,h2i1a2,h2i1a3,h2i2a1,h2i2a2,h2i2a3,h2i3a1,h2i3a2,h2i3a3,h2i4a1,h2i4a2,h2i4a3,h3i1a1,h3i1a2,h3i1a3,h3i2a1,h3i2a2,h3i2a3,h3i3a1,h3i3a2,h3i3a3) i would like to produce a multidimensional array th...
2007 Apr 01
0
ffmpeg2theora --v4l not working with pwc webcam
hia, just found this mailing list and was wondering if i could ask here some help to understand why i get this error: bash-3.1# ffmpeg2theora --v4l /dev/video0 --inputfps 15 -x 160 -y 128 -o t.ogg No such file or directory File `' does not exist or has an unknown data format. im trying it via t...
2004 Jun 28
2
Live Ogg/Theora+Vorbis streams
Hi people, Just wanted to let you know that we're streaming GUADEC, the GNOME users and developers conference. The information is up at http://stream1.hia.no/ I can't be sure, but I think this is the first "public" event streamed in Ogg/Theora. A big round of thanks to the Xiph.org people and the icecast people currently mirroring us. If you look at the streams, let us know your experiences. Thanks Thomas Dave/Dina : future TV toda...
2008 Jun 04
0
Ruby on Rails developer
Hia All, We are looking for an experienced developer who is comfortable with dynamic programming languages, web application development, and building clean, scalable, testable code. The candidate will be an active member of the team, comfortable contributing to design discussions, and reviewing existi...
2017 Aug 23
1
IPv6 link-local address support with Samba4
Hello Samba Community, I've couple of questions regarding IPv6 link-local address support with Samba4. Is Samba4 suppose to listen on IPv6 link-local address? With following lines in smb.conf, smbd listens on IPv4 and IPv6 global address but not on IPv6 link-local address assigned on eth0. bind interfaces only = yes interfaces = lo eth0 On the same Linux box, Samba-3.5 used
2006 Mar 14
9
Can you better this String acronym method?
Can you better this String acronym method? def acronym name letters=[] name.each_char {|char| letters<<char if char[0]>=65 and char[0]<=90} acronym = letters.join " " end chris -- Posted via http://www.ruby-forum.com/.
1999 Jul 22
4
Shares are comming and going
Hia, I have a problem using the %G parameter. At the end if my smb.conf file I have something like: include = \etc\smb.conf.%G At this way I hoped that according the the group, I can load a configuration file accoring the the users group. Instead that a 'smb.conf.it' group is loaded, a sam...
2013 Mar 06
2
Refresh a partial onClick using ajax call in rails 3.x
Hi All, I want to refresh a partial onClick, onClick i am making ajax call and getting the data but i am unable to refresh the partial. here is the code IN views: home.html.erb $(document).ready(function() { var currentCellText; $(".inline").click(function() { currentCellText = $(this).text(); $.ajax({ type: ''GET'', dataType: "json",
2001 May 09
7
R-Quant
Greetings, Does anyone know if R-Quant, http://www.smartquant.com/ an outgrowth of the statistical package "R"? Bill Vedder -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the
2009 Dec 18
40
Fallen Earth
http://www.fallenearth.com/ Can some one help me get this running =? I want to play it . Cant get the launcher to work , Installs fine . I have play this on linux under beta . Thanks
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...LqfBY8crZJpcPnADU;A93k3a4=L2dZ?Pfh2OfE#~A# zs&rq@$$aD%t>$DQ!XE26S;Q#0WfLb$knZ_0m2WS}EpRkcLR9Cmj)Qs?+^JNxy+t?x zR#v8+bz8xmq{_HOyi6yQima<dmJ3-ENWq<IRVqmB?7Rv)Z#?p}s=*-nG-5cfI at a;- z)vVoNy=pbPdnvp8eO|Sc-MxafuBckU?q10T9an#M>v5HMS27f-)HK8ShhrTFuVnMD z%z%s7cJMMbKa(iREr>K+cKSr+1U1tMH?!hIA!(a#D9VY-pULsQley@`5XzisJIJw) z1Ft;Y(MK*FU9I^@K|^Xa6+uC at E`nCo%tww_6CW8gh5JZ=^nf_WRjaL)GiY{nIZYp; zD29)e(UUD at 1>n&Jr%o`dL4sEHsT{@3>ISs}0bxMxF_n`Zt%zBDK=82#GaZlu3JlgJ z^i0oClw%!Fbo`5QWx0N3$E&JI3y0o`Y8kUHTyRi_R?w69=aEHZ8lTSD3@(12fK|_0 z!SfSa$!xCBRCs=hUH}gd3tg$wRHtjU3i<v_?og_JCU?&a...
2001 Dec 22
1
Saving Newly Created Functions
Greetings R-Listers, Using R1.2.1 (yes, I know...) I am writing my own functions and would like to know how save these for use in subsequent R sessions. How does one do this? Best, Bill Vedder -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2001 Nov 11
2
3D Plots
Good Evening, I'm using R1.2.1. Is 3D plotting available? The only reference I find is to "plot.locfit.3d {locfit}" and the documentation says the function is not currently available in R. Any help is appreciated. Best Regards, Bill Vedder -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2001 Dec 23
1
Time Series Data
Happy Holidays All, I'm trying to use stl() to extract a seasonal component from a time series. I believe the root cause of my problem lies in how I imported the data into R. In Excel (csv), the data look like: Jan Feb Mar .... 1949 12.2 9.0 7.9 .... 1950 17.2 16.9 9.9 .... 1951 8.2 7.0 7.7 .... I import to R using: