search for: colab

Displaying 8 results from an estimated 8 matches for "colab".

Did you mean: kolab
2007 Jan 16
1
Shared folder doesn't work!
...ed back to libmysqlclient12-dev, kernel-headers versioned build-dependency removed and debhelper version relaxed to 4. -- Jaldhar H. Vyas <jaldhar at debian.org> Mon, 4 Dec 2006 00:48:28 -0500 And here is the share. Two users are accessing it: brian and fred which are both in the colab group. See how the one message doesn't have group read or write. # cd /var/mail # find public -ls 232465 1 drwxrws--- 6 fred colab 1024 Jan 16 00:50 public/ 232466 1 drwxrws--- 2 fred colab 1024 Jan 16 00:13 public/cur 232467 1 drwxrws--- 2 fred colab...
2006 Jan 19
4
multiple database in the same actions?
Hi, I read the example in http://wiki.rubyonrails.com/rails/pages/HowtoUseMultipleDatabases, it show us how to connect to other database, each time we start a new action, however, this doesn''t work while you try to connect to two different database within the same action. SO I wonder is it possible to bind to two or more database within the same action???? Thanks you very much Saiho
2025 May 14
1
how to install R 4.4
...keras::install_keras( envname = "r-reticulate", # keras3 extra_packages = c("keras-tuner", "ipython", "kaggle")) ``` if keras is replaced with keras3 then the install will finish, but it keeps crashing when I try to run code. I also discovered that google colab made it very difficult to install keras in colab. maybe keras is meant to be on python only?? Thanks everybody On Wed, 2025-05-14 at 08:36 -0500, Dirk Eddelbuettel wrote: > > On 14 May 2025 at 09:12, Stephen Bond wrote: > > I do not care about version. My packages are in > > &...
2025 May 14
1
how to install R 4.4
On 14 May 2025 at 09:12, Stephen Bond wrote: | I do not care about version. My packages are in | | /home/stephen/R/x86_64-pc-linux-gnu-library/4.4/ | | and and after renaming the 4.4 folder I can load them. | How do you avoid the version naming of the package folder? It's a personal preference but I tend to set things up such that I have no user-local directory, and that has worked for a
2006 Jan 13
1
How to disconnect to a database????
...ame => "dbuser", :password => "dbuser") @connected1 = GenTableAs.connection() @removedConnection = GenTableAs.remove_connection() @connected2 = GenTableAs.connection() # should be nil here obj1 = GenTableAs.new obj1["colaa"] = 100 obj1["colab"] = "100" obj1.save # should have raised exception or error here end end #################################################################################### the output of index @connected1: #<ActiveRecord::ConnectionAdapters::PostgreSQLAdapter:0x2aaaac138930 @runtime=0.018...
2006 Jan 26
0
If you want to disconnect a database properly, there is the code:)!!!
...:username => "dbuser1", :password => "dbuser1") GenTableAs.set_table_name ''table_no_1'' GenTableAs.reset_column_information() obj1 = GenTableAs.new @col1 = obj1.class.column_names() obj1["colaa"] = 123 obj1["colab"] = "123" obj1.save obj1 = nil GenTableAs.clear_connection # here we disconnect the connection # connection to a new database GenTableAs.establish_connection(:adapter => "postgresql", :host => "9.8.7.5", :port => 5432,...
2019 Sep 17
3
Improving partial lookup results
...handle this? I tried to add a wildcard in the string and skip the query parser, but ended up with zero results. Also sometimes (though not always) substring matches would help - the Ann examples in the notebook illustrate this. I've put an interactive Jupyter notebook with my code at https://colab.research.google.com/drive/1Y_G0hifgHWedy192KwwX7-akNj_BZxVA. If you're logged into a Google account you can run it. The dummy data I used, which you can use to re-run the notebook, is stored at https://gist.github.com/pbowyer/f8d28190fcb2a819c58d8293c602f31d Thanks, Peter
2006 Jan 05
7
HOWTO: Combine fields from 2 two tables in 1 object
Hi all, For a dropdownlist (showing "Company - FirstName Lastname'') I want to fill an object @project_contacts with "Name" from table Companies and "Firstname" and "Lastname" from table contacts. Any idea? Regards, Gerard. -- "Who cares if it doesn''t do anything? It was made with our new Triple-Iso-Bifurcated-Krypton-Gate-MOS