Compare commits
4 Commits
c261409006
...
b401612091
Author | SHA1 | Date |
---|---|---|
Sachin Kumar | b401612091 | |
V205 | 0647f1571a | |
dependabot[bot] | 046ca2449e | |
Sachin Kumar | e55cf34008 |
|
@ -42,7 +42,7 @@ jobs:
|
||||||
fetch-depth: ${{ steps.set-params.outputs.fetch-depth }}
|
fetch-depth: ${{ steps.set-params.outputs.fetch-depth }}
|
||||||
- name: Get changed files
|
- name: Get changed files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v45.0.3
|
uses: tj-actions/changed-files@v45.0.4
|
||||||
with:
|
with:
|
||||||
separator: " "
|
separator: " "
|
||||||
json: true
|
json: true
|
||||||
|
|
|
@ -136,6 +136,7 @@ Books that cover a specific programming language can be found in the [BY PROGRAM
|
||||||
|
|
||||||
### Artificial Intelligence
|
### Artificial Intelligence
|
||||||
|
|
||||||
|
* [AI Safety for Fleshy Humans](https://aisafety.dance) - Nicky Case and Hack Club *(:construction: in process)* (CC BY-NC)
|
||||||
* [Artificial Intelligence, 3rd Edition (1993)](https://courses.csail.mit.edu/6.034f/ai3/rest.pdf) - Patrick Henry Winston (PDF)
|
* [Artificial Intelligence, 3rd Edition (1993)](https://courses.csail.mit.edu/6.034f/ai3/rest.pdf) - Patrick Henry Winston (PDF)
|
||||||
* [Artificial Intelligence and the Future for Teaching and Learning](https://www2.ed.gov/documents/ai-report/ai-report.pdf) - Office of Educational Technology (PDF)
|
* [Artificial Intelligence and the Future for Teaching and Learning](https://www2.ed.gov/documents/ai-report/ai-report.pdf) - Office of Educational Technology (PDF)
|
||||||
* [Artificial Intelligence for a Better Future: An Ecosystem Perspective on the Ethics of AI and Emerging Digital Technologies](https://link.springer.com/book/10.1007/978-3-030-69978-9) - Bernd Carsten Stahl (PDF, EPUB)
|
* [Artificial Intelligence for a Better Future: An Ecosystem Perspective on the Ethics of AI and Emerging Digital Technologies](https://link.springer.com/book/10.1007/978-3-030-69978-9) - Bernd Carsten Stahl (PDF, EPUB)
|
||||||
|
|
|
@ -44,6 +44,7 @@
|
||||||
* [React](#react)
|
* [React](#react)
|
||||||
* [React Native](#react-native)
|
* [React Native](#react-native)
|
||||||
* [Redux](#redux)
|
* [Redux](#redux)
|
||||||
|
* [Three.js](#threejs)
|
||||||
* [Vue.js](#vuejs)
|
* [Vue.js](#vuejs)
|
||||||
* [Kotlin](#kotlin)
|
* [Kotlin](#kotlin)
|
||||||
* [Linux](#linux)
|
* [Linux](#linux)
|
||||||
|
@ -498,6 +499,12 @@
|
||||||
* [Animate anything with GSAP \| Complete GSAP Course](https://www.youtube.com/playlist?list=PLbtI3_MArDOnIIJxB6xFtpnhM0wTwz0x6) - Sheryians Coding School
|
* [Animate anything with GSAP \| Complete GSAP Course](https://www.youtube.com/playlist?list=PLbtI3_MArDOnIIJxB6xFtpnhM0wTwz0x6) - Sheryians Coding School
|
||||||
* [GSAP Demystified \| From Beginning to Advanced](https://www.youtube.com/playlist?list=PLbtI3_MArDOn9x8DUbc-E0t9PnvrUaPs9) - Sheryians Coding School
|
* [GSAP Demystified \| From Beginning to Advanced](https://www.youtube.com/playlist?list=PLbtI3_MArDOn9x8DUbc-E0t9PnvrUaPs9) - Sheryians Coding School
|
||||||
* [Learning GSAP in hindi](https://www.youtube.com/playlist?list=PLf8nAOi8Z9NXGhl7m8rTWmzjyhJEuFYmF) - D.Designing
|
* [Learning GSAP in hindi](https://www.youtube.com/playlist?list=PLf8nAOi8Z9NXGhl7m8rTWmzjyhJEuFYmF) - D.Designing
|
||||||
|
|
||||||
|
|
||||||
|
#### Three.js
|
||||||
|
|
||||||
|
* [ThreeJS basics in Hindi ](https://youtube.com/playlist?list=PLLtf5zkw51ACvR9vGt-kTWZazamN1SXCz) - CodingBaaz
|
||||||
|
* [three js tutorial playlist Hindi](https://youtube.com/playlist?list=PLFxQ9Nd5bltj8Yp6G6Sjq3Du52tNt90Ax) - Monk Jha
|
||||||
|
|
||||||
|
|
||||||
#### jQuery
|
#### jQuery
|
||||||
|
|
Loading…
Reference in New Issue