Displaying 20 results from an estimated 70000 matches similar to: "Share hash between session? I need ASP Application Obj?"
2006 Apr 11
6
asp''s application object rails equivalent?
In asp there''s a built''in object, Application, which behaves like the
session, but it allows you to share information among all users of the
application.
(http://www.microsoft.com/windows2000/en/server/IIs/default.asp?url=/windows2000/en/server/IIs/htm/asp/vbob6zkv.htm)
It''s just like if every user would be accessing the same session.
what is the rails equivalent?
2004 Jul 10
0
Asp.net via samba share problem
Hello,
Besides some minor security problems (aspnet and iis users being mapped always as others on file acl) asp.net and asp reading files over a samba share were working quite alright.
Now I started to have the following problem:
[HttpException (0x80070038): Falha ao iniciar monitora??o de altera??es em 'h:\Directory_of_the_virtual_host_here\'.]
2020 Aug 30
0
PBKDF2 password hashing as in ASP.NET Core
> On 29/08/2020 23:49 Yves Goergen <nospam.list at unclassified.de> wrote:
>
>
> Hello,
>
> I'm setting up a new server and, again, seek for a decently secure (from
> a security specialist's POV) way to store and verify user passwords in a
> database. Additionally now, GDPR requires me to use a solid
> state-of-the-art solution.
>
> My OS is
2006 Apr 11
9
rails equivalent to asp''s Application object?
In asp you have an Application built-in object, which works just like
the Session hash, but it lets you share information among all users of a
given application.
which is the rails equivalent???
and if there isn''t, how would you implement such a thing ? (there would
be concurrency issues to take into account, in fact asp''s application
object has some lock and unlock methods
2009 Feb 05
1
Need the activerecord-sqlserver-adapter but...
Hi... I am new to RoR development, and Web development in general (but
have about 25 years of IT/software experience - just not in the Web
area)... I have a really good RoR 2.X book that I have read and reread a
few times and starting to try to apply what I read... Have a Web app
that I need to write at work, and prove to folks that RoR is THE_WAY,
despite their ASP .NET protests otherwise...
So,
2020 Aug 30
0
PBKDF2 password hashing as in ASP.NET Core
In case you are interested,
https://wiki.dovecot.org/HowTo/ConvertPasswordSchemes
By the way, I am bit sceptical that CRYPT-SHA512 is less secure than PBKDF2.
CRYPT-SHA512 is not "just" SHA512(salt||password), it does at least 1000 rounds of hashing in similar way as PBKDF2 does. So, what is your reasoning for claiming that PBKDF2 is much secure than CRYPT-SHA512?
Also, if you look
2008 Feb 07
3
Sharing Sessions between Ruby on Rails and PHP
Hi there,
I have a RoR app but for one of the funcationality (photo uploads) I
am using PHP. I need to know how I can share/access session
information from RoR in PHP since the PHP also updates the database
and the entry information is contained in the RoR sessions.
Please advice.
Thanks in advance.
Adil
--~--~---------~--~----~------------~-------~--~----~
You received this message because
2020 Aug 30
2
PBKDF2 password hashing as in ASP.NET Core
Thank you for your reply.
It's not that simple, though. Just because some core algorithms are
standardised and should be compatible doesn't mean their use in
different implementations leads to interoperable data. The key point
here seems to be that Dovecot just supports SHA-1 with PBKDF2, not
SHA-256. So I'm out of luck here. The different formats are no longer
relevant then.
2008 Sep 13
2
rake db:migrate caues BSOD (Blue Screen of Death) on Vista
I''m running latest RoR/Ruby/MySQL 5... I can reproduce at will.
Any idea how rake db:migrate could cause Vista to crash?
Pete
REF:
Windows Vista Home Premium (SP1), 2MB RAM, Dell Inspiron 1501
Ruby 1.8.6, Installer 186-26
MySQL 5
MySQL Connector Net 5.2.2
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because
2006 Jan 25
3
web calendar component
I''m a RoR newbie coming from asp.net. asp.net has a web calendar
control
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebUIWebControlsCalendarClassTopic.asp)
. Is there something similar in the RoR world?
--
Posted via http://www.ruby-forum.com/.
2003 Dec 14
1
contour() should handle the asp parameter
Hi all,
To my knowledge, the current version of contour.default() does not handle the 'asp' parameter. This can be embarassing when displaying eg geographical maps, etc... Submitted to the opinion of more experienced R programmers, contour.defaut() function should be changed according to the followings:
line 7: add = FALSE,asp=NA,...)
line 33: plot.window(xlim, ylim,
2007 Jul 19
0
ASP.NET AJAX Web Services and Prototype Version 1.5.1.1
I wanted to use a web service published with ASP.NET AJAX from
Prototype Version 1.5.1.1
It''s easier to call an ASP.NET AJAX web service by using an ASP.NET
AJAX page with a proxy class, but I have an application which still
has many Classic ASP pages and using Prototype seemed like a better
idea than hand coding the the interactions, or figuring out how to
include all the right ASP.NET
2003 Aug 25
1
setting xlim and ylim with asp=1
In plot(), when using option asp=1 the xlim and ylim have no effect because
they are changed
changed in order to fill the whole plot region. Is there a way to
automatically set
xlim and ylim when asp has been set to 1?
For example:
#This is a box of the plot ranges I want:
boxxy=rbind(c(-1,2),c(-1,-1),c(1,-1),c(1,2),c(-1,2))
#Without asp=1 I get what I want (i.e. I can't see the box because it
2003 Nov 26
1
wishlist item: symbols() to accept asp argument? (PR#5328)
Here is a potential wishlist item for adding an argument (asp) to
symbols(). The following code produces a postscript file with two
pages; both should show a circle of radius 2 units. Horizonal and
vertical arrows are drawn to check that the circle is of the correct
radius; in the first plot, the circle is wrong. To fix this, I found
that I needed to first set up the plot bounds, using xlim,
2020 Aug 29
2
PBKDF2 password hashing as in ASP.NET Core
Hello,
I'm setting up a new server and, again, seek for a decently secure (from
a security specialist's POV) way to store and verify user passwords in a
database. Additionally now, GDPR requires me to use a solid
state-of-the-art solution.
My OS is Ubuntu 20.04, Dovecot version 2.3.7, database backend with
PostgreSQL 12.
Obviously, storing the plaintext password is a terrible idea.
2012 Jan 04
3
ASP running on a Linux Machine
Good morning all,
I currently have a website that was written in ASP back in 1999. The
system is currently running Windows 2003 Server with MsSQL. Before
everyone flames me for being in the wrong place, I was wondering if
there is a way to allow centos to run old ASP code? I know years ago
this wasn't possible without a program like ChiliASP, but noow I heard
rumor that apache might have
2007 Oct 22
1
question on axis box with asp=1
I've been using (and loving) R for quite a while now, but I have to
admit that something simple is still stumping me.
The question is how I can control the box within which a plot is
drawn, in cases where I'm controlling the aspect ratio with the "asp"
argument.
The problem comes up in pdf() and png() output formats, but also with
interactive windows, and so I'll
2005 Mar 05
1
Reverse plot axes with xlim=rev(range(x)) fails with asp=1
Dear R users,
I would like to reverse the axes on some xy plots (for example to set the
origin at the top left rather than the bottom left). I had planned to use
something of the following form:
plot(y=y<-c(20,4,5,6),x=x<-c(10,20,30,40),ylim=rev(range(y)))
ie reversing ylim to reverse the y axis. This works fine however I also
want to use the parameter asp=1 to ensure that equal
2009 Sep 25
1
xaxs disactivated when asp=1 in plots (PR#13971)
Full_Name: Fran?ois Birgand
Version: 2.9.0
OS: windows xp
Submission from: (NULL) (152.1.16.161)
When I type this sequence:
x11()
Ylim<-c(0,14)
Xlim<-c(0,14)
plot(0,0,xlim=Xlim,ylim=Ylim,col="white",main="",xlab="",ylab="",bty="n",xaxt="n",yaxt="n",xaxs="i",yaxs="i",asp=1)
2006 Nov 27
5
What do you think about commercial applications for Rails?
Hello all,
I''m a RoR fan. I''ve read some RoR books, and I''m starting to use RoR for
commercial proyects.
As I use RoR more and more, I think about inexistent tools that would be
great to have when developing applications in RoR. For example: an IDE
with more features than RadRails. So then I think "hey! you could
produce one of these tools".
Some of these