search for: kung

Displaying 20 results from an estimated 79 matches for "kung".

Did you mean: hung
2005 Jun 07
1
Problems with userPassword when it's base64 encoded
...Entry found for user: gg [2005/06/07 19:27:45, 2] passdb/pdb_ldap.c:init_sam_from_ldap(511) init_sam_from_ldap: Entry found for user: gg [2005/06/07 19:27:45, 4] passdb/pdb_ldap.c:ldapsam_update_sam_account(1704) ldapsam_update_sam_account: user gg to be modified has dn: uid=gg,ou=People,dc=kung,dc=foo [2005/06/07 19:27:45, 2] passdb/pdb_ldap.c:init_ldap_from_sam(893) init_ldap_from_sam: Setting entry for user: gg [2005/06/07 19:27:45, 0] passdb/pdb_ldap.c:ldapsam_modify_entry(1587) ldapsam_modify_entry: LDAP Password could not be changed for user gg: Unknown error Current...
2013 Apr 24
0
[LLVMdev] Another missed optimization opportunity?
...opportunity in LLVM? > > I believe that the wildcard is the extern keyword. Since the external symbol isn't resolved until link time, I suspect that it would be a legal C program to do something like (maybe the language lawyers know better though): XXX> cat test.c extern int x; int kung( ) { return x; } XXX> cat foo.c extern int kung(); volatile int x; int main() { x = 0; return kung(); } Ugly programming, but I see no way of the linker having enough information to determine that the extern should be volatile and issue an warning/error. One more reason to use explici...
2008 Apr 01
1
plugin announcement: acts_as_fu
We''ve all seen the job listings. We know what they''re looking for. Rockstars. Code Monkeys. Rails Ninjas. And you''re left thinking, "But I''m just a programmer." Well, not anymore. Today, you become a Rails Kung-Fu Master! "Not me," you say. "I''ve already tried using all the acts_as_something plugins and all the something_fu plugins; and I''m still not a Rockstar or a Ninja. I''m barely a Code Simian!" Sounds like you''ve tried the rest - now try the b...
1997 Aug 18
1
R-beta: bug report
...z } ****************** Another problem I have is that when I use the sink function to divert output to an external file, I used the command options(echo=T) so that the commands will be echoed in the external file. However, the echo command doesn't seem to work. Any suggestions? Thanks. Kung-Sik =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 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 subject !) To: r-help-request at st...
2003 Nov 02
6
Shorewall CA Certificate
If any of you have been so bold as to install the Shorewall CA Certificate in your browser(s), the current certificate will expire on 11/13. There is a new 10-year certificate available for installation at: http://lists.shorewall.net/Shorewall_CA_html.html -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \
2013 Apr 24
1
[LLVMdev] Another missed optimization opportunity?
...that the wildcard is the extern keyword. > > Since the external symbol isn't resolved until link time, I suspect that > it would be a legal C program to do something like (maybe the language > lawyers know better though): > > XXX> cat test.c > extern int x; > > int kung( ) { > return x; > } > > XXX> cat foo.c > extern int kung(); > > volatile int x; > > int main() { > x = 0; > return kung(); > } > > Ugly programming, but I see no way of the linker having enough > information to determine that the extern shou...
2006 Apr 12
2
Inverting validates_format_of
...ry traversal, etc. I''ve already got a regex that only allows \w then -, . and /. However, I want to stop two dots in a row, so I was wondering how to make the validation fail if it is matched, rather than pass. Is it possible to do this, or should I be worrying about some other regex kung foo? -- Posted via http://www.ruby-forum.com/.
2013 Apr 24
8
[LLVMdev] Another missed optimization opportunity?
I was suprised to find that some bitcode I'm generating isn't getting optimized. Here, I'm doing the equivalent of "myarray[5]++" (on an "extern int *myarray"), repeated three times: @myarray = external global i32* define void @update_array() #0 { %1 = load i32** @myarray, align 8 %2 = getelementptr inbounds i32* %1, i64 5 %3 = load
2005 Oct 11
3
Is this correct?
..._ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 2.0 year 2005 month 10 day 06 svn rev 35749 language R What can I do to correct them if they are not correct? Thanks! -- C. Joseph Lu Department of Statistics National Cheng-Kung University Tainan, Taiwan, ROC
2000 Mar 18
1
Corstr in the Gee (Generalized Estimation Equation) arguments?
Dear all: Y=a+bX1+cX2 In the Gee (Generalized Estimation Equation) arguments: The arument Corstr has sveral choices: "independence" "fixed" "stat_M_dep" "non_stat_M_dep" "exchangeable" "AR-M" "unstructured" What does each term mean? How do I choose among them? How do I know the correlation structure of
2004 Oct 21
2
How to calculate a double integral ...?
...\int_a^b \int_c^y g(x, y) dx dy where a, b, c are constants, g(x, y), e.g., g(x, y) = tan(x + y). I tried to nested integrate() and adapt(), but none of them working, seemingly due to the limits can not be specified constants. Best regards, C. Joseph Lu Department of Statistics National Cheng-Kung University Voice: (886)-6-275-7575 Ext. 53638 Fax: (886)-6-234-2469
2008 Feb 07
1
Greek letters in legend without a space
...quot; with mu). When I use the following script, my legend looks more like "u M", rather than "uM". > legend(1,1, c(expression(1~mu~M))) How do I get rid of the space R places in when using the expression command to insert a greek letter? Thanks very much in advance Ming Kung Graduate Student, Toxicology University of Rochester [[alternative HTML version deleted]]
2008 Jul 26
1
Coarsening the Resolution of a Dataset
...ple, just takes an average of each 0.5 degree portion of the current dataset. If someone is able to point me in the right direction, then I'd be very grateful. Many thanks, Steve _________________________________________________________________ Play and win great prizes with Live Search and Kung Fu Panda
2010 Jan 27
1
Asterisk, NAT, and RTP?
...ces (eg. call transfer, call parking, etc.), it must remain in the loop, and hence, by default (canreinvite=no), all RTP packets always go through Asterisk, even if both SIP end-points live in the same network as the Asterisk server (and hence, since NAT is not involved, there's no need for any kung-fu with rewriting information in SDP packets and asking the NAT box to open the relevant ports for RTP) Is this correct? Thank you.
2000 Aug 04
1
xlab=expression(...) won't work.
...1.0 year 2000 month June day 15 language R However, xlab=expression(alpha) correctly shows up on x-label by using previous version: R.1.0.1. Hope this is not a bug for R.1.1.0! Thanks for your help! C. Joseph Lu Department of Statistics National Cheng-Kung University Tainan, Taiwan E-mail: cjlu at email.stat.ncku.edu.tw __________________________________________________________ PC home ?K?O?q?l?H?c?A????????: http://www.pchome.com.tw ?| ?? ?? ?@ ?A ?x ?W ?? ?j ?? ?J ?f ?? ?? -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2011 Apr 18
1
Does any one know how to build a virtual network interface with vlan ID in dom0?
Dear all:     I met a problem recently.     I am using Xen to build my virtual network, and vlan ID is used to seprate different virtual networks. At first I built the network bridge with a physical network device with vlan as its port directly. Then my virtual host could send and recieve normal packets while these packets are encapsulated in vlan ethernet frames once they come into physical
1997 Dec 19
1
R-beta: a bug in the lm function ?
...from the book by Venables and Ripley, for checking the need for power transformation. This function works fine using the version 0.50 of R, but gives an error message with version 0.60. The lm function in version 0.60 is different from that in version 0.50. Is there a bug in the new lm function? Kung-Sik Chan > BoxCox(lm(log.O2UP~BOD+TKN+TS+TVS+COD,data=alr222a)) Error in terms.default(formula, data = data) : unused argument to function > traceback() [1] "terms.default(formula, data = data)" [2] "lm(model, ...)"...
1997 Sep 15
2
R-alpha: predict.lm -- who ..?
Just a short reminder / question -- We've had one posting >> Date: Sun, 17 Aug 1997 19:51:20 -0700 >> From: Kung-Sik Chan <kchan@stat.uiowa.edu> >> To: r-help@stat.math.ethz.ch >> Subject: R-beta: bug report with a predict.default that would "work" with (some) lm objects, and I think it was said that predict.lm "is being" written (Peter Dalgaard, Ross Ihaka ?) becau...
2013 Jun 14
5
I need a second opinion on a new phone system deployment
...sual list of features. There will be a goodly number of hints required for BLF on maybe 150 phones. There is one office of about 30 phones in a call-center environment that will need that service. They would be considered low volume (but don't tell them that). My Skills... I am not a Linux kung fu master, but I have built and managed my share of Linux servers on mutiple Linux flavors. I am a DCAA, having been through formal training, and have been playing with Asterisk for years, but always in fits and spurts and never in a live environment so I am by no means a kung fu master there e...
1997 Nov 16
0
R-beta: installing new packages in window95 version of R
> From r-help-owner at stat.math.ethz.ch Mon Nov 17 11:20 NZD 1997 > Date: Sun, 16 Nov 1997 14:08:04 -0800 > From: Kung-Sik Chan <kchan at stat.uiowa.edu> > To: r-help at stat.math.ethz.ch > Subject: R-beta: installing new packages in window95 version of R > Mime-Version: 1.0 > > I have tried to install the leaps package in the window95 version of R. > I used Microsoft Fortran powerstation...