search for: obtrusive

Displaying 20 results from an estimated 24 matches for "obtrusive".

2008 Nov 02
1
[artwork] Image for external links
Hi, Can we use the same image for external links on the wiki as we are using for Trac ? It is much less obtrusive in pieces of text. A gray box with arrow instead of a colorful globe. -- -- dag wieers, dag at wieers.com, http://dag.wieers.com/ -- [Any errors in spelling, tact or fact are transmission errors]
2013 Mar 18
2
Patch to add Unicode filename support for win32 flac
On Mar 17, 2013, at 03:57, LRN wrote: > /me looks at chmod and utime wrappers: > Ah, i knew i've missed something! :) > Also, i didn't consider wildcards (i thought shell was supposed to > handle them...). I believe that shell does handle wildcards on all Unix variants, including OSX. Since Windows does not handle them, I suggest that the main flac code not be littered
2017 Dec 10
1
hosting emails at home
Thank you, I remember to had a look at this project, and I found it huge. I started mine because I want LDAP authentication. I also wanted less features / programs, less obtrusive, and better attention to small details, like automatic DKIM generation and DNS updates. I hope not to end up with something as huge. Andr? On 10/12/17 19:19, bruce at secryption.com wrote: > Check out https://github.com/sovereign/sovereign/blob/master/README.md > > > Might have so...
2006 Feb 18
10
Updated: window dialog script
Dialog script has been update. A demo can be seen here: http://net4visions.com/dev/dialog/dialog.htm . Please see changelog for changes. The dialog script can be downloaded from here: http://www.net4visions.com/dev/downloads/dialog.zip . _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2003 Jun 05
0
Summary of hangind HP proliant
...d raid5-ing 4 disk for /apps_data. A multi GB tar could make the box unresponsive for several seconds. Through put to both volumes measured about the same ~20-25MB/s, using dd if=dev/zero. We evaled a $1300 SmartArray 5312 RAID card and only got about 30MB/s out of it, and though the hang was less obtrusive, it still was bad if you got one dd and a tar going at the same time. We got the feeling that the cpu section of the box was so fast as to swamp the disk IO section, and the OS would effectively pause while till the buffers cleared to a "reasonable" level.( cpu at this hang time would be...
2002 Oct 25
0
Samba Server in a WinNT 4 Domain
...ntly have three Windows NT 4 domains. I'm evaluating the switch to either (at least) a mix of RedHat Linux or a total switch to RedHat. For file serving processes, I'll utilize SAMBA. For my first test, I've been looking at/trying to duplicate and then replace the services of my least obtrusive server - our Proxy Server - with an older workstation for the Linux machine. One of the core functions of this server (outside of Internet Access) is handling our FTP site. Currently I have the folders (directories) that house our FTP site open to the Internal LAN so my users can deposit files on...
2002 Oct 25
0
Samba Server in a WinNT 4 Domain - SOLVED, sort of...
...ntly have three Windows NT 4 domains. I'm evaluating the switch to either (at least) a mix of RedHat Linux or a total switch to RedHat. For file serving processes, I'll utilize SAMBA. For my first test, I've been looking at/trying to duplicate and then replace the services of my least obtrusive server - our Proxy Server - with an older workstation for the Linux machine. One of the core functions of this server (outside of Internet Access) is handling our FTP site. Currently I have the folders (directories) that house our FTP site open to the Internal LAN so my users can deposit files on...
2013 Mar 18
0
flac-dev Digest, Vol 100, Issue 42
...ain function for the flac and metaflac > executables will have an additional: > > #ifdef _WIN32 > if (!convert_argv_to_utf8(&argc, &argv)) > flac__utils_printf(stderr, 1, "ERROR: yada yada\n"); > #endif > > This is a small un-obtrusive change that I fully support. > > I would however like to see it sooner rather than later so we can get > this damn thing released :-). > > Erik > -- > ---------------------------------------------------------------------- > Erik de Castro Lopo > http://www.mega-nerd.com/...
2009 Feb 24
3
cisco netflow analyzer?
Pp ------Original Message------ From: nate Sender: centos-bounces at centos.org To: CentOS Mailing list ReplyTo: CentOS Mailing list Sent: Feb 23, 2009 8:13 PM Subject: Re: [CentOS] cisco netflow analyzer? Robinson Tiemuqinke wrote: > Anyone knows any Cisco netflow analyzer that could run on Linux/Windows? I > know that cisco ASDM works at somewhat level but too rough... > > For
2003 May 22
3
Tuning system response degradation under heavy ext3/2 activity.
Hello. I'm looking for assistance or pointers for the following problem. OS: RHAS2.1 enterprise16 HW: HP proliant 2CPU 6GB RAM, internal RAID1 + RAID5(4 x 10K 72GB) When we run any kind of process (especially tar for some reason) that creates heavy disk activity the machine becomes Very Slow, (e.g. takes 30-45 seconds to get a reply from ls at the console, or a minute to log in.) I
2008 Dec 15
2
pGINA and samba - authentication against LDAP userPassword field?
Hi, Back to a while ago, someone mentioned about taking pGINA code to samba, so samba can work against LDAP authentication, but instead of using the sambaNTPassword and sambaLMPassword, this way samba can use the userPassword field directly. This sounds very promissing because we can then just use one set of passwords. It may be not usable in a domain enviroment where machine accounts and other
2012 Nov 29
2
[Rails 3.2] form_tag w :remote => true doesn't fire up the js format
I have a form_tag written like this : = form_tag search_backoffice_places_path, {:remote =>"true", :id => :searchplaceForm } do .. input fields = submit_tag t(:search) generated html is correct : <form accept-charset="UTF-8" action="/en/backoffice/places/search" data-remote="true" id="searchplaceForm" method="post"> ...
2003 Apr 28
1
Red Hat 9 regex symbol conflict
.../lib/tls/libc.so.6: normal symbol `re_compile_fastmap' The problem exists when using both the 1.6.2 and 1.7.0 versions of libR.so. I have been unable to find a way to prevent this behavior on Red Hat 9 without patching R itself. The attached patch fixes the problem, hopefully in the least obtrusive way. It declares the internal-use-only regex.c functions 'static' instead of 'extern'. There is also a small correction to eval-etc.Rout.save which had an old copyright. The patch is against 1.7.0, compiles cleanly, and passes `make check` on my Red Hat 9 machine. I'd apprec...
2013 Mar 18
6
Patch to add Unicode filename support for win32 flac
...nd utime) and the main function for the flac and metaflac > executables will have an additional: > > #ifdef _WIN32 > if (!convert_argv_to_utf8(&argc, &argv)) > flac__utils_printf(stderr, 1, "ERROR: yada yada\n"); > #endif > > This is a small un-obtrusive change that I fully support. > > I would however like to see it sooner rather than later so we can get > this damn thing released :-). > Before anyone does anything, see __wgetmainargs <http://msdn.microsoft.com/en-us/library/ff770599.aspx>. It can expand wildcards. Since it a...
2008 Jan 28
3
A style question
I''m working on the ability to share a single session between Facebook and Non-Facebook requests. Right now, to setup a shared session, you create a link like: <%= link_to "Non-Facebook view",leaders_url(facebook_session_parameters.merge(:canvas=>false))%> The facebook_session_parameters includes all of the necessary info. Is this okay, or would it be better as
2012 Mar 04
5
moving form validation to client-side
Hi I know with javascript we can validate the input of a form on the client, is there an easy way to specify this in rails? I am thinking the javascript code getting generated using some sort of DSL? -- Kind Regards, Rajinder Yadav SafetyNet Test Driven Development http://safetynet.devmentor.org -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2017 Dec 10
5
hosting emails at home
Hello everyone, I have been using Postfix and Dovecot for my personal emails for years. After being tired of reinstalling my personal mail server many times, I am currently writing some Ansible scripts to do it automatically. I obviously checked the other projects, and did not found anything close to what I am looking for, so I am implementing it now. The final goal is to have a box that once
2000 Sep 26
3
lm -- significance of x coefficient when I(x^2) is used
In "Modern Applied Statistics with S-Plus" 3rd ed., footnote on page 153 regarding a model lm(Gas~Insul/(Temp+I(Temp^2))-1,whiteside), I read "Notice that when the quadratic terms are present, first degree coefficients mean 'the slope of the curve at temperature zero', so a non-significant value does not mean that the linear term is not needed.
2011 Dec 17
7
How to fire Ajax call from Form_for
I am learning Rails 3 and need some help on Ajax part. I am trying to accomplish the following: There is a textarea on the page which has a length of letters constraint, say 100. Every time a symbol is typed there,a nearby label tells you how many letters you have left. I plan to use Ajax to do this. I googled for a few hours and could not figure out how to do this. So far what I have done is
2011 Jun 23
4
markdown conversions
alan said: > I think I am in agreement, > if by "isn't necessary" you mean to say that > simply providing more features to Markdown > doesn't force end users to use them, > or even really know they exist. except that wasn't what i meant. i mean that it's not necessary to trade simplicity in order to get the power of additional