search for: aem

Displaying 17 results from an estimated 17 matches for "aem".

Did you mean: acm
2011 Mar 31
0
AEM package
I'm trying to do AEM eigenfunctions, but I have a different number of points into each reservoir (e.g.: reservoir 1-4 points, reservoir 2-6 points, reservoir 3-2 points....). Can someone help me?Besides this in the Legendre's book exemple in the part:>length.edge<-vector(length=nrow(edges.b))>for (i in 1:n...
2003 Apr 14
0
ADS Support
...o server to connect to Unable to find a suitable server --------------------------------------------------------- This is my smb.conf file, the "ads server" entry is correct !!! --------------------smb.conf---------------------------- clnodo2:/usr/local/samba/lib # cat smb.conf realm = AEM #ads server = tr2kd001a ads server = 10.90.100.110 security = ADS encrypt passwords = yes # Impostazioni per il demone winbindd winbind separator = + winbind uid = 10000-20000 winbind gid = 10000-20000 winbind enum users = yes winbind enum groups = yes clnodo2:/usr/local/samba/lib...
2006 Jan 04
3
PDF Form Reader using rails/ruby
Can someone guide me the best possible way to read a PDF form fields. I have seen some references to the PDFWriter but not the reader. Any help appreciated. Thanks Silvy Mathews -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060104/641bd399/attachment.html
2006 Feb 21
26
Net::SMS::BulkSMS 0.1
This is the first release of a new Ruby library for the www.bulksms.co.ukAPI which should allow simple integration of SMS functionality into your Ruby or Rails apps. Sending a message is as simple as: @service = Service.new(''username'', ''password'') @service.send_message(''This is my message!'', ''4479123456789'') # whats my
2006 Aug 01
5
Rails on .NET
http://www.eweek.com/article2/0,1759,1996960,00.asp?kc=EWEAUEMNL080106EOAD Just saw this and thought it was interesting...
2006 Jul 14
14
[URGENT] Need help getting rails app back up desperately
...ach_cgi'' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/fcgi_handler.rb:53:in `process!'' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.4/lib/fcgi_handler.rb:23:in `process!'' /home/iflo/domains/infocenter.iflo.com/current/public/dispatch.fcgi:24 -- Adrian Esteban Madrid aemadrid@hyperxmedia.com Lead Developer Hyperxmedia, Inc. Mobile 801-815-1870 Office 801-566-0670
2012 Oct 12
1
Problem rsyncing 450GB file to my NAS: 'connection unexpectedly closed'
...uot;-P" to indicate that rsync should reuse the current copy and not trying to create a copy on the /tmp parition of the NAS. Any hints what might be the problem? Thanks - Ben myhost:~# rsync -avvv /srv/storage rsync at naspy::Backups -P opening tcp connection to naspy port 873 sending daemon args: --server -vvvlogDtpre.iLsf --partial . Backups/ sending incremental file list [sender] make_file(storage,*,0) send_file_list done [sender] make_file(storage/7N-ZDGtCZq01gFJQEd8eqPuiGbumCWtPoje-4KMVfzIFs1,*,2) [sender] make_file(storage/PmjyreYXD0Istwvp-8D6PWA5zeZP1DdbboxuS3xGZphQe1,*,2) [...
2006 Jan 03
14
Family Connection 0.9
Family Connection is an easy-to-setup online hub for your family that includes a Family News section, and an Address Book. Currently, there is no documentation on installing the Rails application itself (hence the 0.9 version number). Once installed, Family Connection guides the family website administrator through a simple two-page setup process. The web application restricts access
2012 May 18
3
Re: [XenARM] Regarding Xen-ARM for Cortex-A8 on Fast Model Emulators [FME]
...xtensions port. On Fri, 2012-05-18 at 12:38 +0100, Krishna Pavan wrote: > Please inform the status of Xen-ARM for Cortex-A8 CPU''s on FME from > ARM. AFAIK no one has tried the w/-virt-extensions port on this model. The only ones which I know have been tried are Cortex-A15 model and AEM. Cortex-A8 already exists so I would be surprised if it were to be updated with virt extensions, do you have some reason to think that it will be? Cortex A15 and Cortex A7 are on our radar as upcoming processors which will have the extensions. Cortex A8 is not. > These links here > http:/...
2006 Aug 14
14
ClockingIT Beta - It''s about time...
My wife and I have been working on our own task-listing, time-tracking web application, and we''re really interested in some feedback as we ourselves feel we''ve come a long way. If you have some minutes to kill (or just want to see how the Comet functionality provided by the Juggernaut plugin can work) have a look at http://www.clockingit.com and
2007 Apr 15
5
Railsplayground.com down?
I can''t access my account page, my hosting page or their main site? Anyone else having this issue as well? traceroutes and pings return nothing at present. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2007 Mar 22
6
Anyone using Goldberg for production sites?
Just starting to look at Goldberg and I like what I see so far. However, there''s quite a bit in there. Anyone using Goldberg for production sites? How is the security, flexibility, etc? Thanks for any input you can provide! Jake --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2006 Feb 08
2
ActionMailer EOFError (sometimes)
.../gems/rails-1.0.0/lib/fcgi_handler.rb:52:in `process!'' /usr/local/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/fcgi_handler.rb:22:in `process!'' /public/dispatch.fcgi:24 Any help would be appreciated, -- Adrian Madrid HyperX Inc. Mobile: 801.815.1870 Office: 801.566.0670 aemadrid@hyperxmedia.com www.hyperxmedia.com 9000 S. 45 W. Sandy, UT 84070 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060208/8ce39baa/attachment-0001.html
2006 Dec 19
7
Improve the rendering speed of rhtml
I found through the log file that the render of the rhtml template would take too much time if there exists ruby code in the rhtml files.In many cases,these ruby code are tied with these rhtml files closely and can not be decoupled from that,therefore,i have a question that,is there exist some way to improve the rendering speed of rhtml when some ruby codes are included? -- Posted via
2006 Feb 23
12
Showcase On Rails CMS v0.1
I built out a simple CMS for websites that rely heavily on portfolios. This covers graphic and web designers in particular, but also other people with stuff to show off. It''s really easy to customize progressively, so that some people will only modify CSS, but others will dig deeper into Javascript behaviors and the Rails view code. Check it out at http://showcase.kylemaxwell.com/ SVN
2006 Jul 31
17
Ruby on Snails
I''ve been reading, hearing, and looking at blogs that state Ruby on Rails is rather slow. Coming from a VB 6 world (thank you Microsoft for killing VB because VB.NET is NOT VB) I was always told that VB was a toy or too slow. Now, I''ll easily tell you that yes VB was not a great language. It had it''s share of warts, like a lot of other languages I might add, but
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
...#R34h3WAbF7 at tzuia}w_zApla6N`X=VB at E8T zxT;+sHxd;Z%Gn5S9nLxGx+d>*84ic{k301Q6oRU;2ohAD)9H7R!QvZF?LlclmP<bT z<S~EmqlaAHE6KFt%wWj7pAh`mV>>*sRbXw+tP+f;bCzCEdPT4f8^981oWKV`6QFVd z=RH0EK41g55dZ9hpuy1uL5;+^03qNA$Ph?S1ZhZ&!q^4Ns=}yfb at Tb0tznOTuXDdO zz at cgaN*R>N=yZoT4GSOW$po)!{+AEm=GXpUm*ZgBG(Fz+M3+DR?jetErp%T#lV!uQ z3RKSFM4X6tAMgmAkBxx_uwGC(M-u`rNL=tVAz*323vtlwgT!-Z!eLvlQ48<^ngCiz zsAt$}hE at tGHRJJ=-Wwi4X?_2IDBFzBRwYU&<VjAq=;2G~3CUb7_&dLGz;AwbLP!h` zcRKvy`wD*i&70V{VQ*H`SWobZ+6SBm=LEG2;K2HTZ332n_kj>}3$P~yg`)+|1*`)H zc<-=Y;Jw7sX2&A7`GnUrQs4xrM8RT2h...