Search the web
Sign In
New User? Sign Up
antiprism
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2609 - 2639 of 4035   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2609
Hi Roger and All I have just added symmetric colouring to off_color. Each element and all the elements that it is carried onto by a symmetry of the polyhedron...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jan 2, 2009
4:21 pm
2610
Hi Adrian, ... This is very nice. Can it color a true chiral solid? Or one with central inversion only? Is it possible to color with forced lower symmetry? ...
vortexswirling
Offline Send Email
Jan 5, 2009
12:44 am
2611
Hi Roger ... It currently colours according to whatever symmetry the polyhedron has. Here is how it colours a snub dodecahedron ...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jan 5, 2009
1:40 pm
2612
Hi Adrian, I downloaded Antiprism 19.1 and it compiled and installed fast on my new computer. So far I've found no apparent problems except for off_trans. ...
vortexswirling
Offline Send Email
Jan 5, 2009
2:09 pm
2613
Hi Roger ... I haven't seen any problems here. I didn't make a Cygwin build but I have just tried the MSYS binary I made and it seems fine. Could you 'touch'...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jan 5, 2009
2:26 pm
2614
Hi Roger ... By 'rebuild' I just mean running make again. Adrian. -- Adrian Rossiter adrian@... http://antiprism.com/adrian...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jan 5, 2009
2:45 pm
2616
Hi Adrian, ... I tried this. The crash happened stl_tree.h The output is below. (if I type bt it just outputs the stl_tree.h point over and over again) ...
vortexswirling
Offline Send Email
Jan 5, 2009
4:50 pm
2617
Hi Roger ... Thanks for trying to pin this down. I am not sure what the problem is. I can't find out anything about "getopt_parse". I would have thought that...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jan 5, 2009
8:56 pm
2618
Hi Adrian, ... I looked for stl_tree 462 and it has crashed here for others in different applications. ... It was a clean build and I did configure as CXX="g++...
vortexswirling
Offline Send Email
Jan 5, 2009
11:08 pm
2619
Hi Adrian, ... This may be it. This person claims get_opts can't be used more than once. I read somewhere else that get_opts might mangle argv. ...
vortexswirling
Offline Send Email
Jan 6, 2009
12:34 pm
2620
Hi Adrian, ... Even if it is true that argv might be deleted, a copy of it doesn't help either. So I don't think this is it. I used code found here to...
vortexswirling
Offline Send Email
Jan 6, 2009
2:14 pm
2621
Hi, I put in the fix to keep hexagonal correct based on alignment of vectors and angles. While doing so I enhanced the -R option to be able to show cubic...
vortexswirling
Offline Send Email
Jan 7, 2009
4:28 pm
2622
Hi Roger ... Getopt modifies argv by rearranging its entries so that the pointers to all the option arguments come first and the non-option arguments follow. ...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jan 8, 2009
9:29 am
2623
Hi Roger ... There are tools like valgrind for catching problems with dynamic memory. There isn't so much available that will catch writing to the wrong area...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jan 8, 2009
9:58 am
2624
Hi Adrian, ... At that rate it may be a while before it can be fixed. In the mean time I will cope in other ways. One simple way is to take it from the windows...
vortexswirling
Offline Send Email
Jan 8, 2009
3:32 pm
2625
Hi Adrian, I recently found a (very) minor bug in n_icons for which I found the fix. And I'd like to add the ability to make invisible non-colored edges. I'd...
vortexswirling
Offline Send Email
Jan 8, 2009
3:36 pm
2626
Hi Roger ... I think the MinGW getopt will only be used when building with -mno-cygwin, a normal Cygwin build probably uses the getopt in Cygwin's libc. Other...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jan 8, 2009
5:46 pm
2627
Hi Roger ... Both programs contain a number of changes for 0.20, so it would be easier for me if you could use these versions as a base for further...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jan 8, 2009
6:06 pm
2628
Hi Adrian, ... That is what I thought might be happening. The fix in n_icons only involved 2 lines. This new system is keeping me busy enough. I think I will...
vortexswirling
Offline Send Email
Jan 8, 2009
6:24 pm
2629
Hi Roger ... I had a thought about this which is that while /dev/null is available at build time, it won't necessarily be available at run time e.g. in a DOS...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jan 9, 2009
10:56 am
2630
Hi Adrian, ... I had never thought about this. I do this in silent_make_hull in bravais, so it is worth testing. In silent_make_hull I can catch up to 3 points...
vortexswirling
Offline Send Email
Jan 9, 2009
12:59 pm
2631
Hi Roger ... Have you checked whether there is a C:\dev\null ? Next time I make Windows binaries I will try to investigate this a bit more. ... It seems this...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jan 9, 2009
2:36 pm
2632
Hi Roger ... It sounds like there was no mapping of /dev/null to nul as of a year ago http://www.mail-archive.com/bug-gnulib@.../msg08000.html However,...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jan 9, 2009
2:52 pm
2633
Hi Adrian, ... Very interesting! Windows does not have a \dev directory by default. Someone or some application could create one though, but I don't have one. ...
vortexswirling
Offline Send Email
Jan 9, 2009
2:59 pm
2634
Hi Roger ... It gets a bit complicated then. I guess /dev/null/ has to be opened with 'open' and not created if it doesn't exist. Then it probably needs a...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jan 10, 2009
9:27 am
2635
Hi Roger ... The combined transformation starts as the identity. Then the transformation matrices just need to pre-multiply the current combined transformation...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jan 10, 2009
9:38 am
2636
Hi Adrian, I had made a mistake about color cycling. The command structure is different than what is in the archive. It still works in 19.1. Here are a couple...
vortexswirling
Offline Send Email
Jan 10, 2009
6:54 pm
2637
Hi Adrian, ... I just reread this and I think you shouldn't worry about it. The only problem would be if someone had a /dev directory and specifically wanted...
vortexswirling
Offline Send Email
Jan 11, 2009
5:50 pm
2638
Hi Roger ... I tried these with the development version of antiview and they are both working. ... It comes out black because the transparency has been...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jan 12, 2009
12:48 pm
2639
Hi Roger ... If it always works, as your tests show, I could just document the possibility of creating or overwriting the /dev/null file. Another possibility...
Adrian Rossiter
adrianrossiter
Offline Send Email
Jan 12, 2009
2:15 pm
Messages 2609 - 2639 of 4035   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help