Displaying 20 results from an estimated 8262 matches for "programme".
Did you mean:
programmed
2006 Aug 22
4
Native Extensions on Windows 0.10 series
...vorbehalten.
NMAKE : fatal error U1077: ''cl'': R?ckgabe-Code ''0x2''
Stop.
Microsoft (R) Program Maintenance Utility, Version 7.10.3077
Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
ruby extconf.rb update ferret
creating Makefile
nmake
e:\programme\ruby\bin\ruby -e "puts ''EXPORTS'', ''Init_ferret_ext''" >
fer
ret_ext-i386-mswin32.def
cl -nologo -MD -Zi -O2b2xg- -G6 -I.
-Ie:/programme/ruby/lib/ruby/1.8/i38
6-mswin32 -Ie:/programme/ruby/lib/ruby/1.8/i386-mswin32 -I. -c -Tcanalysis.c
analysi...
2013 Mar 14
7
No Migration Files are created
I''ve been working with Rails for 3 Months now, but haven''t experienced
this problem until now. I''m currently working through Micharl Hartls
Tutorial and everything worked fine so far, but suddenly (chapter 11) I
can nolonger create Migration Files.
when entering "rails g model Name field1:type" I don''t get the usual
"create db/migrate...."
2006 Nov 04
0
Weird exception
...rd rails exception more or less regularly, after which only
deleting the session file under /tmp will allow me to log back into my app.
Any ideas? (I''m - as you can see from the stacktrace - running the whole
thing on windows, and no, this was not my decision :)
marshal data too short
F:/Programme/InstantRails/ruby/lib/ruby/1.8/pstore.rb:353:in `load''
F:/Programme/InstantRails/ruby/lib/ruby/1.8/pstore.rb:353:in `load''
F:/Programme/InstantRails/ruby/lib/ruby/1.8/pstore.rb:306:in `transaction''
F:/Programme/InstantRails/ruby/lib/ruby/1.8/cgi/session/pstore.rb:71:in...
2006 Jul 20
0
Routing error
...;
and the do a redirect in that function, much along the lines of the last
example in
http://www.bigbold.com/snippets/tags/routes
but I still get this error in the log (see below)
Help is greatly appreciated!
Thanks
Michael
[2006-07-20 20:26:54] ERROR Errno::EINVAL: Invalid argument
c:/programmer/ruby/lib/ruby/1.8/webrick/httprequest.rb:325:in
`gets''
c:/programmer/ruby/lib/ruby/1.8/webrick/httprequest.rb:325:in
`__send__''
c:/programmer/ruby/lib/ruby/1.8/webrick/httprequest.rb:325:in
`_read_dat
a''
c:/programmer/ruby/lib/ruby/1.8/webrick...
2006 Mar 18
9
How do I write this SQL the Rails way?
I''m trying to find all the unique bill_number, status records in Bills
table. I can do it with a find_by_sql statement like this:
@records = Bill.find_by_sql( "select distinct bill_number, status
from bills
group by bill_number, status;")
How would I rewrite it using ''find :all
2001 Sep 29
2
Mathematica Notebook Frontend
...Thanx a lot CFU
wine Mathematica.exe
For language 'german' several language ids were found:
de_DE - 0407; de_CH - 0807; de_LU - 1007; de_LI - 1407;
Instead of using first in the list, suggest to define
your LANG environment variable like this: LANG=de_DE
fixme:module:CreateProcessA (C:\Programme\Wolfram
Research\Mathematica\4.0\SystemFiles\FrontEnd\Binaries\Windows\Mathematica.exe,...):
NORMAL_PRIORITY_CLASS ignored
fixme:pthread_kill_other_threads_np
fixme:pthread_kill_other_threads_np
fixme:pthread_kill_other_threads_np
fixme:pthread_kill_other_threads_np
fixme:pthread_kill_other_threa...
2006 Apr 18
7
Connecting to multiple databases
Hi Everyone,
I am trying to connect to multiple databases and followed along the
Recipe in Chad Fowlers ''Rails Recipes'' book (which basically is about
establishing the connection in a subclass of ActiveRecord::Base, and
inheriting all classes in need of this connection from this class)
Chad Fowler says:
"You won''t be able to instantiate an External, of course,
2006 Apr 27
5
Realtime Form Validation Plugin Available
Granted, I''m still very much a newbie, but after reading an article on AJAX
that basically states at one point that just because you can use AJAX
doesn''t always mean you should, I have to ask: Why bother contacting the
server (even if it is an insignificant amount of bandwidth) to validate the
sanity of form data (unless you''re actually validating against something in
2006 Mar 21
0
wine and Mankind (the one from www.mankind.net) - possible networking or file creation problem
...k.cfg" GENERIC_READ FILE_SHARE_READ
FILE_SHARE_WRITE creation 3 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U
(L"mk.cfg",0x7f9de618,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"mk.cfg" 520 0x7f9de38c (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\Programme\\Mankind\
\Mankind\\mk.cfg" ->
"$HOME/.wine/dosdevices/c:/Programme/Mankind/Mankind/mk.cfg"
trace:file:CreateFileW returning 0x18
trace:file:ReadFile 0x18 0x7f9de748 4 0x7f9de6dc (nil)
...
trace:file:CreateFileW L"C:\\Programme\\Mankind\\Mankind/Mankind.mip"
GENERIC_READ...
2006 Jun 27
3
Weird ActiveRecord Foreign Key Problem
...is a foreign key to a
table called "building_type". In a controller I try to read all the
build_orders with "BuildOrder.find :all" and get the following error and
stack trace:
(eval):1:in `instance_eval'': compile error
(eval):1: syntax error
Object::0
^
c:/programme/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:1244:in
`instance_eval''
c:/programme/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/base.rb:1244:in
`instance_eval''
c:/programme/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/activ...
2007 Aug 03
2
Problem with making dll under Windows
Dear all,
I have problems to compile a DLL for Windows XP with R version 2.5.1 (2007-06-27).
See output below:
C:\AZ_DATEN\C, C++\BE_speedup>R CMD SHLIB dmypow.c
Goto undefined subroutine &DynaLoader::bootstrap_inherit at C:\Programme\R\R-2.5
.1\share\perl/XSLoader.pm line 80.
Compilation failed in require at c:/Programme/Perl/lib/IO/Handle.pm line 262.
BEGIN failed--compilation aborted at c:/Programme/Perl/lib/IO/Handle.pm line 262
.
Compilation failed in require at c:/Programme/Perl/lib/IO/Seekable.pm line 101.
BEGIN failed--c...
2006 Aug 07
2
uninitialized constants in worker class
...r/plugins/backgroundrb/backgr
oundrb.rb:45:in `start_process''
./script/backgroundrb/../../config/../vendor/plugins/backgroundrb/backgr
oundrb.rb:41:in `start_process''
./script/backgroundrb/../../config/../vendor/plugins/backgroundrb/backgr
oundrb.rb:112:in `new_worker''
C:/Programme/ruby/lib/ruby/1.8/thread.rb:135:in `synchronize''
./script/backgroundrb/../../config/../vendor/plugins/backgroundrb/backgr
oundrb.rb:104:in `new_worker''
C:/Programme/ruby/lib/ruby/1.8/drb/drb.rb:1552:in
`perform_without_block''
C:/Programme/ruby/lib/ruby/1.8/drb/drb.rb:1512...
2012 Apr 08
1
DLLs for Orcs Must Die
Hi,
I could install Orcs Must Die, but when I try to run it, I get the following errors:
Code:
err:module:import_dll Library fmod_event.dll (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\OrcsMustDie.exe") not found
err:module:import_dll Library lua90.dll (which is needed by L"C:\\Programme (x86)\\Robot Entertainment\\Orcs Must Die!\\Build\\release\\OrcsMustDie.exe") not found
err:module:import_dll Library Ph...
2004 Jun 15
2
Polycom IP 600 Programmability
Do the Polycom IP phones have some programmability so you can do some
programmable phone buttons like you can on the Cisco phones?
If there is programmability, such as for soft-keys and the like, how
would you rate Polycom's vs Cisco's capabilities? And where can one
find the programming documentation?
Thanx.
Ray.
--
Scanned for viruses and dangerous content at
2001 Jan 05
2
running Rcmd INSTALL, again
Ok, one last try. R1.2.0, WinNT 4.0:
[R is installed in: R_HOME=D:\Programme\R\rw1020]
Can anyone give a hint what the following error message (when running Rcmd
INSTALL) means and what to do about it?
cd D:\Programme\R\rw1020\src\library
D:\Programme\R\rw1020\bin\rcmd install testfunctions
make: Entering directory `/cygdrive/d/Programme/R/rw1020/src/gnuwin32'
dlltoo...
2010 Jun 18
4
C Interface
...hoFunctions.dll")
test(0)
dyn.unload("./OrthoFunctions.dll")
then R crashes.
If I compile with the default flags (no extern "C", no __cdecl) I get an
error message about an undefined reference to "__gxx_personality_v0":
C:\...>R CMD SHLIB OrthoFunctions.c
C:/Programme/R/R-2.10.1/etc/Makeconf:151: warning: overriding commands for
target `.c.o'
C:/Programme/R/R-2.10.1/etc/Makeconf:142: warning: ignoring old commands for
target `.c.o'
C:/Programme/R/R-2.10.1/etc/Makeconf:159: warning: overriding commands for
target `.c.d'
C:/Programme/R/R-2.10.1/etc/Mak...
2008 Jul 23
1
Problem with an old programme for windows 95
Hello! I'm new on this forum
Today I install an old programme for windows 95, his name is Cosmo.
When I start it the programme print this message:
"This programme must be run on a monitor dispaying thousand of colors (16 bit) please quit and configure your graphics card accordingly"
How I can configure wine to run correctly this programme??
Forgive...
2004 Jun 11
3
Einlesen von Daten unter R
...amm zur Auswertung von
IR-Spektren (line-shape-Analyse zur quantitativen Analyse von
Gasmischungen) entwickelt. Die Daten werden einer Excel-Tabelle
entnommen. Bisher werden die spektroskopischen Daten ??ber den Inhalt von
64 Kan??len ??ber die RS232-Schnittstelle seriell mittels eines
Labview-Programmes in eine Excel-Tabelle eingelesen.
Die Verwendung der beiden Programme Labview und R ist unpraktisch. Es
stellt sich daher die Frage, ob serielle Daten auch ??ber R eingelesen
werden k??nnen oder ob das R-Programm in ein Labview-Programm eingebaut
werden kann.
Ich w??re sehr froh, wenn Sie mi...
2004 Aug 04
2
Snom 200 Programmable Keys
I would like to use one of my Snom 200's 5 programmable keys to park
calls. I am using image SIP 2.04g. I have tried a variety of
combinations and have come to the conclusion that:
1) On the Key Mappings administration page, I must select the "Transfer"
under the "Break Keys" option box to be able to successfully transfer
calls using the "Transfer" button.
2)
2007 Jul 16
3
Can''t start Mongrel under win32
...ng Mongrel (use ''script/server webrick'' to force WEBrick)
=> Rails application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment...
Exiting
c:/Programme/Ruby/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/commands/servers/mongrel.rb:15:
warning: already initialized constant OPTIONS
c:/Programme/Ruby/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/commands/servers/mongrel.rb:18:
undefined method `options'' for []:Array (NoMethodError)
from...