240 lines
9.9 KiB
Plaintext
240 lines
9.9 KiB
Plaintext
javidx9: Rasterizing & Ray Tracing: http://www.gabrielgambetta.com/computer-graphics-from-scratch
|
||
[20:21] javidx9: NAND To Tetris: http://nand2tetris.org/
|
||
[20:22] javidx9: Building an interpreter from scratch: http://craftinginterpreters.com/
|
||
[22:25] javidx9: Random Projects To Try: https://github.com/karan/Projects
|
||
GitHub
|
||
karan/Projects
|
||
Projects - :page_with_curl: A list of practical projects that anyone can solve in any programming language.
|
||
|
||
[00:32] javidx9: Code battles! https://codefights.com/
|
||
[20:20] javidx9: Tutorials! https://www.sololearn.com/Courses/
|
||
[21:14] javidx9: Fast Fourier Transforms! http://www.librow.com/articles/article-10
|
||
[21:58] javidx9: Junk File Finder! https://windirstat.net/
|
||
WinDirStat
|
||
Windows Directory Statistics cleanup tool
|
||
[22:03] huhlig: Windows Environment Editor: https://www.rapidee.com/en/download
|
||
[22:04] huhlig: Windows Package Manager: https://ninite.com/
|
||
[23:31] javidx9: How good are you? https://www.hackerrank.com/dashboard
|
||
HackerRank
|
||
Dashboard | HackerRank
|
||
Join over 2 million developers in solving code challenges on HackerRank, one of the best ways to prepare for programming interviews.
|
||
|
||
[21:14] javidx9: Non-Stop 8/16 bit game music! http://gamepak.rocks/mixed/?DSupDc04Lh
|
||
[21:28] javidx9: Process Explorer: https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer
|
||
Process Explorer - Windows Sysinternals
|
||
Find out what files, registry keys and other objects processes have open, which DLLs they have loaded, and more.
|
||
|
||
[21:50] javidx9: https://24pullrequests.com/
|
||
24 Pull Requests
|
||
24 Pull Requests is a yearly initiative to encourage developers around the world to send 24 pull requests between December 1st and December 24th.
|
||
|
||
[14:35] huhlig: Free Book from packt publishing: https://www.packtpub.com/packt/offers/free-learning
|
||
Free Learning - Free Programming eBooks | PACKT Books
|
||
A new free programming tutorial book every day! Develop new tech skills and knowledge with Packt Publishing’s daily free learning giveaway.
|
||
[15:10] javidx9: https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list
|
||
The Definitive C++ Book Guide and List
|
||
This question attempts to collect the few pearls among the dozens of bad C++ books that are published every year.
|
||
|
||
Unlike many other programming languages, which are often picked up on the go from
|
||
|
||
[23:19] huhlig: https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md
|
||
GitHub
|
||
isocpp/CppCoreGuidelines
|
||
CppCoreGuidelines - The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
|
||
|
||
[18:37] javidx9: 8-Bit & 16-bit NES &SNES authentic originals Radio Station with no ads: http://gamepak.rocks/nes/?0cs2tz9f8T
|
||
[15:30] javidx9: ASCII ART EDITOR http://www.gridsagegames.com/rexpaint/
|
||
[22:41] javidx9: All the best sprites ever - ripped from games so you know pay respect https://www.spriters-resource.com/
|
||
[16:25] huhlig: Learn algorithms with Dance! - https://www.youtube.com/user/AlgoRythmics/videos
|
||
YouTube
|
||
AlgoRythmics
|
||
[08:08] Sedit: Complete reference list of various Neural Network Types
|
||
https://towardsdatascience.com/the-mostly-complete-chart-of-neural-networks-explained-3fb6f2367464
|
||
Towards Data Science
|
||
The mostly complete chart of Neural Networks, explained
|
||
The zoo of neural network types grows exponentially. One needs a map to navigate between many emerging architectures and approaches.
|
||
|
||
[22:36] javidx9: A LEARNING CHATTERBOT IN C++
|
||
http://www.instructables.com/id/A-Learning-Chatterbot-in-C/
|
||
|
||
Compiler Explorer
|
||
https://godbolt.org/
|
||
|
||
https://regexper.com/ (:P)
|
||
|
||
IOT Search Engine
|
||
https://www.shodan.io/
|
||
|
||
hand write DNS messages
|
||
https://routley.io/tech/2017/12/28/hand-writing-dns-messages.html
|
||
|
||
Bit Fiddling
|
||
http://www.katjaas.nl/bitreversal/bitreversal.html
|
||
|
||
LEARN ABOUT Waveforms
|
||
https://pudding.cool/2018/02/waveforms/
|
||
|
||
introduction to machine learning
|
||
http://www.r2d3.us/visual-intro-to-machine-learning-part-1/
|
||
|
||
Build Your Own Text Editor in C
|
||
https://viewsourcecode.org/snaptoken/kilo/index.html
|
||
|
||
Free Programming Books
|
||
http://books.goalkicker.com/
|
||
|
||
A C compiler for printable x86
|
||
http://www.cs.cmu.edu/~tom7/abc/
|
||
Instructables.com
|
||
A Learning Chatterbot in C++
|
||
The following will provide instructions on how to write a fun and simple chatterbot like application in C++. The user enters a phrase and then the learner responds...
|
||
|
||
James Routley
|
||
Let’s hand write DNS messages
|
||
In this post, we’ll explore the Domain Name Service (DNS) binary message format, and we’ll write one by hand. This is deeper than you need to use DNS, but I think it’s fun and educational to see how these things work under the hood.
|
||
[22:38] javidx9: C++ Standard
|
||
https://isocpp.org/faq
|
||
|
||
C++ Reference
|
||
http://en.cppreference.com/w/
|
||
[22:40] javidx9: Who says C is simple?
|
||
https://people.eecs.berkeley.edu/~necula/cil/cil016.html#sec-simplec
|
||
|
||
Bit Twiddling Hacks
|
||
http://graphics.stanford.edu/~seander/bithacks.html#NextBitPermutation
|
||
|
||
The SOLID Principles
|
||
https://code.tutsplus.com/series/the-solid-principles--cms-634
|
||
Code Envato Tuts+
|
||
The SOLID Principles - Envato Tuts+ Code Tutorials
|
||
|
||
[13:46] javidx9: Test SQL Here: https://sqliteonline.com/#/
|
||
Sqlite Browser
|
||
SqLite Browser - OnLine on JavaScript. No DownLoad, No Install.
|
||
[15:17] huhlig: C11 International Standard: https://port70.net/~nsz/c/c11/
|
||
[02:01] javidx9: REGEX Tutorial: https://regexone.com/lesson/introduction_abcs
|
||
RegexOne - Learn Regular Expressions - Lesson 1: An Introduction, ...
|
||
RegexOne provides a set of interactive lessons and exercises to help you learn regular expressions
|
||
[16:23] javidx9: Everything about Neural Nets: https://www.inf.ed.ac.uk/teaching/courses/nlu/assets/reading/Gurney_et_al.pdf
|
||
[05:50] huhlig: Interview Help: https://github.com/kdn251/interviews
|
||
GitHub
|
||
kdn251/interviews
|
||
interviews - Everything you need to know to get the job.
|
||
|
||
[23:23] KrossX: A guide to Markdown on Discord.
|
||
https://gist.github.com/ringmatthew/9f7bbfd102003963f9be7dbcf7d40e51
|
||
javidx9 hat eine Nachricht an diesen Kanal angeheftet. Alle angehefteten Nachrichten.04.05.2018
|
||
[21:35] javidx9: Interesting collection of utilities, serialisation, texture tools http://rusoaica.com/RTS/binary-serialization-and-deserialization-of-resources/
|
||
rusoaica
|
||
Binary serialization and deserialization of resources
|
||
[18:04] javidx9: One of my favourite websites! (Sorry guys, my server!) www.lightningmaps.org
|
||
[19:26] javidx9: Tracks and curvy things :astonished: https://www.redblobgames.com/articles/curved-paths/
|
||
[02:24] MaGetzUb: Visualize current flowing through circuits http://www.falstad.com/circuit/
|
||
[18:05] Sedit: Here is one that might not Immediately stand out to people but its just a link to glPushAttrib. What is contained on the page however is the flags that get set. IE: What you are seeing is a relatively full list of OpenGL states that can be affected.
|
||
OpenGL being a State Machine a full list of these states could become very useful.
|
||
|
||
https://www.khronos.org/registry/OpenGL-Refpages/gl2.1/xhtml/glPushAttrib.xml/
|
||
[20:21] javidx9: SFML Toolkit By Hazurl https://github.com/Hazurl/SFML-Toolkit
|
||
GitHub
|
||
Hazurl/SFML-Toolkit
|
||
SFML-Toolkit - A collection of system that will make your life easier when using SFML.
|
||
|
||
[21:05] javidx9: OpenGL Toolkit by Nimmy: https://github.com/JulianThijssen/GDT
|
||
GitHub
|
||
JulianThijssen/GDT
|
||
Graphics Development Tools (GDT) A collection of utility classes for graphics development
|
||
|
||
[22:14] javidx9: An excellent list of resources for game developers - artwork, sounds, etc - compiled by @Eremiell
|
||
Image sources:
|
||
|
||
https://opengameart.org/ (has other stuff too)
|
||
https://www.deviantart.com/ (check license!)
|
||
http://pixeljoint.com/ (check license!)
|
||
|
||
Image editors:
|
||
|
||
https://github.com/aseprite/aseprite
|
||
https://www.piskelapp.com/
|
||
https://lospec.com/pixel-editor/app
|
||
https://krita.org/
|
||
https://www.gimp.org/
|
||
https://inkscape.org/
|
||
|
||
Palette lists:
|
||
|
||
http://colorpalettes.ravetracer.de/
|
||
https://lospec.com/palette-list
|
||
|
||
Sound sources:
|
||
|
||
http://soundbible.com/
|
||
https://freesound.org/
|
||
|
||
Sound editors:
|
||
|
||
http://www.drpetter.se/project_sfxr.html
|
||
https://www.bfxr.net/
|
||
https://jfxr.frozenfractal.com/
|
||
https://raysan5.itch.io/rfxgen
|
||
|
||
Music sources:
|
||
|
||
https://incompetech.com/
|
||
https://www.hooksounds.com/
|
||
https://www.bensound.com/
|
||
https://www.audioblocks.com/
|
||
https://soundcloud.com/search?q=royalty%20free
|
||
|
||
Music editors:
|
||
|
||
https://github.com/wibblymat/ld24/blob/master/autotracker.py
|
||
http://ariamaestosa.sourceforge.net/
|
||
http://warmplace.ru/soft/sunvox/
|
||
https://news.buzztrax.org/
|
||
https://beepbox.co/
|
||
https://onlinesequencer.net/
|
||
|
||
Font sources:
|
||
|
||
https://www.fontsquirrel.com/ (check license!)
|
||
|
||
3D sources:
|
||
|
||
http://cc0textures.com/
|
||
https://www.cgbookcase.com/
|
||
https://texturehaven.com/
|
||
https://hdrihaven.com/
|
||
|
||
License resources:
|
||
|
||
https://tldrlegal.com/
|
||
https://creativecommons.org/
|
||
OpenGameArt.org
|
||
OpenGameArt.org
|
||
DeviantArt
|
||
Browse Popular 24 Hours | DeviantArt
|
||
Popular 24 Hours - Your spot for viewing some of the best pieces on DeviantArt. Be inspired by a huge range of artwork from artists around the world.
|
||
|
||
|
||
GitHub
|
||
aseprite/aseprite
|
||
Animated sprite editor & pixel art tool (Windows, macOS, Linux) - aseprite/aseprite
|
||
|
||
Piskel - Free online sprite editor
|
||
Piskel, free online sprite editor. A simple web-based tool for Spriting and Pixel art. Create pixel art, game sprites and animated GIFs. Free and open-source.
|
||
[21:23] MaGetzUb: https://alicevision.github.io/#meshroom Photogrammetry! Go out, take bunch of pictures from something interesting and generate 3D object out of it!
|
||
AliceVision | Photogrammetric Computer Vision Framework
|
||
AliceVision is a Photogrammetric Computer Vision framework for 3D Reconstruction and Camera Tracking.
|
||
[14:25] huhlig: Free Jetbrains for Students: https://www.jetbrains.com/shop/eform/students
|
||
[06:07] MaGetzUb: Understand quaternions!
|
||
https://eater.net/quaternions
|
||
Visualizing quaternions, an explorable video series
|
||
Explaining how quaternions, a four-dimensional number system, describe 3d rotation.
|
||
|
||
[16:37] Sedit: https://www.nature.com/articles/s41598-018-33125-3#Abs1
|
||
Scientific Reports
|
||
Quantum Artificial Life in an IBM Quantum Computer
|
||
Quantum Artificial Life in an IBM Quantum Computer
|
||
|
||
[02:48] MaGetzUb: https://piotte13.github.io/SIMD-Visualiser/
|