User Activity

  • Posted a comment on discussion Help on Golly

    If you have a 64-bit operating system, please install 64-bit versions of software. It will simplify everything. Your worry might be that most software will use twice as much memory, owing to 64-bit pointers as opposed to 32-bit pointers. This is seldom true: much software running on 64-bit architectures use 32-bit array indices to avoid that problem at the (small) expense of additional array indirection. (Minisat and lifelib fall into that category.) -- APG Sent: Wednesday, March 27, 2019 at 3:12...

  • Posted a comment on ticket #47 on Golly

    I can confirm this happens occasionally on Ubuntu with the XFCE desktop environment. It often fixes itself eventually (maybe after a reboot or apt-get dist-upgrade?), though. -- APG. Sent: Sunday, March 24, 2019 at 2:40 PM From: "Ticket #47: Golly doesn't open on ArchLinux/XFCE: X Window System error" <47@bugs.golly.p.re.sourceforge.net> To: "Ticket #47: Golly doesn't open on ArchLinux/XFCE: X Window System error" <47@bugs.golly.p.re.sourceforge.net> Subject: [golly:bugs] #47 Golly doesn't open on...

  • Posted a comment on discussion Open Discussion on Golly

    <html><head></head><body> A Golly script can be set to automatically run from the command line by calling: golly scriptname.py in a non-interactive manner. Now, I don't know whether it's possible to quit Golly from within a Python script, but you can certainly cheat by creating a Bash script which invokes 'golly scriptname.py' and periodically checks for the appearance of an output file in the working directory (saved by the Python script upon completion) and killing the Golly process. Sent: Wednesday,...

View All

Personal Data

Username:
apgoucher
Joined:
2013-12-05 23:42:12

Projects

This is a list of open source software projects that Adam P. Goucher is associated with:

  • Project Logo Golly For exploring cellular automata like Conway's Game of Life. Last Updated:

Personal Tools

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.