For permutation representations, would the Hulpke's database of
transitive permutation groups (courtesy of GAP ) be of interest for
you?
sage: [G.cardinality() for G in TransitiveGroups(4)]
[4, 4, 8, 12, 24]
<advertisement>
I don't know if it is related to your needs, but that's what we use
with Nicolas Borie as benchmark for some algorithms for computing
generators (and such) for rings of invariant.
http://arxiv.org/abs/1110.3849v1
</advertisement>
Best,
Nicolas
--
Nicolas M. Thi�ry "Isil" <nth...@users.sf.net>
http://Nicolas.Thiery.name/
It could be that you want something like
http://www.gap-system.org/Packages/repsn.html
or possibly something like
http://www.sagemath.org/doc/reference/sage/groups/matrix_gps/matrix_group.html
>>
>> thanks,
>> -martin