search for: fermat

Displaying 15 results from an estimated 15 matches for "fermat".

1997 Sep 03
1
ERRDOS - ERRbadshare
i'm getting the following error message from smbclient when doing tar backups. what exactly does this error message mean and how can i eliminate it? ERRDOS - ERRbadshare (The sharing mode specified for an Open conflicts with existing FIDs on the file.) opening remote file \windows\system32\config\software.LOG -- Todd Pfaff \ Email: pfaff@mcmaster.ca Computing and
2004 Dec 08
2
Modulus Problem
R users, I am having a problem with the modulus operator for large numbers as follows, a <- 2 n <- 561 ## n is the first Carmichael number, so by Fermat's Little Theorem the below should equal zero. (a^(n-1) - 1) %% n [1] 2.193172e+152 ## Seems that R and Fermat disagree ## Also, 1000000000000000000 %% 11 [1] -32 This seems like a bug. Should I be avoiding integer math for large numbers? Thanks, Robert platform i686-pc-linux-gnu arch i...
2004 Dec 04
1
Re: Your computer account was not found or the password was incorrect
....c:exit_server(571) Closing connections The following is my smb.conf file ----- ################################################## # Samba Configuration File -- Version 0.90b # # by Steve R # # Date: 03-Dec-04 # # System: Fermat # # Samba Version: 3.0.1 # # # # # ################################################## ######## # General Options ######## ######## # Network Opti...
2006 Jun 19
2
fuzzy search
This may be offtopic to Rails, but what are people doing to find records based on fuzzy string matches? For example, if you wanted to find a Person with name "David Heinemeier Hansson" but searched using the string "Dave Hansson". Currently I am find_by_sql that calls the PostgreSQL function "levenshtein(string1, string2)" which returns results with a score
2003 Sep 18
1
smbpasswd -a ldapsam problem
...mple 10.2 ldap filter = (&(uid=%u)(objectclass=sambaSamAccount)) to smb.conf I cannot run smbpasswd -a [username] anymore. It works fine without the ldap filter statement. I noticed that the ldap queries are different with ldap filter activated ( from the ldap logfile ): Sep 18 14:02:33 fermat slapd[1952]: conn=107 op=29 SRCH base="ou=Riege Software,dc=riege,dc=com" scope=2 filter="(&(&(uid=jaeger)(objectClass=sambaSamAccount))(obje ctClass=sambaSamAccount))" Is the default wrong or does the filter not work at all? regards, Gunther -- Gunther Schlegel...
2003 Oct 01
0
Include= is being ignored
...comment = Public Data Drive %U include = /etc/samba/%U ==========================/etc/samba/sjr================================ = force user = sjr writeable = yes comment = Adminstrative Access: Public Data Drive ===================== smbclient output =========================== fermat:/home/sjr# smbclient -L 192.168.0.5 -U sjr added interface ip=192.168.0.2 bcast=192.168.0.255 nmask=255.255.255.0 Password:password Domain=[SJRX.NET] OS=[Unix] Server=[Samba 3.0.0-Debian] Sharename Type Comment --------- ---- ------- data Disk...
2003 Oct 02
0
Include directive is not being processed by samba.
...comment = Public Data Drive %U include = /etc/samba/%U ==========================/etc/samba/sjr================================ = force user = sjr writeable = yes comment = Adminstrative Access: Public Data Drive ===================== smbclient output =========================== fermat:/home/sjr# smbclient -L 192.168.0.5 -U sjr added interface ip=192.168.0.2 bcast=192.168.0.255 nmask=255.255.255.0 Password:password Domain=[SJRX.NET] OS=[Unix] Server=[Samba 3.0.0-Debian] Sharename Type Comment --------- ---- ------- data Disk...
2006 Jun 02
3
how to use without completing process
How do you keep oggenc open long enough to even USE it?!?!?!?!?! Whenever I tell the computer to open the file, it says [Process Completed] and [logout]. What is going on?
2006 Jun 23
5
Ajax zooming pictures
Hi, I was wondering if anyone has an idea of the code that I can write to achieve the follow effect. http://www.istockphoto.com/file_search.php?action=file&userID=938503 When you move your mouse over an image, it shows a bigger picture. Thanks -- Posted via http://www.ruby-forum.com/.
2006 Jun 11
4
[Question} how best to use attribute driven db with Rails
I designed out a mostly attribute driven database. Originally i was going to use PHP, but have now decided to use RoR. Being able to use the built in OR functionality would be nice, but I am not sure how well it melds with attribute dbs. If anyone can give me some pointers, I would really appreciate it (especially since this is my first endeavor and on an important project as well).
2007 Apr 08
2
[LLVMdev] New automated decision procedure for path-sensitive analysis
...a1 ite tmp2 inca a c c * a1 a1 c tmp3 %s c 4:i32 c assert = tmp3 0:i32 p = assert 0:i1 Spear proves this query to be unsatisfiable in 0.02 sec on AMD 64 X2 4600+ for 32-bit integers, and in 0.08 sec for 64-bit integers with the default heuristics. ------------ Example 2 --------------- The last Fermat's theorem says that for integer n>2 the equation a^n+b^n=c^n has no solutions for non-zero integers a, b, and c. However, if a,b,c are bounded integers, the equation can have non-trivial (non-zero) solutions. Let's try to find one such example: # Finding a solution of a^4 + b^4 = c^4 v...
2015 May 27
4
[Bug 2302] with DH-GEX, ssh (and sshd) should not fall back to unconfigured DH groups or at least document this behaviour and use a stronger group
On Wed, May 27, 2015 at 05:08:25PM -0400, Daniel Kahn Gillmor wrote: > On Tue 2015-05-26 15:39:49 -0400, Mark D. Baushke wrote: > > Hi Folks, > > > > The generator value of 5 does not lead to a q-ordered subgroup which > > is needed to pass tests in > > > > http://csrc.nist.gov/publications/nistpubs/800-56A/SP800-56A_Revision1_Mar08-2007.pdf > > I
2005 May 23
16
Success - Rails, FastCGI, and IIS / Windows Server
About 17:00 localtime I managed to get fastcgi, Rails and IIS all happy together. Upon success I ripped off my clothes and ran through the village yelling "The future is now!". A PDP-11 geezer stuck his head out a window and said "The future isn''t what it used to be and keep yer shirt on". Modifications were required to dispatch.fcgi and request.rb. The following
2006 Jun 11
47
Ruby on Rails and CakePHP Comparison
>From a development standpoint, what are the features that make Ruby on Rails a better choice compared to CakePHP? -- Posted via http://www.ruby-forum.com/.
2007 Mar 11
0
Where is the returning connection?
Hi all! I''m new to the list :-) I''m having a weird problem in which I''m a little bit lost right now. I''ve got a machine (Debian) connected to 2 different networks (A and B, with 2 different net cards), and a web server that is listening on the second one (B). I think I''ve configured correctly the rules and routes, but I''m not being able to