Forum: Math
2020-10-06, 08:12
|
Replies: 8
Views: 1,496
|
Forum: Homework Help
2020-03-17, 13:19
|
Replies: 3
Views: 5,876
|
Forum: Homework Help
2019-09-30, 15:06
|
Replies: 10
Views: 4,403
|
Forum: Programming
2019-06-27, 12:18
|
Replies: 20
Views: 6,674
This works fine for me using gcc 8.3.1
...
This works fine for me using gcc 8.3.1
#include <iostream>
int main(int argc, char* argv[])
{
const char* str_arr[] = { "blah", "blah blah", "a b c d e" };
for (const char* s :...
|
Forum: Number Theory Discussion Group
2016-12-06, 10:55
|
Replies: 8
Views: 2,629
|
Forum: Number Theory Discussion Group
2016-12-06, 10:45
|
Replies: 8
Views: 2,629
|
Forum: Lounge
2016-01-26, 12:29
|
Replies: 1,682
Views: 140,069
|
Forum: Lounge
2011-10-14, 16:22
|
Replies: 7
Views: 493
|
Forum: Programming
2011-08-04, 15:21
|
Replies: 30
Views: 3,019
|
Forum: Programming
2011-08-04, 13:52
|
Replies: 30
Views: 3,019
Is unixODBC package installed too?
That's...
Is unixODBC package installed too?
That's where /usr/bin/isql comes from according to
yum provides "*/isql"
unixODBC-2.2.14-12.fc14.x86_64 : A complete ODBC driver manager for Linux...
|
Forum: Programming
2011-08-04, 10:55
|
Replies: 30
Views: 3,019
On Fedora isql comes from the unixODBC package,...
On Fedora isql comes from the unixODBC package, whereas iodbctest and iodbctestw come from a different package, libiodbc, so it's not too surprising that isql works and iodbtest doesn't; the config...
|
Forum: Programming
2011-08-03, 16:34
|
Replies: 30
Views: 3,019
I've had ODBC working to mysql on Centos 5.4,...
I've had ODBC working to mysql on Centos 5.4, which should be similar.
I second the suggestion of using tcpdump or wireshark to see what's going over the wire.
Also you could try running the...
|
Forum: Factoring
2011-07-21, 11:51
|
Replies: 23
Views: 1,634
One factor is that polynomials with smaller...
One factor is that polynomials with smaller coefficients can be found if the degree is higher. Then the relation norms are smaller (on average), and so they are more likely to be smooth.
Chris
|
Forum: Factoring
2011-01-31, 23:22
|
Replies: 18
Views: 2,026
|
Forum: Computer Science & Computational Number Theory
2011-01-25, 18:16
|
Replies: 410
Views: 17,200
|
Forum: Computer Science & Computational Number Theory
2011-01-19, 15:20
|
Replies: 410
Views: 17,200
|
Forum: Computer Science & Computational Number Theory
2011-01-19, 14:28
|
Replies: 410
Views: 17,200
|
Forum: Science & Technology
2010-11-08, 17:19
|
Replies: 172
Views: 9,616
|
Forum: Science & Technology
2010-11-08, 16:38
|
Replies: 172
Views: 9,616
This book:...
This book: http://www.amazon.com/Einstein-Beginners-Michael-McGuinness/dp/0679725105
is a good place to start, but Bob S. is correct that you need a lot of mathematical background to really...
|
Forum: Puzzles
2010-11-06, 07:58
|
Replies: 22
Views: 1,214
|
Forum: Puzzles
2010-11-06, 00:59
|
Replies: 22
Views: 1,214
|
Forum: Puzzles
2010-11-05, 10:06
|
Replies: 22
Views: 1,214
|
Forum: Other Mathematical Topics
2010-11-03, 15:19
|
Replies: 34
Views: 4,210
I thought it might give a speed up, because for...
I thought it might give a speed up, because for each row you only need to generate the masks for the combinations of columns with 1 set, not the combinations of all the columns.
Plus, if you store...
|
Forum: Other Mathematical Topics
2010-11-03, 13:14
|
Replies: 34
Views: 4,210
|
Forum: Linux
2010-09-22, 14:45
|
Replies: 12
Views: 3,815
On the other hand, I've found it much easier to...
On the other hand, I've found it much easier to set up a development environment with Cygwin (though to be honest I now tend to run Fedora as a VirtualBox guest). I don't remember having to reinstall...
|