search for: mystuff

Displaying 20 results from an estimated 49 matches for "mystuff".

2009 Jul 12
11
get DB data to rhtml file
I am trying to get data out of a database to my rhtml file. The files look like this: Model ------- mystuff.rb class Mystuff < ActiveRecord::Base set_table_name "mytable" set_primary_key "id" end Controllers -------------- mystuff_controller.rb require ''Mystuff'' class MystuffController < ApplicationController def read @me = Mystuff.find(...
2009 Oct 27
2
Porting Custom Packages from Linux to Windows
On my linux workstation I have a nice, very little project in a directory called "mystuff" I installed "mystuff" into site-library with R CMD build, R CMD check and R CMD install. This was all with the file mystuff.tar.gz. Now I want to install "mystuff" on my windows workstation. Can I use the same file mystuff.tar.gz. Do I need to do something different w...
2002 Jul 02
1
subscript out of bounds
Hello As I'm beginning to write functions, I decided to have my personnal R library named MyStuff located in /home/fred/R.Lib/MyStuff/ The library file itself is at /home/fred/R.Lib/MyStuff/R/MyStuff evrything seems ok since > library() gives : Packages in library `/usr/lib/R/library': KernSmooth Functions for kernel smoothing for Wand &...
2010 Feb 10
0
Folders within folders ...
...~/mail/sent-mail ~/mail/My Stuff ~/mail/Important ~/mail/test/SomeFolder <-- this would never happen, but I have to account for it during our transition A tree of ~/mail-Archives/ would look like this: ~mail-Archives/2009/MyStuff/MyStuff-Dec09 ~mail-Archives/2009/MyStuff/MyStuff-Nov09 ~mail-Archives/2009/MyStuff/MyStuff-Oct09 ~mail-Archives/2010/MyStuff/MyStuff-Jan10 ~mail-Archives/2010/Important/Important-Jan10 All of that works, I can open up Thunderbird and browser/read/delete messages n...
2007 Nov 22
2
Wayward Directories
Seems that any program that has a default data directory, or previously selected directory preserved, has the directory duplicated/nested: That data is in c:\mystuff\mydata It is shown as c:\mystuff\mydata\mydata The files appear and maybe can be read. Any attempt to write produces an error (obviously, there is no such directory). Some programs will crash/abort wine trying to navigate this stuff. This is a problem in recent wine (running Debian Sid). Progra...
2007 May 14
2
How to write data to astdb?
Hello, I'm trying to fill CID data into the astdb using AsteriskWin32's asterisk.exe, to no avail: The batch file stops after the first line, and just waits: ---------------------------------------- rem c:\cygroot\mystuff>import.bat rem rem c:\cygroot\mystuff>C:\cygroot\bin\asterisk.exe -rx 'database put cidname 123 "My cellphone"' rem rem Asterisk module loaded successfully rem Asterisk entry point foundW2003*CLI> Updated database successfully rem Verbosity is at least 1 rem STUCK HERE!...
2002 Feb 11
1
problem getting just a single dir !
I am trying to fetch a single dir using the following command but all I get is a empty dir: rsync -av www.myServer.com::myStuff --include=myDir --exclude=* . Here is the rsync output: receiving file list ... done myDir/ ./ wrote 119 bytes read 392 bytes 92.91 bytes/sec total size is 0 speedup is 0.00 The command looks simple and straight forward but somehow I am not getting the expected results. Could someone please he...
2011 Nov 16
1
Deleting a mailbox and all its children
I'm looking at scripting a mechanism to delete a mailbox, which is easy with 'doveadm mailbox delete' -- however it gets complicated when there are children of arbitrary depth, for example, I may have this: restored.daily1.INBOX restored.daily1.Sent restored.daily1.Mystuff restored.daily1.Mystuff.foo I would like to delete the 'restored' mailbox and all its children (and unsubscribe the folders), but the 'doveadm mailbox delete' command wont delete any children. I'm surprised that there isn't a -r (recursive) option to 'doveadm mailbox d...
2009 Aug 06
1
specify lattice black-and-white theme
...olor and in the strips there is no shading? This is the effect achieved on page 124 of Deepayan Sarkar's "Lattice" (figure 7.2). I managed to trick lattice into making a grayscale plot on my interactive display as follows: > graphics.off() > postscript("junk.ps") > mystuff<-trellis.par.get() > graphics.off() > trellis.par.set(mystuff) Then when I made a multipanel (conditioned) plot, at least there was no color, but the strips contained gray shading. Is this the "black and white theme"? If one wants strips with white background (no shading), as in...
2014 Jun 04
2
Few questions about members
We are experimenting with two different scenarios here. The one I'm asking about this time is this: We have a samba4 AD set up. It seems to be fine as far as we can tell. We are trying to set up a member, and have followed the wiki page https://wiki.samba.org/index.php/Setup_a_Samba_AD_Member_Server. The first question I have is why is the start script we use on the AD not work on the
2005 May 17
2
ajax insertion sort
Is there support yet for adding something to a list in sorted order? For example, you have a form to add a new item and you want the new item to be inserted in the list in the proper order. I''ve noticed the :position option in the form_remote_tag but it doesn''t seem like you can use it to keep things in sorted order. Rod Schmidt http://rodschmidt.blogspot.com "Do or
2010 Aug 22
2
Strange Apache log entry
...-- A total of 1 sites probed the server 66.249.137.70 A total of 2 possible successful probes were detected (the following URLs contain strings that match one or more of a listing of strings that indicate a possible exploit): 66.249.137.70 - - [21/Aug/2010:04:56:56 -0500] "GET /mystuff/?g=../../../../../../../../../../../../../../../proc/self/environ%00 HTTP/1.1" 200 5231 "-" "libwww-perl/5.810" 66.249.137.70 - - [21/Aug/2010:04:56:56 -0500] "GET /?g=../../../../../../../../../../../../../../../proc/self/environ%00 HTTP/1.1" 200 14169 "-&qu...
2006 Apr 28
4
Call for patterns...
Hi group, I was wondering if anyone more experienced could help me to find a good pattern for two things: 1. How to group controllers. Example: We have an admin panel with: user_managment_controller.rb priv_managment_controller.rb widget_controller.rb User panel with: mystuff_controller.rb mytags_controller.rb profile_controller.rb And frontend with: widget_controller.rb etc... How do I group those controllers? Should I put them in subdirectories? Does rails support this automagically? and 2. I have a model/table Widget with fields a,b,c,etc. Lets say guest can edit...
2017 Nov 10
2
Sieve global path?
On Thu, 9 Nov 2017 21:02:44 -0500 Bill Shirley <bill at KnoxvilleChristian.org> wrote: > Set the sieve_global_dir like this. > /etc/dovecot/conf.d/99-mystuff.conf: > . > . > plugin { > ? sieve???????????????? = ~/Maildir/dovecot.sieve > ? sieve_dir???????????? = ~/Maildir/sieve > ? sieve_global_dir????? = /etc/dovecot/sieve/global/ > ? sieve_before????????? = /etc/dovecot/sieve/before.d/ > #? sieve_before2??????? = > #? si...
2017 Nov 10
2
Sieve global path?
...-- Regards, Stephan > > On 11/10/2017 3:07 AM, Stephan von Krawczynski wrote: > > On Thu, 9 Nov 2017 21:02:44 -0500 > > Bill Shirley <bill at KnoxvilleChristian.org> wrote: > > > >> Set the sieve_global_dir like this. > >> /etc/dovecot/conf.d/99-mystuff.conf: > >> . > >> . > >> plugin { > >> ? sieve???????????????? = ~/Maildir/dovecot.sieve > >> ? sieve_dir???????????? = ~/Maildir/sieve > >> ? sieve_global_dir????? = /etc/dovecot/sieve/global/ > >> ? sieve_before????????? = /et...
2010 Jun 02
5
user routing versus admin routing strategies?
...to viewing and editing their own "stuff", but someone with admin privs can view and edit anybody''s stuff, what''s the right strategy for routing? At first blush, I''d think that an ordinary user (e.g. with id 565) should see something like: http://example.com/mystuff.html ... where the controller assumes @current_user has been established by authlogic or whatnot. But if you''re logged in as an admin, you could get at that same user''s stuff via: http://example.com/users/565/mystuff.html and you could list and administer all the users via:...
2006 Apr 12
2
where to put utility code.
Hi All, I am new to "ruby on rails". I have some common utility classes. I am not sure where to put this kind of code. components\ or lib\ ? Any comment is appreciated! -Jon _________________________________________________________________ It?s the future of Hotmail: Try Windows Live Mail beta http://www2.imagine-msn.com/minisites/mail/Default.aspx?locale=en-us
2000 Apr 21
0
symlink-hack for smbfs under linux
...imilar smb_proc_write_mem and make it use memcpy. I still don't get it) and happy to forget everything about it at least until after easter. As the patch is rather large (> 10k), I'd rather not include it here; versions for 2.0.33 and 2.3.99 are available at http://prawda.oeh.net/~aoe/mystuff/smb.symlinks.2.0.33.v0.2.patch http://prawda.oeh.net/~aoe/mystuff/smb.symlinks.2.3.99.v0.2.patch or http://mars.tuwien.ac.at/~aoe/smb.symlinks.2.0.33.v0.2.patch http://mars.tuwien.ac.at/~aoe/smb.symlinks.2.3.99.v0.2.patch Alexander -- Alexander Oelzant alexander@oelzant.priv.at Durchlaufstr...
2015 Feb 19
2
CentOS 7: software RAID 5 array with 4 disks and no spares?
...5/6. ... ... > ... > ... ... btrfs ... actually, I prefer zfs. I was just saying how I do it on CentOS, where zfs is not really an option. # zpool create zbig mirror hd10 hd11 mirror hd12 hd13 mirror hd14 hd15 mirror hd16 hd17 mirror hd18 hd19 spare hd20 hd21 # zfs create -o mountpoint=/mystuff zbig/mystuff done. .... but, is that lvm integrated raid stuff available in RHEL/CentOS 6 or 7 yet ? -- john r pierce 37N 122W somewhere on the middle of the left coast
2007 Sep 06
5
Find by contents and missing ferret_score method
Hi, i m using acts as ferret via the find_by_contents, and then i my trying to get the score of each results... But the score of ferret_score method is missing... I ve got the @total_hits in the array, but not the @score one :/ What s going on ? Is this method disappear in acts_as_ferret ? thanks Guillaume. -- Posted via http://www.ruby-forum.com/.