2023-04-06 10:11:36 +00:00
<!DOCTYPE html>
< html lang = "en" class = "h-full" >
< head >
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width,initial-scale=1" >
2023-08-26 06:13:18 +00:00
< meta name = "turbo-cache-control" content = "no-cache" data-turbo-track = "reload" data-track-token = "3.2.0.746345559637" >
2023-04-06 10:11:36 +00:00
<!-- See retype.com -->
2023-08-24 00:47:20 +00:00
< meta name = "generator" content = "Retype 3.2.0" >
2023-04-06 10:11:36 +00:00
<!-- Primary Meta Tags -->
2023-04-08 12:18:35 +00:00
< title > Educational | FreeMediaHeckYeah< / title >
< meta name = "title" content = "Educational | FreeMediaHeckYeah" >
2023-07-23 18:12:38 +00:00
< meta name = "description" content = "Courses, Documentaries, Learning Resources" >
2023-04-06 10:11:36 +00:00
<!-- Canonical -->
2023-08-05 16:12:38 +00:00
< link rel = "canonical" href = "https://fmhy.pages.dev/edupiracyguide/" >
2023-04-06 10:11:36 +00:00
<!-- Open Graph / Facebook -->
< meta property = "og:type" content = "website" >
2023-08-05 16:12:38 +00:00
< meta property = "og:url" content = "https://fmhy.pages.dev/edupiracyguide/" >
2023-04-08 12:18:35 +00:00
< meta property = "og:title" content = "Educational | FreeMediaHeckYeah" >
2023-04-06 10:11:36 +00:00
< meta property = "og:description" content = "Courses, Documentaries, Learning Resources" >
<!-- Twitter -->
< meta property = "twitter:card" content = "summary_large_image" >
2023-08-05 16:12:38 +00:00
< meta property = "twitter:url" content = "https://fmhy.pages.dev/edupiracyguide/" >
2023-04-08 12:18:35 +00:00
< meta property = "twitter:title" content = "Educational | FreeMediaHeckYeah" >
2023-04-06 10:11:36 +00:00
< meta property = "twitter:description" content = "Courses, Documentaries, Learning Resources" >
2023-07-23 18:12:38 +00:00
< script data-cfasync = "false" > ( function ( ) { var el = document . documentElement , m = localStorage . getItem ( "doc_theme" ) , wm = window . matchMedia ; if ( m === "dark" || ( ! m && wm && wm ( "(prefers-color-scheme: dark)" ) . matches ) ) { el . classList . add ( "dark" ) } else { el . classList . remove ( "dark" ) } } ) ( ) ; < / script >
2023-04-06 10:11:36 +00:00
2023-07-23 18:12:38 +00:00
< link href = "../static/favicon.ico" rel = "icon" >
2023-08-26 06:13:18 +00:00
< link href = "../resources/css/retype.css?v=3.2.0.746345559637" rel = "stylesheet" >
2023-04-06 10:11:36 +00:00
2023-08-26 06:13:18 +00:00
< script data-cfasync = "false" src = "../resources/js/config.js?v=3.2.0.746345559637" data-turbo-eval = "false" defer > < / script >
2023-08-24 00:47:20 +00:00
< script data-cfasync = "false" src = "../resources/js/retype.js?v=3.2.0" data-turbo-eval = "false" defer > < / script >
2023-08-26 06:13:18 +00:00
< script id = "lunr-js" data-cfasync = "false" src = "../resources/js/lunr.js?v=3.2.0.746345559637" data-turbo-eval = "false" defer > < / script >
2023-07-03 17:42:36 +00:00
2023-08-13 09:48:05 +00:00
< link rel = "stylesheet" href = "static/styles.css" >
2023-07-19 10:11:57 +00:00
2023-04-06 10:11:36 +00:00
< / head >
< body >
< div id = "docs-app" class = "relative text-base antialiased text-gray-700 bg-white font-body dark:bg-dark-850 dark:text-dark-300" >
< div class = "absolute bottom-0 left-0 bg-gray-100 dark:bg-dark-800" style = "top: 5rem; right: 50%" > < / div >
< header id = "docs-site-header" class = "sticky top-0 z-30 flex w-full h-16 bg-white border-b border-gray-200 md:h-20 dark:bg-dark-850 dark:border-dark-650" >
2023-07-23 18:12:38 +00:00
< div class = "container relative flex items-center justify-between pr-6 grow md:justify-start" >
2023-04-06 10:11:36 +00:00
<!-- Mobile menu button skeleton -->
< button v-cloak class = "skeleton docs-mobile-menu-button flex items-center justify-center shrink-0 overflow-hidden dark:text-white focus:outline-none rounded-full w-10 h-10 ml-3.5 md:hidden" > < svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px shrink-0" width = "24" height = "24" viewBox = "0 0 24 24" role = "presentation" style = "margin-bottom: 0px;" > < g fill = "currentColor" > < path d = "M2 4h20v2H2zM2 11h20v2H2zM2 18h20v2H2z" > < / path > < / g > < / svg > < / button >
< div v-cloak id = "docs-sidebar-toggle" > < / div >
<!-- Logo -->
< div class = "flex items-center justify-between h-full py-2 md:w-75" >
< div class = "flex items-center px-2 md:px-6" >
< a id = "docs-site-logo" href = "../" class = "flex items-center leading-snug text-2xl" >
< span class = "w-10 mr-2 grow-0 shrink-0 overflow-hidden" >
< img class = "max-h-10 dark:hidden md:inline-block" src = "../static/fmhy.ico" >
< img class = "max-h-10 hidden dark:inline-block" src = "../static/fmhy.ico" >
< / span >
< span class = "dark:text-white font-semibold line-clamp-1 md:line-clamp-2" > FMHY< / span >
< / a >
< / div >
< span class = "hidden h-8 border-r md:inline-block dark:border-dark-650" > < / span >
< / div >
< div class = "flex justify-between md:grow" >
<!-- Top Nav -->
< nav class = "hidden md:flex" >
< ul class = "flex flex-col mb-4 md:pl-16 md:mb-0 md:flex-row md:items-center" >
2023-08-05 16:12:38 +00:00
< li class = "mr-6" >
< a class = "py-2 md:mb-0 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://fmhy.divolt.xyz/" >
2023-08-05 22:09:08 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m3,0C1.35,0,0,1.35,0,3v13.5c0,1.65,1.35,3,3,3h4.5v3.75c0,.29.16.54.41.67.25.13.56.1.79-.07l5.8-4.35h6.5c1.65,0,3-1.35,3-3V3c0-1.65-1.35-3-3-3H3Z" / >
2023-08-05 22:09:08 +00:00
< / g >
< / svg >
2023-08-05 16:12:38 +00:00
< span > Chat< / span >
< / a >
< / li >
< li class = "mr-6" >
< a class = "py-2 md:mb-0 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://fmhy-search.streamlit.app/" >
2023-08-05 22:09:08 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m19.5,9.75c0,2.15-.7,4.14-1.88,5.75l5.93,5.94c.59.59.59,1.54,0,2.12-.59.59-1.54.59-2.12,0l-5.93-5.94c-1.61,1.18-3.6,1.87-5.75,1.87C4.36,19.5,0,15.13,0,9.75S4.36,0,9.75,0s9.75,4.36,9.75,9.75Zm-9.75,6.75c3.73,0,6.75-3.02,6.75-6.75s-3.02-6.75-6.75-6.75-6.75,3.02-6.75,6.75,3.02,6.75,6.75,6.75Z" / >
2023-08-05 22:09:08 +00:00
< / g >
< / svg >
2023-08-05 16:12:38 +00:00
< span > Search< / span >
< / a >
< / li >
< li class = "mr-6" >
< a class = "py-2 md:mb-0 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://www.reddit.com/r/FREEMEDIAHECKYEAH/" >
2023-08-06 04:12:11 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m9.36,14.4c-.67,0-1.2-.54-1.2-1.19s.54-1.2,1.2-1.2,1.19.54,1.19,1.2-.54,1.19-1.19,1.19Zm14.64-2.4c0,6.63-5.37,12-12,12S0,18.63,0,12,5.37,0,12,0s12,5.37,12,12Zm-6.4-1.99c-.45,0-.86.19-1.15.48-1.08-.75-2.55-1.23-4.17-1.29l.84-3.79,2.68.6c0,.66.54,1.19,1.19,1.19s1.2-.55,1.2-1.2-.54-1.2-1.2-1.2c-.47,0-.87.28-1.07.67l-2.96-.66c-.15-.04-.3.07-.33.21l-.92,4.18c-1.61.07-3.05.55-4.14,1.3-.3-.31-.71-.49-1.17-.49-1.69,0-2.24,2.27-.7,3.04-.05.24-.08.49-.08.75,0,2.55,2.86,4.61,6.39,4.61s6.4-2.06,6.4-4.61c0-.26-.03-.52-.09-.76,1.51-.77.96-3.02-.72-3.02Zm-3.33,5.62c-.88.88-3.68.87-4.53,0-.11-.11-.3-.11-.4,0-.12.12-.12.31,0,.42,1.1,1.1,4.22,1.1,5.33,0,.12-.11.12-.3,0-.42-.11-.11-.3-.11-.4,0Zm.37-3.63c-.66,0-1.19.54-1.19,1.2s.54,1.19,1.19,1.19,1.2-.54,1.2-1.19-.53-1.2-1.2-1.2Z" / >
2023-08-06 04:12:11 +00:00
< / g >
< / svg >
2023-08-05 16:12:38 +00:00
< span > Reddit< / span >
< / a >
< / li >
< li class = "mr-6" >
< a class = "py-2 md:mb-0 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://github.com/fmhy" >
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m8.03,19.32c0,.1-.11.18-.25.18-.16.01-.27-.06-.27-.18,0-.1.11-.18.25-.18.15-.01.27.06.27.18Zm-1.5-.22c-.03.1.06.21.21.24.13.05.27,0,.3-.1s-.06-.21-.21-.26c-.13-.03-.27.01-.3.11Zm2.14-.08c-.14.03-.24.13-.22.24.01.1.14.16.29.13.14-.03.24-.13.22-.23-.01-.09-.15-.16-.29-.14ZM11.85,0C5.13,0,0,5.23,0,12.11c0,5.5,3.38,10.21,8.2,11.87.62.11.84-.28.84-.6s-.01-2-.01-3.05c0,0-3.39.74-4.1-1.48,0,0-.55-1.44-1.35-1.82,0,0-1.11-.78.08-.76,0,0,1.2.1,1.87,1.28,1.06,1.92,2.84,1.36,3.53,1.04.11-.79.43-1.34.77-1.67-2.7-.31-5.43-.71-5.43-5.48,0-1.36.37-2.05,1.14-2.92-.13-.32-.54-1.65.13-3.37,1.01-.32,3.34,1.34,3.34,1.34.97-.28,2.01-.42,3.04-.42s2.07.14,3.04.42c0,0,2.33-1.67,3.34-1.34.66,1.72.25,3.05.13,3.37.77.88,1.25,1.56,1.25,2.92,0,4.79-2.85,5.17-5.55,5.48.45.39.82,1.14.82,2.3,0,1.67-.01,3.74-.01,4.15,0,.32.22.71.84.6,4.84-1.65,8.12-6.36,8.12-11.86C24,5.23,18.56,0,11.85,0Zm-7.14,17.12c-.06.05-.05.16.03.26.08.08.19.11.25.05.06-.05.05-.16-.03-.26-.08-.08-.19-.11-.25-.05Zm-.52-.4c-.03.06.01.14.11.19.08.05.17.03.21-.03.03-.06-.01-.14-.11-.19-.1-.03-.17-.01-.21.03Zm1.57,1.77c-.08.06-.05.21.06.31.11.11.25.13.31.05.06-.06.03-.21-.06-.31-.11-.11-.25-.13-.31-.05Zm-.55-.73c-.08.05-.08.18,0,.29s.21.16.27.11c.08-.06.08-.19,0-.31-.07-.11-.19-.16-.27-.1Z" / >
2023-08-05 16:12:38 +00:00
< / g >
< / svg >
< span > Github< / span >
< / a >
< / li >
2023-04-06 10:11:36 +00:00
< / ul >
< / nav >
<!-- Header Right Skeleton -->
< div v-cloak class = "flex justify-end grow skeleton" >
<!-- Search input mock -->
< div class = "relative hidden w-40 lg:block lg:max-w-sm lg:ml-auto" >
< div class = "absolute flex items-center justify-center h-full pl-3 dark:text-dark-300" >
2023-07-23 18:12:38 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "icon-base" width = "16" height = "16" viewBox = "0 0 24 24" aria-labelledby = "icon" role = "presentation" style = "margin-bottom: 1px;" > < g fill = "currentColor" > < path d = "M21.71 20.29l-3.68-3.68A8.963 8.963 0 0020 11c0-4.96-4.04-9-9-9s-9 4.04-9 9 4.04 9 9 9c2.12 0 4.07-.74 5.61-1.97l3.68 3.68c.2.19.45.29.71.29s.51-.1.71-.29c.39-.39.39-1.03 0-1.42zM4 11c0-3.86 3.14-7 7-7s7 3.14 7 7c0 1.92-.78 3.66-2.04 4.93-.01.01-.02.01-.02.01-.01.01-.01.01-.01.02A6.98 6.98 0 0111 18c-3.86 0-7-3.14-7-7z" > < / path > < / g > < / svg >
2023-04-06 10:11:36 +00:00
< / div >
2023-07-23 18:12:38 +00:00
< input class = "w-full h-10 placeholder-gray-400 transition-colors duration-200 ease-in bg-gray-200 border border-transparent rounded md:text-sm hover:bg-white hover:border-gray-300 focus:outline-none focus:bg-white focus:border-gray-500 dark:bg-dark-600 dark:border-dark-600 dark:placeholder-dark-400" style = "padding: 0.625rem 0.75rem 0.625rem 2rem" type = "text" placeholder = "Search" >
2023-04-06 10:11:36 +00:00
< / div >
2023-07-23 18:12:38 +00:00
<!-- Mobile search button -->
2023-04-06 10:11:36 +00:00
< div class = "flex items-center justify-center w-10 h-10 lg:hidden" >
2023-07-23 18:12:38 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "shrink-0 icon-base" width = "20" height = "20" viewBox = "0 0 24 24" aria-labelledby = "icon" role = "presentation" style = "margin-bottom: 0px;" > < g fill = "currentColor" > < path d = "M21.71 20.29l-3.68-3.68A8.963 8.963 0 0020 11c0-4.96-4.04-9-9-9s-9 4.04-9 9 4.04 9 9 9c2.12 0 4.07-.74 5.61-1.97l3.68 3.68c.2.19.45.29.71.29s.51-.1.71-.29c.39-.39.39-1.03 0-1.42zM4 11c0-3.86 3.14-7 7-7s7 3.14 7 7c0 1.92-.78 3.66-2.04 4.93-.01.01-.02.01-.02.01-.01.01-.01.01-.01.02A6.98 6.98 0 0111 18c-3.86 0-7-3.14-7-7z" > < / path > < / g > < / svg >
2023-04-06 10:11:36 +00:00
< / div >
2023-07-23 18:12:38 +00:00
<!-- Dark mode switch placeholder -->
2023-04-06 10:11:36 +00:00
< div class = "w-10 h-10 lg:ml-2" > < / div >
2023-07-23 18:12:38 +00:00
<!-- History button -->
2023-04-06 10:11:36 +00:00
< div class = "flex items-center justify-center w-10 h-10" style = "margin-right: -0.625rem;" >
2023-07-23 18:12:38 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "shrink-0 icon-base" width = "22" height = "22" viewBox = "0 0 24 24" aria-labelledby = "icon" role = "presentation" style = "margin-bottom: 0px;" > < g fill = "currentColor" > < g > < path d = "M12.01 6.01c-.55 0-1 .45-1 1V12a1 1 0 00.4.8l3 2.22a.985.985 0 001.39-.2.996.996 0 00-.21-1.4l-2.6-1.92V7.01c.02-.55-.43-1-.98-1z" > < / path > < path d = "M12.01 1.91c-5.33 0-9.69 4.16-10.05 9.4l-.29-.26a.997.997 0 10-1.34 1.48l1.97 1.79c.19.17.43.26.67.26s.48-.09.67-.26l1.97-1.79a.997.997 0 10-1.34-1.48l-.31.28c.34-4.14 3.82-7.41 8.05-7.41 4.46 0 8.08 3.63 8.08 8.09s-3.63 8.08-8.08 8.08c-2.18 0-4.22-.85-5.75-2.4a.996.996 0 10-1.42 1.4 10.02 10.02 0 007.17 2.99c5.56 0 10.08-4.52 10.08-10.08.01-5.56-4.52-10.09-10.08-10.09z" > < / path > < / g > < / g > < / svg >
2023-04-06 10:11:36 +00:00
< / div >
< / div >
< div v-cloak class = "flex justify-end grow" >
< div id = "docs-mobile-search-button" > < / div >
< doc-search-desktop > < / doc-search-desktop >
< doc-theme-switch class = "lg:ml-2" > < / doc-theme-switch >
< doc-history > < / doc-history >
< / div >
< / div >
< / div >
< / header >
< div class = "container relative flex bg-white" >
<!-- Sidebar Skeleton -->
< div v-cloak class = "fixed flex flex-col shrink-0 duration-300 ease-in-out bg-gray-100 border-gray-200 sidebar top-20 w-75 border-r h-screen md:sticky transition-transform skeleton dark:bg-dark-800 dark:border-dark-650" >
<!-- Render this div, if config.showSidebarFilter is `true` -->
< div class = "flex items-center h-16 px-6" >
2023-07-23 18:12:38 +00:00
< input class = "w-full h-8 px-3 py-2 transition-colors duration-200 ease-linear bg-white border border-gray-200 rounded shadow-none text-sm focus:outline-none focus:border-gray-600 dark:bg-dark-600 dark:border-dark-600" type = "text" placeholder = "Filter" >
2023-04-06 10:11:36 +00:00
< / div >
2023-07-23 18:12:38 +00:00
< div class = "pl-6 mt-1 mb-4" >
2023-04-06 10:11:36 +00:00
< div class = "w-32 h-3 mb-4 bg-gray-200 rounded-full loading dark:bg-dark-600" > < / div >
< div class = "w-48 h-3 mb-4 bg-gray-200 rounded-full loading dark:bg-dark-600" > < / div >
< div class = "w-40 h-3 mb-4 bg-gray-200 rounded-full loading dark:bg-dark-600" > < / div >
< div class = "w-32 h-3 mb-4 bg-gray-200 rounded-full loading dark:bg-dark-600" > < / div >
< div class = "w-48 h-3 mb-4 bg-gray-200 rounded-full loading dark:bg-dark-600" > < / div >
< div class = "w-40 h-3 mb-4 bg-gray-200 rounded-full loading dark:bg-dark-600" > < / div >
< / div >
< div class = "shrink-0 mt-auto bg-transparent dark:border-dark-650" >
< a class = "flex items-center justify-center flex-nowrap h-16 text-gray-400 dark:text-dark-400 hover:text-gray-700 dark:hover:text-dark-300 transition-colors duration-150 ease-in docs-powered-by" target = "_blank" href = "https://retype.com/" rel = "noopener" >
< span class = "text-xs whitespace-nowrap" > Powered by< / span >
< svg xmlns = "http://www.w3.org/2000/svg" class = "ml-2" fill = "currentColor" width = "96" height = "20" overflow = "visible" > < path d = "M0 0v20h13.59V0H0zm11.15 17.54H2.44V2.46h8.71v15.08zM15.8 20h2.44V4.67L15.8 2.22zM20.45 6.89V20h2.44V9.34z" / > < g > < path d = "M40.16 8.44c0 1.49-.59 2.45-1.75 2.88l2.34 3.32h-2.53l-2.04-2.96h-1.43v2.96h-2.06V5.36h3.5c1.43 0 2.46.24 3.07.73s.9 1.27.9 2.35zm-2.48 1.1c.26-.23.38-.59.38-1.09 0-.5-.13-.84-.4-1.03s-.73-.28-1.39-.28h-1.54v2.75h1.5c.72 0 1.2-.12 1.45-.35zM51.56 5.36V7.2h-4.59v1.91h4.13v1.76h-4.13v1.92h4.74v1.83h-6.79V5.36h6.64zM60.09 7.15v7.48h-2.06V7.15h-2.61V5.36h7.28v1.79h-2.61zM70.81 14.64h-2.06v-3.66l-3.19-5.61h2.23l1.99 3.45 1.99-3.45H74l-3.19 5.61v3.66zM83.99 6.19c.65.55.97 1.4.97 2.55s-.33 1.98-1 2.51-1.68.8-3.04.8h-1.23v2.59h-2.06V5.36h3.26c1.42 0 2.45.28 3.1.83zm-1.51 3.65c.25-.28.37-.69.37-1.22s-.16-.92-.48-1.14c-.32-.23-.82-.34-1.5-.34H79.7v3.12h1.38c.68 0 1.15-.14 1.4-.42zM95.85 5.36V7.2h-4.59v1.91h4.13v1.76h-4.13v1.92H96v1.83h-6.79V5.36h6.64z" / > < / g > < / svg >
< / a >
< / div >
< / div >
<!-- Sidebar component -->
< doc-sidebar v-cloak >
< template # sidebar-footer >
< div class = "shrink-0 mt-auto border-t md:bg-transparent md:border-none dark:border-dark-650" >
2023-08-05 16:12:38 +00:00
< div class = "py-3 px-6 md:hidden border-b dark:border-dark-650" >
< nav >
< ul class = "flex flex-wrap justify-center items-center" >
< li class = "mr-6" >
< a class = "block py-1 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://fmhy.divolt.xyz/" >
2023-08-05 22:09:08 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m3,0C1.35,0,0,1.35,0,3v13.5c0,1.65,1.35,3,3,3h4.5v3.75c0,.29.16.54.41.67.25.13.56.1.79-.07l5.8-4.35h6.5c1.65,0,3-1.35,3-3V3c0-1.65-1.35-3-3-3H3Z" / >
2023-08-05 22:09:08 +00:00
< / g >
< / svg >
2023-08-05 16:12:38 +00:00
< span > Chat< / span >
< / a >
< / li >
< li class = "mr-6" >
< a class = "block py-1 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://fmhy-search.streamlit.app/" >
2023-08-05 22:09:08 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m19.5,9.75c0,2.15-.7,4.14-1.88,5.75l5.93,5.94c.59.59.59,1.54,0,2.12-.59.59-1.54.59-2.12,0l-5.93-5.94c-1.61,1.18-3.6,1.87-5.75,1.87C4.36,19.5,0,15.13,0,9.75S4.36,0,9.75,0s9.75,4.36,9.75,9.75Zm-9.75,6.75c3.73,0,6.75-3.02,6.75-6.75s-3.02-6.75-6.75-6.75-6.75,3.02-6.75,6.75,3.02,6.75,6.75,6.75Z" / >
2023-08-05 22:09:08 +00:00
< / g >
< / svg >
2023-08-05 16:12:38 +00:00
< span > Search< / span >
< / a >
< / li >
< li class = "mr-6" >
< a class = "block py-1 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://www.reddit.com/r/FREEMEDIAHECKYEAH/" >
2023-08-06 04:12:11 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m9.36,14.4c-.67,0-1.2-.54-1.2-1.19s.54-1.2,1.2-1.2,1.19.54,1.19,1.2-.54,1.19-1.19,1.19Zm14.64-2.4c0,6.63-5.37,12-12,12S0,18.63,0,12,5.37,0,12,0s12,5.37,12,12Zm-6.4-1.99c-.45,0-.86.19-1.15.48-1.08-.75-2.55-1.23-4.17-1.29l.84-3.79,2.68.6c0,.66.54,1.19,1.19,1.19s1.2-.55,1.2-1.2-.54-1.2-1.2-1.2c-.47,0-.87.28-1.07.67l-2.96-.66c-.15-.04-.3.07-.33.21l-.92,4.18c-1.61.07-3.05.55-4.14,1.3-.3-.31-.71-.49-1.17-.49-1.69,0-2.24,2.27-.7,3.04-.05.24-.08.49-.08.75,0,2.55,2.86,4.61,6.39,4.61s6.4-2.06,6.4-4.61c0-.26-.03-.52-.09-.76,1.51-.77.96-3.02-.72-3.02Zm-3.33,5.62c-.88.88-3.68.87-4.53,0-.11-.11-.3-.11-.4,0-.12.12-.12.31,0,.42,1.1,1.1,4.22,1.1,5.33,0,.12-.11.12-.3,0-.42-.11-.11-.3-.11-.4,0Zm.37-3.63c-.66,0-1.19.54-1.19,1.2s.54,1.19,1.19,1.19,1.2-.54,1.2-1.19-.53-1.2-1.2-1.2Z" / >
2023-08-06 04:12:11 +00:00
< / g >
< / svg >
2023-08-05 16:12:38 +00:00
< span > Reddit< / span >
< / a >
< / li >
< li class = "mr-6" >
< a class = "block py-1 inline-flex items-center text-sm whitespace-nowrap transition-colors duration-200 ease-linear md:text-blue-500 dark:text-blue-400 hover:text-blue-800 dark:hover:text-blue-200" href = "https://github.com/fmhy" >
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px mr-1" width = "18" height = "18" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" >
2023-08-07 06:14:54 +00:00
< path d = "m8.03,19.32c0,.1-.11.18-.25.18-.16.01-.27-.06-.27-.18,0-.1.11-.18.25-.18.15-.01.27.06.27.18Zm-1.5-.22c-.03.1.06.21.21.24.13.05.27,0,.3-.1s-.06-.21-.21-.26c-.13-.03-.27.01-.3.11Zm2.14-.08c-.14.03-.24.13-.22.24.01.1.14.16.29.13.14-.03.24-.13.22-.23-.01-.09-.15-.16-.29-.14ZM11.85,0C5.13,0,0,5.23,0,12.11c0,5.5,3.38,10.21,8.2,11.87.62.11.84-.28.84-.6s-.01-2-.01-3.05c0,0-3.39.74-4.1-1.48,0,0-.55-1.44-1.35-1.82,0,0-1.11-.78.08-.76,0,0,1.2.1,1.87,1.28,1.06,1.92,2.84,1.36,3.53,1.04.11-.79.43-1.34.77-1.67-2.7-.31-5.43-.71-5.43-5.48,0-1.36.37-2.05,1.14-2.92-.13-.32-.54-1.65.13-3.37,1.01-.32,3.34,1.34,3.34,1.34.97-.28,2.01-.42,3.04-.42s2.07.14,3.04.42c0,0,2.33-1.67,3.34-1.34.66,1.72.25,3.05.13,3.37.77.88,1.25,1.56,1.25,2.92,0,4.79-2.85,5.17-5.55,5.48.45.39.82,1.14.82,2.3,0,1.67-.01,3.74-.01,4.15,0,.32.22.71.84.6,4.84-1.65,8.12-6.36,8.12-11.86C24,5.23,18.56,0,11.85,0Zm-7.14,17.12c-.06.05-.05.16.03.26.08.08.19.11.25.05.06-.05.05-.16-.03-.26-.08-.08-.19-.11-.25-.05Zm-.52-.4c-.03.06.01.14.11.19.08.05.17.03.21-.03.03-.06-.01-.14-.11-.19-.1-.03-.17-.01-.21.03Zm1.57,1.77c-.08.06-.05.21.06.31.11.11.25.13.31.05.06-.06.03-.21-.06-.31-.11-.11-.25-.13-.31-.05Zm-.55-.73c-.08.05-.08.18,0,.29s.21.16.27.11c.08-.06.08-.19,0-.31-.07-.11-.19-.16-.27-.1Z" / >
2023-08-05 16:12:38 +00:00
< / g >
< / svg >
< span > Github< / span >
< / a >
< / li >
< / ul >
< / nav >
< / div >
2023-04-06 10:11:36 +00:00
< a class = "flex items-center justify-center flex-nowrap h-16 text-gray-400 dark:text-dark-400 hover:text-gray-700 dark:hover:text-dark-300 transition-colors duration-150 ease-in docs-powered-by" target = "_blank" href = "https://retype.com/" rel = "noopener" >
< span class = "text-xs whitespace-nowrap" > Powered by< / span >
< svg xmlns = "http://www.w3.org/2000/svg" class = "ml-2" fill = "currentColor" width = "96" height = "20" overflow = "visible" > < path d = "M0 0v20h13.59V0H0zm11.15 17.54H2.44V2.46h8.71v15.08zM15.8 20h2.44V4.67L15.8 2.22zM20.45 6.89V20h2.44V9.34z" / > < g > < path d = "M40.16 8.44c0 1.49-.59 2.45-1.75 2.88l2.34 3.32h-2.53l-2.04-2.96h-1.43v2.96h-2.06V5.36h3.5c1.43 0 2.46.24 3.07.73s.9 1.27.9 2.35zm-2.48 1.1c.26-.23.38-.59.38-1.09 0-.5-.13-.84-.4-1.03s-.73-.28-1.39-.28h-1.54v2.75h1.5c.72 0 1.2-.12 1.45-.35zM51.56 5.36V7.2h-4.59v1.91h4.13v1.76h-4.13v1.92h4.74v1.83h-6.79V5.36h6.64zM60.09 7.15v7.48h-2.06V7.15h-2.61V5.36h7.28v1.79h-2.61zM70.81 14.64h-2.06v-3.66l-3.19-5.61h2.23l1.99 3.45 1.99-3.45H74l-3.19 5.61v3.66zM83.99 6.19c.65.55.97 1.4.97 2.55s-.33 1.98-1 2.51-1.68.8-3.04.8h-1.23v2.59h-2.06V5.36h3.26c1.42 0 2.45.28 3.1.83zm-1.51 3.65c.25-.28.37-.69.37-1.22s-.16-.92-.48-1.14c-.32-.23-.82-.34-1.5-.34H79.7v3.12h1.38c.68 0 1.15-.14 1.4-.42zM95.85 5.36V7.2h-4.59v1.91h4.13v1.76h-4.13v1.92H96v1.83h-6.79V5.36h6.64z" / > < / g > < / svg >
< / a >
< / div >
< / template >
< / doc-sidebar >
< div class = "grow min-w-0 dark:bg-dark-850" >
<!-- Render "toolbar" template here on api pages --> <!-- Render page content -->
< div class = "flex" >
2023-05-29 20:11:51 +00:00
< div class = "min-w-0 p-4 grow md:px-16" >
< main class = "relative pb-12 lg:pt-2" >
2023-04-06 10:11:36 +00:00
< div class = "docs-markdown" id = "docs-content" >
<!-- Rendered if sidebar right is enabled -->
< div id = "docs-sidebar-right-toggle" > < / div >
<!-- Page content -->
< doc-anchor-target id = "educational" class = "break-words" >
< h1 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#educational" > #< / doc-anchor-trigger >
< span > Educational< / span >
< / h1 >
< / doc-anchor-target >
< p > Courses, Documentaries, Learning Resources< / p >
2023-07-07 01:14:40 +00:00
< doc-anchor-target id = "documentaries" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#documentaries" > #< / doc-anchor-trigger >
< span > Documentaries< / span >
< / h2 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://ihavenotv.com/" > Ihavenotv< / a > < / strong > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.documentaryarea.tv/" > DocumentaryArea< / a > < / strong > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://1337x.to/top-100-documentaries" > 1337x Documentaries< / a > < / strong > < / li >
< li > < a href = "https://www.learnoutloud.com/" > LearnOutLoud< / a > < / li >
< li > < a href = "https://topdocumentaryfilms.com/" > Top Documentary Films< / a > < / li >
< li > < a href = "https://documentary-streaming.com/" > Documentary Streaming< / a > < / li >
< li > < a href = "https://mediaburn.org/" > Media Burn Archive< / a > < / li >
< li > < a href = "https://documentaryheaven.com/" > DocumentaryHeaven< / a > < / li >
< li > < a href = "https://www.arte.tv/" > ARTE< / a > < / li >
< li > < a href = "https://documentary.net/" > Documentary Network< / a > < / li >
< li > < a href = "https://www.documentarymania.com/" > Documentary Mania< / a > < / li >
< li > < a href = "https://www.documentarystorm.com/" > Documentary Storm< / a > < / li >
< li > < a href = "https://www.documentarytube.com/" > Documentary Tube< / a > < / li >
< li > < a href = "https://rocumentaries.com/" > Rocumentaries< / a > < / li >
< li > < a href = "https://watchdocumentaries.com/" > WatchDocumentaries< / a > < / li >
< li > < a href = "https://cinetimes.org/en/" > Cinetimes< / a > < / li >
< li > < a href = "https://docur.co/" > Docur< / a > < / li >
< li > < a href = "https://thoughtmaybe.com/" > ThoughtMaybe< / a > < / li >
2023-07-08 16:14:27 +00:00
< li > < a href = "https://www.pbs.org/video/" > PBS< / a > < / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "https://www.folkstreams.net/" > Folkstreams< / a > < / li >
< li > < a href = "https://www.filmsforaction.org/" > Films For Action< / a > < / li >
< li > < a href = "https://reddit.com/r/Documentaries" > /r/Documentaries< / a > < / li >
< li > < a href = "https://www.smithsonianchannel.com/" > Smithsonian Channel< / a > - Each Series' First Episode is Free< / li >
< li > < a href = "https://docuwiki.net/" > Docuwiki< / a > - < a href = "https://www.emule-project.net/" > Emule required< / a > < / li >
< li > < a href = "https://open-video.org/" > Open-Video< / a > < / li >
< li > < a href = "https://t.me/joinchat/S6gY9zmO5Ubl15CW" > Documentaries & Archive< / a > < / li >
2023-08-18 08:13:46 +00:00
< li > < a href = "https://idoiso.in/nebula" > Nebula' s Essence< / a > - Nebula / Curiosity Documentaries / < a href = "https://isoneb.divolt.xyz" > Divolt< / a > / < a href = "https://discord.com/invite/HvrQefs3Cw" > Discord< / a > < / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "https://www.videoneat.com/" > Videoneat< / a > < / li >
< li > < a href = "https://forums.mvgroup.org/" > MVGroup< / a > < / li >
< / ul >
2023-06-16 08:13:59 +00:00
< doc-anchor-target id = "courses" >
2023-04-06 10:11:36 +00:00
< h2 >
2023-06-16 08:13:59 +00:00
< doc-anchor-trigger class = "header-anchor-trigger" to = "#courses" > #< / doc-anchor-trigger >
< span > Courses< / span >
2023-04-06 10:11:36 +00:00
< / h2 >
< / doc-anchor-target >
2023-06-16 08:13:59 +00:00
< doc-anchor-target id = "streaming" >
2023-04-06 10:11:36 +00:00
< h3 >
2023-06-16 08:13:59 +00:00
< doc-anchor-trigger class = "header-anchor-trigger" to = "#streaming" > #< / doc-anchor-trigger >
< span > Streaming< / span >
2023-04-06 10:11:36 +00:00
< / h3 >
< / doc-anchor-target >
< ul >
2023-08-22 08:14:00 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.coursera.org/" > Coursera< / a > < / strong > - Courses / < a href = "https://github.com/abdelrahmaan/Financial-aid-on-coursera-" > Financial Aid< / a > / < a href = "https://github.com/raffaem/cs-dlp" > Download< / a > , < a href = "https://github.com/coursera-dl/coursera-dl" > 2< / a > < / li >
2023-07-25 06:14:58 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.edx.org/" > edX< / a > < / strong > - Courses / < a href = "https://github.com/rehmatworks/edx-downloader" > Downloader< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.futurelearn.com/" > Future Learn< / a > < / strong > - Courses< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.udacity.com/" > Udacity< / a > < / strong > - Courses< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://ocw.mit.edu/index.htm" > MitOpenCourseWare< / a > < / strong > - Courses< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.khanacademy.org/" > Khan Academy< / a > < / strong > - Courses / < a href = "https://github.com/rand-net/khan-dl" > Downloader< / a > < / li >
2023-06-15 10:12:00 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://git.ir/" > Git.ir< / a > < / strong > - Courses< / li >
2023-07-01 06:15:23 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.pluralsight.com/" > PluralSight< / a > < / strong > - Free for 1 Month< / li >
2023-07-07 01:14:40 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.oreilly.com/" > O' Reilly< / a > < / strong > - Tech / Programming / Infinite trial by clearing cookies & making new account< / li >
2023-04-06 10:11:36 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://limnology.co/" > Limnology< / a > < / strong > - Educational YouTube Channel Index< / li >
< li > < a href = "https://github.com/prakhar1989/awesome-courses/" > Awesome CS< / a > - Courses< / li >
< li > < a href = "https://www.open.edu/openlearn/" > OpenLearn< / a > - Courses< / li >
< li > < a href = "https://alison.com/" > Alison< / a > - Courses< / li >
2023-04-08 20:10:51 +00:00
< li > < a href = "https://fmhy.pages.dev/base64/#moo" > moo< / a > - Courses< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/EbookFoundation/free-programming-books#free-online-courses" > EbookFoundation Courses< / a > - Courses< / li >
< li > < a href = "https://www.openculture.com/freeonlinecourses" > OpenCulture< / a > - Courses< / li >
< li > < a href = "https://learndigital.withgoogle.com/digitalgarage/courses" > DigitalGarage< / a > - Courses< / li >
< li > < a href = "https://online.stanford.edu/lagunita-learning-platform" > Lagunita< / a > - Courses< / li >
< li > < a href = "https://online.hillsdale.edu/" > Hillsdale College< / a > - Courses< / li >
< li > < a href = "https://selfschool.me/" > SelfSchool< / a > - Courses< / li >
< li > < a href = "https://cursa.app/" > Cursa< / a > - Courses< / li >
< li > < a href = "https://nptel.ac.in/course.html" > NPTEL< / a > - Courses< / li >
2023-04-14 06:14:27 +00:00
< li > < a href = "https://www.real.discount/" > Real.Discount< / a > - Courses< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.kadenze.com/" > Kadenze< / a > - Courses< / li >
< li > < a href = "https://www.onlinetutorials.org/" > OnlineTutorials< / a > - Courses< / li >
< li > < a href = "https://www.coursesity.com/" > CourseSity< / a > - Courses< / li >
< li > < a href = "https://academicearth.org/" > Academic Earth< / a > - Courses< / li >
< li > < a href = "https://oyc.yale.edu/" > Yale.edu< / a > - Courses< / li >
< li > < a href = "https://www.mygreatlearning.com/academy" > My Great Learning< / a > - Courses< / li >
2023-05-16 22:10:21 +00:00
< li > < a href = "https://stepik.org/" > Stepik< / a > - Courses< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.canvas.net/" > Canvas< / a > - Courses< / li >
< li > < a href = "https://www.coursef.com/" > CourseF< / a > - Courses< / li >
< li > < a href = "https://github.com/xioacd99/study-is-wonderful" > Study is wonderful< / a > - Courses< / li >
< li > < a href = "https://open.hpi.de/" > Open HPI< / a > - Courses< / li >
< li > < a href = "https://freemoocs.com/" > Free MOOCs< / a > - Courses< / li >
< li > < a href = "https://www.findandsolve.com/" > FindAndSolve< / a > or < a href = "https://www.coursebuffet.com/" > CourseBuffet< / a > - Search Engine< / li >
< li > < a href = "https://www.learnoutloud.com/" > LearnOutLoud< / a > - Documentaries / Courses< / li >
< li > < a href = "https://www.classcentral.com/" > Class Central< / a > - Search for Courses< / li >
< li > < a href = "https://cs1000.vercel.app/" > cs1000< / a > - Educational Video< / li >
< li > < a href = "https://media.ccc.de/" > media.ccc.de< / a > or < a href = "https://slideplayer.com/" > SlidePlayer< / a > - Educational Presentations< / li >
2023-04-14 06:14:27 +00:00
< li > UC Berkeley Webcast project - < a href = "https://archive.org/details/ucberkeley-webcast" > Archive< / a > or < a href = "https://odysee.com/@UCBerkeley" > lbry< / a > - Lectures< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://wiki.archiveteam.org/index.php/ITunes_U" > iTunes U< / a > - Lectures< / li >
2023-05-16 22:10:21 +00:00
< li > < a href = "https://www.ted.com/" > Ted Talks< / a > - Inspiring and Educational Talks< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://conversations.aawadia.dev/" > Curated Conversations< / a > - Educational Podcasts / Interviews< / li >
< li > < a href = "http://www.watchknowlearn.org/" > WatchKnowLearn< / a > - Educational Videos< / li >
< li > < a href = "https://freemedtube.net/" > FreeMedTube< / a > - Medical Courses< / li >
2023-05-16 22:10:21 +00:00
< li > < a href = "https://www.mathispower4u.com/" > Mathispower4u< / a > , < a href = "https://schoolyourself.org/" > SchoolYourself< / a > , < a href = "https://www.mathhelp.com/" > mathhelp< / a > , < a href = "https://www.mathportal.org/" > MathPortal< / a > , < a href = "http://mathonline.wikidot.com/" > mathonline< / a > or < a href = "https://www.coolmath.com/" > CoolMath< / a > - Math Lessons / Practice< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.youtube.com/channel/UCoHhuummRZaIVX7bD4t2czg" > Professor Leonard< / a > or < a href = "https://www.youtube.com/c/misterwootube" > MisterWootube< / a > - YouTube Math Lessons< / li >
< li > < a href = "https://atcold.github.io/NYU-DLSP21/" > NYU-DLSP21< / a > - Deep Learning Course< / li >
< li > < a href = "https://billnye.com/" > BillNye< / a > - Bill Nye Science Videos< / li >
< li > < a href = "https://www.brightstorm.com/" > brighstorm< / a > - Test Prep< / li >
< li > < a href = "https://pad.ma/" > pad.ma< / a > - Text-annotated Videos< / li >
< li > < a href = "https://code.org/" > Code.org< / a > - Computer Science Courses< / li >
< li > < a href = "https://laconicml.com/computer-science-engineer-mit-university/" > How to Become a Computer Science Engineer< / a > - Computer Science Courses< / li >
< li > < a href = "https://github.com/mvillaloboz/open-source-cs-degree" > Open Source CS Degree< / a > - Computer Science Courses< / li >
< li > < a href = "https://github.com/Developer-Y/cs-video-courses" > cs-video-courses< / a > - Computer Science Courses< / li >
< li > < a href = "https://github.com/ossu/computer-science" > Open Source Society University< / a > - Computer Science Courses / < a href = "https://github.com/ossu" > GitHub< / a > / < a href = "https://discord.gg/wuytwK5s9h" > Discord< / a > < / li >
< li > < a href = "https://functionalcs.github.io/curriculum/" > Modern Computer Science Curriculum< / a > - Computer Science Courses< / li >
< li > < a href = "https://laconicml.com/computer-science-curriculum-youtube-videos/" > Learn Computer Science in 1k Videos< / a > - Computer Science Courses< / li >
2023-05-12 08:13:13 +00:00
< li > < a href = "https://cs50.harvard.edu/x/" > CS50< / a > - Harvard Computer Science Course< / li >
2023-04-14 06:14:27 +00:00
< li > < a href = "https://collegecompendium.org/" > CollegeComendium< / a > - Computer Science Courses< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.youtube.com/@Computerphile/" > Computerphile< / a > , < a href = "https://www.youtube.com/@CSDojo" > CSDojo< / a > or < a href = "https://www.youtube.com/@tvnagarajutechnical9978" > t v nagaraju Technical< / a > - Computer Science YouTube Channels< / li >
< li > < a href = "https://csdiy.wiki/en/" > CSDIY< / a > - Computer Science Learning Guide< / li >
< li > < a href = "https://github.com/ossu/bioinformatics" > Bioinformatics< / a > - Bioinformatics Courses< / li >
< li > < a href = "https://github.com/oconnor663/sha256_project" > sha256_project< / a > - Applied Cryptography Course< / li >
< li > < a href = "https://learn.sapienceinstitute.org/" > Sapience Institute< / a > - Religious Courses< / li >
< li > < a href = "https://udemyfreecourses.org/" > UdemyFreeCourses< / a > - Udemy Courses< / li >
< li > < a href = "https://studybullet.com/" > Study Bullet< / a > - Udemy Courses / < a href = "https://telegram.me/joinchat/AAAAAFdxBDqPv7ZzVoUASw" > Telegram< / a > < / li >
< li > < a href = "https://tutsnode.net/" > TutsNode< / a > - Udemy Courses< / li >
< li > < a href = "https://reddit.com/r/udemyfreebies" > /r/udemyfreebies< / a > - Udemy Courses< / li >
< li > < a href = "https://github.com/aapatre/Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE" > Automatic-Udemy-Course-Enroller< / a > , < a href = "https://github.com/techtanic/Discounted-Udemy-Course-Enroller" > Discounted-Udemy-Course-Enroller< / a > or < a href = "https://github.com/keethesh/UdemyEnrollEverywhere" > UdemyEnrollEverywhere< / a > - Auto Udemy Course Enrollment< / li >
2023-06-19 04:13:26 +00:00
< li > < a href = "https://comidoc.net/" > Online Courses Tracker< / a > - Udemy Courses< / li >
< li > < a href = "https://smartybro.com/" > SmartyBro< / a > - Udemy Courses< / li >
< li > < a href = "https://www.techlinks.in/udemy-free-coupons" > Techlinks< / a > - Udemy Courses< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://t.me/Coursevania" > CourseVania< / a > - Udemy Courses / Telegram< / li >
< li > < a href = "https://t.me/course_drive" > course_drive< / a > - Udemy Courses / Telegram< / li >
< li > < a href = "https://t.me/freecourseweb" > freecourseweb< / a > - Udemy Courses / Telegram< / li >
< li > < a href = "https://t.me/udemyforu" > udemyforu< / a > - Udemy Courses / Telegram< / li >
< li > < a href = "https://t.me/CGPERS" > CGPERS< / a > - Udemy Courses / Telegram< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/storage/#udemy-coupons" > Udemy Coupons< / a > - Udemy Coupon Sites< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/gautamajay52/UdemyBot" > UdemyBot< / a > , < a href = "https://t.me/UdemyScrapperZBot" > UdemyScrapperZBot< / a > or < a href = "https://github.com/dylannalex/UdemyPy" > UdemyPy< / a > - Udemy Course Bots< / li >
< li > < a href = "https://t.me/GUdemyBot" > GUdemyBot< / a > - Udemy Coupon Bot< / li >
< li > < a href = "https://github.com/KajanM/fresh-coupons" > Fresh Coupons< / a > - Automatically Apply Discount Coupons on Udemy Courses / < a href = "https://chrome.google.com/webstore/detail/fresh-coupons/pbnfeejfjlmmjfgnmmfpalhlpjidlgie" > Chrome< / a > < / li >
< li > < a href = "https://commspeeches.softr.app/" > CommSpeeches< / a > - Famous Graduation Speeches< / li >
< / ul >
2023-07-23 18:12:38 +00:00
< hr >
2023-04-06 10:11:36 +00:00
< doc-anchor-target id = "downloading" >
2023-06-16 08:13:59 +00:00
< h3 >
2023-04-06 10:11:36 +00:00
< doc-anchor-trigger class = "header-anchor-trigger" to = "#downloading" > #< / doc-anchor-trigger >
< span > Downloading< / span >
< / h3 >
< / doc-anchor-target >
< div class = "flex mb-6" >
< div class = "shrink-0 w-1 rounded-tl rounded-bl bg-blue-500 dark:bg-blue-400" > < / div >
< div class = "flex w-full py-4 border border-l-0 border-gray-300 rounded-tr rounded-br doc-alert bg-white dark:bg-dark-700 dark:border-dark-700" role = "alert" >
< div class = "flex items-center ml-4 h-7" >
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px text-blue-500 dark:text-blue-400" width = "22" height = "22" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" > < g >
< path d = "M12 1C5.93 1 1 5.93 1 12s4.93 11 11 11 11-4.93 11-11S18.07 1 12 1zm0 20c-4.96 0-9-4.04-9-9s4.04-9 9-9 9 4.04 9 9-4.04 9-9 9z" > < / path >
< path d = "M12 11c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1zM12.01 7c-.56 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z" > < / path >
< path fill = "none" d = "M0 0h24v24H0z" > < / path >
< / g > < / g >
< / svg >
< / div >
< div class = "pr-5 ml-3 w-full" >
2023-04-06 12:20:45 +00:00
< p > Use < strong > < a href = "https://fmhy.pages.dev/storage/#skip-redirect" > redirect bypassers< / a > < / strong > to skip annoying link shorteners.< / p >
2023-04-06 10:11:36 +00:00
< / div >
< / div >
< / div >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://freesoff.com/" > freesoff< / a > < / strong > - Courses< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://tutflix.org/" > TutFlix< / a > < / strong > - Courses / Drives< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://onehack.us/" > OneHack< / a > < / strong > - Courses< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://hacksnation.com/" > HackNation< / a > < / strong > - Courses< / li >
2023-04-06 12:20:45 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/base64/#course-megadrives" > Course Megadrives< / a > < / strong > or < strong > < a href = "https://fmhy.pages.dev/base64/#large-collection-of-useful-mega-dls" > Large Collection of Useful Mega DL' s< / a > < / strong > - Courses / Drives< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://cse.google.com/cse?cx=a02efb0346a176b46" > Course Download CSE< / a > - Multi-Site Course Search< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/base64/#reks-drive" > Reks Drive< / a > - Courses< / li >
< li > < a href = "https://fmhy.pages.dev/base64/#coursedl" > CourseDL< / a > - Courses< / li >
< li > < a href = "https://fmhy.pages.dev/base64/#opendirectory" > OpenDirectory< / a > - Courses< / li >
< li > < a href = "https://fmhy.pages.dev/base64/#revival" > Revival< / a > - Courses< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://t.me/HMDRIVE_OFFICIAL" > HMDRIVE< / a > - Courses< / li >
< li > < a href = "https://t.me/Iitjeeinveins2" > Iit jee lectures< / a > , < a href = "https://t.me/CODEX_JEE" > Codex< / a > , < a href = "https://t.me/+mcZ0RHaH9vRlM2Y1" > Rankers< / a > or < a href = "https://genetry.carrd.co/" > Genetry< / a > - JEE Lectures< / li >
< li > < a href = "http://coursesdaddy.com/" > CoursesDaddy< / a > - Courses< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/base64/#course-pastebins" > Courses Pastebins< / a > - Courses< / li >
2023-04-14 06:14:27 +00:00
< li > < a href = "https://babia.to/threads/%F0%9F%94%A5%F0%9F%94%A5-super-huge-course-collection-700-courses-3tb-data-%F0%9F%94%A5%F0%9F%94%A5.40041/" > Super Huge Course Collection< / a > - Courses< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://online-courses.club/" > online-courses< / a > - Courses< / li >
< li > < a href = "https://coursesghar.com/" > Coursesghar< / a > - Courses< / li >
< li > < a href = "https://freeeducationweb.com/" > FreeEducationWeb< / a > - Courses< / li >
< li > < a href = "https://freecoursedl.com/" > FreeCourseDL< / a > - Courses< / li >
2023-04-14 06:14:27 +00:00
< li > < a href = "https://tutsnode.net/" > TutsNode< / a > - Courses< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://googledrivelinks.com/" > Google Drive Links< / a > - Courses< / li >
< li > < a href = "https://www.cryptotips.us/" > CryptoTips< / a > - Courses< / li >
< li > < a href = "https://freecoursesites.com/" > FCS< / a > - Courses< / li >
< li > < a href = "https://www.5ggyan.com/" > 5G GYAN< / a > - Courses< / li >
< li > < a href = "https://gameofcourses.com/" > GameOfCourses< / a > - Courses< / li >
< li > < a href = "https://www.wsodownloads.in/" > WSODownloads< / a > - Courses< / li >
2023-04-14 06:14:27 +00:00
< li > < a href = "https://tut4it.com/" > tut4dl< / a > - Courses< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://technet24.ir/category/videos" > technet24< / a > - Courses< / li >
< li > < a href = "https://coursedown.com/" > coursedown< / a > - Courses< / li >
< li > < a href = "https://cgpersia.com/category/download/learning" > cgpersia< / a > - Courses< / li >
< li > < a href = "https://rentry.co/course-collections" > course-collections< / a > - Courses< / li >
< li > < a href = "https://t.me/Free_Udacity_Skillshare_Coursera" > Free Udacity Skillshare Coursera EDX< / a > < / li >
< li > < a href = "https://afratafreeh.com/" > AfraTafreeh< / a > - Courses< / li >
< li > < a href = "https://github.com/MasterBrian99/Free-Courses-For-Everyone" > Free-Courses-For-Everyone< / a > - Courses< / li >
< li > < a href = "https://open-video.org/" > Open-Video< / a > - Courses / Documentaries< / li >
< li > < a href = "https://t.me/joinchat/AAAAAEeZL9jF22ZREqka2g" > FreeCourseLechz< / a > - Courses / Telegram< / li >
< li > < a href = "https://t.me/CourseInDrive" > CourseInDrive< / a > - Courses / Telegram< / li >
< li > < a href = "https://t.me/Udemy_Courses_Free_Daily" > Udemy_Courses_Free_Daily< / a > - Courses / Telegram< / li >
< li > < a href = "https://t.me/RedBlueHit" > RedBlueHit< / a > - Courses / Telegram< / li >
< li > < a href = "https://t.me/moneiac_course" > Moneiac Course< / a > - Courses / Telegram< / li >
< li > < a href = "https://learningdl.net/" > learningDL< / a > - Courses / Leech required< / li >
< li > < a href = "https://freetutsdownload.net/" > FreeTutsDownload.net< / a > - Courses / Tutorials< / li >
< li > < a href = "https://ddpanda.net/code/" > Course Code Drive< / a > - Courses< / li >
< li > < a href = "https://freetutsdownload.com/" > FreetutsDownload.com< / a > - Courses / GDrive Host< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/base64/#itunesu-lectures" > iTunes U< / a > - Lectures< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://t.me/scalerfullstack" > ScalerFullStack< / a > , < a href = "https://t.me/scalerds" > ScalerNerds< / a > or < a href = "https://t.me/scalerfullstackproductmanagement" > scalerfullstackproductmanagement< / a > - Scaler Courses< / li >
< li > < a href = "https://www.bestwsodownload.com/" > BestWSODownload< / a > - WSO Courses< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/base64/#udemy-course-drives" > Udemy Course Megadrives< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://t.me/udemyking1" > UdemyKing< / a > - Udemy Courses< / li >
< li > < a href = "https://t.me/udemycoursesfree" > CourseArray< / a > - Udemy Courses< / li >
< li > < a href = "https://downloadr.in/" > Downloadr< / a > - Udacity & Udemy Courses< / li >
< li > < a href = "https://t.me/Udemy_Courses_Vedantu_Free" > Free Udemy Vedantu Courses< / a > - Udemy Courses< / li >
< li > < a href = "https://telegram.me/joinchat/SSWKbEf8mVNBvgam" > UFC Gdrive Factory!< / a > - Udemy Courses< / li >
< li > < a href = "https://t.me/ezudemy" > EZdemy< / a > - Udemy Courses< / li >
2023-05-12 08:13:13 +00:00
< li > < a href = "https://gigacourse.com/" > Giga Course< / a > or < a href = "https://freeallcourse.com/" > FreeAllCourse< / a > - Udemy Courses< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://udemy24.com/" > Udemy 24< / a > - Udemy Courses< / li >
2023-05-16 22:10:21 +00:00
< li > < a href = "https://freecourseweb.com/" > FreeCourseWeb< / a > - Udemy Courses< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://courseforfree.net/" > CoursesForFree< / a > - Udemy Courses< / li >
< li > < a href = "https://courseforfree.com/" > CourseForFree< / a > - Udemy Courses< / li >
< li > < a href = "https://download.howtofree.org/" > Download Online Tutorials Free< / a > - Udemy Courses< / li >
< li > < a href = "https://github.com/Puyodead1/udemy-downloader" > udemy-downloader< / a > - Udemy Downloader< / li >
< li > < a href = "https://docs.google.com/document/d/1W91OS9rj7h9DBp5UwR68lA2zMEtqNmxdGaNVmBktIaw/" > Udemy Download Guide< / a > - < a href = "https://discord.gg/tMzrSxQ" > Discord< / a > < / li >
2023-05-20 00:55:39 +00:00
< li > < a href = "https://t.me/linkedin_learning" > Linkedin_Learning< / a > - Linkedin Courses< / li >
2023-06-15 14:10:26 +00:00
< li > < a href = "https://github.com/AKhilRaghav0/Linkedin_Learning_Ripper" > Linkedin Learning Ripper< / a > - Linkedin Course Ripper< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.certcommunity.org/forum/" > CertCommunity< / a > - IT Cert Courses< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/base64/#top-linux-interview-qas" > Top Linux Interview Questions & Answers< / a > - Linux Interview Q& A< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/coursera-dl/coursera-dl" > Coursera-dl< / a > - Download videos from Coursera< / li >
2023-07-01 08:14:03 +00:00
< li > < a href = "https://i.ibb.co/pXXgtpH/00248d0c0ba1.png" > Skillshare DL Guide< / a > - Skillshare Video Downloaders< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://t.me/skillsharefree" > skillsharefree< / a > - Skillshare Courses / Telegram< / li >
< li > < a href = "https://www.avdshare.com/udemy-downloader" > avdshare< / a > - Download videos from Udemy< / li >
< li > < a href = "https://github.com/AmmeySaini/Udemy-Paid-Courses-Grabber" > Udemy Paid Courses Grabber< / a > - Udemy Course Grabber< / li >
< li > < a href = "https://github.com/keethesh/UdemyCourseGrabber" > UdemyCourseGrabber< / a > - Find Udemy Course Download Links< / li >
< li > < a href = "https://github.com/udacimak/udacimak" > Udacimak< / a > - Udacity Nanodegree / Course Downloader< / li >
2023-04-14 06:14:27 +00:00
< li > < a href = "https://github.com/lem6ns/firerip" > firerip< / a > - Fireship.io Course Grabber / < a href = "https://greasyfork.org/en/scripts/455330-freeship" > Script< / a > < / li >
2023-04-06 10:11:36 +00:00
< / ul >
2023-07-23 18:12:38 +00:00
< hr >
2023-04-06 10:11:36 +00:00
< doc-anchor-target id = "torrenting" >
2023-06-16 08:13:59 +00:00
< h3 >
2023-04-06 10:11:36 +00:00
< doc-anchor-trigger class = "header-anchor-trigger" to = "#torrenting" > #< / doc-anchor-trigger >
< span > Torrenting< / span >
< / h3 >
< / doc-anchor-target >
< div class = "flex mb-6" >
< div class = "shrink-0 w-1 rounded-tl rounded-bl bg-blue-500 dark:bg-blue-400" > < / div >
< div class = "flex w-full py-4 border border-l-0 border-gray-300 rounded-tr rounded-br doc-alert bg-white dark:bg-dark-700 dark:border-dark-700" role = "alert" >
< div class = "flex items-center ml-4 h-7" >
< svg xmlns = "http://www.w3.org/2000/svg" class = "mb-px text-blue-500 dark:text-blue-400" width = "22" height = "22" viewBox = "0 0 24 24" role = "presentation" >
< g fill = "currentColor" > < g >
< path d = "M12 1C5.93 1 1 5.93 1 12s4.93 11 11 11 11-4.93 11-11S18.07 1 12 1zm0 20c-4.96 0-9-4.04-9-9s4.04-9 9-9 9 4.04 9 9-4.04 9-9 9z" > < / path >
< path d = "M12 11c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1s1-.45 1-1v-4c0-.55-.45-1-1-1zM12.01 7c-.56 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1z" > < / path >
< path fill = "none" d = "M0 0h24v24H0z" > < / path >
< / g > < / g >
< / svg >
< / div >
< div class = "pr-5 ml-3 w-full" >
2023-04-06 12:20:45 +00:00
< p > Remember to get a < a href = "https://fmhy.pages.dev/adblockvpnguide/#vpn" > VPN< / a > before torrenting< / p >
2023-04-06 10:11:36 +00:00
< / div >
< / div >
< / div >
< ul >
< li > < a href = "https://cse.google.com/cse?cx=37dfc1f1ac9ef45e7" > Course Torrent / DDL CSE< / a > - Multi-Site Course Search< / li >
< li > < a href = "https://courseclub.me/" > Course Club< / a > - Courses< / li >
2023-05-16 22:10:21 +00:00
< li > < a href = "https://freecoursesite.com/" > FreeCourseSite< / a > - Courses< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://downloadfreecourse.com/" > DownloadFreeCourse< / a > - Courses< / li >
< li > < a href = "https://getfreecourses.co/" > GetFreeCourses< / a > - Courses< / li >
< li > < a href = "https://tutorialsplanet.net/" > TutorialsPlanet< / a > - Courses< / li >
< li > < a href = "https://freecoursesonline.me/" > FreeCoursesOnline< / a > - Courses< / li >
2023-04-22 22:09:53 +00:00
< li > < a href = "https://docspedia.world/" > Docspedia< / a > - Courses / Signup Required< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://paidcoursesforfree.com/" > Paid Courses for Free< / a > - Udemy Courses< / li >
< li > < a href = "https://www.onlinefreecourse.net/" > Online Free Course< / a > - Udemy Courses< / li >
< li > < a href = "https://gigacourse.com/" > Giga Course< / a > - Udemy Courses< / li >
< / ul >
< doc-anchor-target id = "reading" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#reading" > #< / doc-anchor-trigger >
2023-04-06 12:20:45 +00:00
< span > < a href = "https://fmhy.pages.dev/readingpiracyguide/#educational-sites" > Reading< / a > < / span >
2023-04-06 10:11:36 +00:00
< / h2 >
< / doc-anchor-target >
< doc-anchor-target id = "history-books" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#history-books" > #< / doc-anchor-trigger >
2023-04-06 12:20:45 +00:00
< span > < a href = "https://fmhy.pages.dev/readingpiracyguide/#history-sites" > History Books< / a > < / span >
2023-04-06 10:11:36 +00:00
< / h3 >
< / doc-anchor-target >
< doc-anchor-target id = "programming-books" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#programming-books" > #< / doc-anchor-trigger >
2023-04-06 12:20:45 +00:00
< span > < a href = "https://fmhy.pages.dev/readingpiracyguide/#programming-sites" > Programming Books< / a > < / span >
2023-04-06 10:11:36 +00:00
< / h3 >
< / doc-anchor-target >
< doc-anchor-target id = "documents--articles" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#documents--articles" > #< / doc-anchor-trigger >
2023-04-06 12:20:45 +00:00
< span > < a href = "https://fmhy.pages.dev/readingpiracyguide/#documents--articles" > Documents / Articles< / a > < / span >
2023-04-06 10:11:36 +00:00
< / h3 >
< / doc-anchor-target >
< doc-anchor-target id = "manual-sites" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#manual-sites" > #< / doc-anchor-trigger >
2023-04-06 12:20:45 +00:00
< span > < a href = "https://fmhy.pages.dev/readingpiracyguide/#manual-sites" > Manual Sites< / a > < / span >
2023-04-06 10:11:36 +00:00
< / h3 >
< / doc-anchor-target >
2023-07-07 01:14:40 +00:00
< doc-anchor-target id = "learning-sites" >
2023-04-06 10:11:36 +00:00
< h2 >
2023-07-07 01:14:40 +00:00
< doc-anchor-trigger class = "header-anchor-trigger" to = "#learning-sites" > #< / doc-anchor-trigger >
< span > Learning Sites< / span >
< / h2 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://freelearninglist.org/" > The Free Learning List< / a > < / strong > or < a href = "https://sites.google.com/site/scienceandmathguide/" > /sci/ guide< / a > - Free Educational Sites / Tool Index< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://learnawesome.org/" > LearnAwesome< / a > < / strong > , < a href = "https://learn-anything.xyz/" > Learn Anything< / a > , < a href = "https://learn.uno/" > Learning Lab< / a > / < a href = "https://discord.com/invite/FCzYt8u" > Discord< / a > , < a href = "https://quester.io/" > Quester< / a > or < a href = "https://maps.joindeltaacademy.com/" > Learney< / a > - Learning Resources< / li >
2023-07-27 10:11:46 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://phet.colorado.edu/" > PhET< / a > < / strong > , < a href = "https://teachers.thenational.academy/" > Oak National Academy< / a > , < a href = "https://academo.org/" > Academo< / a > or < a href = "https://runestone.academy/" > Runestone Interactive< / a > - Interactive Lessons< / li >
2023-07-28 00:56:44 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://vads.ac.uk/digital/" > vads< / a > < / strong > , < a href = "https://www.rijksmuseum.nl/en/rijksstudio" > rijksstudio< / a > , < a href = "http://www.artcyclopedia.com/" > Artcyclopedia< / a > , < a href = "http://wolfmanmuseum.org/" > The Wolfman Museum of Art< / a > , < a href = "https://darkclassics.blogspot.com/" > DarkClassics< / a > , < a href = "https://artsandculture.google.com/" > Arts and Culture< / a > , < a href = "https://www.wga.hu/" > WGA< / a > or < a href = "https://www.wikiart.org/" > WikiArt< / a > - Digital Art Collections< / li >
2023-07-07 01:14:40 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://untools.co/" > Untools< / a > < / strong > - Better Thinking Tools / Frameworks< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#typing-lessons" > Typing Lessons & Games< / a > < / strong > - Learn to Type Faster< / li >
< li > < a href = "https://www.spreeder.com/" > Spreeder< / a > - Learn to Read Faster< / li >
2023-07-23 12:19:45 +00:00
< li > < a href = "https://www.reddit.com/r/explainlikeimfive/" > /r/explainlikeimfive< / a > - Have Anything Explained Very Simply< / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "https://reddit.com/r/educationalgifs" > /r/educationalgifs< / a > - Learn With GIFs< / li >
< li > < a href = "https://animagraffs.com/" > AnimaGraffs< / a > - Animated Infographs< / li >
< li > < a href = "https://eylenburg.github.io/" > Eylenburg< / a > - Infographs, Maps & Papers< / li >
< li > < a href = "https://blog.matthen.com/" > Matthen< / a > - Math & Science Animations< / li >
< li > < a href = "https://informationisbeautiful.net/" > Information Is Beautiful< / a > - Data / Information / Infographics / Visualizations< / li >
< li > < a href = "https://apps.apple.com/us/app/lucid-learn-visually/id1482780647" > Lucid< / a > - Visual Learning Guides / iOS< / li >
< li > < a href = "https://explorabl.es/" > Explorabl.es< / a > , < a href = "https://minutelabs.io/" > MinuteLabs< / a > , < a href = "https://www.wikiversity.org/" > Wikiversity< / a > , < a href = "https://www.learnamic.com/" > Learnamic< / a > or < a href = "https://www.turtlediary.com/" > TurtleDiary< / a > - Quizzes / Guides / Games< / li >
< li > < a href = "https://www.softschools.com/" > SoftSchools< / a > or < a href = "https://www.enchantedlearning.com/" > EnchantedLearning< / a > - Worksheets / Games / Quizzes< / li >
< li > < a href = "https://jr.brainpop.com/" > BrainPOP Jr.< / a > - Quizzes / Animations< / li >
< li > < a href = "https://reddit.com/r/coolguides/" > /r/coolguides< / a > , < a href = "https://info.stylee32.net/" > info.stylee32< / a > or < a href = "https://coolguid.es/" > coolguid.es< / a > - Guides & Tutorials< / li >
< li > < a href = "https://gohighbrow.com/" > Highbrow< / a > - Daily Lessons< / li >
< li > < a href = "https://apps.apple.com/us/app/listenable-learn-with-audio/id1492810539" > Listenable< / a > - 5-Minute Audio Lessons / iOS< / li >
< li > < a href = "https://wtffunfact.com/" > WTF Fun Fact< / a > - Daily Facts< / li >
2023-08-18 14:09:54 +00:00
< li > < a href = "https://toolbox.google.com/factcheck/" > Fact Check< / a > - Quick Fact Check< / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "http://awadchallenge.com/" > AWAD Challenge< / a > or < a href = "https://wordsmith.org/" > Word Smith< / a > - Learn New Words Daily< / li >
< li > < a href = "https://www.labxchange.org/" > LabXchange< / a > or < a href = "https://www.edumedia-sciences.com/en/" > EduMedia< / a > - Interactive Science Simulations< / li >
< li > < a href = "https://www.answers.com/" > Answers.com< / a > or < a href = "https://www.quora.com/" > Quora< / a > / < a href = "https://redd.it/ywml2b" > Bypass< / a > / < a href = "https://github.com/zyachel/quetre" > Frontend< / a > - Q& A Communities< / li >
< li > < a href = "https://get.plickers.com/" > Plickers< / a > - Q& A Results App< / li >
< li > < a href = "https://answersocrates.com/" > AnswerSocrates< / a > - Most Asked Questions on Google< / li >
< li > < a href = "https://www.kialo.com/" > Kialo< / a > or < a href = "https://levelpoint.app/" > Level Point< / a > - Debates / Discussion< / li >
< li > < a href = "https://github.com/TabbycatDebate/tabbycat" > Tabby Cat< / a > - Debate Tournament Tabulation Software< / li >
< li > < a href = "https://www.litcharts.com/" > LitCharts< / a > - Literature Guides< / li >
< li > < a href = "https://www.thepunctuationguide.com/" > The Punctuation Guide< / a > - Punctuation Guide< / li >
< li > < a href = "https://www.supremo.co.uk/typeterms/" > TypeTerms< / a > - Typography Cheat Sheet< / li >
< li > < a href = "https://i.ibb.co/XCyQNB7/01930032e368.jpg" > Electromagnetic Radiation Spectrum Chart< / a > < / li >
< li > < a href = "https://www.theproblemsite.com/" > The Problem Site< / a > - Problems / Puzzles / Games< / li >
< li > < a href = "https://www.puzzleprime.com/" > PuzzlePrime< / a > - Problems / Puzzles< / li >
< li > < a href = "https://50hacks.co/" > 50Hacks< / a > - Productivity Tips< / li >
< li > < a href = "https://www.philosophybro.com/" > Philosophy Bro< / a > or < a href = "https://www.philosophybasics.com/" > PhilosophyBasics< / a > - Learn about Philosophy< / li >
< li > < a href = "https://web.archive.org/web/20221208021915/https://www.socialengineers.net" > Social Engineers< / a > - Social Engineering Guides< / li >
< li > < a href = "https://www.braink.it/" > Brainkit< / a > - Learn Helpful Principles< / li >
< li > < a href = "https://yourlogicalfallacyis.com/" > YouLogicalFallacyIs< / a > , < a href = "https://fallacyfiles.org/index.html" > FallacyFiles< / a > or < a href = "https://www.logicalfallacies.org/" > LogicalFallacies< / a > - Learn about Logical Fallacies< / li >
< li > < a href = "https://www.debunkingskeptics.com/" > Debunking Skeptics< / a > - Pseudo-Skeptical Fallacies< / li >
< li > < a href = "https://yourbias.is/" > YourBiasIs< / a > - Learn about Biases< / li >
< li > < a href = "https://www.lesswrong.com/" > LessWrong< / a > - Develop Rationality / < a href = "https://www.greaterwrong.com/" > Frontend< / a > < / li >
< li > < a href = "https://www.skillsyouneed.com/" > SkillsYouNeed< / a > or < a href = "https://www.artofmanliness.com/" > Art of Manliness< / a > - Develop Life Skills< / li >
< li > < a href = "https://archivve.visualizevalue.com/" > VisualizeValue< / a > - Life Lesson Visualizations< / li >
< li > < a href = "https://www.sketchplanations.com/" > Sketchplanations< / a > - Explanation Sketches< / li >
< li > < a href = "https://www.a-to-z-of-manners-and-etiquette.com/" > A to Z Manners< / a > - Learn Manners / Etiquette< / li >
< li > < a href = "https://wikenigma.org.uk/" > WikEnigma< / a > - ' Known Unknowns' Wiki< / li >
< li > < a href = "https://xyproblem.info/" > The XY Problem< / a > - XY Problem Explained< / li >
< li > < a href = "https://newfastuff.com/the-trolley-problem-game/" > The Trolley Problem Game< / a > - The Trolley Problem< / li >
< li > < a href = "https://edu.gcfglobal.org/" > GCFGlobal< / a > - Tech Tutorials< / li >
< li > < a href = "https://cs182sp21.github.io/" > CS 182 Deep learning< / a > - Deep Neural Network Lesson Slides< / li >
< li > < a href = "https://asknature.org/" > AskNature< / a > - Natural Strategies / Solutions< / li >
< li > < a href = "https://www.geonames.org/" > GeoNames< / a > - Geography Name Database< / li >
< li > < a href = "https://lizardpoint.com/" > LizardPoint< / a > , < a href = "https://worldle.teuteuf.fr/" > Worldle< / a > , < a href = "https://geoquest.gg/" > GeoQuest< / a > or < a href = "https://planemad.github.io/map-quiz/" > Map Quiz< / a > - Geography Quizzes< / li >
2023-07-16 22:11:02 +00:00
< li > < a href = "https://geo-memorizer.web.app/" > Geo-Memorizer< / a > - Geography Memorization Game< / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "https://statele.teuteuf.fr/" > Statele< / a > - State Quiz< / li >
< li > < a href = "https://www.geograph.org/" > Geograph WorldWide< / a > - Worldwide Photographs< / li >
< li > < a href = "https://flagguesser.com/" > Flag Guesser< / a > - Flag Quizzes< / li >
< li > < a href = "https://flagpedia.net/" > Flagpedia< / a > or < a href = "https://usflags.design/" > US Flags< / a > - Flag Indexes< / li >
< li > < a href = "https://flagstories.co/" > Flag Stories< / a > - Flag Design Breakdowns< / li >
< li > < a href = "https://thetruesize.com/" > The True Size< / a > - Compare Country Size< / li >
< li > < a href = "https://www.gapminder.org/dollar-street" > Dollar Street< / a > - Compare Homes by Country / Income< / li >
< li > < a href = "https://traffic-simulation.de/" > Traffic Simulation< / a > - Traffic Flow Simulation< / li >
< li > < a href = "https://www.bridgecommand.co.uk/" > Bridge Command< / a > - Bridge Command Ship Simulator< / li >
< li > < a href = "https://www.sectional-anatomy.org/" > Sectional Anatomy< / a > - Cross Sectional Educational MRI / CT Scans< / li >
< li > < a href = "https://phydemo.app/ray-optics/" > Ray Optics Simulation< / a > - Light Reflection / Refraction Simulator< / li >
< li > < a href = "https://ciechanow.ski/lights-and-shadows/" > Lights and Shadows< / a > - Light and Shadow Lesson< / li >
< li > < a href = "https://baileysnyder.com/interactive-4d/" > Interactive 4D Handbook< / a > - Interactive Fourth Dimension< / li >
< li > < a href = "https://www.c82.net/mineralogy/" > British & Exotic Mineralogy< / a > or < a href = "https://www.mindat.org/" > Mindat< / a > - Mineralogy Database< / li >
< li > < a href = "https://volcano.si.edu/" > Global Volcanism Program< / a > - Volcano Information Database< / li >
< li > < a href = "https://martin-laxenaire.fr/experiments/8000ers/#/everest" > 8000ers< / a > or < a href = "https://mount-everest3d.com/" > Mount Everest 3D< / a > - Mountain Visualizations & Info< / li >
< li > < a href = "http://www.davidreedsmith.com/Articles.htm" > DavidReedSmith< / a > - Learn Wood Working< / li >
< li > < a href = "https://www.animatedknots.com/" > Animated Knots< / a > or < a href = "https://www.netknots.com/" > NetKnots< / a > - Learn to Tie Knots< / li >
< li > < a href = "https://www.fieggen.com/shoelace/" > Ian' s Shoelace Site< / a > - Learn to Tie Shoelaces< / li >
< li > < a href = "https://fmhy.pages.dev/storage/#origami" > Learn Origami< / a > - Origami Examples / Tutorials< / li >
< li > < a href = "https://2050.earth/" > Earth 2050< / a > - Future Predictions< / li >
< li > < a href = "https://app.hex.tech/399c4a29-5b7f-4f70-8b53-afa8da38dd72/app/def94910-d017-4508-847c-e1189d3b6042/latest" > Nuclear Risk Calculator< / a > - Calculate Risk of Nuclear War< / li >
< li > < a href = "http://economicsoftheoffice.com/" > Economics of The Office< / a > - Learn Economics via The Office< / li >
< li > < a href = "https://morse.withgoogle.com/learn/" > Morse Typing Trainer< / a > , < a href = "https://seiuchy.macache.com/" > Seiuchy< / a > or < a href = "https://lcwo.net/" > ICWO< / a > - Learn / Practice Morse Code< / li >
< li > < a href = "https://rsoe-edis.org/" > RSOE< / a > - Emergency and Disaster Information Service< / li >
< li > < a href = "https://github.com/daviddao/awful-ai" > Awful-A.I.< / a > - Negative A.I. Usage Examples< / li >
< li > < a href = "https://www.symbols.com/" > Symbols< / a > - Symbol Database< / li >
< li > < a href = "https://www.adl.org/hate-symbols" > Hate on Display< / a > - Hate Symbol Database< / li >
< li > < a href = "https://www.p2pu.org/" > P2PU< / a > - Join Learning Groups Using Free Courses< / li >
< li > < a href = "https://github.com/antariksh17/Reddit-wiki-programming" > Reddit-wiki-programming< / a > or < a href = "https://github.com/the-akira/Computer-Science-Resources" > Computer-Science-Resources< / a > - Computer Science Learning Resources< / li >
< / ul >
< doc-anchor-target id = "games" >
< h3 >
2023-04-06 10:11:36 +00:00
< doc-anchor-trigger class = "header-anchor-trigger" to = "#games" > #< / doc-anchor-trigger >
< span > Games< / span >
2023-07-07 01:14:40 +00:00
< / h3 >
2023-04-06 10:11:36 +00:00
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/yrgo/awesome-educational-games" > Awesome Educational Games< / a > < / strong > - Educational Games Index< / li >
2023-04-06 12:20:45 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#typing-lessons" > Typing Lessons & Games< / a > < / strong > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/gamingpiracyguide/#puzzle-games" > Puzzle Games< / a > < / strong > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.starfall.com/" > Starfall< / a > < / li >
< li > < a href = "https://www.abcya.com/" > ABCya!< / a > < / li >
< li > < a href = "https://www.funbrain.com/games" > Funbrain< / a > < / li >
< li > < a href = "https://prongo.com/" > Prongo< / a > < / li >
< li > < a href = "https://www.roomrecess.com/" > RoomRecess< / a > < / li >
< li > < a href = "https://www.turtlediary.com/" > TurtleDiary< / a > < / li >
< li > < a href = "https://www.edu-games.org/" > Edu-Games< / a > < / li >
< li > < a href = "https://toytheater.com/" > Toy Theater< / a > < / li >
< li > < a href = "https://www.sheppardsoftware.com/web_games_menu.htm" > SheppardSoftware< / a > < / li >
< li > < a href = "https://www.tinytap.com/" > TinyTap< / a > < / li >
< li > < a href = "https://www.coolmathgames.com/" > Cool Math Games< / a > - Math Games< / li >
< li > < a href = "https://www.mathgametime.com/" > Math Game Time< / a > - Math Games< / li >
< li > < a href = "https://www.mathsisfun.com/games/index.html" > Math is Fun< / a > - Math Games< / li >
< li > < a href = "https://www.hoodamath.com/" > Hooda Math< / a > - Math Games< / li >
< li > < a href = "https://www.theproblemsite.com/" > The Problem Site< / a > - Problems / Puzzles/ Games< / li >
< li > < a href = "https://www.icivics.org/games" > iCivics< / a > - U.S. Law Learning Games< / li >
< / ul >
< doc-anchor-target id = "math" >
2023-07-07 01:14:40 +00:00
< h3 >
2023-04-06 10:11:36 +00:00
< doc-anchor-trigger class = "header-anchor-trigger" to = "#math" > #< / doc-anchor-trigger >
< span > Math< / span >
2023-07-07 01:14:40 +00:00
< / h3 >
2023-04-06 10:11:36 +00:00
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/rossant/awesome-math" > Awesome Math< / a > < / strong > or < a href = "https://docs.google.com/document/d/1rtokzhpvkUPnymudl_ZVmfAA7H33VIyLQUpujNGwrTo/" > Math Resources< / a > - Math Resources< / li >
2023-04-06 12:20:45 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#interactive-math-sites" > Interactive Math Sites< / a > < / strong > - List of Interactive Math Sites< / li >
2023-04-06 10:11:36 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://number.academy/" > Number Academy< / a > < / strong > - Encyclopedia of Numbers< / li >
2023-04-06 12:20:45 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#calculator-sites" > Calculator Sites< / a > < / strong > - Sites with Multiple Calculators< / li >
2023-04-06 10:11:36 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://math.microsoft.com/" > Microsoft Math Solver< / a > < / strong > , < a href = "https://speedcrunch.org/" > SpeedCrunch< / a > or < a href = "https://www.mathpapa.com/algebra-calculator.html" > MathPapa< / a > - Advanced Calculator< / li >
2023-04-25 22:10:19 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.cymath.com/" > Cymath< / a > < / strong > , < a href = "https://mathgpt.streamlit.app/" > MathGPT< / a > , < a href = "https://fmhy.pages.dev/base64/#photomath" > PhotoMath< / a > / < a href = "https://apps.apple.com/us/app/photomath/id919087726" > iOS< / a > , < a href = "https://www.mathway.com/" > Mathway< / a > , < a href = "https://answers.everydaycalculation.com/" > EverydayCalculation< / a > , < a href = "https://mathsolver.microsoft.com/en" > Math Solver< / a > , < a href = "https://www.tiger-algebra.com/" > Tiger Algebra< / a > or < a href = "https://www.symbolab.com/" > Symbolab< / a > - Math Problem Solvers< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://qalculate.github.io/" > Qalculate< / a > - Desktop Calculator< / li >
< li > < a href = "https://github.com/4silvertooth/QwikTape" > QwikTape< / a > - Note Style Calculator< / li >
2023-04-14 06:14:27 +00:00
< li > < a href = "https://apps.microsoft.com/store/detail/flowtex-preview-beta/9NT79075T86L" > FlowTeX< / a > - Convert Handwritten Math to LaTeX< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=all.in.one.calculator" > All-In-One Calculator< / a > - Multi-Calculator App / Android< / li >
< li > < a href = "https://matrixcalc.org/en/" > MatrixCalc< / a > or < a href = "https://simplx.dev/matrixop/" > MatrixOP< / a > - Matrix Calculator< / li >
< li > < a href = "https://www.mathcha.io/" > Mathcha< / a > - Online Math Editor< / li >
< li > < a href = "https://chrome.google.com/webstore/detail/equatio-math-made-digital/hjngolefdpdnooamgdldlkjgmdcmcjnc" > EquatIO< / a > - Math Equation Creator< / li >
2023-05-16 22:10:21 +00:00
< li > < a href = "https://sequencedb.net/" > SequenceDB< / a > - Sequence Machine< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "http://www-fourier.ujf-grenoble.fr/%7Eparisse/giac.html" > Giac/Xcas< / a > - Algebra System< / li >
< li > < a href = "http://algebrarules.com/" > Algebra Rules< / a > - Learn Algebra Rules< / li >
< li > < a href = "https://weboasis.app/convert/" > Weboasis Convert< / a > - Conversion Calculators< / li >
< li > < a href = "https://percentagetools.com/" > PecentageTools< / a > - Percentage Calculators< / li >
< li > < a href = "http://matrixmultiplication.xyz/" > Matrix Multiplication< / a > - Matrix Multiplication Calculator< / li >
2023-08-22 06:14:13 +00:00
< li > < a href = "https://coolconversion.com/" > CoolConversion< / a > , < a href = "https://www.unitconverters.net/" > UnitConverters< / a > , < a href = "https://f-droid.org/packages/com.ferrarid.converterpro/" > Converter Pro< / a > , < a href = "https://www.convertunits.com/" > ConvertUnits< / a > or < a href = "https://convertall.bellz.org/" > ConvertAll< / a > - Unit Converters< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.derivative-calculator.net/" > Derivative Calculator< / a > - Derivative Calculator< / li >
< li > < a href = "https://www.integral-calculator.com/" > Integral Calculator< / a > - Integral Calculator< / li >
< li > < a href = "https://www.desmos.com/" > Desmos< / a > - Graphing Calculator< / li >
< li > < a href = "https://www.ticalc.org/pub/" > TicCalc< / a > - TI Graphing Calculator Files< / li >
< li > < a href = "http://tibasicdev.wikidot.com/" > TI-Basic Developer< / a > - TI-Basic Info Repository< / li >
< li > < a href = "https://sourceforge.net/projects/scidavis/" > SciDAVis < / a > - Scientific Data Plotter< / li >
< li > < a href = "https://freefem.org/" > FreeFEM< / a > - Partial Differential Equations Solver< / li >
< li > < a href = "https://approach0.xyz/search/" > Approach0< / a > - Math Formula Search< / li >
< li > < a href = "https://onlinemathtools.com/" > Online Math Tools< / a > - Multiple Math Tools< / li >
< li > < a href = "http://www.falstad.com/" > Falstad< / a > - Math & Physics Apps / Simulations< / li >
< li > < a href = "https://github.com/3b1b/videos" > 3b1b< / a > / < a href = "https://github.com/3b1b/manim" > 2< / a > - Generate Explanatory Math Videos< / li >
< li > < a href = "http://mathonline.wikidot.com/" > MathOnline< / a > - Math / Courses< / li >
< li > < a href = "https://mathigon.org/" > Mathigon< / a > - Math / Courses< / li >
< li > < a href = "https://betterexplained.com/" > BetterExplained< / a > - Math / Guides / Courses< / li >
2023-07-10 20:13:01 +00:00
< li > < a href = "https://www.countle.org/" > Countle< / a > or < a href = "https://cut-the-knot.org/" > Cut The Knot< / a > - Math Equations< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://au.ixl.com/math/" > IXL Learning< / a > - Math Practice / Quizzes< / li >
< li > < a href = "http://www.math-exercises.com/" > Math Exercises< / a > or < a href = "http://mathbitsnotebook.com/" > MathBitsNotebook< / a > - Math Practice< / li >
< li > < a href = "https://tutorial.math.lamar.edu/" > Pauls Online Math Notes< / a > - Math Practice / Guides< / li >
< li > < a href = "https://parkmath.github.io/" > ParkMath< / a > - Math Guides< / li >
< li > < a href = "https://freemathhelp.com/" > FreeMathHelp< / a > - Math Guides< / li >
< li > < a href = "http://math2.org/" > Math2.org< / a > - Math Guides< / li >
< li > < a href = "https://www.jezzamon.com/fourier/index.html" > Fourier Transform< / a > - Interactive Fourier Transform Guide< / li >
< li > < a href = "https://terrytao.wordpress.com/" > Terence Tao Research< / a > - Mathematical Research< / li >
< li > < a href = "https://www.docdroid.net/YupQ6Pp/khan-academy-all-math-questions-pdf" > All Math Questions< / a > - Khan Academy Math Questions< / li >
< li > < a href = "https://www.mathsisfun.com/" > Math is Fun< / a > - Math Tutorials / Puzzles / Games< / li >
< li > < a href = "https://projecteuler.net/" > Project Euler< / a > - Math / Programming Problems< / li >
2023-07-28 00:56:44 +00:00
< li > < a href = "https://seeing-theory.brown.edu/" > Seeing Theory< / a > or < a href = "https://stattrek.com/" > Stat Trek< / a > - Statistics & Probability Tutorials< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "http://www.mathwords.com/" > MathWords< / a > - Math Term Dictionary< / li >
< li > < a href = "https://yvantt.github.io/arTIfiCE/" > arTIfiCE< / a > - TI CE Calculator Jailbreak< / li >
< li > < a href = "https://github.com/jacobly0/asmhook" > ASMHook< / a > - Add ASM Functionality to TI Calculators< / li >
< / ul >
< doc-anchor-target id = "physics" >
2023-07-07 01:14:40 +00:00
< h3 >
2023-04-06 10:11:36 +00:00
< doc-anchor-trigger class = "header-anchor-trigger" to = "#physics" > #< / doc-anchor-trigger >
< span > Physics< / span >
2023-07-07 01:14:40 +00:00
< / h3 >
2023-04-06 10:11:36 +00:00
< / doc-anchor-target >
< ul >
2023-04-13 08:14:06 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.feynmanlectures.caltech.edu/" > The Feynman Lectures< / a > < / strong > - Physics Lectures< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://phys.org/" > phys< / a > < / strong > - Latest / News / Article / Physics< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/base64/#math-and-physics-books" > Math and Physics Books< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "http://www.falstad.com/" > Falstad< / a > - Math & Physics Apps / Simulations< / li >
< li > < a href = "https://github.com/deepmind/mujoco" > Mujoco< / a > , < a href = "https://www.csun.edu/science/software/simulations/physics.html" > Physics Simulations< / a > , < a href = "https://www.animations.physics.unsw.edu.au/" > Physics Animations< / a > , < a href = "https://ophysics.com/index.html" > oPhysics< / a > or < a href = "https://www.myphysicslab.com/index-en.html" > MyPhysicsLab< / a > - Physics Simulations / Animations< / li >
< li > < a href = "https://www.physicsclassroom.com/" > PhysicsClassroom< / a > - Physics Lessons< / li >
2023-04-24 20:11:22 +00:00
< li > < a href = "https://physicstravelguide.com/" > PhysicsTravelGuide< / a > - Physics Explanations< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.physicsandmathstutor.com/" > Physics and Maths Tutor< / a > - UK High School Notes & Papers< / li >
< li > < a href = "https://thephysicsaviary.com/Physics/Programs/Tools/find.php" > Physics Saviary< / a > - Physics Tools< / li >
< li > < a href = "http://www.algodoo.com/" > Algodoo< / a > - Interactive Physics Tool< / li >
< li > < a href = "https://qpaths.deqart.com/" > QPaths< / a > - Learn Basic Quantum Terms< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=brychta.stepan.quantum_en" > quantum< / a > - Quantum Physics Learning App< / li >
2023-04-30 01:02:05 +00:00
< li > < a href = "https://arxiv.org/" > arXiv< / a > - Science / Math / Physics / < a href = "https://arxiv-sanity-lite.com/" > Search< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.physicsforums.com/" > Physics forums< / a > - Forum / Physics / Science< / li >
< li > < a href = "https://qntm2017.github.io/qntm/OV.html" > Quantum Web Directory< / a > - Science / Tech / Math / Physics< / li >
< li > < a href = "https://www.myphysicslab.com/pendulum/compare-pendulum-en.html" > Compare Pendulum< / a > - Pendulum Simulator< / li >
< li > < a href = "https://openfoam.org/" > OpenFoam< / a > , < a href = "https://www.pc-progress.com/" > PC Progress< / a > or < a href = "https://sim-flow.com/" > Sim Flow< / a > - Fluid Dynamics Simulators< / li >
< li > < a href = "https://www.simscale.com/" > SimScale< / a > or < a href = "https://www.cfdtool.com/" > CFDTool< / a > - Fluid Dynamics & Heat Transfer
Simulator< / li >
2023-04-07 04:13:38 +00:00
< li > < a href = "https://www.lammps.org/" > LAMMPS< / a > - Molecular Dynamics (MD) Code< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://sourceforge.net/projects/avogadro/" > avogadro< / a > - Molecular Editor< / li >
< li > < a href = "https://github.com/file-acomplaint/simuwaerm" > Simuwaerm< / a > - Heat Simulator< / li >
< / ul >
2023-07-28 00:56:44 +00:00
< doc-anchor-target id = "engineering" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#engineering" > #< / doc-anchor-trigger >
< span > Engineering< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.engineeringtoolbox.com/" > The Engineering Toolbox< / a > < / strong > or < a href = "https://www.engineersedge.com/" > EngineersEdge< / a > - Engineering Tools and Resources< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/m2n037/awesome-mecheng" > Awesome Mecheng< / a > < / strong > or < a href = "https://github.com/IDEALLab/design-data-list" > design-data-list< / a > - Mechanical Engineering Resources< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.reddit.com/r/AskEngineers/" > /r/AskEngineers< / a > < / strong > - Engineering Q& A Sub / < a href = "https://www.reddit.com/r/AskEngineers/wiki/library" > Library< / a > / < a href = "https://www.reddit.com/r/AskEngineers/wiki/acronyms" > Acronyms< / a > / < a href = "https://www.reddit.com/r/AskEngineers/wiki/faq" > FAQ< / a > / < a href = "https://www.reddit.com/r/AskEngineers/wiki/workexperience/#work-experience" > Work Tips< / a > < / li >
< li > < a href = "https://www.reddit.com/user/nbatman/m/engineering/" > /m/engineering< / a > - Engineering Multireddit< / li >
< li > < a href = "https://www.reddit.com/r/engineering/" > /r/engineering< / a > or < a href = "https://www.reddit.com/r/AutomotiveEngineering/" > /r/AutomotiveEngineering< / a > - Engineering Subreddits< / li >
< li > < a href = "https://www.fxsolver.com/" > fxSolver< / a > , < a href = "https://f-droid.org/packages/org.solovyev.android.calculator/" > Calculator++< / a > , < a href = "https://kalker.xyz/" > Kalker< / a > / < a href = "https://github.com/PaddiM8/kalker" > GitHub< / a > or < a href = "https://www.calculatoria.com/" > Calculatoria< / a > - Engineering Calculators< / li >
< li > < a href = "https://www.sanfoundry.com/" > Sanfoundry< / a > - Engineering Questions & Answers< / li >
< li > < a href = "https://www.cesdb.com/" > CESDB< / a > - Civil Engineering Software< / li >
< li > < a href = "https://www.howacarworks.com/" > How a Car Works< / a > - Car Mechanics / Automotive Engineering Guides< / li >
< li > < a href = "https://youtu.be/gTNVxHSemxA" > Neptune< / a > or < a href = "http://www.ers3d.com/home/moduleInfo.do?moduleId=11&listId=92" > ERS3D< / a > - Marine Engineering Room Simulator< / li >
< li > < a href = "https://hdlbits.01xz.net/" > HDLBits< / a > - Learn Circuit Design< / li >
< li > < a href = "https://www.flitetest.com/" > FliteTest< / a > - DIY Drone Guides< / li >
< li > < a href = "https://nandgame.com/" > NandGame< / a > - Computer Building Puzzle< / li >
< / ul >
2023-04-06 10:11:36 +00:00
< doc-anchor-target id = "biology" >
2023-07-07 01:14:40 +00:00
< h3 >
2023-04-06 10:11:36 +00:00
< doc-anchor-trigger class = "header-anchor-trigger" to = "#biology" > #< / doc-anchor-trigger >
< span > Biology< / span >
2023-07-07 01:14:40 +00:00
< / h3 >
2023-04-06 10:11:36 +00:00
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://species.wikimedia.org/" > Wikispecies< / a > < / strong > or < a href = "https://www.catalogueoflife.org/" > The Catalogue of Life< / a > - Species Directory< / li >
< li > < a href = "http://www.onezoom.org/" > OneZoom< / a > - Tree of Life Explorer< / li >
< li > < a href = "https://alien-project.org/" > Alien< / a > - Artificial Life Simulator / < a href = "https://github.com/chrxh/alien" > GitHub< / a > / < a href = "https://youtu.be/w9R6zrdl6jM" > Video< / a > < / li >
< li > < a href = "https://www.lostandfoundnature.com/" > Lost and Found Nature< / a > - Re-Discovered Animals / Plants< / li >
< li > < a href = "https://a-z-animals.com/" > A-Z Animal< / a > - Animal Encyclopedia< / li >
< li > < a href = "https://www.ocearch.org/?list" > Ocearch< / a > - Track Marine Life< / li >
< li > < a href = "https://neal.fun/deep-sea/" > The Deep Sea< / a > - Interactive Deep Sea Life Guide< / li >
< li > < a href = "https://patternradio.withgoogle.com/" > Pattern Radio< / a > - Listen to Whale Songs< / li >
< li > < a href = "https://www.eurobirdportal.org/" > EuroBirdPortal< / a > - European Bird Distribution Map< / li >
2023-04-23 22:10:18 +00:00
< li > < a href = "https://experiments.withgoogle.com/ai/bird-sounds/view/" > BirdSounds< / a > - Thousands of Bird Sounds Visualized< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.macroinvertebrates.org/" > Macroinvertebrates< / a > - Freshwater Macroinvertebrates Atlas< / li >
< li > < a href = "https://lifeundertheice.org/" > Life Under the Ice< / a > - View Antarctic Microbes< / li >
< li > < a href = "http://www.worldfloraonline.org/" > WorldFloraOnline< / a > - Plant / Flora Database< / li >
< li > < a href = "https://candide.com/GB/identify-plants" > Candide< / a > or < a href = "https://identify.plantnet.org/" > Pl@ntNet< / a > - Plant Identifiers< / li >
< li > < a href = "https://wildflowersearch.org/" > WildFlowerSearch< / a > - Flower Identifier< / li >
< li > < a href = "https://worldofsucculents.com/" > WorldOfSucculents< / a > or < a href = "https://www.succulentguide.com/" > SucculentGuide< / a > - Succulent Database< / li >
< li > < a href = "https://www.getbodysmart.com/" > Get Body Smart< / a > - Learn about Human Anatomy and Physiology< / li >
2023-04-14 06:14:27 +00:00
< li > < a href = "https://3d.nih.gov/" > NIH Print< / a > - Biomedical Science 3D Models< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://glass.health/ai" > Glass AI< / a > - Medical Diagnoses' Training AI< / li >
< li > < a href = "https://whydocatsanddogs.com/" > WhyDoCatsAndDogs...?< / a > - Pet Q& A Site< / li >
< li > < a href = "https://www.backyardchickens.com/" > Backyard Chickens< / a > - Chicken Raising Forum< / li >
< / ul >
< doc-anchor-target id = "chemistry" >
2023-07-07 01:14:40 +00:00
< h3 >
2023-04-06 10:11:36 +00:00
< doc-anchor-trigger class = "header-anchor-trigger" to = "#chemistry" > #< / doc-anchor-trigger >
< span > Chemistry< / span >
2023-07-07 01:14:40 +00:00
< / h3 >
2023-04-06 10:11:36 +00:00
< / doc-anchor-target >
< ul >
2023-04-14 06:14:27 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://labmode.co.uk/" > Lab Safety Guide / Intro< / a > < / strong > < / li >
2023-04-30 01:02:05 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#periodic-tables" > Periodic Table Of Elements< / a > < / strong > - Online Periodic Tables / < a href = "https://play.google.com/store/apps/details?id=com.jlindemann.science" > App< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://chem.libretexts.org" > LibreTexts Chemistry< / a > < / strong > - Chemistry Texts< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.internetchemistry.com/search.php" > Internet Chemistry< / a > < / strong > - Search Index< / li >
< li > < a href = "https://saylordotorg.github.io/text_the-basics-of-general-organic-and-biological-chemistry/index.html" > Chemistry Basics< / a > - Basics of General, Organic, and Biological Chemistry< / li >
< li > < a href = "https://www.youtube.com/user/tdewitt451" > Tyler DeWitt< / a > , < a href = "https://www.youtube.com/c/TheOrganicChemistryTutor" > TheOrganicChemistryTutor< / a > , < a href = "https://www.youtube.com/channel/UCPtWS4fCi25YHw5SPGdPz0g" > Allery Chemistry< / a > , < a href = "https://www.khanacademy.org/science/ap-chemistry-beta" > Khan Academy AP Chemistry< / a > , < a href = "https://www.chem.ucalgary.ca/courses/351/Carey5th/Carey.html" > Organic Chemistry etext< / a > , < a href = "https://chemistryscore.com/" > ChemistryScore< / a > , < a href = "https://www.youtube.com/@periodicvideos" > PeriodicVideos< / a > / < a href = "http://www.periodicvideos.com" > Periodic Table Videos< / a > - Chemistry Lessons< / li >
2023-04-14 06:14:27 +00:00
< li > < a href = "https://www.chemicalaid.com/" > ChemicalAid< / a > - Chemistry Calculators / Element Tables< / li >
< li > < a href = "https://pubchem.ncbi.nlm.nih.gov/" > PubChem< / a > , < a href = "http://www.chm.bris.ac.uk/motm/motm.htm" > MOTM< / a > , < a href = "https://webbook.nist.gov/chemistry/" > NIST< / a > or < a href = "https://www.essentialchemicalindustry.org/" > EssentialChemicalIndustry< / a > - Chemistry Wikis< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.chemistrysteps.com/" > ChemistrySteps< / a > or < a href = "https://docbrown.info/" > DocBrown< / a > - Chemistry Practice / Guides< / li >
< li > < a href = "https://www.cliffsnotes.com/study-guides/chemistry/chemistry/elements/discovery-and-similarity" > Cliffnotes Chemistry< / a > / < a href = "https://www.cliffsnotes.com/study-guides/chemistry/organic-chemistry-i" > Organic Chemistry I< / a > / < a href = "https://www.cliffsnotes.com/study-guides/chemistry/organic-chemistry-ii" > Organic Chemistry II< / a > , < a href = "https://wiki.ch.ic.ac.uk/wiki/" > Chem Wiki< / a > , < a href = "http://chemhelper.com/" > chemhelper< / a > or < a href = "https://www.chemguide.co.uk" > chemguide< / a > - Study Guides< / li >
< li > < a href = "https://chemistrytalk.org/" > ChemistryTalk< / a > - Tutorials / Experiments / Elements / Reference Articles< / li >
< li > < a href = "https://sciencenotes.org" > Sciencenotes< / a > - Periodic Tables / Chemistry Projects and Questions< / li >
< li > < a href = "https://www.organic-chemistry.org" > Organic Chemistry< / a > - Organic Reactions< / li >
< li > < a href = "https://www.commonorganicchemistry.com" > CommonOrganicChemistry< / a > - Common Reactions / Common Reagents< / li >
< li > < a href = "https://www.synarchive.com" > Synarchive Named Reactions< / a > - Database of Organic syntheses / Named Reactions< / li >
< li > < a href = "https://www.name-reaction.com" > name-reaction< / a > - List of Name Reactions< / li >
< li > < a href = "https://www.chemtube3d.com" > ChemTube3D< / a > - Interactive 3D Chemistry Animations< / li >
< li > < a href = "http://www.chemspider.com/" > ChemSpider< / a > - Chemical Structures< / li >
< li > < a href = "https://www.rsc.org/Merck-Index/" > Merck Index< / a > - Online Merck Index< / li >
< li > < a href = "https://organicchemistrydata.org/" > Organic Chemistry Data< / a > - Organic Chemistry Data< / li >
< li > < a href = "https://www.chem.ucla.edu/%7Eharding/IGOC/IGOC.html" > IGOC< / a > - Illustrated Glossary of Organic Chemistry< / li >
< li > < a href = "https://phet.colorado.edu/en/simulations/filter?subjects=chemistry&type=html%2Cprototype" > Colorado Chemistry Simulations< / a > - Chemistry Animations< / li >
2023-04-14 06:14:27 +00:00
< li > < a href = "https://www.chemicalforums.com/" > Chemical Forums< / a > - Chemistry Forums< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "http://ezb.ur.de/ezeit/fl.phtml?bibid=AAAAA&colors=7&lang=en&notation=V" > Electronic Journals Library - University of Regensburg< / a > , < a href = "https://abc-chemistry.org/" > abc-chemistry< / a > , < a href = "https://www.arkat-usa.org/" > arkat-usa< / a > - Journals< / li >
< li > < a href = "https://martindalecenter.com/calculators3b.html" > Martindale' s Virtual Chemistry Center< / a > - Calculators< / li >
< li > < a href = "https://webqc.org/balance.php" > WebQC Balance Calculator< / a > - Chemical Equation Balance Calculator< / li >
< li > < a href = "https://wolframalpha.com/examples/science-and-technology/chemistry" > Wolfram Alpha Chemistry< / a > - Chemistry Calculators and Tools< / li >
< li > < a href = "http://www.chemexper.com/" > Chemexper Chemical Directory< / a > - Chemical Directory< / li >
< li > < a href = "http://orgsyn.org/Default.aspx" > OrgSyn< / a > - Chemistry Prep Guides< / li >
< / ul >
< doc-anchor-target id = "history" >
2023-07-07 01:14:40 +00:00
< h3 >
2023-04-06 10:11:36 +00:00
< doc-anchor-trigger class = "header-anchor-trigger" to = "#history" > #< / doc-anchor-trigger >
< span > History< / span >
2023-07-07 01:14:40 +00:00
< / h3 >
2023-04-06 10:11:36 +00:00
< / doc-anchor-target >
< ul >
2023-07-07 01:14:40 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/readingpiracyguide/#history-sites" > History Books< / a > < / strong > < / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.historicfilms.com/" > Historic Films< / a > < / strong > or < a href = "https://www.filmpreservation.org/" > National Film Preservation Foundation< / a > - Historic Footage / Films< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/miscguide/#maps" > Historical / Modern Maps< / a > < / strong > - Map Resources< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://histography.io/" > Histography< / a > < / strong > or < a href = "https://www.oldest.org/" > Oldest< / a > - History Timelines< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://siarchives.si.edu/" > Smithsonian Institution Archives< / a > - Historical Photos / Documents< / li >
< li > < a href = "https://www.iwm.org.uk/" > Imperial War Museums< / a > - Historic War Footage< / li >
< li > < a href = "https://naturalhistory.si.edu/visit/virtual-tour" > NaturalHistory< / a > - Natural History Museum Virtual Tour< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=com.gskinner.flutter.wonders" > Wonderous< / a > - Learn About Ancient Structures< / li >
< li > < a href = "https://persepolis.getty.edu/" > Persepolis Reimagined< / a > - Explore Persepolis Recreation< / li >
< li > < a href = "https://news.lettersofnote.com/" > Letters of Note< / a > - Historical Letters< / li >
2023-04-14 06:14:27 +00:00
< li > < a href = "https://shorpy.com/" > Shorpy< / a > - Historical Photos< / li >
2023-04-24 20:11:22 +00:00
< li > < a href = "https://manuscriptminiatures.com/" > ManuscriptMiniatures< / a > - Medieval Manuscript Images< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "http://sciphilos.info/" > Sciphilos< / a > - Historical Discovery Timeline< / li >
2023-05-04 02:27:42 +00:00
< li > < a href = "https://collections.royalarmouries.org/" > Royal Armouries Collections< / a > - Ancient Armaments Museum< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://nuclearweaponarchive.org/" > NuclearWeaponArchive< / a > - Nuclear Weapons History< / li >
< li > < a href = "https://911realtime.org/" > 911 Realtime< / a > - 9/11 in Realtime< / li >
< li > < a href = "https://www.foodtimeline.org/" > The Food Timeline< / a > - Food History Timeline< / li >
< li > < a href = "https://l-lists.com/en/lists/55cbww.html" > Historical Recipes< / a > - Historical Recipes Site Index< / li >
< li > < a href = "https://arachne.dainst.org/" > Arachne< / a > - Ancient Sculpture Image Archive< / li >
< li > < a href = "https://cari.institute/" > CARI< / a > - Design Aesthetics History< / li >
2023-04-14 06:14:27 +00:00
< li > < a href = "https://betawiki.net/wiki/Main_Page" > BetaWiki< / a > - Operating System / Software History / < a href = "https://discord.com/invite/XPz5Zm42tR" > Discord< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "http://infomesh.org/" > InfoMesh< / a > - Web History / Info< / li >
< li > < a href = "https://www.versionmuseum.com/" > VersionMuseum< / a > - Website History / Info< / li >
2023-05-16 22:10:21 +00:00
< li > < a href = "https://oldcomputers.net/" > Old Computer Museum< / a > - Computer History / Info< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.hp9845.net/" > The HP 9845 Project< / a > - HP 9845 Computer History< / li >
< li > < a href = "https://www.folklore.org" > Folklore< / a > or < a href = "https://theapplewiki.com/" > TheAppleWiki< / a > - Apple Computer History< / li >
< li > < a href = "http://www.vgamuseum.info/" > VGA Museum< / a > - Graphic Cards History / Info< / li >
< li > < a href = "https://www.housecreep.com/" > House Creep< / a > - Homes With A Curious or Criminal History< / li >
< li > < a href = "https://www.worldweatheronline.com/" > World Weather Online< / a > - Historical Weather Reports< / li >
< / ul >
< doc-anchor-target id = "space" >
2023-07-07 01:14:40 +00:00
< h3 >
2023-04-06 10:11:36 +00:00
< doc-anchor-trigger class = "header-anchor-trigger" to = "#space" > #< / doc-anchor-trigger >
< span > Space< / span >
2023-07-07 01:14:40 +00:00
< / h3 >
2023-04-06 10:11:36 +00:00
< / doc-anchor-target >
< ul >
2023-07-07 01:14:40 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://reddit.com/r/Space" > /r/Space< / a > < / strong > - Space Subreddit< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://spacedashboard.com/" > Space Dashboard< / a > < / strong > - Space Live Stream Dashboard< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://worldview.earthdata.nasa.gov/" > EarthData< / a > < / strong > - Daily Satellite Replays< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.nasa.gov/" > NASA< / a > - National Aeronautics and Space Administration Website / < a href = "https://images.nasa.gov/" > Images< / a > / < a href = "https://www.nasa.gov/connect/sounds/index.html" > Audio< / a > / < a href = "https://ntrs.nasa.gov/search.jsp" > Documents< / a > < / li >
< li > < a href = "https://www.esa.int/" > ESA< / a > - European Space Agency Website< / li >
< li > < a href = "https://www.space.com/" > Space.com< / a > - Space News< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://er-cryptid.tumblr.com/post/176809097526/free-astronomy-resources" > Free Astronomy Resources< / a > or < a href = "https://fmhy.pages.dev/base64/#math-and-physics-books" > Math and Physics Books< / a > - Astronomy Books< / li >
2023-05-16 22:10:21 +00:00
< li > < a href = "https://nbremer.github.io/planet-globe/" > Planet Globe< / a > - Virtual Globes< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://iss-sim.spacex.com/" > ISS Sim< / a > - ISS Docking Simulator< / li >
< li > < a href = "https://video.ibm.com/channel/iss-hdev-payload" > HDEV Payload< / a > or < a href = "https://www.nasa.gov/multimedia/nasatv/iss_ustream.html" > ISS UStream< / a > - Live ISS Streams< / li >
< li > < a href = "https://transit-finder.com/" > Transit Finder< / a > - ISS Transit Finder< / li >
< li > < a href = "http://web.archive.org/web/20150328140645/http://www.spacex.com/media" > SpaceX Media 2015< / a > / < a href = "http://web.archive.org/web/20191122175115/https://www.spacex.com/media" > 2019< / a > - SpaceX Media Archive< / li >
< li > < a href = "https://platform.leolabs.space/visualization" > Leolabs Space< / a > - Low Earth Orbit Simulator< / li >
< li > < a href = "https://rammb-slider.cira.colostate.edu/" > GOES-16 Satellite Imagery< / a > , < a href = "https://spaceeye.app/" > SpaceEye< / a > or < a href = "https://www.sentinel-hub.com/" > Sentinel Hub< / a > - Satellite Imagery< / li >
< li > < a href = "https://scihub.copernicus.eu/" > Open Access Hub< / a > - Copernicus Satellite Data Copernicus< / li >
< li > < a href = "https://satellitemap.space/" > Satellite Map< / a > - Satellite Orbit Map< / li >
< li > < a href = "https://findstarlink.com/" > Find Starlink< / a > or < a href = "https://github.com/rt-bishop/Look4Sat" > Look4Sat< / a > - Satellite Trackers< / li >
< li > < a href = "https://spaceweathernews.com/" > Space Weather News< / a > or < a href = "https://spaceweather.com/" > SpaceWeather< / a > - Space Weather Updates / < a href = "https://www.youtube.com/user/Suspicious0bservers" > Videos< / a > < / li >
< li > < a href = "http://rockets.andegraf.com/" > Andegraf Rockets< / a > - Rocket Diagrams< / li >
< li > < a href = "https://nextrocket.space/" > nextrocket.space< / a > - List of Upcoming Rocket Launches< / li >
2023-06-28 16:15:47 +00:00
< li > < a href = "https://github.com/reilleya/openMotor" > openMotor< / a > - Internal Ballistics Simulator< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://apolloinrealtime.org/" > Interactive Apollo Missions< / a > or < a href = "https://www.firstmenonthemoon.com/" > FirstMenOnTheMoon< / a > - Apollo in Realtime< / li >
< li > < a href = "https://moon.nasa.gov/" > Moon.Nasa< / a > - Explore the Moon< / li >
2023-04-14 06:14:27 +00:00
< li > < a href = "https://www.fourmilab.ch/cgi-bin/Earth" > Earth and Moon Viewer< / a > - Earth / Moon Latitude and Longitude Viewer< / li >
2023-04-07 14:09:37 +00:00
< li > < a href = "https://fmhy.pages.dev/storage/#sun--moon-position" > Sun / Moon Position Calculators< / a > - Sun / Moon Position and Phase Calculators< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://sdo.gsfc.nasa.gov/data/dashboard/" > SDO Dashboard< / a > - Live Sun Feed< / li >
< li > < a href = "https://ciechanow.ski/earth-and-sun/" > Earth and Sun< / a > - Interactive Day-Night Cycles Lesson< / li >
2023-04-14 06:14:27 +00:00
< li > < a href = "https://celestrak.org/" > CelesTrack< / a > - Earth Orbit Visualization< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://mars.nasa.gov/explore/mars-now/" > Mars Now< / a > - Mars Exploration Program Simulator< / li >
2023-04-14 06:14:27 +00:00
< li > < a href = "https://www.nationalgeographic.com/science/graphics/the-atlas-of-moons" > The Atlas of Moons< / a > - Interactive Index of Moons< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.joshworth.com/dev/pixelspace/pixelspace_solarsystem.html" > 1 Pixel moon< / a > , < a href = "https://www.lightyear.fm/" > LightYear< / a > or < a href = "http://omgspace.net/" > OMG SPACE< / a > - Solar System Scale Model< / li >
2023-05-16 22:10:21 +00:00
< li > < a href = "https://theskylive.com/3dsolarsystem" > 3DSolarSystem< / a > , < a href = "https://typpo.github.io/spacekit/" > SpaceKit< / a > - Solar System Simulators< / li >
2023-06-15 14:10:26 +00:00
< li > < a href = "https://solarsystem.nasa.gov/" > Solar System< / a > - Learn about our Solar System< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://planets-facts-website.netlify.app/" > The Planets< / a > - Learn About Planets< / li >
< li > < a href = "https://exoplanetexplore.vercel.app" > ExoplanetExplore< / a > - Interactive Exoplanet Visualization< / li >
< li > < a href = "https://mr21.github.io/space-object-comparison/" > Space Object Comparison< / a > - Compare Sizes Of Celestial Objects< / li >
< li > < a href = "https://skymaponline.net/" > Spy Map Online< / a > - Star Map< / li >
< li > < a href = "https://stars.chromeexperiments.com/" > 100,000 Stars< / a > - Interactive 3D Star Visualization< / li >
< li > < a href = "https://aladin.u-strasbg.fr/" > Aladin< / a > - Astronomical Image Viewer / < a href = "https://aladin.u-strasbg.fr/AladinLite/" > Lite Version< / a > < / li >
< li > < a href = "https://stellarium-web.org/" > Stellarium-Web< / a > or < a href = "http://stellarium.org/" > Stellarium< / a > - Virtual Stellariums< / li >
2023-05-16 22:10:21 +00:00
< li > < a href = "https://www.google.com/sky" > Google Sky< / a > - View Stars, The Moon & Mars< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://worldwidetelescope.org/" > WorldwideTelescope< / a > - Interactive Telescope Data< / li >
2023-06-28 16:15:47 +00:00
< li > < a href = "https://esahubble.org/images/archive/zoomable/" > Hubble Zoomable< / a > or < a href = "https://www.eso.org/public/images/archive/zoomable/" > ESO Zoomable< / a > - Zoomable Telescope Photos< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.webbcompare.com/" > Webb Compare< / a > - Webb / Hubble Comparison Images< / li >
< li > < a href = "https://spacetelescopelive.org/" > Space Telescope Live< / a > - Live Hubble Image Data< / li >
< li > < a href = "https://jwst.nasa.gov/index.html" > James Webb Space Telescope< / a > or < a href = "https://esawebb.org/" > ESAWebb< / a > - Webb Space Telescope Site< / li >
< li > < a href = "https://hubblesite.org/" > HubbleSite< / a > - Hubble Telescope Site< / li >
< li > < a href = "https://apod.nasa.gov/" > APOD< / a > - Daily NASA Astronomy Images< / li >
< li > < a href = "https://nova.astrometry.net/" > Astrometry< / a > - View / Share Astronomy Images< / li >
2023-07-27 10:11:46 +00:00
< li > < a href = "https://www.livemeteors.com/" > Live Meteors< / a > - Live Meteor Radio Echoes< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://cleardarksky.com/" > Clear Dark Sky< / a > - Star Gazing Weather Forecasts< / li >
< li > < a href = "https://darksitefinder.com/" > Dark Site Finder< / a > , < a href = "https://darkskymap.com/" > DarkSkyMap< / a > or < a href = "https://gostargazing.co.uk/" > GoStarGazing< / a > - Star Gazing Site Locators< / li >
< li > < a href = "https://play.google.com/store/apps/details?id=de.seebi.deepskycamera&gl=US" > DeepSkyCamera< / a > - Astrophotography App< / li >
2023-06-05 12:24:05 +00:00
< li > < a href = "https://spaceengine.org/" > SpaceEngine< / a > - Universe Simulator< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.htwins.net/" > The Scale of the Universe< / a > - Universe Scale Simulator< / li >
< li > < a href = "https://cds.u-strasbg.fr/" > CDS< / a > - Astronomical Database< / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "https://i.ibb.co/85S7rG4/01bbe9083644.jpg" > The Universe Through Time< / a > - Universe Timeline< / li >
2023-04-06 10:11:36 +00:00
< / ul >
2023-07-07 01:14:40 +00:00
< doc-anchor-target id = "music" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#music" > #< / doc-anchor-trigger >
< span > Music< / span >
< / h3 >
2023-04-06 10:11:36 +00:00
< / doc-anchor-target >
< ul >
2023-07-07 01:14:40 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#sheet-music-sites" > Sheet Music Sites< / a > < / strong > < / li >
< li > < a href = "https://musicoutfitters.com/" > Music Outfitters< / a > - Music Services / Information< / li >
< li > < a href = "http://www.opensong.org/" > OpenSong< / a > - Track Lyrics, Chords, Sheets & more< / li >
< li > < a href = "https://muted.io/circle-of-fifths/" > Circle of Fifths< / a > - Visualize Notes, Cords & Keys< / li >
< li > < a href = "https://scorecloud.com/" > ScoreCloud< / a > or < a href = "https://chordify.net/" > Chordify< / a > - Chord Detection / Transcriber< / li >
< li > < a href = "https://piano-scribe.glitch.me/" > Piano Scribe< / a > - Piano Transcriber< / li >
< li > < a href = "https://soundslice.com/" > Sound Slice< / a > or < a href = "https://nootka.sourceforge.io/" > Nootka< / a > - Sheet Music Learning< / li >
< li > < a href = "http://lilypond.org/" > LilyPond< / a > - Music Engraving Program< / li >
< li > < a href = "https://learningmusic.ableton.com/" > Learning Music< / a > < / li >
< li > < a href = "https://www.musicca.com/" > Musica< / a > < / li >
< li > < a href = "https://github.com/vpavlenko/study-music" > Awesome Music Theory< / a > - Music Theory Resources< / li >
< li > < a href = "https://muted.io/" > Muted< / a > - Music Theory< / li >
< li > < a href = "https://www.teoria.com/index.php" > Teoria< / a > - Music Theory< / li >
< li > < a href = "https://www.lightnote.co/" > LightNote< / a > - Music Theory< / li >
< li > < a href = "https://www.musictheory.net/" > Music Theory< / a > - Music Theory< / li >
< li > < a href = "https://zaneh.itch.io/piano-trainer" > Piano Trainer< / a > - Piano< / li >
< li > < a href = "https://pianocheetah.app" > PianoCheetah< / a > - Piano< / li >
< li > < a href = "https://www.truetoneguitar.co.uk/tools/guitar-practice-routine-generator" > TrueToneGuitar< / a > - Guitar< / li >
< li > < a href = "https://www.justinguitar.com/" > JustinGuitar< / a > - Guitar< / li >
< li > < a href = "https://fretflip.com/guitar-scales" > FretFlip< / a > - Guitar< / li >
< li > < a href = "https://www.guitarscale.org/" > GuitarScale< / a > - Guitar< / li >
< li > < a href = "https://chordbook.com/" > ChordBook< / a > - Guitar< / li >
< li > < a href = "https://www.songsterr.com/" > Songsterr< / a > - Guitar< / li >
< li > < a href = "https://www.fachords.com/" > FAChords< / a > - Guitar< / li >
< li > < a href = "https://guitarsix.com/" > Guitarsix< / a > - Guitar< / li >
< li > < a href = "https://finger-style.ru/category/lessons" > Finger Style< / a > - Guitar< / li >
2023-07-16 22:11:02 +00:00
< li > < a href = "https://muted.io/guitar-fretboard/" > Guitar Fretboard< / a > or < a href = "https://www.fretboardfly.com/" > Fretboard Fly< / a > - Virtual Fretboards< / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "https://chordi.co/" > Chordi< / a > -Chord Progression Generator< / li >
< li > < a href = "https://www.chorder.com/guitar-chords/" > Chorder< / a > - C Major Guitar Chord< / li >
< li > < a href = "https://www.drumeo.com/coop3rdrumm3r/" > coop3rdrumm3r< / a > - Drums< / li >
< li > < a href = "https://www.youtube.com/c/freedrumlessons" > FreeDrumLessons< / a > - Drums< / li >
< li > < a href = "https://www.911tabs.com/" > 911tabs< / a > - Tab< / li >
< li > < a href = "https://fingertabs.com/" > Finger Tabs< / a > - Tabs< / li >
< li > < a href = "https://www.ultimate-guitar.com/" > Ultimate Guitar< / a > - Guitar Tabs< / li >
< li > < a href = "http://www.cs.hmc.edu/%7Ekeller/jazz/improvisor" > Jazz Improvisor< / a > - Improvised Jazz< / li >
< li > < a href = "https://learningsynths.ableton.com/" > LearningSynths< / a > - Synthesizers< / li >
< li > < a href = "https://www.sightreadingfactory.com/" > Sight Singing Factory< / a > - Sight Singing Practice< / li >
< li > < a href = "https://sourceforge.net/projects/nutkus/" > Nutkus< / a > - Notation Learning Game< / li >
< li > < a href = "https://www.quotev.com/story/9299060/A-Complete-UTAU-Tutorial-For-Beginners" > A-Complete-UTAU-Tutorial-For-Beginners< / a > - UTAU Tutorial< / li >
< li > < a href = "https://musicstaff.com/" > MusicStaff< / a > - Music Teacher Search< / li >
< li > < a href = "https://apps.apple.com/us/app/piascore-hd/id406141702" > Piascore< / a > - Music Score Viewer< / li >
< li > < a href = "https://noteflight.com/" > NoteFlight< / a > , < a href = "https://www.mcmusiceditor.com/" > MCMusicEditor< / a > , < a href = "https://flat.io/" > Flat< / a > , < a href = "https://www.finalemusic.com/products/notepad/" > FinaleMusic< / a > , < a href = "https://archive.org/details/score-perfect-professional-lite-5.1/" > Score Perfect Professional< / a > , < a href = "https://musescore.org/en/download" > MuseScore< / a > , < a href = "https://github.com/canorusmusic/canorus" > canorus< / a > , < a href = "https://www.tierramedia.com/" > MusicWorks< / a > , < a href = "https://sourceforge.net/projects/notasi-angka/" > Notasi Angka< / a > or < a href = "https://trinket.io/" > Trinket< / a > - Create / Share Music Scores< / li >
< li > < a href = "https://accessmusic.sourceforge.net/" > Access Music< / a > - Create Music Scores for Blind Users< / li >
< li > < a href = "https://abc.sourceforge.net/" > The ABC Music Project< / a > - Plain Text Music Notation / < a href = "https://sourceforge.net/projects/toadflax/" > Editor< / a > , < a href = "https://runabc.sourceforge.io/" > 2< / a > , < a href = "https://easyabc.sourceforge.net/" > 3< / a > / < a href = "https://sourceforge.net/projects/abccairo/" > PNG Convert< / a > / < a href = "https://abcmidi.sourceforge.io/" > MIDI Convert< / a > / < a href = "https://netabc.sourceforge.io/" > Webpages< / a > < / li >
< li > < a href = "https://audiveris.github.io/audiveris/" > Audiveris< / a > , < a href = "https://github.com/BreezeWhite/oemer" > Oemer< / a > / < a href = "https://colab.research.google.com/github/BreezeWhite/oemer/blob/main/colab.ipynb" > Colab< / a > , < a href = "https://github.com/superfonic/transcription" > transcription< / a > , < a href = "https://github.com/Music-and-Culture-Technology-Lab/omnizart" > omnizart< / a > , < a href = "https://github.com/EricaNguyen/AutoAudio" > AutoAudio< / a > , < a href = "https://sourceforge.net/projects/notetrainerpro/" > notetrainerpro< / a > or < a href = "https://www.soundslice.com/transcribe/" > Soundslice< / a > - Transcribe Music Sheets / < a href = "https://github.com/Audiveris/audiveris" > GitHub< / a > < / li >
< li > < a href = "https://sourceforge.net/projects/partituramagica/" > Partitura Magica< / a > or < a href = "https://sheetmusicscanner.com/" > SheetMusicScanner< / a > - Display Scanned Music Sheets< / li >
< li > < a href = "http://forums.chiffandfipple.com/index.php" > ChiffAndFipple< / a > - Irish Traditional Music Forum< / li >
< / ul >
< doc-anchor-target id = "art--editing" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#art--editing" > #< / doc-anchor-trigger >
< span > < a href = "https://fmhy.pages.dev/img-tools/#art-education" > Art / Editing< / a > < / span >
< / h3 >
< / doc-anchor-target >
< doc-anchor-target id = "programming" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#programming" > #< / doc-anchor-trigger >
2023-07-26 01:02:05 +00:00
< span > < a href = "https://fmhy.pages.dev/devtools/#courses--tutorials" > Programming< / a > < / span >
2023-07-07 01:14:40 +00:00
< / h3 >
< / doc-anchor-target >
< doc-anchor-target id = "virtual-tours" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#virtual-tours" > #< / doc-anchor-trigger >
< span > Virtual Tours< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://mcn.edu/a-guide-to-virtual-museum-resources/" > Virtual Museum Resources< / a > < / strong > - Online Learning Collections / Tours< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.cityhop.cafe/" > CityHop< / a > < / strong > , < a href = "https://travel-remotely.netlify.app/" > Travel Remotely< / a > , < a href = "https://walkwithfeel.vercel.app/" > Walk with Feel< / a > , < a href = "https://outsidesimulator.com/" > Outside Simulator< / a > , < a href = "https://thatguyedd.github.io/" > Japan Walkaround< / a > , < a href = "https://citywalks.live/" > CityWalks< / a > , < a href = "https://www.explordle.com/" > Explordle< / a > or < a href = "https://virtualvacation.us/" > Virtual Vacations< / a > - Travel Simulators< / li >
< li > < a href = "https://gez.la/" > Gez.la< / a > - Virtual Tours Map< / li >
2023-08-23 12:20:27 +00:00
< li > < a href = "https://wiki-spaces.org/" > Wiki Spaces< / a > - Virtual Tours< / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "https://naturalhistory.si.edu/visit/virtual-tour" > NaturalHistory< / a > - Natural History Museum Virtual Tour< / li >
< li > < a href = "https://giza.mused.org/" > Digital Giza< / a > - Great Pyramid Virtual Tours< / li >
< li > < a href = "https://persepolis.getty.edu/" > Persepolis Reimagined< / a > - Explore Persepolis Recreation< / li >
< li > < a href = "https://www.haraldjoergens.com/panoramas/spitfire-td314/files/" > Spitfire Panorama< / a > - Spitfire Mark IX Cockpit Interactve Panorama< / li >
< li > < a href = "https://www.virtualvisittours.com/" > Virtual Vist Tours< / a > - Ireland Virtual Tours< / li >
< li > < a href = "https://matterport.com/discover" > Matterport< / a > - Explore Real Places Digitally< / li >
< li > < a href = "https://outsidesimulator.com/" > Outside Simulator< / a > - Simulate Being Outside< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.zhijianshang.com/" > Zhijianshang< / a > - Explore China in 360VR< / li >
2023-06-15 10:12:00 +00:00
< li > < a href = "https://www.hashima-island.co.uk/" > Hashima Island< / a > - Hashima Island Virtual Tour< / li >
2023-07-05 12:28:03 +00:00
< li > < a href = "https://3d.si.edu/" > Smithsonian 3D< / a > - Smithsonian 3D Digitization Museum< / li >
2023-04-06 10:11:36 +00:00
< / ul >
< doc-anchor-target id = "language-learning" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#language-learning" > #< / doc-anchor-trigger >
< span > Language Learning< / span >
< / h2 >
< / doc-anchor-target >
< doc-anchor-target id = "multi-language" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#multi-language" > #< / doc-anchor-trigger >
< span > Multi-Language< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.languagereactor.com/" > Language Reactor< / a > < / strong > - Learn Languages via Media< / li >
2023-04-13 14:10:26 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://docs.google.com/spreadsheets/d/1EGPFLFJdyKGKjh8LXXA099ddf1yB6ZQgr_mmtBnYCy8" > Language Links< / a > < / strong > or < a href = "https://www.reddit.com/r/languagelearning/wiki/index" > /r/LanguageLearning Resources< / a > - Language Learning Resources< / li >
2023-07-20 02:29:46 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#language-learning-networks" > Language Learning Networks< / a > < / strong > - Learn Languages via Conversation< / li >
2023-04-06 12:20:45 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/base64/#languages--linguistics" > Languages & Linguistics< / a > < / strong > < / li >
2023-04-14 08:13:50 +00:00
< li > < a href = "https://languagelearning.site/" > Languagelearning.site< / a > - Language Learning Torrents< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.languagetransfer.org/" > Language Transfer< / a > - Language Learning Lectures< / li >
< li > < a href = "https://refold.la/" > refold.la< / a > - Language Learning Roadmap< / li >
< li > < a href = "https://www.memrise.com/" > Memrise< / a > - Language Learning Lessons< / li >
< li > < a href = "https://www.internetpolyglot.com/" > InternetPolyglot< / a > - Language Learning Lessons< / li >
< li > < a href = "https://www.lingodeer.com/" > LingoDeer< / a > - Language Learning Lessons< / li >
< li > < a href = "https://www.busuu.com/en/" > Busuu< / a > - Language Learning Lessons< / li >
2023-07-29 10:09:58 +00:00
< li > < a href = "https://www.duolingo.com/" > Duolingo< / a > - Language Learning Lessons / < a href = "https://github.com/fmhy/FMHYedit/blob/main/base64.md#duolingo-guide" > Guide< / a > , < a href = "https://duome.eu/tips" > 2< / a > < / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://languagedrops.com/" > Language Drops< / a > - Language Learning App / < a href = "https://fmhy.pages.dev/base64/#language-drops-premium" > Premium< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/tkrajina/10000sentences" > 10,000 Sentences< / a > - Language Learning App< / li >
< li > < a href = "https://fsi-languages.yojik.eu/index.html" > Yojik< / a > - Language Learning Courses< / li >
< li > < a href = "https://speechling.com/tools" > Speechling< / a > - Language Learning Tools< / li >
< li > < a href = "https://babadum.com/" > Ba Ba Dum< / a > - Language Learning Game< / li >
< li > < a href = "https://www.clozemaster.com/" > clozemaster< / a > - Context Based Language Learning< / li >
< li > < a href = "https://sounter.com/" > Sounter< / a > or < a href = "https://lyricfluent.com/" > LyricFluent< / a > - Learn Languages via Music< / li >
2023-07-23 16:12:44 +00:00
< li > < a href = "https://www.polyglotia.com/" > Polyglotia< / a > or < a href = "https://demo.learnlingo.dev/" > LearnLingo< / a > - Learn Languages via AI Conversation< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://youglish.com/" > youglish< / a > - YouTube Word Pronunciations< / li >
< li > < a href = "https://languageroadmap.com/" > Language Roadmap< / a > - Foreign Language Media Difficulty Guide< / li >
< li > < a href = "https://www.lexilogos.com/english/index.htm" > LexiLogos< / a > - Multi-Language Dictionary Index< / li >
< li > < a href = "https://www.wordreference.com/" > WordReference< / a > , < a href = "https://glosbe.com/" > Glosbe< / a > or < a href = "https://reverso.net/" > Reverso< / a > - Translation Dictionary< / li >
< li > < a href = "https://readlang.com/" > Readlang< / a > - Learn a Language While Web Browsing< / li >
< li > < a href = "https://www.heylingo.com/" > Hey! Lingo< / a > or < a href = "https://www.learnwitholiver.com/" > LearnWithOliver< / a > - Language Learning Flashcards< / li >
< li > < a href = "http://mylanguages.org/" > MyLanguages< / a > - Grammar / Vocabulary Language Learning< / li >
< li > < a href = "https://esite.ch/vocatra/" > Vocatra< / a > - Vocabulary Trainer< / li >
< li > < a href = "https://www.listlang.com/" > ListLang< / a > - Most Used Words in Any Language< / li >
< li > < a href = "https://polyglotclub.com/" > Polyglot< / a > - Offline Language Exchange< / li >
< / ul >
< doc-anchor-target id = "english" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#english" > #< / doc-anchor-trigger >
< span > English< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "http://www.manythings.org/" > Many Things< / a > < / strong > - ESL Resources< / li >
< li > < a href = "http://iteslj.org/" > The Internet TESL Journal< / a > - Resources for EFL and ESL Teachers< / li >
2023-04-07 14:09:37 +00:00
< li > < a href = "https://fmhy.pages.dev/base64/#e-books-432" > E-books_432< / a > - Vocabulary & Pronunciation Books< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.esolcourses.com/" > ESOL< / a > - English Learning Resources< / li >
2023-05-16 22:10:21 +00:00
< li > < a href = "https://www.learn-english-online.org/" > Learn English Online< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://www.englishcentral.com/" > EnglishCentral< / a > < / li >
< li > < a href = "https://www.eslfast.com/" > ESLFast< / a > < / li >
< li > < a href = "https://www.talkenglish.com/" > TalkEnglish< / a > < / li >
< li > < a href = "https://www.antimoon.com/" > AntiMoon< / a > < / li >
< li > < a href = "https://www.oxfordonlineenglish.com/free-english-lessons" > Oxford Online< / a > < / li >
< li > < a href = "https://www.cambridgeenglish.org/learning-english/" > Cambridge Online< / a > < / li >
< li > < a href = "https://elsaspeak.com/en/" > Elsaspeak< / a > < / li >
2023-05-16 22:10:21 +00:00
< li > < a href = "https://voscreen.com/" > Voscreen< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://yell0wsuit.page/english.html" > yell0wsuit< / a > < / li >
< li > < a href = "https://www.elllo.org/" > elllo< / a > < / li >
< li > < a href = "https://www.podcastsinenglish.com/" > Podcasts in English< / a > - English Learning Podcasts< / li >
< li > < a href = "https://www.esl-lab.com/" > Listening Lab< / a > - English Listening Practice< / li >
2023-05-16 02:29:59 +00:00
< li > < a href = "https://play.google.com/store/apps/details?id=com.stimuler" > Stimuler IELTS Speaking Buddy< / a > - English Speaking Practice< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://circleapps.co/" > BeyondPlayer< / a > - YouTube Player for English Learners< / li >
< li > < a href = "https://langeek.co/" > Langeek< / a > - Grammar / Vocabulary Language Learning< / li >
< li > < a href = "https://eng.ichacha.net/mpr/xuga.html" > Xuga< / a > - Word Pronunciation Tool< / li >
< li > < a href = "https://www.englishaccentsmap.com/" > EnglishAccentMap< / a > - English Accent Videos / Map< / li >
< li > < a href = "https://www.englishbanana.com/" > EnglishBanana< / a > - English Learning Worksheets< / li >
< li > < a href = "https://www.englishforums.com/" > EnglishForums< / a > - English Learning Forums< / li >
< li > < a href = "https://www.free4talk.com/" > Free4Talk< / a > or < a href = "http://www.speaking24.com/" > Speaking24< / a > - English Practice Community< / li >
< / ul >
< doc-anchor-target id = "japanese" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#japanese" > #< / doc-anchor-trigger >
< span > Japanese< / span >
< / h3 >
< / doc-anchor-target >
< ul >
2023-07-16 22:11:02 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/GaijinRyman/JapaneseResources" > GaijinRyman' s Resources< / a > < / strong > , < a href = "https://nihongo-e-na.com/eng/" > Nihongo< / a > , < a href = "https://sites.uni.edu/becker/japanese222.html" > Best Japanese Websites< / a > , < a href = "https://forum.wordreference.com/threads/japanese-resources-%E2%80%94-constantly-updated.787986/" > Japanese Resources< / a > , < a href = "https://animecards.site/" > AnimeCards< / a > or < a href = "https://web.archive.org/web/20201113022338/http://gakuu.com/resources/" > Gakuu< / a > - Japanese Learning Resources< / li >
2023-04-29 02:27:24 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://learnjapanese.moe/" > TheMoeWay< / a > < / strong > / < a href = "https://discord.gg/nhqjydaR8j" > Discord< / a > , < a href = "https://github.com/blastrock/kakugo" > Kakugo< / a > , < a href = "https://marshallyin.com/" > Marshall' s Site< / a > , < a href = "https://heyjapan.net/" > HeyJapan< / a > , < a href = "https://guidetojapanese.org/" > GuideToJapanese< / a > , < a href = "https://jpdb.io/" > jpdb< / a > , < a href = "https://imabi.net/" > IMABI< / a > , < a href = "https://www.nativshark.com/" > NativShark< / a > , < a href = "https://donkuri.github.io/learn-japanese/" > Donkuri< / a > or < a href = "https://www.tofugu.com/" > Tofugu< / a > - Learn Japanese< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://animelon.com/" > AnimeLon< / a > < / strong > - Streaming / Anime / Learn Japanese< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://minato-jf.jp/" > Minato< / a > - Japanese Courses< / li >
< li > < a href = "https://github.com/Anupya/JapaneseTab" > JapaneseTab< / a > - Japanese Learning Extension< / li >
2023-08-18 14:09:54 +00:00
< li > < a href = "https://github.com/lrorpilla/jidoujisho" > jidoujisho< / a > , < a href = "https://learnnatively.com/" > LearnNatively< / a > or < a href = "https://reader.manabi.io/" > Manabi< / a > - Learn Japanese via Books< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://github.com/ripose-jp/Memento" > Memento< / a > - Japanese Learning Video Player< / li >
< li > < a href = "https://www.japanesewithanime.com/" > JapaneseWithAnime< / a > - Learn Japanese with Anime< / li >
< li > < a href = "https://nihongonosensei.net/" > Daily leisurely Japanese teacher< / a > - Japanese Practice Material< / li >
< li > < a href = "https://kimallen.sheepdogdesign.net/" > Learn Japanese Grammar< / a > - Basic Principles of Japanese Grammar< / li >
< li > < a href = "https://jotoba.de/" > Jotoba< / a > , < a href = "https://github.com/odrevet/fujiten" > Fujiten< / a > , < a href = "https://core6000.neocities.org/" > core6000< / a > , < a href = "https://www.tagaini.net/" > Tagaini< / a > , < a href = "https://takoboto.jp/" > Takoboto< / a > , < a href = "https://jisho.org/" > Jisho< / a > , < a href = "https://github.com/rsimmons/massif" > Massif< / a > , < a href = "https://apps.apple.com/us/app/shirabe-jisho/id1005203380" > Shirabe Jisho< / a > , < a href = "https://japbase.neocities.org/" > JapBase< / a > , < a href = "https://ejje.weblio.jp/" > Weblio< / a > , < a href = "https://dictionary.goo.ne.jp/" > Goo Dictionary< / a > or < a href = "https://hochanh.github.io/rtk/" > rtk-search< / a > - Japanese Dictionaries / Phrases< / li >
< li > < a href = "http://www.gavo.t.u-tokyo.ac.jp/ojad/eng/pages/home" > OJAD< / a > - Japanese Accent Dictionary< / li >
< li > < a href = "https://github.com/olety/japanese-pitch-accent-resources" > Japanese pitch accent resources< / a > - Japanese Accent Resources< / li >
< li > < a href = "https://ichi.moe/" > ichi.moe< / a > - Japanese to English Phrase Translation< / li >
< li > < a href = "https://dethitiengnhat.com/en/" > Jlpt N3< / a > or < a href = "https://japanesetest4you.com/" > JapaneseTest4You< / a > - Jlpt Exam Questions / < a href = "https://jlptgrammarlist.neocities.org/" > Grammar< / a > < / li >
< li > < a href = "https://getkana.com/app/" > GetKanda< / a > , < a href = "https://github.com/aeri/Nihonoari-App" > Nihonoari< / a > or < a href = "https://realkana.com/" > RealKana< / a > - Learn Kana< / li >
< li > < a href = "https://www.wanikani.com/" > WaniKani< / a > , < a href = "https://www.kanjidamage.com/" > KanjiDamage< / a > / < a href = "https://kanjidamageplus.neocities.org/" > KanjiDamagePlus< / a > , < a href = "https://github.com/syt0r/Kanji-Dojo" > Kanji-Dojo< / a > , < a href = "https://kanji.koohii.com/" > Koohii< / a > / < a href = "https://ankiweb.net/shared/info/748570187" > Deck< / a > , or < a href = "https://github.com/Livinglist/Manji" > Manji< / a > - Learn / Practice Kanji< / li >
< li > < a href = "https://kanjitomo.net/" > KanjiTomo< / a > - Kanji Character Identifier< / li >
2023-04-24 20:11:22 +00:00
< li > < a href = "https://nipponcolors.com/" > Nippon Colors< / a > - Traditional Japanese Color Meanings< / li >
2023-04-06 10:11:36 +00:00
< / ul >
< doc-anchor-target id = "korean" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#korean" > #< / doc-anchor-trigger >
< span > Korean< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < a href = "https://discord.gg/e3H9Pde" > Learn Korean< / a > - Korean Learning Discord< / li >
< li > < a href = "https://readkoreanletters.com/" > Read Korean Letters< / a > - Learn Korean Characters< / li >
< li > < a href = "https://krdict.korean.go.kr/eng/" > KR Dict< / a > - Korean Learning Dictionary< / li >
< li > < a href = "https://www.howtostudykorean.com/" > HowToStudyKorean< / a > - Korean Lessons / Practice< / li >
< li > < a href = "http://ohmykorean.com/" > OhMyKorean< / a > - Korean Practice< / li >
< li > < a href = "https://www.iksi.or.kr/" > iksi< / a > - Korean Classes< / li >
< li > < a href = "https://talktomeinkorean.com/" > TalkToMeInKorean< / a > - Korean Learning Courses< / li >
< li > < a href = "http://korean.sogang.ac.kr/" > Sogang< / a > or < a href = "https://www.90daykorean.com/" > 90 Day Korean< / a > - Korean Learning Lessons< / li >
< li > < a href = "https://mirinae.io/" > Mirinae< / a > - Korean Word Breakdown< / li >
< li > < a href = "https://ultimatekorean.com/" > UltimateKorean< / a > - Korean Grammar / Vocab Lessons< / li >
< li > < a href = "https://monikasun88.github.io/KoreanKeyboardLearner/" > KoreanKeyboardLearner< / a > - Korean Typing Practice< / li >
< li > < a href = "http://koreantrainer.mloesch.it/" > Korean Trainer< / a > - Korean Number & Date Practice< / li >
< li > < a href = "https://hangul.cool/" > Hangul< / a > - Korean Typing Practice< / li >
< / ul >
< doc-anchor-target id = "chinese" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#chinese" > #< / doc-anchor-trigger >
< span > Chinese< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < a href = "https://www.reddit.com/r/ChineseLanguage/" > /r/ChineseLanguage< / a > - Chinese Learning Community / < a href = "https://discord.gg/PAjBET7" > Discord< / a > < / li >
< li > < a href = "https://www.trainchinese.com/" > Train Chinese< / a > , < a href = "https://www.chineseskill.com/" > ChineseSkill< / a > or < a href = "http://hellochinese.cc/" > HelloChinese< / a > - Chinese Learning App< / li >
< li > < a href = "http://www.cantonese.sheik.co.uk/" > Cantonese sheik< / a > or < a href = "https://www.sinosplice.com/" > SinoSplice< / a > - Chinese Learning Resources< / li >
< li > < a href = "https://www.digmandarin.com/" > DigMandarin< / a > - Chinese Learning Tools< / li >
< li > < a href = "https://www.konglongmandarin.com/" > KongLongMandarin< / a > - Chinese Lessons< / li >
< li > < a href = "https://www.hackingchinese.com/archive-2/" > HackingChinese< / a > - Chinese Learning Articles< / li >
2023-04-15 12:19:05 +00:00
< li > < a href = "http://zhongwen.com/gudian.htm" > Zhongwen< / a > - Learn via Classic Chinese Literature< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://cantonese.ca/" > Cantonese.ca< / a > - Chinese Vocabulary< / li >
< li > < a href = "https://www.mdbg.net/" > MDBG< / a > - Chinese Dictionary< / li >
< li > < a href = "http://www.jukuu.com/" > Jukuu< / a > - Chinese to English Word Comparisons< / li >
< li > < a href = "http://www.maorma.net/" > Maorma< / a > - Chinese Tone Practice< / li >
< li > < a href = "https://www.tofulearn.com/" > TofuLearn< / a > - Chinese Vocab Practice< / li >
< li > < a href = "https://www.duchinese.net/" > DU Chinese< / a > - Chinese Lessons< / li >
< li > < a href = "https://www.dong-chinese.com/" > Dong Chinese< / a > - Chinese Lessons< / li >
< li > < a href = "https://www.archchinese.com/" > ArchChinese< / a > or < a href = "https://www.hanzigrids.com/" > Hanzi Grids< / a > - Chinese Writing Lessons< / li >
< li > < a href = "https://www.thechairmansbao.com/" > The Chairman' s Bao< / a > - Chinese Reading Practice / News Articles< / li >
< li > < a href = "https://www.pleco.com/" > Pleco< / a > - Chinese Flashcards / Dictionary< / li >
< li > < a href = "https://www.yellowbridge.com/" > YellowBridge< / a > - Chinese Learning Tools< / li >
2023-04-06 12:20:45 +00:00
< li > < a href = "https://fmhy.pages.dev/base64/#mandarin-chinese" > Mandarin Chinese< / a > - Mandarin Chinese Learning Books< / li >
2023-05-16 22:10:21 +00:00
< li > < a href = "https://www.chineseflashcards.io/" > Chinese Flashcards< / a > - Chinese Flashcards< / li >
2023-04-06 10:11:36 +00:00
< / ul >
< doc-anchor-target id = "european" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#european" > #< / doc-anchor-trigger >
< span > European< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < a href = "https://studyspanish.com/" > StudySpanish< / a > or < a href = "https://librelingo.app/" > LibreLingo< / a > - Learn Spanish< / li >
< li > < a href = "https://www.spanishdict.com/" > SpanishDict< / a > - Spanish Translation Dictionary< / li >
< li > < a href = "http://www.frenchtutorial.com/" > The French Tutorial< / a > - French Learning Tutorials< / li >
< li > < a href = "https://t.me/LCSpeakFrench" > LCSpeakFrench< / a > - Live French Lessons< / li >
< li > < a href = "https://seedlang.com/" > Seedlang< / a > - German Learning App< / li >
< li > < a href = "https://www.linguee.de/" > Linguee< / a > or < a href = "https://m.dict.cc/" > Dict.cc< / a > - German Translation Dictionary< / li >
< / ul >
< doc-anchor-target id = "south-asian" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#south-asian" > #< / doc-anchor-trigger >
< span > South Asian< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < a href = "https://discord.gg/TrdqTDdMba" > South Asian Languages< / a > - South Asian Language Learning< / li >
< li > < a href = "https://docs.google.com/document/d/1GRTK_E0YGybMNYZjFToM40sOHNkR1NJXc_dL8HW2Q_0/" > Urdu Resource List< / a > or < a href = "https://urdunotes.com/" > UrduNotes< / a > - Urdu Learning Resources< / li >
< li > < a href = "https://www.urdupod101.com/blog/2021/03/18/urdu-grammar-overview/" > Urdupod101< / a > - Urdu Grammar Overview / < a href = "https://youtu.be/X5J_kXigPWE" > Video< / a > < / li >
< li > < a href = "https://www.learnsanskrit.org/" > Learn Sanskrit< / a > or < a href = "https://sanskritstudio.wordpress.com/" > Sanskrit Studio< / a > - Sanskrit Lessons and Tools< / li >
< li > < a href = "https://ubcsanskrit.ca/" > UBC Sanskrit Learning Tools< / a > - UBC Sanskrit Lessons< / li >
< li > < a href = "https://www.reddit.com/r/sanskrit/" > Sanskrit Subreddit< / a > / < a href = "https://www.reddit.com/r/sanskrit/comments/kx3xyu/sanskrit_resources_compilation_post/" > Resources< / a > - Sanskrit Resources / Discussion< / li >
< li > < a href = "https://ambuda.org/texts/" > Ambuda< / a > - Sanskrit Dictionaries / Texts< / li >
< / ul >
< doc-anchor-target id = "other-languages" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#other-languages" > #< / doc-anchor-trigger >
< span > Other Languages< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < a href = "https://t.me/ASLresources" > ASL Resources< / a > - American Sign Language Resources< / li >
< li > < a href = "https://www.signasl.org/" > ASL Dictionary< / a > , < a href = "https://signspaces.com/" > SignSpaces< / a > or < a href = "https://www.handspeak.com/" > HandSpeak< / a > - Learn American Sign Language< / li >
< li > < a href = "https://ankiweb.net/shared/info/1502698119" > Learn BSL in SignWriting< / a > < / li >
< li > < a href = "https://www.signbsl.com/" > BSL Dictionary< / a > - British Sign Language< / li >
< li > < a href = "https://lingyourlanguage.com/" > LingYourLanguage< / a > or < a href = "https://www.languagesquad.com/" > Language Squad< / a > - Language Identification Test< / li >
< li > < a href = "https://localingual.com/" > LocalLingual< / a > or < a href = "https://www.dialectsarchive.com/globalmap" > DialectArchive< / a > - Listen to Accents< / li >
< li > < a href = "https://www.ipachart.com/" > Interactive IPA Chart< / a > - Learn Phonetic Alphabet Symbols< / li >
2023-05-02 16:13:56 +00:00
< li > < a href = "https://i.ibb.co/f1YwHBM/50cb83cedf34.png" > Asian Script Differentiation Guide< / a > < / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://omniglot.com/" > Omniglot< / a > - Writing System & Language Encyclopedia< / li >
< li > < a href = "http://lexicity.com/" > LexCity< / a > - Ancient Language Learning Tools & Resources< / li >
2023-04-22 14:09:24 +00:00
< li > < a href = "https://www.openstenoproject.org/plover/" > Plover< / a > - Stenography Engine / < a href = "https://github.com/openstenoproject/plover" > GitHub< / a > / < a href = "https://discord.gg/NAzMz7C3wq" > Discord< / a > < / li >
2023-04-06 10:11:36 +00:00
< / ul >
< doc-anchor-target id = "educational-tools" >
< h2 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#educational-tools" > #< / doc-anchor-trigger >
< span > Educational Tools< / span >
< / h2 >
< / doc-anchor-target >
< ul >
2023-06-15 10:12:00 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#presentation-tools" > Presentation Tools< / a > < / strong > - Presentation Tools / Templates< / li >
2023-04-06 12:20:45 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#data-visualization-tools" > Data Visualization Tools< / a > < / strong > - Create Chart / Visualize Data< / li >
2023-07-27 10:11:46 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/ai/#ai-chatbots" > Q& A Chatbots< / a > < / strong > - Ask Questions to AI< / li >
2023-04-06 12:20:45 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#grammar-check" > Grammar / Spell Check< / a > < / strong > - Grammar Checking Tools< / li >
2023-07-07 01:14:40 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#text-rephrashing" > Text Rephrashing< / a > < / strong > - Rephrase / Paraphrase Tools< / li >
< li > < a href = "https://openboard.ch/" > OpenBoard< / a > , < a href = "https://witeboard.com/" > Witeboard< / a > , < a href = "https://www.notebookcast.com/" > NotebookCast< / a > , < a href = "https://webwhiteboard.com/" > WebWhiteboard< / a > , < a href = "https://www.ourboard.io/" > OurBoard< / a > , < a href = "https://whiteboard.fi/" > Whiteboard.fi< / a > or < a href = "https://r3.whiteboardfox.com/" > Whiteboard Fox< / a > - Whiteboards< / li >
< li > < a href = "https://nces.ed.gov/" > NCES< / a > - Education Statistics and Tools< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://myassignmenthelp.com/free-tools.php" > MyAssignmentHelp< / a > - Academic Tools< / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "https://www.compscilib.com/" > CompSciLib< / a > - Computer Science Tools< / li >
< li > < a href = "https://nanohub.org/" > nanoHUB< / a > - Nanotechnology Tools< / li >
< li > < a href = "https://docs.google.com/document/d/1vxxEKhZe_7dd1XIxl_sETsqP__Rf-yPAnBhtwf8huKU/edit?usp=drivesdk" > 5th STAAR Resource Curation< / a > - Grade School Educational Tools< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://brevity500.com/" > Brevity500< / a > - Writing Practice< / li >
2023-06-15 10:12:00 +00:00
< li > < a href = "https://www.gradesfixer.com/" > GradesFixer< / a > - Essay Samples< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "http://www.springer.com" > Springer< / a > or < a href = "http://www.biomedcentral.com" > Biomed Central< / a > - Scientific Publishers< / li >
2023-06-15 10:12:00 +00:00
< li > < a href = "https://www.zooniverse.org/" > Zooniverse< / a > - Crowdsourced Research< / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "https://www.refseek.com/" > Refseek< / a > , < a href = "https://www.occamm.com/" > Occamm< / a > or < a href = "https://www.merlot.org/merlot/index.htm" > Merlot< / a > - Academic Search Engines< / li >
< li > < a href = "https://www.citationgenerator.com/" > Citation Generator< / a > , < a href = "https://www.mybib.com/" > mybib< / a > , < a href = "https://www.citemaker.com/" > citemaker< / a > , < a href = "https://formatically.com/" > formatically< / a > , < a href = "https://zbib.org/" > zbib< / a > , < a href = "https://citationmachine.net/" > CitationMachine< / a > , < a href = "https://www.citefast.com" > CiteFast< / a > or < a href = "https://www.citethisforme.com/" > Cite This For Me< / a > - Generate Citations / < a href = "https://chrome.google.com/webstore/detail/cite-this-for-me-web-cite/nnnmhgkokpalnmbeighfomegjfkklkle" > Chrome< / a > < / li >
< li > < a href = "https://harzing.com/resources/publish-or-perish" > Publish or Perish< / a > - Citation Analyzer< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://m-journal.org/" > M-Journal< / a > - Turn Wikipedia into a Citeable Academic Paper< / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "https://www.molspaces.com/cb2bib/" > cb2bib< / a > - Reference Extractor / Manager< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://pdos.csail.mit.edu/archive/scigen/" > SciGen< / a > - CS Paper Generator< / li >
< li > < a href = "https://github.com/kanzure/pdfparanoia" > pdfparanoia< / a > - Academic Paper Watermark Removal< / li >
2023-06-15 14:10:26 +00:00
< li > < a href = "https://discord.gg/Hqk3Sa4FmZ" > FireBird Help< / a > or < a href = "https://t.me/HeroGeneratorPure" > HeroGenerator< / a > < / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "https://imagej.net/" > ImageJ< / a > or < a href = "https://fiji.sc/" > Fiji< / a > - Scientific Image Analyzers< / li >
< li > < a href = "https://www.altium.com/viewer/" > Altium< / a > - Schematics Visualizer< / li >
< li > < a href = "https://www.wolframcloud.com/" > Wolfram Cloud< / a > - Computational intelligence< / li >
< li > < a href = "https://docs.google.com/document/d/1IjxLeNuF58-lL-aHCAbpliap6qUuTR7UMEPAaYHaBHg/preview" > .edu Mail Guide< / a > , < a href = "https://mail.mjj.edu.ge/" > Mail.mjj< / a > , < a href = "https://easymail.run/" > easymail< / a > , < a href = "https://etempmail.com/" > etempmail< / a > , < a href = "https://10minutesemail.net/" > 10MinMail< / a > - EDU Email Address' < / li >
< li > < a href = "https://www.eduvpn.org/" > Edu VPN< / a > - Institute Access VPN< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://bachelorstudies.com/" > BachelorStudies< / a > - Bachelor Degree Search< / li >
2023-07-25 06:14:58 +00:00
< li > < a href = "https://www.niche.com/" > Niche< / a > , < a href = "https://www.theuniguide.co.uk/" > TheUniGuide< / a > , < a href = "https://alumnius.net/" > Alumnius< / a > or < a href = "https://www.topuniversities.com/" > Top Universities< / a > - University / School Comparisons< / li >
2023-04-06 10:11:36 +00:00
< li > < a href = "https://ratemydorm.com" > RateMyDorm< / a > or < a href = "https://docs.google.com/document/d/14Mn1CrA-CV5YZAkOZtrMKTmn2O4oL-2EhIXhzXZbO0A/edit#" > :)< / a > - College Dorm Reviews< / li >
< li > < a href = "https://www.ratemyprofessors.com/" > RateMyProfessor< / a > - Professor Ratings< / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "https://sciencetrek.org/" > ScienceTrek< / a > - Teaching Resources< / li >
< li > < a href = "https://www.socrative.com/" > Socrative< / a > - Teaching App< / li >
< li > < a href = "https://www.classroomscreen.com/" > ClassroomScreen< / a > - Digital Teaching Widgets< / li >
< li > < a href = "https://wordwall.net/" > Wordwall< / a > - Lesson Creator< / li >
< li > < a href = "https://fmhy.pages.dev/storage/#plagiarism-detection" > Plagiarism Detection Tools< / a > - Detect Plagiarized Content< / li >
< li > < a href = "https://github.com/jasons-gh/the-chomsky-index" > The Chomsky Index< / a > - Noam Chomsky Content Index Tool< / li >
2023-06-15 10:12:00 +00:00
< / ul >
< doc-anchor-target id = "study--research" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#study--research" > #< / doc-anchor-trigger >
< span > Study / Research< / span >
< / h3 >
< / doc-anchor-target >
< ul >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://fmhy.pages.dev/storage/#note-taking--to-do-apps" > Note Taking Apps< / a > < / strong > - Note Taking / To-Do Apps< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://notegarden.web.app/" > Note Garden< / a > < / strong > , < a href = "https://notegarden.io/" > 2< / a > - Note Taking / Auto Courses< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/StudyLions/StudyLion" > StudyLion< / a > < / strong > - Study Tracker / Productivity Discord Bot< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.coursicle.com/" > Coursicle< / a > < / strong > - Class Schedule Tracker / Android< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://opensyllabus.org/" > OpenSyllabus< / a > < / strong > or < a href = "https://languagedrops.com/" > LanguageDrops< / a > - Syllabus Search / Info< / li >
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://github.com/emptymalei/awesome-research" > Awesome Research< / a > < / strong > , < a href = "https://tools.kausalflow.com/" > KausalFlow< / a > , < a href = "https://www.zotero.org/" > Zotero< / a > or < a href = "https://www.scrible.com/" > Scrible< / a > - Research Tools< / li >
2023-07-27 10:11:46 +00:00
< li > < a href = "https://expertfile.com/" > ExpertFile< / a > or < a href = "https://expertisefinder.com/" > ExpertiseFinder< / a > - Industry / Academic Expert Search< / li >
2023-06-15 10:12:00 +00:00
< li > < a href = "https://github.com/cmcodes1/Studify" > Studify< / a > - Study Tracker / Android< / li >
< li > < a href = "https://apps.apple.com/us/app/remind-school-communication/id522826277" > Remind< / a > - Educational Communication / iOS< / li >
< li > < a href = "https://mochi.cards/" > Mochi Cards< / a > , < a href = "https://github.com/cu/silicon" > Silicon< / a > or < a href = "https://midterm.app/" > MidTerm< / a > - Note Taking / Study Tool< / li >
< li > < a href = "https://desklamp.io/" > Desklamp< / a > - Reading / Note Taking / Highlighting Tool / < a href = "https://app.desklamp.io/read?id=46b203c6-d8df-453d-b546-95a8fa7a44b9&mode=explore" > Guide< / a > < / li >
< li > < a href = "https://github.com/Roznoshchik/Lurnby" > Lurnby< / a > or < a href = "https://www.stringmark.com/" > StringMark< / a > - Save & Mark Research in Browser< / li >
< li > < a href = "https://catma.de/" > Catma< / a > - Research Markup & Analysis Tool< / li >
< li > < a href = "https://github.com/guanyingc/latex_paper_writing_tips" > latex_paper_writing_tips< / a > - Latex Research Paper Tips< / li >
< li > < a href = "https://app.taguette.org/" > Taguette< / a > - Data Analysis Document Tagging< / li >
< li > < a href = "https://bonsaibrowser.com/" > Bonsai< / a > - Research Web Browser< / li >
< li > < a href = "https://deepnote.com/" > Deepnote< / a > - Data Science Notebook< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://www.papertag.app/" > Papertag< / a > - Attach Digital Content on Paper< / li >
2023-06-15 10:12:00 +00:00
< li > < a href = "https://www.bookstackapp.com/" > BookStack< / a > - Self-Hosted Information Manager< / li >
2023-07-28 00:56:44 +00:00
< li > < a href = "https://archive.org/details/GeneralIndex" > General Index< / a > - Article Metadata Mining Project< / li >
2023-06-15 10:12:00 +00:00
< li > < a href = "https://github.com/NightDreamGames/Graded" > Graded< / a > - Grades Tracker / Android< / li >
< li > < a href = "https://quizlet.com/" > Quizlet< / a > / < a href = "https://github.com/rospino74/Quizlet-Bypass" > Paywall Bypass< / a > / < a href = "https://discord.gg/VuD7WBvXCQ" > 2< / a > , < a href = "https://www.shmoop.com/" > Shmoop< / a > or < a href = "https://www.sparknotes.com/" > SparkNotes< / a > - Quizzes / Study Material / < a href = "https://greasyfork.org/en/scripts/423872" > Show Hidden< / a > / < a href = "https://greasyfork.org/en/scripts/434972" > Explanations< / a > , < a href = "https://greasyfork.org/en/scripts/438663" > 2< / a > < / li >
< li > < a href = "https://knowt.io/" > Knowt< / a > - Free Quizlet Alternative / AP Study Guides< / li >
< li > < a href = "https://discord.gg/rgF9jY8CpH" > guIHelp< / a > - Bartleby, Quizlet, Coursehero & Scribd Bot< / li >
< li > < a href = "https://quizizz.com/" > Quizizz< / a > - Create Quizzes, Lessons, Flashcards & Presentations< / li >
2023-07-20 02:29:46 +00:00
< li > < a href = "https://apps.ankiweb.net/" > Anki< / a > / < a href = "https://github.com/TBS1996/speki" > CLI< / a > , < a href = "https://flashcards.io/" > Flashcards.io< / a > , < a href = "https://article-summarizer.scholarcy.com/summarizer" > Scholarcy Flashcards< / a > , < a href = "https://www.studylib.net/" > StudyLib< / a > , < a href = "https://ai.flashcardx.com/" > FlashcardX< / a > or < a href = "https://www.flashcardmachine.com/" > Flashcard Machine< / a > - Flash Card Tools< / li >
2023-06-15 10:12:00 +00:00
< li > < a href = "https://www.factmonster.com/" > FactMonster< / a > - Exercises / Flashcards< / li >
< li > < a href = "https://github.com/alyssaxuu/carden" > Carden< / a > or < a href = "https://github.com/tianshanghong/awesome-anki" > Awesome Anki< / a > - Flashcard Extensions< / li >
2023-06-28 16:15:47 +00:00
< li > < a href = "https://www.wisdolia.com/" > Wisdolia< / a > - Create Flashcards from YouTube, Webpages or PDFs< / li >
2023-06-15 10:12:00 +00:00
< li > < a href = "https://github.com/daijro/SearchifyX" > SearchifyX< / a > - Search Flashcards< / li >
< li > < a href = "https://github.com/tema6120/ForgetMeNot" > ForgetMeNot< / a > - Flashcard Mobile App< / li >
< li > < a href = "https://www.edgilearning.com/" > Edgibot< / a > , < a href = "https://tutorly.ai" > Tutorly< / a > , < a href = "https://www.caktus.ai/" > Caktus< / a > , < a href = "https://discord.gg/GFp9Rvr" > Answers Exchange< / a > , < a href = "https://socratic.org/" > Get Unstuck< / a > , < a href = "https://www.sarthaks.com/" > sarthaks< / a > or < a href = "https://brainly.com/" > Brainly< / a > - Homework Help Bots / Communities< / li >
< li > < a href = "https://www.toppr.com/" > Toppr< / a > , < a href = "https://www.freeonlinetest.in/" > FreeOnlineTest< / a > or < a href = "https://discord.gg/VCXGudY" > AE Old< / a > - Test Practice & Homework Help< / li >
< li > < a href = "https://www.studystream.live/" > StudyStream< / a > - Online Study Groups< / li >
< li > < a href = "https://github.com/isanchop/stuhack" > Stuack< / a > - Premium Study Notes< / li >
< li > < a href = "https://course-notes.org/" > Course-Notes< / a > - Course Notes< / li >
< li > < a href = "https://papers.xtremepape.rs/" > Papers.Xtreme< / a > - Test Revision Notes & Answers< / li >
< li > < a href = "https://satsuite.collegeboard.org/sat/practice-preparation/practice-tests" > The SAT: Practice Tests< / a > - SAT Practice Exams< / li >
< li > < a href = "https://rentry.co/satreading" > SAT Reading< / a > - Suggested SAT Reading< / li >
< li > < a href = "https://t.me/SAT_Files_discussion" > SAT_Files_discussion< / a > - SAT Exam Discussion< / li >
< li > < a href = "https://www.examveda.com/" > Examveda< / a > , < a href = "https://www.savemyexams.co.uk/" > SaveMyExams< / a > or < a href = "https://aglasem.com/" > Aglasem< / a > - Exam Practice< / li >
< li > < a href = "https://www.majortests.com/" > MajorTests< / a > - Practice Tests< / li >
< li > < a href = "https://www.crackap.com/" > CrackAP< / a > - Practice AP Exams< / li >
< li > < a href = "https://www.indiabix.com/" > IndiaBIX< / a > - Aptitude Tests< / li >
< li > < a href = "https://fmhy.pages.dev/base64/#rapstudents-resources" > /r/ApStudents Resources< / a > - Former AP Exams< / li >
< li > < a href = "https://docs.google.com/spreadsheets/u/6/d/1s-YM81RvD11h9UOTba_XsBKEy-NW8PEXim2UxSLwdRE/edit#gid=1924688511" > /r/APStudents Course Survey< / a > - AP Exam Comparison Spreadsheet< / li >
< li > < a href = "https://www.reddit.com/r/CATpreparation/" > /r/CATpreparation< / a > - CAT Test Prep / < a href = "https://discord.gg/CAvHUZY6rH" > Discord< / a > < / li >
< li > < a href = "https://fmhy.pages.dev/base64/#aqa-gcse-2019" > AQA GCSE 2019< / a > or < a href = "https://www.revisely.co.uk/" > Revisely< / a > - GCSE Exams< / li >
< li > < a href = "https://hemanthrajhemu.github.io/" > Future Vision BIE< / a > - VTU Study Material< / li >
< li > < a href = "https://www.crackjee.xyz/" > CrackJee< / a > - JEE & NEET Study Material + Answers< / li >
< li > < a href = "https://www.jeebooks.in/" > JEEBOOKS< / a > - JEE, NEET, KVPY & CBSE Study Material< / li >
< li > < a href = "https://jeemain.guru/" > JeeMain< / a > - JEE Study Material< / li >
< li > < a href = "https://catchascience.wordpress.com/" > CatchaScience< / a > - IGCSE Study Material< / li >
< li > < a href = "https://www.ielts69.com/" > IELTS69< / a > - IELTS Cambridge Practice Tests< / li >
< li > < a href = "https://t.me/anthropology" > anthropology< / a > , < a href = "https://t.me/UPSC4Exams" > UPSC4Exams< / a > or < a href = "https://t.me/UPSCEssayHub" > UPSCEssayHub< / a > - UPSC Telegram Channels< / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "https://github.com/paulgp/GaryChamberlainLectureNotes" > GaryChamberlainLectureNotes< / a > - Econometrics Lecture Notes< / li >
2023-06-15 10:12:00 +00:00
< li > < a href = "https://gceguide.com/" > GCE Guide< / a > - Cambridge Assessment Guide< / li >
< li > < a href = "https://www.itexams.com/" > ITExams< / a > - IT Exam Collection< / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "https://github.com/riti2409/Resources-for-preparation-Of-Placements" > Lecture Links for Placement Preparation in Computer Science< / a > < / li >
2023-06-15 10:12:00 +00:00
< li > < a href = "https://sciencecareergeneral.neocities.org/" > Science Career General< / a > - PhD / Stem Career Study Guides< / li >
< li > < a href = "https://hamexam.org/" > HamExam< / a > , < a href = "https://www.aa9pw.com/" > AA9PW< / a > or < a href = "https://hamstudy.org/" > HamStudy< / a > - Ham Radio Practice Exams< / li >
< li > < a href = "https://cheatography.com/" > Cheatography< / a > - Educational Cheat Sheets< / li >
< li > < a href = "https://powerinbooks.xyz/temp/" > PowerInBooks< / a > or < a href = "https://www.litsolutions.org/" > LitSolutions< / a > - Textbook Solutions< / li >
< li > < a href = "https://schoolcheats.net/" > School Cheats< / a > - School Platform Answers< / li >
< li > < a href = "https://github.com/gbaranski/quizizz-cheat" > Quizizz Cheat< / a > - Quizizz Answers Tool< / li >
< li > < a href = "https://pxtrez.com/" > PXTrez< / a > - Kahoot Answers Tool< / li >
< li > < a href = "https://www.itexamanswers.net/" > ITExamAnswers.net< / a > - IT Exam Answers< / li >
2023-07-07 01:14:40 +00:00
< / ul >
< doc-anchor-target id = "world-data" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#world-data" > #< / doc-anchor-trigger >
< span > World Data< / span >
< / h3 >
< / doc-anchor-target >
< ul >
2023-07-27 10:11:46 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://www.worldometers.info/" > Worldometer< / a > < / strong > , < a href = "https://www.internetworldstats.com/" > Internet World Stats< / a > , < a href = "https://databank.worldbank.org/" > WorldBank< / a > , < a href = "https://soar.earth/" > Soar< / a > or < a href = "https://data.un.org/" > UN Data< / a > - World Data & Statistics< / li >
2023-07-07 01:14:40 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://ourworldindata.org/" > Our World in Data< / a > < / strong > - World Problem Database< / li >
2023-07-13 20:13:31 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://atlas.cid.harvard.edu/" > The Atlas of Economic Complexity< / a > < / strong > - Global Economic Growth Data< / li >
2023-07-27 10:11:46 +00:00
< li > < span class = "docs-emoji" > ⭐ < / span > < strong > < a href = "https://soar.earth/" > Soar< / a > < / strong > - Digital Atlas< / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "https://github.com/awesomedata/awesome-public-datasets" > Awesome Datasets< / a > - Public Datasets< / li >
< li > < a href = "https://locationdata.us/" > Location Data< / a > or < a href = "https://www.nationsencyclopedia.com/" > NationsEncyclopedia< / a > - Location / Population Data< / li >
< li > < a href = "https://gcpdot.com/" > Global Consciousness Project< / a > - Real-Time Global Consciousness Data< / li >
2023-07-07 18:15:07 +00:00
< li > < a href = "https://www.ifitweremyhome.com/" > If It Were My Home< / a > , < a href = "https://globaledge.msu.edu/" > GlobalEdge< / a > or < a href = "https://www.mylifeelsewhere.com/" > MyLifeElsewhere< / a > - Country Data Comparisons< / li >
2023-08-23 12:20:27 +00:00
< li > < a href = "https://worldpoverty.io/" > WorldPoverty< / a > - World Poverty Data< / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "https://unequalscenes.com/" > Unequal Scenes< / a > - Scenes of Inequality Around the World< / li >
< li > < a href = "https://everysecond.io/" > EverySecond< / a > - Visualize Per Second Data< / li >
< li > < a href = "https://www.internetlivestats.com/" > Internet Live Stats< / a > - Live Internet Statistics< / li >
< li > < a href = "https://gs.statcounter.com/" > Stat Counter< / a > - Search Engine, Browser and OS Statistics< / li >
< li > < a href = "https://www.usdebtclock.org/" > US Debt Clock< / a > - US Debt Clock< / li >
< li > < a href = "https://www.statista.com/" > Statista< / a > - Market Statistics< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://oec.world/en" > OEC< / a > or < a href = "https://comtradeplus.un.org/" > UN Comtrade< / a > - Global Trade Data< / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "https://netblocks.org/cost/" > Netblocks< / a > - Find Impact of Internet Shutdown on Economy< / li >
< li > < a href = "https://littlesis.org/" > LittleSis< / a > - Business / Government Connections Data< / li >
< li > < a href = "https://worldbirthsanddeaths.com/" > World Births and Deaths< / a > - World Birth / Death Rates Visualization< / li >
2023-07-25 06:14:58 +00:00
< li > < a href = "https://dataunodc.un.org/" > DataUNODC< / a > - Drug / Crime Statistics< / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "https://www.gunviolencearchive.org/" > Gun Violence Archive< / a > - Gun Violence Information Database< / li >
< li > < a href = "https://github.com/dessalines/essays/blob/master/us_hate_crimes.md" > us_hate_crimes< / a > - US Hate Crime Databsase< / li >
2023-07-25 06:14:58 +00:00
< li > < a href = "https://mkorostoff.github.io/incarceration-in-real-numbers/" > Incarceration in Real Numbers< / a > - Incarceration Visualization / Facts< / li >
2023-08-05 06:13:03 +00:00
< li > < a href = "https://www.expatistan.com/" > Expatistan< / a > - Cost of Living Calculator< / li >
2023-07-25 06:14:58 +00:00
< li > < a href = "https://mkorostoff.github.io/1-pixel-wealth/" > Pixel Wealth< / a > - Wealth Inequality Visualization< / li >
2023-07-13 20:13:31 +00:00
< li > < a href = "https://climate-data.org/" > Climate Data< / a > or < a href = "https://crt-climate-explorer.nemac.org/" > Climate Explorer< / a > - Climate Change Data< / li >
< li > < a href = "https://nextstrain.org/" > Nextstrain< / a > - Pathogen Evolution Tracking< / li >
< li > < a href = "https://gabgoh.github.io/COVID/index.html" > Epidemic Calculator< / a > - COVID Data< / li >
2023-07-07 01:14:40 +00:00
< li > < a href = "http://filteries.com/politics" > Political Simulator< / a > - Politics / Economics Simulator< / li >
2023-04-06 10:11:36 +00:00
< / ul >
2023-07-07 02:54:46 +00:00
< doc-anchor-target id = "reference-sites" >
< h3 >
< doc-anchor-trigger class = "header-anchor-trigger" to = "#reference-sites" > #< / doc-anchor-trigger >
< span > < a href = "https://fmhy.pages.dev/readingpiracyguide/#reference-sites" > Reference Sites< / a > < / span >
< / h3 >
< / doc-anchor-target >
2023-04-06 10:11:36 +00:00
<!-- Required only on API pages -->
2023-07-23 18:12:38 +00:00
< doc-toolbar-member-filter-no-results > < / doc-toolbar-member-filter-no-results >
2023-04-06 10:11:36 +00:00
< / div >
< footer class = "clear-both" >
< nav class = "flex mt-14" >
< div class = "w-1/2" >
< a class = "px-5 py-4 h-full flex items-center break-normal font-medium text-blue-500 dark:text-blue-400 border border-gray-300 hover:border-gray-400 dark:border-dark-650 dark:hover:border-dark-450 rounded-l-lg transition-colors duration-150 relative hover:z-5" href = "../torrentpiracyguide/" >
< svg xmlns = "http://www.w3.org/2000/svg" class = "mr-3" width = "24" height = "24" viewBox = "0 0 24 24" fill = "currentColor" overflow = "visible" > < path d = "M19 11H7.41l5.29-5.29a.996.996 0 10-1.41-1.41l-7 7a1 1 0 000 1.42l7 7a1.024 1.024 0 001.42-.01.996.996 0 000-1.41L7.41 13H19c.55 0 1-.45 1-1s-.45-1-1-1z" / > < path fill = "none" d = "M0 0h24v24H0z" / > < / svg >
< span >
< span class = "block text-xs font-normal text-gray-400 dark:text-dark-400" > Previous< / span >
< span class = "block mt-1" > Torrenting< / span >
< / span >
< / a >
< / div >
< div class = "w-1/2" >
< a class = "px-5 py-4 -mx-px h-full flex items-center justify-end break-normal font-medium text-blue-500 dark:text-blue-400 border border-gray-300 hover:border-gray-400 dark:border-dark-650 dark:hover:border-dark-450 rounded-r-lg transition-colors duration-150 relative hover:z-5" href = "../toolsguide/" >
< span >
< span class = "block text-xs font-normal text-right text-gray-400 dark:text-dark-400" > Next< / span >
< span class = "block mt-1" > Tools< / span >
< / span >
< svg xmlns = "http://www.w3.org/2000/svg" class = "ml-3" width = "24" height = "24" viewBox = "0 0 24 24" fill = "currentColor" overflow = "visible" > < path d = "M19.92 12.38a1 1 0 00-.22-1.09l-7-7a.996.996 0 10-1.41 1.41l5.3 5.3H5c-.55 0-1 .45-1 1s.45 1 1 1h11.59l-5.29 5.29a.996.996 0 000 1.41c.19.2.44.3.7.3s.51-.1.71-.29l7-7c.09-.09.16-.21.21-.33z" / > < path fill = "none" d = "M0 0h24v24H0z" / > < / svg >
< / a >
< / div >
< / nav >
< / footer >
< / main >
< div class = "border-t dark:border-dark-650 pt-6 mb-8" >
< footer class = "flex flex-wrap items-center justify-between" >
< div >
< ul class = "flex flex-wrap items-center text-sm" >
< / ul >
< / div >
< div class = "docs-copyright py-2 text-gray-500 dark:text-dark-350 text-sm leading-relaxed" > < / div >
< / footer >
< / div >
< / div >
<!-- Rendered if sidebar right is enabled -->
<!-- Sidebar right skeleton -->
< div v-cloak class = "fixed top-0 bottom-0 right-0 translate-x-full bg-white border-gray-200 lg:sticky lg:border-l lg:shrink-0 lg:pt-6 lg:transform-none sm:w-1/2 lg:w-64 lg:z-0 md:w-104 sidebar-right skeleton dark:bg-dark-850 dark:border-dark-650" >
< div class = "pl-5" >
< div class = "w-32 h-3 mb-4 bg-gray-200 dark:bg-dark-600 rounded-full loading" > < / div >
< div class = "w-48 h-3 mb-4 bg-gray-200 dark:bg-dark-600 rounded-full loading" > < / div >
< div class = "w-40 h-3 mb-4 bg-gray-200 dark:bg-dark-600 rounded-full loading" > < / div >
< / div >
< / div >
<!-- User should be able to hide sidebar right -->
< doc-sidebar-right v-cloak > < / doc-sidebar-right >
< / div >
< / div >
< / div >
< doc-search-mobile > < / doc-search-mobile >
< doc-back-to-top > < / doc-back-to-top >
< / div >
< div id = "docs-overlay-target" > < / div >
2023-07-23 18:12:38 +00:00
< script data-cfasync = "false" > window . _ _DOCS _ _ = { "title" : "Educational" , level : 1 , icon : "file" , hasPrism : false , hasMermaid : false , hasMath : false } < / script >
2023-04-06 10:11:36 +00:00
< / body >
< / html >