search for: ui

Displaying 20 results from an estimated 2827 matches for "ui".

Did you mean: uid
2011 Dec 05
1
using StatEt IDE for Eclipse
...my R editor, but I'm completely lost. I've read all I could find online, made apparently all I had to do (installing rj, configuraing StatEt, etc.) but still cannot make R running. Below is the error log file. Thank you so much for assistance. Matteo !ENTRY de.walware.statet.r.console.ui 1 0 2011-12-05 16:21:51.355 !MESSAGE Launching the R Console was cancelled, because it seems starting the R engine failed. Please make sure that R package 'rj' (1.0.0 or compatible) is installed and that the R library paths are set correctly for the R environment configuration 'R-2.14.0...
2006 Sep 21
1
Other domain sequence numbers are -1
...guration from there. Thanks, Ron >From krb5.conf: [libdefaults] default_tgs_enctypes = DES-CBC-CRC DES-CBC-MD5 RC4-HMAC default_tkt_enctypes = DES-CBC-CRC DES-CBC-MD5 RC4-HMAC preferred_enctypes = DES-CBC-CRC DES-CBC-MD5 RC4-HMAC default_realm = NA.UIS.UNISYS.COM dns_lookup_kdc = true [realms] NA.UIS.UNISYS.COM = { kdc = 192.63.225.67:88 admin_server = 192.63.225.67:749 } EU.UIS.UNISYS.COM = { kdc = 192.61.146.133:88 admin_server = 192.61.146.133:749 }...
2014 Feb 12
61
P2V: Headless support
This introduces support to run P2V without X server. Runtime parameters are specified via kernel command line making it hopefully suitable for automated migration with a little help of PXE boot. Patchset is not squashed and represents dev. history.
2009 Jun 01
3
Problem EXCEPTION_ACCESS_VIOLATION (0xc0000005)
...clipse.jface.viewers.CellEditor.<init>(Lorg/eclipse/swt/widgets/Composite;I)V+63 j org.eclipse.jface.viewers.TextCellEditor.<init>(Lorg/eclipse/swt/widgets/Composite;I)V+3 j org.eclipse.jface.viewers.TextCellEditor.<init>(Lorg/eclipse/swt/widgets/Composite;)V+3 j org.eclipse.ui.internal.views.markers.MarkerDescriptionField$DescriptionEditingSupport.<init>(Lorg/eclipse/ui/internal/views/markers/MarkerDescriptionField;Lorg/eclipse/jface/viewers/ColumnViewer;)V+22 j org.eclipse.ui.internal.views.markers.MarkerDescriptionField.getEditingSupport(Lorg/eclipse/jface/view...
2009 Jan 07
1
Problems with EasyEclipse Ruby Rails 1.2.2.2
...when i start the program an error popup is shown: "An error has occurred. See the log file. /home/samuel/rails_apps/.metadata/.log." What is this? When I check the log file it says the following: !SESSION 2009-01-07 15:47:36.488 ----------------------------------------------- eclipse.buildId=M20070212-1330 java.version=1.5.0_12 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 !ENTRY org.eclipse.ui 2 0 2009-01-07 15:47:46.477 !MESSAGE Warnings while parsing the view contributions from t...
2010 Aug 28
1
DEFAULT versus UI
I'm posting this as I'm trying to evaluate DEFAULT versus UI. As it stands right now, the use of the UI directive means that DEFAULT is effectively ignored from the command line. If you specify UI and DEFAULT and use (vesa)menu.c32, (vesa)menu.c32 will use DEFAULT unless a MENU DEFAULT option exist in the current context. If the attempt to execute a comma...
2016 Mar 02
0
Seu pedido foi aprovado (48225)
<html xmlns="http://www.w3.org/1999/xhtml" lang="pt-br" xml:lang="pt-br"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <span style="background-color: white; color: #212121; font-family: wf_segoe-ui_normal, 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif; font-size: 13.3333px;">Caro(a) usuário(a),</span&...
2007 Aug 21
0
Branch 'vivi' - 15 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_debugger.h libswfdec/swfdec_as_object.c libswfdec/swfdec_movie.c libswfdec/swfdec_script.c libswfdec/swfdec_types.h vivified/core vivified/ui
...t.c | 9 +- libswfdec/swfdec_as_debugger.h | 8 ++ libswfdec/swfdec_as_object.c | 5 + libswfdec/swfdec_movie.c | 15 --- libswfdec/swfdec_script.c | 1 libswfdec/swfdec_types.h | 1 vivified/core/vivi_debugger.c | 34 ++++++++ vivified/ui/Makefile.am | 10 +- vivified/ui/main.c | 18 +++- vivified/ui/vivi_command_line.c | 118 +++++++++++++++++++++++++++++ vivified/ui/vivi_command_line.xml | 38 +++++++++ vivified/ui/vivi_commandline.c | 150 -------------------------------------- vivified/ui/vi...
2019 Jun 11
2
Can't join Linux host to AD - "Improper format of Kerberos configuration file"
Hi, when trying to add a Linux host (CentOS7) that is supposed to act as a file server to AD I get: # net ads join -U administrator Enter administrator's password: kerberos_kinit_password administrator at IERLAB.UX.UIS.NO failed: Improper format of Kerberos configuration file Failed to join domain: failed to connect to AD: Improper format of Kerberos configuration file Here's my krb5.conf (it looks the same on the DC and client): [libdefaults] default_realm = IERLAB.UX.UIS.NO dns_lookup_real...
2013 Oct 03
1
prcomp - surprising structure
...matrix with genotypes coded as 0,1 and 2 (columns); IDs (observations) as rows. # prcomp.snp <- function (mat) { m <- ncol (mat) n <- nrow (mat) snp.namen <- colnames (mat) for (i in 1:m) { # snps in columns ui <- mat[,i] n <- length (which (!is.na(ui))) # see methods Price et al. as correction pi <- (1+ sum(ui, na.rm=TRUE))/(2+2*n) # substract mean ui <- ui - mean (ui, na.rm=TRUE)...
2005 May 11
3
[LLVMdev] Computing live values
Say I want to find all LLVM Value*-es that a live on exit from a basic block. What's the best way? - The 'LiveRange', 'LiveVariables' and 'LiveIntervals' classes seem to be tied to register allocation. - The ./lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.h file seem to provide what I need, but it's no a public header. - Volodya
2007 Aug 21
0
Branch 'vivi' - 10 commits - libswfdec/swfdec_button_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_player.c vivified/core vivified/dock vivified/ui
...+++++++- libswfdec/swfdec_movie.c | 1 libswfdec/swfdec_player.c | 2 - vivified/core/vivi_application.c | 4 +++ vivified/core/vivi_initialize.as | 1 vivified/core/vivi_player_as.c | 25 ++++++++++++++++++++++++ vivified/dock/vivi_vdock.c | 2 - vivified/ui/Makefile.am | 1 vivified/ui/main.c | 19 ++++++++++++++---- vivified/ui/vivi_movie_list.c | 33 ++++++++++++++++++++++++++------ vivified/ui/vivi_movie_list.h | 2 - vivified/ui/vivi_movies.c | 40 +++++++++++++++++++++++++++++++++++++++ vivified/ui...
2012 Dec 07
1
Error using constrOptim in constraint definition
Hello, I'm trying to run constrOptim. It returns to me an error about the fact that constraints arguments (ui and ci) are non compatibles: > optout= constrOptim(startparams, f=ImpulseSS, grad=grImpulse, ui=UI, ci=CI, data=gexp[k,], t=t) Error in ui %*% theta : non-conformable arguments I would like to point out that I can calculate that product in the command line: > UI %*% startparams...
2002 Feb 19
1
Probs with Intel NetportExpress
...w the problems begin, the Netport does not download anything from the samba server. It sends frequently broadcasts - to connect to the Netbios name as i would guess. (0:aa:0:52:87:3b is the MAC adress of the printbox) tcpdump: listening on xl0 00:53:44.708293 0:aa:0:52:87:3b > Broadcast sap aa ui/C len=35 00:54:07.433515 0:aa:0:52:87:3b > Broadcast sap aa ui/C len=35 00:54:07.447211 0:aa:0:52:87:3b > 3:0:0:0:0:1 sap f0 ui/C len=44 00:54:07.470548 0:aa:0:52:87:3b > 3:0:0:0:0:1 sap f0 ui/C len=44 00:54:07.940013 0:aa:0:52:87:3b > 3:0:0:0:0:1 sap f0 ui/C len=44 00:54:08.440017 0:aa...
2005 May 11
1
[LLVMdev] Computing live values
...lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.h file seem to provide >>> what I need, but it's no a public header. >> >> This is overkill. I would suggest something like this: >> >> bool LiveOutsideOfBlock(Instruction *I) { >> for (Value::use_iterator UI = I->use_begin(), E = I->use_end(); UI != E; ++UI) >> if (cast<Instruction>(*UI))->getParent() != I->getParent()) return true; >> return false; >> } > > Is this really going to work? What if the value is used in a loop and it > is used by a phi-n...
2011 May 30
5
rails habtm checkboxes with jquerymobile
...oo[bar_ids][]", bar.id, @foo.bars.include?(bar) %> <label for="<%= bar.id %>"><%= bar.Name %></label> <% end %> </fieldset> </div> ...and mobile page source is the following: <div class="ui-field-contain ui-body ui-br" data-role="fieldcontain"> <fieldset class="ui-corner-all ui-controlgroup ui-controlgroup-vertical" data-role="controlgroup"> <div class="ui-checkbox"> <input id="foo_bar_ids_" type="checkb...
2006 May 04
9
Excessive traffic causing slow logons
...ny problems. I then enter my password and sit and wait for several minutes until it eventually takes me to my desktop. In attempting to debug the problem, we have been able to see millions of calls to the domain controller. They all look similar to this... 16:19:31.943556 IP USTR-MINT-A-2.NA.UIS.UNISYS.COM.40695 > ustr-nadc1.na.uis.unisys.com.ldap: P 6096:6369(273) ack 7014 win 16080 <nop,nop,timestamp 89505560 7529129> 16:19:31.944886 IP ustr-nadc1.na.uis.unisys.com.ldap > USTR-MINT-A-2.NA.UIS.UNISYS.COM.40695: P 7014:7391(377) ack 6369 win 64170 <nop,nop,timestamp 752912...
2009 May 30
0
[LLVMdev] Value liveout (uses)
...alue is created within the basic block in question, and the block doesn't loop to itself, then you can just iterate through the uses and note if the use is an instruction in a different block: bool isLiveOut(Instruction* I) { BasicBlock* I_BB = I->getParent(): for (Value::use_iterator ui = I->use_begin(), ue = I->use_end(); ui ! = ue; ++ui) if (cast<Instruction>(ui)->getParent() != I_BB) return true; } } If the value is created within the block but the block loops to itself, you can get away with a very slight adjustment: if (cast<Instruction>(ui)-...
2006 Mar 20
1
can't compil
Hello! Why isolinux.asm is not compil? isolinux.asm:304: error: short jump is out of range isolinux.asm:307: error: short jump is out of range isolinux.asm:788: error: symbol `DATE_STR' undefined ui.inc:26: error: short jump is out of range ui.inc:30: error: short jump is out of range ui.inc:64: error: short jump is out of range ui.inc:88: error: short jump is out of range ui.inc:117: error: short jump is out of range ui.inc:337: error: short jump is out of range ui.inc:513: error: short jump...
2008 Sep 29
3
rspec-ui overlap with cucumber?
Hi! I''m using cucumber + selenium and I love it. However I''m looking to add some methods (example: click_and_wait etc) to the lib. Therefore looked around a bit and I got two questions: Firstly about rspec-ui, I''m a little confused, does rspec-ui overlap with its propose with webrat with cucumber or I''m missing a point? Secondly, are there any plans to "officially" support selenium along with webrat? (or perphaps cucumber project is just waiting someone with such needs to st...