Main Page: Difference between revisions

No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
Welcome to David Li's wiki.
Welcome to David Li's wiki.
{{#css:
  .main-card-container {
    height: fit-content;
    height: -moz-fit-content;
    flex-grow:1;
    display:flex;
    flex-wrap: wrap;
    padding: 0rem 0.5rem;
    justify-content: left;
    align-items: stretch;
    align-content: stretch;
    margin: -0.2rem 0rem;
  }
  .main-flex-card {
    border: 0.4rem solid #555555;
    border-radius: 1rem;
    padding: 0.3rem;
    margin: 0.2rem;
    flex: 1 1 30%;
    max-width: 29%;
    min-width: 8rem;
  }
  .main-card-container h6 {
    text-align:center
  }
  .main-flex-card ul {
    width: fit-content;
    width: -moz-fit-content;
    max-width: 80%;
    margin: auto;
  }
  .main-flex-card ul li {
    width: fit-content;
    width: -moz-fit-content;
    max-width: 100%;
  }
  .main-card-header{
    font-weight: bold;
    text-align: center;
    margin-top: 0.3rem;
  }
}}


<div style="display:flex;flex-direction:row;">
<div style="display:flex;flex-direction:row;">
Line 125: Line 83:
==Programming==
==Programming==
===General Purpose===
===General Purpose===
* [[C_(programming_language) | C]]
* [[C (programming_language)]]
* [[C++]]
* [[C++]]
* [[Rust (programming language)]]
* [[C Sharp|C#]]
* [[C Sharp|C#]]
* [[Java]]
* [[Java]]
* [[Kotlin]]
* [[Kotlin]]
* [[Bash (Unix shell) | Bash]]
* [[Bash (Unix shell)]]


===Web Programming===
===Web Programming===
Line 153: Line 112:
* [[OpenCL]]
* [[OpenCL]]
* [[ROCm]]
* [[ROCm]]
* [[SYCL]]


====Shader Languages====
====Shader Languages====
Line 188: Line 148:


===App Development===
===App Development===
* [[Android System Development]]
* [[Android App Development]]
* [[Android App Development]]
* [[Android Native Development]]


==Machine Learning==
==Machine Learning==