Displaying 4 results from an estimated 4 matches for "queation".
Did you mean:
quation
2011 Nov 06
9
School cloud solution
This really isn't a CentOS specific queation but that is our server OS of choice.
I manage a student file server and i would like to add cloud access to it. Basically i would like our students to have access to the same files at home that they have at school. This would allow them to start an asignment at home, finish it at school, and pri...
2004 Apr 20
2
I have a question!!!! Help me!!
Dearing author:
I am a student.
I am a beginner in learning R-project.
I have a queation!!
If we want to solve following equation, how can i do first??
We want to solve X's and Y's value!!
When we have two equation:
For example:
2X+3Y=5
X+Y=2
I just take a simple example!!
MY form is more difficult than above example!!
Please help me!! And give me a reference to solve it!!
T...
2001 Apr 14
0
Samba -- Just Do It!
...e can all contribute in various ways. We can get involved. We can
contribute to the coding effort. We can contribute to the 2nd half of
the coding effort by shaking the bugs out of the system. We can help
others wanting knowledge about the product -- help folks get up and
running by answering their queations. All of which goes to getting open
source installed and increasing the user base of this great alternative
to traditional closed products.
Of all the things we can do, there is no substitute to giving to the
cause -- putting our money where our mouth is. Because nothing, in this
day and age, mov...
2011 Aug 29
7
:onchange in rails 3
Hi,
Anybody know why :onchange works here...
<%= select_tag "Minisections",
options_from_collection_for_select(@minisections, :id, :title, :selected
=> @minisection.id), {:onChange => "{alert(''Minisection has been changed
to x !'')}"} %>
but NOT here (to call a function)...
<script type="text/javascript">
function xyz() {