LEDs and shift registers

I'm having a hell of a time trying to reverse engineer this stuff. Back when I was doing HTML, all I had to do was look at a web page source to figure out how to use a piece of code or copy an effect/layout. I thank you for all your help though. Here's all of the patterns I'm wanted to do. I know there's got to be a way to code these without putting in every single frame by hand :*

Shift

10000000
01000000
00100000
00010000
00001000
00000100
00000010
00000001
00000010
00000100
00001000
00010000
00100000
01000000
10000000

Shift Invert

01111111
10111111
11011111
11101111
11110111
11111011
11111101
11111110
11111101
11111011
11110111
11101111
11011111
10111111
01111111

Grow

00000000
00011000
00111100
01111110
11111111
11100111
11000011
10000001

Grow Reverse

00000000
10000001
11000011
11100111
11111111
01111110
00111100
00011000

Chase

10000000
01000000
00100000
00010000
00001000
00000100
00000010
00000001
10000001
01000001
00100001
00010001
00001001
00000101
00000011
10000011
01000011
00100011
00010011
00001011
00000111
10000111
01000111
00100111
00010111
00001111
10001111
01001111
00101111
00011111
10011111
01011111
00111111
10111111
01111111
11111111

Chase Invert Reverse

11111110
11111101
11111011
11110111
11101111
11011111
10111111
01111111
01111110
01111101
01111011
01110111
01101111
01011111
00111111
00111110
00111101
00111011
00110111
00101111
00011111
00011110
00011101
00011011
00010111
00001111
00001110
00001101
00001011
00000111
00000110
00000101
00000011
00000010
00000001
00000000