Displaying 18 results from an estimated 18 matches for "nsit".
Did you mean:
nit
2015 Mar 27
1
GSOC introduction
hi,
i am Mintoo Kumar ,2nd year computer engg. undergraduate at NSIT,delhi
unversity,
india .i am a beginner to open source and want to contribute for open
source community.i am coding in c/c++ since last 2 years.and i have
experience of coding in python,java,html,css,php,xml as well.i would like
to work on the project "Icecast configuration interface".
t...
2006 Jan 09
3
Selecting a subset of a table with DRY
...where appropriate. However, I''d like
find_viewable to work just like find, except that it would modify the
parameters to find to incorporate those conditions.
Any thoughts or examples of something similar?
Thanks.
--
Jesse Farmer <farmerje@uchicago.edu>
University of Chicago - NSIT Web Services
AIM: farmerje
Jabber: farmerje@im.uchicago.edu
Phone: (773)363-1058
2003 Dec 19
2
SSH for OS/390 (ODBC SSH-Tunneling to OS/390)
...down the wrong path...
Many thanks in advance for any help you can give.
Happy Holidays!
Cheers,
:D
--------------------------------------------------------------------
Daragh Fitzpatrick Daragh at UChicago.edu (773) 702-8976
Solutions Architect NSIT Administrative Systems
Renewal Projects and Architecture University of Chicago
--------------------------------------------------------------------
Let contacts update themselves - http://www.Plaxo.com
2006 Jan 12
12
Ajax Button Back function?
Hi Folks! I''m new in the forum and i have a doubt. The button back
function with the Ajax on Rails? tks.
--
Posted via http://www.ruby-forum.com/.
2004 Jun 02
7
Advice on converting from Mbox to Maildir?
Does anyone have advice or pointers on good documentation on how to
convert a system from using the Mbox format to using Maildir?
I recently upgraded to Fedora Core 2 from Fedora Core 1 and discovered
that UW-IMAP was gone. So I switched over to using Dovecot. So far so
good.
But I would like to convert my system to start using the Maildir format.
How easy is this to accomplish?
Can I keep
2006 Jan 10
7
Application Design Question
I am designing an application to run a fishing tournament I am
hosting. Each fish entered will be given a point total based on the
length of the fish and the species of fish. Each species has a point
multiplier. For Example Trout have a multiplier of 10 so a 20 inch
Trout would have a score of 200.
My conundrum is in where and when do I calculate the points. The
options I have come up
2006 Jan 11
3
Just update 1 field
Hi All,
I wonder how I can get rails to update just one field when I do Myfile.save.
Right now this happens when I do a Myfile.save:
UPDATE myfiles SET `folder_id` = 0, `filesize` = 1, `data` =
''2f7573722f6c6f63616c2f6d ... f7061636b65743d33324d'', `user_id` = 0,
`date_modified` = ''2006-01-11T23:33:57+0100'', `filename` =
''mysqlscripts.sql''
2003 Jan 03
1
Util for pop3 to dovecot?
What I want to do is pop my email off of a Pop3 server
and give it to dovecot for imap serving. Does anyone
know of a utility that will allow me to do this? I looked
at fetchmail but it seems to want to talk to an SMTP
server.
Thanks,
Brad
--
Brad Figg - brad at tpi.com 503.601.0235 ext. 105
TriplePoint, Inc. - http://www.tpi.com
2004 Jun 01
3
1.0-test14: no sendfile() in Solaris 8
Aloha.
The current CVS snapshot and 1.0-test14 will not build on Solaris 8
because it does not provide a sendfile() funtion. It just has sendfilev().
Solaris 9 has sendfile(), though.
Using the old sendfile-util.c from 1.0-test1 and setting HAVE_SOLARIS_SENDFILEV
instead of HAVE_LINUX_SENDFILE in config.h works.
Greetings,
Andy.
2003 Sep 17
0
3.7p1 & PAM on Solaris
...back to password, not challenge-response? (That is the problem,
right?) Why are these Windows clients getting confused?
--
----------------------------------------------------------------------------
Kim Scarborough Web Systems Administrator
University of Chicago/NSIT (773) 834-7740
----------------------------------------------------------------------------
Now listening to: Velvet Underground - "The Nothing Song"
----------------------------------------------------------------------------
2018 Feb 16
0
Competing risks - calibration curve
...10)
df<-crisk.sim(n=500, foltime=10, dist.ev=rep("lnorm",2), anc.ev=c(1.48,0.53),beta0.ev = c(3.80,2.54), dist.cens = "lnorm", anc.cens = 3.5, beta0.cens = 5.42, z=NULL, beta = list(c(0.21, 0.017), c(0.37, 0.016)), x=list(c("normal",0,1), c("bern",0.564)), nsit=2)
table(status)
table(cause)
df$cause<-ifelse(is.na(df$cause),0,df$cause)
table(df$cause)
df.w<-crprep("time","cause", data=df, trans=c(1,2), cens=0, id="nid", keep=c("x", "x.1"))
with(df.w,table(failcode,status))
ddist<-datadist(df.w)...
2003 Jan 08
3
Logging suggestions?
Any suggestions how user login/logouts should look like in log files? I
was thinking:
(connected to imaps port)
Login: username [IP 1.2.3.4, imaps, compressed]
Logout: username [IP 1.2.3.4, imaps, compressed] [1000/100000 bytes (50%), 00:00:12]
Bytes being upload/download and the 50% meaning compression ratio for
downloaded bytes, probably not worth it for upload. Or if uncompressed,
it'd
2006 Jan 12
4
If statement based on a action
Question for you all is it possible to use an action in an if
statement? I am using the same form for edit and new and I have a
cancel button on the page.
This cancel button is built with an if statement that looks right now
to see if a parameter exists to define where to go back to if the
user cancel. The problem occurs when the user submits the form and
there are missing fields by
2002 Dec 19
3
dovecot replacing uw-imap
Hey,
I'm trying to sort out how to make dovecot replace uw-imap cleanly. But
I have the following problems/questions:
1. Why is mbox support limited to user-owned directories?
2. Would it be possible to have dovecot target a different place than
~user/mail by default, specfically some place like
/var/path/to/maildirs/userdir/
I'd like to move all my mail storage out of user homedirs and
2006 Jan 09
5
mysql is not recognized as an internal or external command
Hi,
An absolute newbie to RoR, I''m currently going through a few of the
excellent tutorials that are available on the subject.
One of these includes running a script for creating a mySQL table. In
the command prompt (XP), I try
mysql depot_development <db/create.sql
but get the following error:
''mysql'' is not recognized as an internal or external command,
2006 Jan 12
7
user-defined columns
I am breaking ground on a new project and one of the issues I expect to encouter
is the ability of users to define their own columns. For example, one of the
features of this application will be the ability to store information about
people''s skills and then search for and schedule them based on this information.
Since every organization''s needs are different, it would be ideal
2009 Mar 28
53
Can this be done?
I currently have a 7x1.5tb raidz1.
I want to add "phase 2" which is another 7x1.5tb raidz1
Can I add the second phase to the first phase and basically have two
raid5''s striped (in raid terms?)
Yes, I probably should upgrade the zpool format too. Currently running
snv_104. Also should upgrade to 110.
If that is possible, would anyone happen to have the simple command
lines to
2009 Jan 30
35
j4200 drive carriers
apparently if you don''t order a J4200 with drives, you just get filler
sleds that won''t accept a hard drive. (had to look at a parts breakdown
on sunsolve to figure this out -- the docs should simply make this clear.)
it looks like the sled that will accept a drive is part #570-1182.
anyone know how i could order 12 of these?