Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 78033d3

Browse files
committed
some progress on matrix cheat sheet
1 parent 120c5e1 commit 78033d3

12 files changed

+532
-0
lines changed

CSS/hover.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.hover_light_dark{
2+
opacity: 0.5;
3+
filter: alpha(opacity=50);
4+
no-repeat;
5+
}
6+
7+
.hover_light_dark:hover {
8+
opacity: 1;
9+
filter: alpha(opacity=100);
10+
}
11+
12+
13+
14+
.hover_dark_light{
15+
opacity: 1;
16+
filter: alpha(opacity=100);
17+
no-repeat;
18+
}
19+
20+
21+
.hover_dark_light:hover {
22+
opacity: 0.5;
23+
filter: alpha(opacity=500);
24+
}
25+
26+

Images/matcheat_R_logo.png

31.4 KB
Loading

Images/matcheat_julia_logo.png

13.4 KB
Loading

Images/matcheat_matlab_logo.png

24.2 KB
Loading

Images/matcheat_matrix.png

184 KB
Loading

Images/matcheat_numpy_logo.png

8.55 KB
Loading

Images/matcheat_octave_logo.png

9.33 KB
Loading

Images/mathcheat_R_logo.png

-43.2 KB
Binary file not shown.

Images/mathcheat_julia_logo.png

-27.8 KB
Binary file not shown.

Images/mathcheat_matlab_logo.png

-39.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)