Timeline for ruby list by matthewjones
-
Beat Call of Cthulhu on the #xbox
about a month ago from mustard -
#read The Diamond Age.
about a month ago from mustard -
about a month ago from web
-
about 2 months ago from web
-
about 3 months ago from web
-
Watching #fosdem 2013 talks: http://ur1.ca/csbbs
about 3 months ago from web -
about 3 months ago from web
-
@matthewjones thank you everyone. The results will be very helpful in some python scripts that use platform.machine and processor.
-
@ddevine nice. I didn't see that. Thanks
-
@yajd yes. I'm trying to get the results on Unix like systems. Thanks
-
Thanks!
-
I'm trying to solve the mystery of #python Platform module having different values for "machine" and "processor" on different systems.
-
!freebsd Please give me the result: python -c "import platform as p; print(p.python_version(), p.machine(), p.processor(), p.dist())"
-
!openindiana Please give me the result: python -c "import platform as p; print(p.python_version(), p.machine(), p.processor(), p.dist())"
about 4 months ago from web -
!opensolaris Please give me the result: python -c "import platform as p; print(p.python_version(), p.machine(), p.processor(), p.dist())"
about 4 months ago from web -
!solaris Please give me the result: python -c "import platform as p; print(p.python_version(), p.machine(), p.processor(), p.dist())"
about 4 months ago from web -
!linux !freebsd Please give me the result: python -c "import platform as p; print(p.python_version(), p.machine(), p.processor(), p.dist())"