search for: ginormously

Displaying 12 results from an estimated 12 matches for "ginormously".

Did you mean: enormously
2006 Mar 03
3
dynamic queries
Is there an easy (and secure) way to search your database when you don''t know the number of parameters ahead of time? I can see doing it by concatenating together an sql query, but hopefully rails provides a more elegant way to do this with ActiveRecord without making a ginormous switch statement? For example, lets say my search form has 4 different input boxes. I only want the query
2004 Sep 13
6
Migrate BACK to WINDOWS -> Talk me out of it QUICK
Not thinking about migrating back due to issues, it is more due to implementation needs and a little situation I have been wrestling with with for a bit now, and would love some feedback First a little history: We currently have 10 locations connected via a dedicated 1/2 T-1. Last year I migrated from a WINNT domain to a Samba/LDAP domain. It has been running great. Basically did this for
2013 May 08
5
[LLVMdev] Shared library support of llvm
According to http://llvm.org/docs/CMake.html, "Shared libraries are not supported on Windows and not recommended in the other OSes". The problem is that static libraries have some limitations, especially when linked into multiple shared libraries, the global data of llvm could have multiple copies leading to undefined behaviors. This has caused much pains during my usage of llvm. My
2010 Jan 21
0
Using spec.ls to interpolate very long time series
I have an very long, irregularly spaced time series (and I'm also new to spectral analysis, so please be patient.) I want to use spec.ls as an interpolator and then use the output to reconstruct the time series via inverse fft. But so far I've been having difficulty doing this. ts<-read.csv("timeseries.csv",header=TRUE) #file contains over 30000 irregularly spaced
2013 May 08
0
[LLVMdev] Shared library support of llvm
Actually, adding a LLVM_EXPORT macro would be positive for other environments, because you can then build LLVM as a shared library with -fvisibility=hidden and use LLVM_EXPORT to only make public symbols visible. There are several advantages to this, as noted here: http://gcc.gnu.org/wiki/Visibility From: Reid Kleckner Sent: Wednesday, May 08, 2013 6:21 PM To: Peng Cheng Cc: LLVMdev at
2013 Apr 11
0
No subject
...ally have been pondering for a while to rename that to format_passthru to reflect the use case and avoid the problematic name. When it comes to the directory you can not do the simple math I'm afraid. I know because I ended up with the challenging task of maintaining dir.xiph.org. There is one ginormously huge streaming provider which is serving thousands of constantly changing streams and listing them on the YP. This is compounded by the fact, that they actually run a cluster of 6-8 servers. They exclusively stream mp3. Although I was quite tempted, also due to the fact, that they produce 90% of sy...
2015 Feb 06
2
Re: Creating users "on - the - fly"
This is a good suggestion - and maybe I'm not totally clear on the restrictions... So - in these situations gitolite will actually append things to your authorized_keys file. Which can get very long. And after a while - it gets *very* long. I think I saw comments that it should be limited to about 20k or so. And around 20k the look up times are in the seconds. So that wouldn't be enough
2005 Jun 11
3
Dovecot stable slow
A few days ago I installed dovecot stable to replace uw-imap. The install went well and all boxes were converted ok. When accessing the new imap server though, certain operations seem much slower, in particular, moving mail between boxes is very slow, and I have received several complaints from users that the mail server has slowed down. I can't figure out what the slow point is as maildir
2009 Sep 27
3
External Backup Systems?
Hey everyone, My home server just had a disk failure a few weeks ago and like a lot of people I haven't ever really made backups on a regular basis. So I was looking into backup solutions which will save me from this situation again. Now I have Bacula setup, and backing up my files onto my home server. Although this works great, I have one issue: The disk in my server was the one that
2015 Feb 06
4
Creating users "on - the - fly"
I guess I didn't want to litter the users table either - it just seems "wrong" to be actually adding things to the host when it is really so transient. It feels like it should be LDAP-ish. Just ask the server for the keys and do a one-off authentication. But I've seen even LDAP creates the user directories. I see that 2.6 kernels can have some 4B users, which should last me a
2020 May 06
2
Parallel transfers with sftp (call for testing / advice)
On Tue, May 5, 2020 at 4:31 AM Peter Stuge <peter at stuge.se> wrote: > > Matthieu Hautreux wrote: > > The change proposed by Cyril in sftp is a very pragmatic approach to > > deal with parallelism at the file transfer level. It leverages the > > already existing sftp protocol and its capability to write/read file > > content at specified offsets. This enables
2007 Nov 30
0
formats available for controller
Hello, I was wondering if there is any way to retrieve the list of formats defined in the respond_to block of a controller? For example if the following is in a controller: respond_to do |format| format.html format.xml { render :xml => @people.to_xml } end Is there a way to find out HTML and XML are available? I want to write a method that creates an XML list of all