Displaying 16 results from an estimated 16 matches for "stich".
Did you mean:
stick
2005 Nov 11
0
Re: Rails-spinoffs Digest, Vol 6, Issue 17
...offs digest..."
>
>
> Today's Topics:
>
> 1. RE: array.each() on associative array? (Gregory Hill)
> 2. RE: Drag & Scroll (Gregory Hill)
> 3. Re: array.each() on associative array? (Thomas Fuchs)
> 4. AW: [Rails-spinoffs] array.each() on associative array?
> (Stich, Josef)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 11 Nov 2005 08:35:06 -0700
> From: "Gregory Hill" <Gregory_Hill@tni.com>
> Subject: RE: [Rails-spinoffs] array.each() on associative array?
> T...
2005 Nov 11
2
array.each() on associative array?
Hi List!
Is there a way to iterate through an associative array when prototype.js is used?
arrayname.each(function (i) {
alert(i);
});
seems to work only for numeric arrays.
Thanks, Josef Stich
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Nov 11
0
AW: array.each() on associative array?
...array?
Can’t you just do this? It’s built into javascript:
for (key in arrayname) {
alert(key + ‘=’ + arrayname[key]);
}
________________________________
From: rails-spinoffs-bounces@lists.rubyonrails.org [mailto:rails-spinoffs-bounces@lists.rubyonrails.org] On Behalf Of Stich, Josef
Sent: Friday, November 11, 2005 3:32 AM
To: rails-spinoffs@lists.rubyonrails.org
Subject: [Rails-spinoffs] array.each() on associative array?
Hi List!
Is there a way to iterate through an associative array when prototype.js is used?
arrayname.each(function (i) {
ale...
2005 May 19
3
Start Windows application from another windows application
Hi all,
Being a little (completely) fed-up with windows, I'd like to make a complete switch to Linux, which I already use for about 90%. I still use a specific panorama photo stiching program within WinXP called PTGui.
The PTGui program runs fine within Wine. However, PTgui knows/uses two "helper" programs called autopano(.exe) and enblend(.exe). Both are console based executables doing calculations for ptgui.
PTGui has the option to call them from within PTGui. Aft...
2018 Apr 26
2
Character encoding mystery
Hi everyone,
I have a very annoying character encoding problem. Have a look to this:
# ls -l M*mo-1.*
-rw-rw-rw- 1 root root 8417218 6 sept. 2013 Mémo-1.aif
-rwxr--r-- 1 hope hope 8417218 6 sept. 2013 Mémo-1.aif
-rw-rw-rw- 1 root root 363175 6 sept. 2013 Mémo-1.m4a
-rwxr--r-- 1 hope hope 363175 6 sept. 2013 Mémo-1.m4a
Yes, it looks like two files have exactly the same name, but
2018 Apr 26
0
Character encoding mystery
...om the Mac Finder, or I create a new file with
> "touch héhohàhù" they appear perfectly fine, with accents and all.
>
> What can be the cause of this weird encoding effect?
I'm guessing this is compose character effect. MacOSX uses
unicode "compose" characters to stich together an accent
onto an existing chacter. I think MacOSX is the only system
that uses this as standard.
I think you should be able to fix this using iconv, although
you might want to do this carefully on the server.
2005 Oct 17
1
stack overflow using step()
Hi,
I'm using step() for forward regression with 680 main effects and the
correspomding 230860 interactions. However, the calculation is stopped with the
message:
Error: protect(): stack overflow
How can I specify the maximum size of the pointer protection stack when running
R not from command line but in an emacs-subwindow?
How can I perform these calculations when the maximum value
2012 Mar 12
3
postfix and spam, I am impressed
I have had the same email address since 1997 (when microsoft stole
bob.com from me thanks to network solutions...)
In the early days I of course was free with my email and used it everwhere.
Fast forward to 2012, some 15 years later.
woof..the amount of spam sent to me has always just kept getting worse
and worse.
On my centos 5 server I just used sendmail with spamassassin and it
killed a
2020 Sep 09
0
Btrfs RAID-10 performance
...hard to do at first.
Can you also grab some 'iostat -dhm 30 60' output, which is 30
minutes of data over 30 second intervals? That should help you narrow
down which (if any) disk is your hotspot.
It's not clear to me if you have one big btrfs filesystem, or a bunch
of smaller ones stiched together. In any case, it should be very easy
to get better performance here.
I think someone else mentioned that you should look at your dovecot
backend, and you should move to the fastest one you can find.
Good luck!
John
Miloslav> # megaclisas-status
Miloslav> -- Controller informat...
2020 Sep 09
4
Btrfs RAID-10 performance
...e 'iostat -dhm 30 60' output, which is 30
> minutes of data over 30 second intervals? That should help you narrow
> down which (if any) disk is your hotspot.
OK, thanks for the tip.
> It's not clear to me if you have one big btrfs filesystem, or a bunch
> of smaller ones stiched together. In any case, it should be very easy
> to get better performance here.
I hope I've made it clear above.
> I think someone else mentioned that you should look at your dovecot
> backend, and you should move to the fastest one you can find.
>
> Good luck!
> John
T...
2020 Sep 09
0
Btrfs RAID-10 performance
...e 'iostat -dhm 30 60'??output, which is 30
> minutes of data over 30 second intervals???That should help you
narrow
> down which (if any) disk is your hotspot.
OK, thanks for the tip.
> It's not clear to me if you have one big btrfs filesystem, or a
bunch
> of smaller ones stiched together.??In any case, it should be very
easy
> to get better performance here.
I hope I've made it clear above.
> I think someone else mentioned that you should look at your dovecot
> backend, and you should move to the fastest one you can find.
>
> Good luck!
> John
T...
2007 Jun 19
38
ZFS Scalability/performance
...and all that, but would it
''just work'' with a setup like that too?
I used to match up partition sizes in linux, so make the 320gb disk into
2 partitions of 300 and 20gb, then use the 4 300gb partitions as a
raid5, same with the 120 gigs and use the scrap on those aswell, finally
stiching everything together with LVM2. I can''t easly find how this
would work with raid-Z/ZFS, e.g. can I really just put all these disks
in 1 big pool and remove/add to it at will? And I really don''t need to
use softwareraid yet still have the same reliablity with raid-z as I had
with...
2020 Sep 09
0
Btrfs RAID-10 performance
...output, which is 30
>> minutes of data over 30 second intervals? That should help you narrow
>> down which (if any) disk is your hotspot.
Miloslav> OK, thanks for the tip.
>> It's not clear to me if you have one big btrfs filesystem, or a bunch
>> of smaller ones stiched together. In any case, it should be very easy
>> to get better performance here.
Miloslav> I hope I've made it clear above.
>> I think someone else mentioned that you should look at your dovecot
>> backend, and you should move to the fastest one you can find.
>>...
2020 Sep 07
4
Btrfs RAID-10 performance
Hello,
I sent this into the Linux Kernel Btrfs mailing list and I got reply:
"RAID-1 would be preferable"
(https://lore.kernel.org/linux-btrfs/7b364356-7041-7d18-bd77-f60e0e2e2112 at lechevalier.se/T/).
May I ask you for the comments as from people around the Dovecot?
We are using btrfs RAID-10 (/data, 4.7TB) on a physical Supermicro
server with Intel(R) Xeon(R) CPU E5-2620 v4 @
2009 Sep 24
13
Rails Authentication Tutorial
Does anyone know a good authentication tutorial they can suggest? I''ve
tried several restful authentication ones and an authlogic one on
RailsCast. But with each one I try, something seems to be missing in
the tutorial and I can''t get it to work. I''m new to Rails so it''s
possible user error on my part.
I''m on Mac OS X 10.5 and I generate all my apps in
2012 Sep 04
1
what package does the mesh function need
Hello,
I tried to plot some 3d-plots with the 'mesh' function, but I allways get
the message 'Fehler: konnte Funktion "mash" nicht finden' in english this
means 'error: can't find the function "mesh"'.
Do I need another package? I didn't found anything in the web this
afternoon, only descriptions how to use the function. I looked up a lot of