-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new custom theme forked from paper theme, added resources
- Loading branch information
Showing
119 changed files
with
108 additions
and
5,365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,5 @@ _site/ | |
.bundle/ | ||
vendor/ | ||
.hugo_build.lock | ||
node_modules | ||
public |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
title: Posts | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
title: Resources | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
+++ | ||
title = 'CompSci' | ||
date = 2024-08-26T02:00:16Z | ||
summary = "Al-Khwarizmiyat" | ||
+++ | ||
|
||
## Algorithms and Datastructures | ||
- CLRS book of course | ||
- [Handbook of Competitive Programming](https://cses.fi/book/book.pdf) from CSES by A.Laaksonen | ||
- [MIT 6.006 Introduction to Algorithms, Spring 2020](https://www.youtube.com/playlist?list=PLUl4u3cNGP63EdVPNLG3ToM6LaEUuStEY) | ||
- [6.854/18.415 Advanced Algorithms](https://people.csail.mit.edu/moitra/854.html) from MIT \ | ||
from the description of the course: | ||
> ... We will cover a wide variety of topics including hashing, dimension reduction, max flow, linear programming, semidefinite programming, approximation algorithms, multiplicative weights, gradient descent and compressed sensing, and bring students up to the level where they can read and understand research papers. | ||
- [MIT 18.404J Theory Of Computation, Fall 2020](https://ocw.mit.edu/courses/18-404j-theory-of-computation-fall-2020/video_galleries/video-lectures/) | ||
|
||
|
||
## Security | ||
- [Cryptohack](https://cryptohack.org) is a great place to learn modern cryptography effectively | ||
- [angstromCTF past competitions](https://angstromctf.com/) are great for learning imo, you can play almost all past challenges locally, the past challenge files can be found [here](https://github.com/blairsec/challenges/tree/master/angstromctf). | ||
- yo, this is probably all you need for resources on this subject: [CryptoCat Hacking Resources](https://github.com/Crypto-Cat/CTF) | ||
|
||
## Background | ||
- [MIT 6.002 Circuits And Electronics, Spring 2007](https://ocw.mit.edu/courses/6-002-circuits-and-electronics-spring-2007/video_galleries/video-lectures/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
+++ | ||
title = 'Learn how to learn' | ||
date = 2024-02-06T11:54:00Z | ||
summary = "talks/videos about learning how to learn and effective study" | ||
+++ | ||
|
||
videos that I found very interesting talking about the process of learning and related things | ||
|
||
- [How to turn information into intelligence | Barbara Oakley](https://www.youtube.com/watch?v=GlTDRuwKb_g) \ | ||
I really like this one, as it's really full of facts and clarifies so much about how our we learn. | ||
- [Marty Lobdell - Study Less Study Smart](https://www.youtube.com/watch?v=IlU-zDU6aQ0) | ||
- [The 4 things it takes to be an expert - Veritasium](https://www.youtube.com/watch?v=5eW6Eagr9XA) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
+++ | ||
title = 'Mathematics' | ||
date = 2024-02-06T11:39:59Z | ||
summary = "math books and lectures" | ||
+++ | ||
|
||
|
||
### Algebra | ||
- [Benedict Gross Abstract Algebra video lectures](https://www.youtube.com/playlist?list=PLelIK3uylPMGzHBuR3hLMHrYfMqWWsmx5) from the Harvard, course Mathematics 122 | ||
- Michael Artin - Algebra | ||
- Serge Lang - Algebra | ||
- Nathan Jacobson - Basic Algebra | ||
- Paolo Aluff - Algebra: Chapter 0 | ||
|
||
### Analysis | ||
- Stephen Abott - Understanding Analysis | ||
- Walter Rudin - Principles of mathematical analysis | ||
|
||
### Topology | ||
- [MAT327 - Introduction to Topology](https://www.math.utoronto.ca/ivan/mat327/?resources) notes from University of Toronto | ||
- James Munkers - Topology | ||
|
||
### Logic | ||
- Joseph Mileti - Modern Mathematical Logic | ||
|
||
### mix of all | ||
- Xavier BUFF, Emmanuel HALBERSTADT François MOULIN, Monique RAMIS Jacques SAULOY - Mathematiques Tout-en-un pour la Licence (reviewed by Alain Connes) | ||
|
||
## Other great resources on internet | ||
- [math discord booklist](https://mathematics.gg/books) | ||
- [ariana1729 book list](https://ariana1729.github.io/books.html) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
+++ | ||
title = 'Wonderful' | ||
date = 2024-02-06T11:39:59Z | ||
summary = "wonderful stuff" | ||
+++ | ||
|
||
I put here random wonderful stuff that stroke my curiosity | ||
|
||
|
||
- [Toy models, Tadashi Tokieda | LMS Popular Lectures 2008](https://www.youtube.com/watch?v=pkfDYOZ1p4Y) | ||
|
||
Tadashi Tokieda is a legend, video description: | ||
|
||
> See many toys that can be made in ten minutes but, if played with imaginatively, can inspire research for ten months and pose problems in mathematics and mechanics, some still unsolved. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.