Displaying 20 results from an estimated 7695 matches for "conceptional".
Did you mean:
conception
2006 May 06
6
assert_raises --> how does it work?
Hi,
I have this code fragment:
def test_delete_concept
assert_not_nil Concept.find(concepts(:entreprise).id)
get :delete_concept, {:concept_id => concepts(:entreprise).id}
assert_raises :RecordNotFound,
Concept.find(concepts(:entreprise).id)
end
basicaly, on the first line, I make sure that the concept exist in the
DB. On the second line I delete the concept fron the DB.
2006 May 20
3
Navigation between DB Items with active Record
Hi,
I am having troubles to figure out how to move from one record to the
other without using <find_by_sql> or other ugly tricks. So far, I have
managed to do a lot of stuff without it but I decided that I need to
learn how it works this weekend! So I need your help to figure that
out...
I have the following 4 models:
class Client < ActiveRecord::Base
has_many :client_variations
2006 Apr 30
0
weird error when running my unit tests
How can this be possible:
I have two tests:
def find_all_active_and_inactive
assert_equal Concept.find_all_active_and_inactive.size,
@concepts.size
end
and
def test_find_all_inactive
assert_equal Concept.find_all_inactive.size, (@concepts.size -
Concept.find_all.size)
end
Concept.find_all returns 2 concepts (I overwrote the method to return
only the active concepts)
2010 Mar 29
4
Confusing concept of vector and matrix in R
Why does R need the concept of "Vector"? In my opinion, it is a useless and
confusing concept. A vector is simply a special case of a matrix whose row
or column number is equal to 1. When I take submatrix from one matrix and
if row or column number is 1, R will automatically convert it into a vector.
It is very straightforward that a submatrix of a matrix should be a matrix.
In
2011 Jul 18
4
Understanding R's "Environment" concept
Hi all, I am trying to understand the R's "environment" concept
however the underlying help files look quite technical to me. Can
experts here provide me some more intuitive ideas behind this concept
like, why it is there, what exactly it is doing in R's architecture
etc.?
I mainly need some non-technical intuitive explanation.
Thanks,
2011 Jul 18
4
Understanding R's "Environment" concept
Hi all, I am trying to understand the R's "environment" concept
however the underlying help files look quite technical to me. Can
experts here provide me some more intuitive ideas behind this concept
like, why it is there, what exactly it is doing in R's architecture
etc.?
I mainly need some non-technical intuitive explanation.
Thanks,
2006 May 17
0
teardown not cleaning the BD?
Hi,
I am a bit confused, I have a few functionnal tests were I add/delete
records on top of the ones provided in the fixture and it seems like the
records are surviving the teardown. Isnt teardown supposed to be ran
after each test? So if I have something like:
def teardown
Client.delete_all
Concept.delete_all
Variation.delete_all
ClientVariation.delete_all
end
All the
2017 Jun 26
2
About the concept of "materialization"
I’m current debugging one of my LLVM passes which utilized inline assembly. I constantly encounter crashes related to “value materialization”, according to the error messages I received. It seems a big concept in LLVM (or maybe generally in compilation), but I cannot find any document that is comprehensive enough to help me understand what exactly materialization is for. Could someone offer some
2018 May 20
3
Loop Function to Create Multiple Scatterplots
Hello,
I am trying to create multiple scatter plot graphs. I have 1 independent
variable (Age - weeks post conception) and 18 dependent variables ("Gene n"
Expression) in one csv file. Is there a way to set up a looped function to
produce 18 individual scatterplots? At the moment, I am writing the plot()
function out 18 times to make the 18 graphs. My code is below and csv file
is
2004 Oct 03
3
Help with concept.
G'Day All,
I have read a lot but still have not got the concept in my head.
My ultimate goal is to setup asterisk with VOIP at my job but am working
on setting one up at home first.
I have a 10/100 network at home with Cable broadband and would like to
setup a server with RedHat and Asterisk.
Do I MUST HAVE a VOIP provider so as to be able to make and receive
calls VOIP?
What should be my
2011 Oct 20
2
Aggregating data help
Hello,
I have a dataset with student performance on a math test. There are
multiple cases for each student (identified by id) and the concept as a
variable.
> rtest
id test subject grade concept correct tested per_corr
year
1 1 83 Mathema 8 8.2.D 1 1 100
2011
2 1 83 Mathema 8 8.3.A 1 2
2007 Jul 27
1
Asterisk advanced concepts
Hello,
I am interested in knowing what are the advanced topics that can be learned in Asterisk. It would be helpful if there are any reference books or tutorials on Asterisk that cover advanced concepts on Asterisk.
Thanks in advance!
A Successful Person Is The One Who Can Lay A Firm Foundation With The Bricks That Others Throw
---------------------------------
Why delete messages?
2009 Apr 10
2
Concept: Wine as a workspace
Hi, I had an idea which I would like to post. Not sure if this is the right place but I don't see anywhere else.
Where you can run wine as a window. "Emulate Virtual Desktop", would it be possible to set a workspace up as a virtual desktop?
I am interested to know what other people think, am I the only one who would like this or do other peopel thin its a good idea too?
Also I a
2007 May 01
2
Concepts question: environment, frame, search path
Folks:
I'd appreciate if someone could straighten me out on a few concepts which
are described a bit ambiguously in the docs.
1. data.frame:
----------------
Refan p84: 'A data frame is a list of variables of the same length with
unique row names, given class "data.frame".'
I probably don't need to point out how opaque that is!
Anyhow, key question: Some places in
2017 Jun 05
4
IAX port 4569
I think you need to increase verbose output and search in
/var/log/asterisk/full for any error message related to IAX2 registration
or simil.
2017-06-05 17:12 GMT-03:00 <thelma at sys-concept.com>:
> No, I don't think it is IP table issue, I've not upgraded dd-wrt for a
> while and it was zoiper was working OK with my previous version of
> asterisk.
>
> After upgrade
2017 Jul 01
0
How to replace match words whith colum name of data frame?
Dear ?,
I'm sure that there are many ways to do what you want; here's one:
> cbind(concept_df, category=
+ ifelse(apply(
+ sapply(chemical_df$chemical,
+ function(x) grepl(x, concept_df$concept)),
+ 1, any),
+ "chemical", ""))
concept category
1 butan
2013 Feb 28
1
postfix, dovecot, samba, winbind
Hello List,
we're currently working on the migration of our LDAP/Samba3-Domain to Samba4-Active-Directory. So far everything works fine. Postfix can deliver Mails using ProxyAddresses-Information from the AD and Dovecot delivers the mail.
Unfortunately when Postfix tells Dovecot to deliver the mail he submit the username without the AD-Domain part:
Feb 28 17:17:59 tpdc
2017 Jun 05
3
IAX port 4569
Use the command bellow to check if is Asterisk opening the port.
netstat -nap | grep 4569
You need to see something like this output, otherwise your asterisk is
not opening the port.
udp 0 0 0.0.0.0:4569 0.0.0.0:*
10244/asterisk
Att,
H?lvio Junior
dCAA - Digium Certified Asterisk Administrator
SafeId - Gest?o de identidades e Acessos
+55 41 | 9
2006 May 19
1
Need help with a test
Hi,
I have this controller method that I need to test:
def link_concept_to_client
concept_to_link = Concept.find(params[:concept_id])
# take all the variations for the concept
for variation in concept_to_link.variations
new_client_variation = ClientVariation.new
new_client_variation.client = session[:active_client]
new_client_variation.variation = variation
2005 Jan 10
1
Could anyone explain the slot and bucket concept in SFQ to me?
Dear all,
I''m reading codes in sch_sqf.c in kernel 2.4 of Linux.
I find I messed up with the concept of slot, bucket and hash tables. Could
anyone explain the data stucture of the hash tables a little to me.
Thanks very much.
Best,
Franklin
BTW: I can not understand why the number of entries of dep[SFQ_DEPTH*]
should be twice:(
_______________________________________________
LARTC