Skip to content
View Luiz-Monad's full-sized avatar
💭
computing
💭
computing

Block or report Luiz-Monad

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. CS CS
    1
    
                  
    2
    https://teachyourselfcs.com/
    3
    http://steshaw.org/plt/
    4
    https://github.com/open-source-society/computer-science
    5
    
                  
  2. FFT APL FFT APL
    1
    [Math/APL] (warning: walls of text and equations)
    2
    
                  
    3
    I loved APL !
    4
    Exponential negativo em alpha (primeiro parametro) te  numeros complexos ! ( http://www.jsoftware.com/papers/satn40.htm )
    5
    Geralmente eu odeio trabalhar com arrays em C, é muito cumbersome. Mas em APL arrays são lindos.
  3. list of books list of books
    1
    https://www.cs.tufts.edu/~nr/pubs/htdp.pdf
    2
    https://www.info.ucl.ac.be/~pvr/book.html
    3
    http://www.ccs.neu.edu/home/matthias/HtDP2e/
    4
    http://www-cs-faculty.stanford.edu/~knuth/taocp.html
    5
    http://cs.brown.edu/courses/cs173/2012/book/index.html
  4. Y y Y y
    1
    void Main()
    2
    {
    3
        foreach(var t in typeof(test).Assembly.GetTypes().Where(t => t.IsSubclassOf(typeof(test))))
    4
            ((test)(Activator.CreateInstance(t))).TestMethod();
    5
    }
  5. papers papers Public

    17 2

  6. Programming the GameboyAdvanced Programming the GameboyAdvanced
    1
    [Reading]
    2
      Programming The Nintendo GameBoyAdvance : The Unofficial Guide
    3
      Department of Sensor Systems Technology 'The Game BoyTM Project'
    4
      Everything You Always Wanted To Know About GAMEBOY 
    5
    [info about the Serial Link]