similar to: Anyone done a "File Browser"? Like a free StrongSpace?

Displaying 20 results from an estimated 7000 matches similar to: "Anyone done a "File Browser"? Like a free StrongSpace?"

2006 Apr 08
1
control for acts_as_tree structure
Hi, I am looking for a good javascript control to display an acts_as_tree structure. Has anyone had good luck with an existing one or would it be better to roll my own? Thanks, Dan
2006 Mar 12
3
Displaying a Tree
Hi, Just a request for comments and ideas really. I need to display a Tree so that users can easily navigate to and from the various branches. I''m not really sure how best to do this, so I thought I''d ask here in case anyone had any ideas... Thanks in advance! -- Posted via http://www.ruby-forum.com/.
1999 Mar 22
1
SAMBA requesting to be a master browser....
We are running samba 1.9.16p11, and seem to be doing just fine. Last Month, our IT dept informed us that our machine was attempting to be a master browser, which the NT Wins server was not happy about. Below is my global config options. When I killed/restarted the samba daemons (running as daemons and not via inetd) the problem seem to vanish. Feeling this was a fluke, it was dismissed.
2006 Jun 17
5
Having trouble listing tiers of categories
I have categories and sub-categories in a table called "categories". Every row has a "parent" field to note if the entry is the sub-category of another (never goes deeper than 1 level). So there might be something like this: id | name | parent 1 Dog 0 2 Pug 1 3 Siamese 5 4 Shih Tzu 1 5 Cat 0 6 Wiener Dog 1 7 Persian
2006 Oct 07
2
Installing winetools
When trying to install Microsoft Foundation Classes I find that winetools gets stuck on the mfc40.dll download. I can download mfc40.dll via my broswer, however. Where to stick this file, so that winetools can find it, and not need to download from dlldump.com? I'm on Ubuntu with the KDE desktop installed, if that matters. Thanks. Dotan Cohen http://what-is-what.com 56
2007 May 16
2
Centos4 x86_64 upgrade from samba sernet 3.0.24 to sernet 3.0.25
Hi. I have problems, when upgraded from samba sernet 3.0.24 to 3.0.25 (too early ?): 1) always must change password, when log in to windows XP professonall - samba 3.0.25 PDC - password expired 2) I can't browse widnows network on client machine - network broswer in WinXP don't respond - just hangs 3) I cann't priny any more to printers attached to another widnows machines
2006 Feb 05
3
Accessing Strongspace from a rails app
Is there any information on how to go about accessing a strongspace account from a rails app? What are the preferred methods for doing this? Are there plugins for RoR that support SFTP transfers and so on? Jake -- Posted via http://www.ruby-forum.com/.
2006 Feb 16
2
Broswer Based Game
Hello all, In order to learn Ruby on Rails (I''ve done the tutorials) I''ve decided to sit down and try to create a broswer based game. I''m a bit lost on where to start. Does anyone have an suggestions? Would anyone be willing to help? I.e. I get stuck with any small bit of code you can give me a heads up, or tell me where I''m going wrong? Thanks guys.
2006 Feb 15
0
Uploading to Strongspace via Rails app
Has anyone done this? I''m not sure I understand how to go about doing it without first going to my app''s server and then over to Strongspace. I would presume the Net::SFTP Ruby lib would be the most direct way to accomplish some of this, correct? Jake -- Posted via http://www.ruby-forum.com/.
2004 Aug 06
2
try again
I didn't really get help last time I emailed this so i'll try again. when using shoutcast it makes a listen.pls file so if someone clicks the link http://live.domain.com/listen.pls winamp will automaticlly open and play the stream. right now for anyone to listen to my icecast server I tell them to open winamp and enter in http://rcscanner.dyndns.org:8000 <p>What I would like is
2014 Jan 12
2
Credentials issue
Hello to all, I've a frustrating issue, everytime I'm trying to connect to some website (like Linkedin, VMware, CertCollection, etc etc) I have issue with credentials... Or the website didn't recognize my login (and I'm still in login page) or for example I'm logged in linkedin but I'm not able to see which visit my profile cause it ask me my credentials and when I enter
2006 Jan 12
24
The Guilt List
I''m not a paid developer, but I still feel guilty. I thought it might be entertaining to have a little "programmer confession." So let''s hear an answer to this simple question: What makes you guilty about your Rails development? Mine is a bad one: I don''t write tests. I understand that TDD makes sense, but I just don''t do it. I''ve
2017 Jun 12
3
count number of stop words in R
define your string as whatever object you want: data <- "Mhm . Alright . There's um a young boy that's getting a cookie jar . And it he's uh in bad shape because uh the thing is falling over . And in the picture the mother is washing dishes and doesn't see it . And so is the the water is overflowing in the sink . And the dishes might get falled over if you don't fell
2017 Jun 12
0
count number of stop words in R
Defining data as you mentioned in your respond causes the following error: Error in UseMethod("tm_map", x) : no applicable method for 'tm_map' applied to an object of class "character" I can solve this error by using Corpus(VectorSource(my string)) and the using your command but I cannot see the number of stop words in my string! On Monday, June 12, 2017 8:36
2009 Jul 10
2
how can I download an english version of R ?
Dear colleagues, I am Professor of Operations Management at IUM, Intl. University of Monaco. The language at IUM is English and I want to test R. But I'm unable to get an English version (only useless French). Please help me. Thanks, Casimir SYSTEMS CONSULT, Pr Dr C. de RHAM 17 av de l'Annonciade, MC-98000 MONACO Tl +377 93 50 68 65, Fx +377 93 50 69 47 Google Earth:
1998 Apr 23
0
Browser Problems
I am having broswer problems. Currently running 1.9.16.p11 on Solaris 2.51. I see the workgroup, CADCAM, in Explorer on a pc. But, when browsing CADCAM, the '+' sign goes away and nothing shows up under the group. PC's can still map the shares ok. My smb.conf entry is: browseable = yes workgroup = CADCAM Do I need to put something in the lmhosts file? Thanks, Garrett Curtis
1999 Nov 10
1
Domain master browser for multiple domains?
Hi, As I understand it, for cross-subnet browsing to work, we need a domain master for each workgroup/domain? This presents a problem since many of our workgroups/domains are just a collection of Windows 95 machines and so do not have a domain controller to be a domain master browser. Can we make Samba be a domain master browser for multiple domains/work- groups (the list of domains/workgroups
2005 Aug 23
10
Creating a simple sum (or: I suck at blocks!)
I''ve been hacking on this for awhile and am not even getting close. Consider the following... results = Sample.find(:all) total_counter = results.each{|result| #Add together result.counter} I just want to simply iterate through the list and sum the counter field for each row into an aggregation. I could do it in a full for loop, but is there a nice one liner I''m missing?
1999 Mar 22
0
Summary: SAMBA requesting to be a master browser....
Mystery solved! Multiple responses pointed out that if the master browser didn't respond within the 12 minutes, that a new election would be forced, and chances are that our unix system beat out the NT. (awww). The question of why our system (SAMBA) even participated in the election I still don't know, unless the default really isn't 0 for os level (at least for our version). The
2017 Jun 12
3
count number of stop words in R
You can define stop words as below. data <- tm_map(data, removeWords, stopwords("english")) Patrick Casimir, PhD Health Analytics, Data Science, Big Data Expert & Independent Consultant C: 954.614.1178 ________________________________ From: R-help <r-help-bounces at r-project.org> on behalf of Bert Gunter <bgunter.4567 at gmail.com> Sent: Monday, June 12, 2017