search for: disorgan

Displaying 18 results from an estimated 18 matches for "disorgan".

Did you mean: demorgan
2015 Mar 30
5
Domains, vpn and bowse lists (samba 4.2)
...rom the XP era that network browsing was something hierarchical - starting from the domain to groups to workstations (domain members). Dolphin's Samba share browser behaves the same, but windows (7) seem to be indifferent to it and are displaying members of two co-existing domains as a disorganized "crowd". Should it be so or some fine-tuning is necessary somewhere? Janis
2011 Oct 18
4
[LLVMdev] Question about MCExpr and subclasses
I have a question about MCExpr and its subclasses defined in MCExpr.h. I am trying to get Mips' direct object emission working. Line 283 of MCElfStreamer.cpp reads like this: 00283 case MCExpr::Target: llvm_unreachable("Can't handle target exprs yet!"); Does this mean that if I use a subclass of MCTargetExpr to lower MachineOperands to MCOperands, it won't work?
2011 Oct 19
0
[LLVMdev] Question about MCExpr and subclasses
...like > ARM does, when I lower symbol operands. Is that right? > > If MCSymbolRefExpr objects should be created, am I supposed to add > code to MCExpr::print (MCExpr.cpp:37) in order to print symbol > operands for MIps? I am hesitant to add my code here, since it looks a > little disorganized already. > > Also, wtih MCSymbolRefExpr, how do I print symbols with offsets? > lw $7, %lo(f1.s1+4)($16) > > I tried creating MCBinaryExpr with MCSymbolRefExpr and MCConstantExpr > operands, but I am getting something like this, which is not what I > want: > lw $7, %lo...
2005 Jun 17
3
New Web Forum
Dear List members, After some consideration and chats with several members on IRC, I have proposed running a web forum for icecast, an idea which seems to have been received well by everyone so far. The forum can be found at http://forum.icecast.org/ Questions & Answers welcome :-) Stephen forum: EvilOverlord IRC: J_Bullet
2015 Mar 30
0
Domains, vpn and bowse lists (samba 4.2)
...hat network browsing > was something hierarchical - starting from the domain to groups to > workstations (domain members). Dolphin's Samba share browser behaves > the same, but windows (7) seem to be indifferent to it and are > displaying members of two co-existing domains as a disorganized > "crowd". Should it be so or some fine-tuning is necessary somewhere? > > Janis > This is very probably because there is no networking browsing with a samba4 AD DC, you can, as you have found, navigate to a share via its address. Rowland
2005 Jun 17
0
New Web Forum
...run it. I do have a request / suggestion: I've noticed that many of the boards for open source software suffer from a couple of problems and it would be great if the Icecast forum could rise above the other forums. Here are the problems that I see at other boards: The content is usually so disorganized that it is rather difficult to find anything. But, even when you search as best you, there's always the jerk who responds with snotty remarks about reading the rules and searching before posting. They always point out that there's an excellent answer on the board, but, never tell yo...
2011 Oct 18
0
[LLVMdev] Question about MCExpr and subclasses
That just means the ELF writer doesn't know yet how to deal with the target-specific data. It needs taught how to map them onto relocations and such. Do you really need to subclass MCTargetExpr? That's ordinarily only for operands that aren't representable via the normal MC stuff (for example, the ARM movw/movt relocations). You should be able represent normal symbol operands w/o
2008 Dec 14
12
Problems on the menu when you install a software with wine
...when installing software for XP as an example the WinRar using Wine was prepared this way: Applications>> Wine>> Programs>> WinRar>> WinRAR.exe, currently it is no longer being possible, is being installed so Applications>> Other>> WinRAR.exe, leaving everything disorganized. I would like some help to solve this problem. Now appreciate and forgive my English. Regards to all
2012 May 10
0
Time series and stl in R: Error only univariate series are allowed
I am doing analysis on hourly precipitation on a file that is disorganized. However, I managed to clean it up and store it in a dataframe (called CA1) which takes the form as followed: Station_ID Guage_Type Lat Long Date Time_Zone Time_Frame H0 H1 H2 H3 H4 H5 H6 H7 H8 H9 H10 H11 H12 H13 H14 H15 H16 H17 H18 H19...
2002 Mar 11
1
problem with deriv3?
...at drexel.edu www.pages.drexel.edu/~bdm25 w: 215-895-2134 f: 215-895-2907 Associate Professor Department of Decision Sciences Academic Building room 230 Drexel University Philadelphia, PA 19104 ``Disorganized technical documentation, albeit comprehensive, signals a failure of the marketing department since it alone (if any) can hire English majors.'' W. Kahan, ``Marketing versus Mathematics'' -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mai...
2006 Mar 19
3
Can''t add data during migration if column is called "type"
Hi I''m new to Rails. This is my first application and I''m trying to set up a schema I''ve hand-crafted as a migration. Does anybody know why this... # deposit_types create_table :deposit_types do |table| table.column :type_code, :string, :limit => 20, :null => false table.column :description, :string, :limit => 50, :null => false
2003 Jul 01
6
Shell Requirements for Shorewall 1.4.6
The 1.4.6 version of Shorewall makes additional demands on the shell. I have found that both the RH9.0 version of ash and the version of ash that has long been available from the Shorewall download sites are *not* suitable for use with Shorewall 1.4.6. The LEAF Bering version of ash on the other hand works fine. Attached is a small shell program that will allow you to test your shell for
2010 Jul 02
0
[LLVMdev] Qualitative comparisons between Open64 and llvm
Hi, Arvind Sudarsanam: I know some of Open64. Above all, Open64 is designed for a high performance compiler. It is now supported by AMD, HP, ICT Chinese Academy of Science, etc. and has been ported to X86, Itanium, Loongson CPU etc. And to your questions 1, Open64 already have some main optimization phases, Inline for aggressive inline opt. LNO for loop opt, WOPT for machine independent opt(
2008 Feb 22
2
Dovecot Sieve scalability
Hi, I just finished setting up a functional design with Dovecot+Sieve and it works like a charm. However I'm having serious doubts about the scalability of this. Here is part of a discussion we're having here: About Dovecot+Sieve. What happens here is that your MTA is configured to pass _all_ email to Dovecot which is configured as a LDA. In practice this means this in the Exim
2010 Jul 01
2
[LLVMdev] Qualitative comparisons between Open64 and llvm
Hi, I have been working towards developing compiler optimization tools targeting multi core processors while using LLVM IR as the starting point and building on top of the analysis and optimization passes available in the llvm source. Recently, I looked into Open64 and its intermediate representation WHIRL. Documentation for developers to use Open64 seems to be inadequate (when compared to LLVM
1997 Nov 20
3
R-beta: edit figs with xfig?
Question for R users under unix: Do you ever edit figs created by R using xfig or some other program? I tried to edit a figure with xfig (a program which I find quite horrible by the way) and it said it couldn't read it in. I guess xfig has no capability of reading postscript files? Can anyone tell me how to do it, or perhaps suggest another freeware structured drawing program for use in
2015 Jun 29
7
Using a CentOS 6 Machine as a gateway/router/home server
On Mon, June 29, 2015 02:14, Sorin Srbu wrote: OS 6? > > Please note: I'm not criticizing, just curious about the argument > behind using a regular OS to do firewall-stuff. > Maintenance. A consistent set of expectations does wonders for debugging odd-ball occurrences. Why learn the idiosyncrasies of two distros when one suffices? Just start with a minimal CentOS install on
2006 Feb 18
44
I forgot. Why do we hate* Java?
Hi, I''ve started reading some Java books. Gasp! What makes website development with Java so bad? I haven''t looked at Struts but I''m reading about Hibernate. Compared to ActiveRecord, Hibernate seems like some extra typing to explicitly define the model fields, getters and setters. I know that these are things that you can do in ActiveRecord when things get complicated