similar to: generating strings in a tricky order

Displaying 20 results from an estimated 200 matches similar to: "generating strings in a tricky order"

2006 Feb 05
3
reading in a tricky computer program output
Hi R user I need to read in some values from a computer program output. I can't change the output format because the developer of the program doesn't allow to change the format of output. There are two formats. First one looks like this if I have 10 variables, ------------------------------------------------------------------------------------------------------ [ 1]
2005 Mar 19
1
create distinctive ring on FXS
Hi, I use Asterisk at home to filter the annoying people before they get a real voice. So basically if you don't know the extension of one of the occupants you have no choice but leave a message. Works well... perhaps I miss some improtant calls, but if you leave no message it must not be important! Anyhow, I would like to be able to make the phone ring distinctively depending on who the
2016 Apr 27
2
Migration to vfs_fruit with existing AppleDouble files?
Am 27.04.2016 um 19:29 schrieb Ralph Boehme: > On Wed, Apr 27, 2016 at 10:08:46AM -0700, Scott Call wrote: >> Thanks for the response! >> >> This would be really helpful because we use a lot of old adobe type 1 fonts >> that are 100% resource fork and are rendered unusable without the >> marshalled xattr's in addition to the AFP_ streams. > > resource
2017 Mar 13
1
Memory leak samba 4.4.5 and authentications errors
Hi, We are using samba 4.4.5, and we detected two issue, and we are not sure if both errors are related... 1) memory leak I have detected that It seems that samba 4.4.5 (AD mode) has a memory leak, because after some time memory usage is very high, for example with an environment with 150 users and Samba server with 2GB RAM after 222 days up, is using swap, and memory is increasing
2010 May 28
1
Comparing and Interpreting GAMMs
Dear R users I have a question related to the interpretation of results based on GAMMs using Simon Woods package gamm4. I have repeated measurements (hours24) of subjects (vpnr) and one factor with three levels (pred). The outcome (dv) is binary. In the first model I'd like to test for differences among factor levels (main effects only): gamm.11<-gamm4(dv ~ pred +s(hours24), random = ~
2003 Nov 15
1
tricky scenario? with shorewall/squid!
Hello - I have a weird dilemma where I have an freeswan (VPN IPSEC) connection between two site. Here is the picture: LAN * [Site A] * Public <-- INTERNET --> Public * [ Site B] * LAN SITE A: LAN: 192.168.100.0/24 SITE B: LAN: 192.168.200.0/24 These are the rules for SITE (A) and SITE (B) respectively where site B has !192.168.200.1 REDIRECT loc 3128 tcp www -
2006 Feb 02
1
tricky form validation
Hi list, I want to create a form validation in my Marketing Model. I want to raise an error only if a previous marketing campaign for a property has not been completed (ie. ended_on IS NULL) I managed to get this working in the Controller using something this: ... if Marketing.count("property_id = #{@marketing.property_id} AND ended_on IS NULL") > 0 ... However I assume
2006 Feb 27
1
Help with tricky object relations
In a document management system I''m building each document belongs to a company and a department in that company. So far so good, but the problem is that a single document can also belong to multiple companies and departments. What I would like to do is to have different pages with links to documents for each company and on those pages divide them under the departments. What is the best
1999 Feb 07
0
Help needed! tricky browsing configuration and BUG_REPORT
hi there, can please anybody help me solve my little problem ? I have about a dozen separated networks connected to my local lan via isdn dial-up (on-demand). I am running linux kernel 2.0.36 and samba 2.0.0 (2.0.2 doesn't work either). There is a linux-box running samba 2.0.0 connected to every remote network. The Clients are always Win95/Win98/WinNT. Local browsing seems to work perfectly.
2011 Aug 23
0
Ideas for tricky subset of XTS object
Hi, I have a very large XTS object. It is about 600,000 entries over 1 year time. I would like to subset a specific piece, by "number of days" not a specific date. The way I do it now is awkward. Would love to find a way to do this easier to generate a new object just containing the days I want. --------------------------------------- dayEnds <- endpoints(dataset,
2007 Apr 15
0
zpool iostat : This command can be tricky ...
I really need to take a longer look here. /* * zpool iostat [-v] [pool] ... [interval [count]] * * -v Display statistics for individual vdevs * * This command can be tricky because we want to be able to deal with pool . . . I think I may need to deal with a raw option here ? /* * Enter the main iostat loop. */ cb.cb_list = list;
2005 Mar 24
0
Tricky setup
Hello All, This could be more a routing/linux problem, but I'm wondering if can be handled somehow within *. I have a client that has a contract with a VoIP provider. This contract limits number of phones registered using same IP to 3. There are 3 ways to handle this: 1. Few ATA connected to 3 phones + network 2. Linux router that lies between * box and network. Virual interfaces, iptables
2010 Aug 17
0
Tricky Master User Query - need MySQL help
OK - I want to do something very tricky with master users and if I get it to work I'm adding it to the wiki for everyone to use. So far I have a MySQL database that servers multiple domains. I can set a flag making someone a domain owner that allows that person to become master of that domain. Here's the query for that. password_query = SELECT user_name, domain_name, password FROM
2014 Dec 09
0
Tricky VPN Configurations
The use cases that I outlined in the use case examples pdf file are pushing my limits of understanding the documentation as contained in the 1.1pre9 PDF manual. The self contained example is tricky because I created 4 ip-address on the eth0 device (192.168.1.30/31/32/33) so I could test a 4 node VPN that lives entirely within a single server. But the tinc command line utility is written assuming
2006 Sep 14
0
recommendation for a tricky AD/netware setup
We have a co-operative project where we have 2 separate organisations using 2 different server environments. One uses Active Directory and windows file servers, the other eDirectory and Netware servers. We want to do a file server that handle users from both domains. It is easy enough to use kerberos authentication for the Active Directory users and LDAP to an eDirectory server for the Netware
2006 Jun 16
2
scatterplot but a little tricky
i have two vectors of numbers x and y and of course i can do the standard scatterplot plot(x,y) and it looks fine. But, I was hoping there was a way to do the scatterplot so that each point plotted is a number where the number represents the index in the dataset. so, if it was x[3] and y[3], then the point would be a 3 or if it was x[4] and y[4], then the point would be a 4 etc. i doubt this is
2012 Jan 06
0
Reply on "ggplot2 - tricky problem"
That comes really close to what I had in mind. Thanks a lot for helping out, Justin! Good luck,  Mario Re: [R] ggplot2 - tricky problem how bout: dat<-data.frame(id=1:4,city=c('berlin','munich'),likeability=c(5,4,6,5),uniqueness=c(3,4,4,4)) ggplot(ddply(melt(dat,                           id.vars=c('id','city')),                   .(variable,city),      
2012 Jan 05
1
ggplot2 - tricky problem
Hello, R friends,  I've been struggling quite a bit with ggplot2. Having worked through Hadleys book twice I still wonder how to solve this task. 1. Short example Dataframe: id    city    Likeability    Uniqueness 1    Berlin    5    3 2    Munich    4    4 3    Berlin    6    4 4    Munich    5    4 2. Task: a) Facetting plots for each attitude (1 plot for likeability and uniqueness
2008 Sep 13
1
tricky rsync setup quit working
Hi, some time ago I had started working on a rsync-based backup system. After I longer break; I now tried to continue this project but can't get it to work anymore. Maybe somebody here has any idea. The basic setup looks like this: client: $rsync $rsync_opts --rsh="'ssh -i $ssh_key'" $filesystems $bak_host::backup_module/path on the server side, the ssh key triggered a
2010 May 23
2
tricky perl question - ascending order
or maybe in bash.. script/"one liner" e.g.: input: http://pastebin.com/raw.php?i=pMZPEsMZ i want to make this output from it: http://pastebin.com/raw.php?i=kH8VxT0A So from the input, i want to make an ascendant order, how many things are under a "SOMETHING-XX" Does anyone has any "perl magic" in the pocket, how to do this? :D Thank you very, very much..:\