search for: erol

Displaying 20 results from an estimated 64 matches for "erol".

Did you mean: eol
2010 Oct 14
7
undefined method?
I''m trying to learn rails as I go along, and having a bit of trouble. There is an undefined method cropping that I don''t know why rails thinks should be there. Firstly, I''m using rails 3, ruby 1.9.2 I have a controller with an index action This part works fine, but i am trying to add a comment form to the page that is rendered by that index action. Supposing my
2010 Oct 11
12
Need advice on controller / view
Need some advice. I''ve got two modules: artists and paintings. In my home page, I''ve got a 2nd page that says "Browse paintings", which displays ALL paintings of ALL artists. This is being rendered by paintings#index. In another page, I should show all paintings of a specific artist ONLY. Meaning, paintings from ONE artist. I cant use paintings#index for this anymore
2015 Apr 08
2
[LLVMdev] CUDA front-end (CUDA to LLVM IR)
...http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> >> > > _______________________________________________ > > > There is no any "License" file in your GitHub repository . Will it be included ? Thank you very much . Mehmet Erol Sanliturk -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150408/79e6dd21/attachment.html>
2011 May 20
2
Faxing with Asterisk 1.8.4 & T.38
...tly to our ITSP, and also with asterisk sitting in the middle doing pass-through. Once again, I am willing to purchase new DIDs, and purchase new ATAs if someone can point us towards a known working provider & configuration. Any help or suggestions would be appreciated. Thanks! Eric ewr at erols.com
2010 Nov 05
2
ActiveRecords queries: .where vs .find
I have a dataset, which contains a day column that I would like to retrieve results on. Is there any reason why daily_stats.where(''day = Date(?)'', dte).first returns and empty set, daily_stats.find(:first, :conditions => [''date(day) = ?'', dte]) returns the correct data and daily_stats.where({:created_at => (date.midnight - 1.day)..date.midnight}).first
2007 Feb 06
2
using the old user profiles for the new PDC
Hi, A few days ago PDC crashed and I setup a new PDC with the same domain name. I have recreated the user accounts but when the users login, windows xp clients create a new profile. Is there a way to make the windows clients use the old profiles? Thanks. -- Erol
2016 May 12
2
Problem with Install R on Linux Ubuntu 16.04 Xenial Xerus
On 12 May 2016 at 09:17, Erol Biceroglu wrote: | Side question... would this have anything to do with 16.04 being new and | (potentially) "less stable" than 14.04?? Or put another way, would this issue | come up under 14.04? No. User error (with apt-config files) is orthogonal to release quality. And FWIW some peop...
2010 Feb 11
3
Parameterized ActiveRecord Associations: Any such thing?
Hi list, how are ya? So, my current project is just begging for the ability to have parameterized associations in my ActiveRecord classes. Basically I need something that is a cross between named scopes and standard associations (has_many specifically). I''m wondering if such a thing exists or, if not, if anyone else has an elegant, equivalent solution? Example: class Sprocket <
2005 Jun 24
4
Tellabs Echo Canceller
I am getting ready to experiment with the Tellabs 2752 echo canceller. I have a 255D shelf (and power supply), but am struggling a little on connecting the echo canceller to a PRI. The shelf has 4 25-pair amphenol connectors. The two on the line side are marked "Receive In" and "Send Out". The 2 connectors on the drop side are marked "Send In" and "Receive
2005 Aug 26
2
Help Solving Asterisk Lockups
I am currently testing a new Asterisk installation. The server has a T100P connected to a PRI, and about 50 Polycom IP600 phones connected via the local network. Every couple hours, Asterisk randomly stops responding to all calls, both incoming on the PRI and calls from the SIP phones. I'm not sure how or where to start debugging it. When Asterisk stops working I can still connect to
2015 Feb 14
2
[LLVMdev] Y.A.Project based on LLVM: ParaSail LLVM-Based compiler
ParaSail (http://parasail-lang.org) is a safe pervasively-parallel object-oriented programming language. Starting in June 2014 we began the construction of an LLVM-based backend for ParaSail. The existing ParaSail interpreter is broken into a front end that generates instructions for the "ParaSail Virtual Machine" (PSVM), and an interpreter for PSVM instructions. The LLVM-based
2013 Apr 30
1
[LLVMdev] [cfe-dev] [Announcement] Call For 3.3 Testers!
...report > ../../../simple-report.txt 2>&1 You report any issues you run into, file bugzilla reports or post to mailing list if you're unsure. This is just to give you some feel for what it actually takes, but the process is relatively simple. On Tue, Apr 30, 2013 at 2:41 PM, Mehmet Erol Sanliturk <m.e.sanliturk at gmail.com> wrote: > > > > On Mon, Apr 29, 2013 at 1:12 PM, Bill Wendling <wendling at apple.com> wrote: >> >> Hear ye! Hear ye! This is a call for testers for the 3.3 release!!! >> >> What's Expected >> ----------...
2020 May 08
1
Changing ssrc
Hi Everyone, We're routing calls through Asterisk (dialing in via sip and then dialing out via SIP). We've noticed a curious behavior in chan_sip that doesn't persist with chan_pjsip. When examining the packet capture, we're seeing the SSRC changing constantly on the call. At first it happens over a variable interval (15s 6s etc) but eventually it ends up changing exactly every
2008 Oct 10
2
Add hash to serialized column
Hey guys, I''m trying to merge a hash with another using the .merge! function. class User < ActiveRecord::Base serialize :preferences end This is what I end up with in the console: >> u = User.find(1) >> u.preferences.merge!{:test => 1} SyntaxError: compile error (irb):32: syntax error, unexpected tASSOC, expecting ''}'' u.preferences.merge!{:test
2010 Oct 12
2
STI and :through, not working?
Artist.first.medias returns all medias. Media is an STI. Media can be video or painting. How do I return all paintings of an artist? Only paintings, not videos? In my Artist model, I tried putting: has_many :paintings, :through => :medias In console, I do: Artist.first.paintings.all And I get: ActiveRecord::HasManyThroughSourceAssociationNotFoundError: Could not find the source
2013 Apr 30
0
[LLVMdev] [Announcement] Call For 3.3 Testers!
...Extract ...x... (3) Apply script ...y... (4) If output is ... then ... Do the following : ... else ... Do the following : ... . . . (B) : . . . Such a detailed algorithmic description may allow more ( less experienced people ) to participate in testing . Thank you very much . Mehmet Erol Sanliturk -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130429/33ee78a5/attachment.html>
2013 Apr 09
3
[LLVMdev] [cfe-dev] [Announcement] 3.3 Release Planning!
...age which contains ARM based computers : http://db.debian.org/machines.cgi I do not whether this is useful for you or not . Please check and see whether you can use it for your development work or not . LLVM / Clang is an important project for FreeBSD also . Thank you very much . Mehmet Erol Sanliturk -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130409/bb7e3c1b/attachment.html>
2008 Sep 18
8
handling association changes? What's the best practice?
Hello all! I have a conundrum that I''m _sure_ someone else has already thought of and solved. How does one best handle the scenario of association object changes and data integrity? For example, if I have a standard ecommerce site that sells Products and people can have Orders and an Order has_many Products... then, what happens if Product #3 is part of Order #2 but at some point, the
2013 Oct 08
1
Installing packages from 9.2 Release DVD
...aste of band width . ( Please consider less experienced people : Each year , many persons are entering into an age to try FreeBSD without prior experience about FreeBSD . Lack of necessary information about install is an important obstacle for such new entries . ) Thank you very much . Mehmet Erol Sanliturk
2010 Oct 13
3
using pg on snow leopard
I have a macbook running snow leopard. I recently installed postgresql 9.0 on it. I also installed pg with the following command: sudo env ARCHFLAGS=''-arch x86_64'' gem install pg The result was fine: Building native extensions. This could take a while... Successfully installed pg-0.9.0 1 gem installed Installing ri documentation for pg-0.9.0... Installing RDoc documentation