Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102866673
generate_listindices.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Feb 25, 00:33
Size
142 B
Mime Type
text/x-shellscript
Expires
Thu, Feb 27, 00:33 (2 d)
Engine
blob
Format
Raw Data
Handle
24438256
Attached To
rCOSOLVER COSOlver
generate_listindices.sh
View Options
#!/bin/bash
for p in {0..20}
do
for j in {0..20}
do
mmax=$p
for m in $(seq 0 $mmax)
do
echo $p, $j, $m
done
done
done
Event Timeline
Log In to Comment