Skip to content
View afarah1's full-sized avatar
  • Porto Alegre, Brazil
Block or Report

Block or report afarah1

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 100 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

  1. kafka-tweet-sentiment kafka-tweet-sentiment Public

    A simple tweet sentiment analysis app built to learn kafka streams

    Java

  2. heat heat Public

    Heat diffusion on a two-dimensional surface

    C

  3. Basic Makefile I start my projects from Basic Makefile I start my projects from
    1
    CC=gcc
    2
    STD=-std=c99
    3
    WARN=-Wall -Wextra -Wpedantic -Wformat-security -Wfloat-equal -Wshadow\
    4
         -Wconversion -Winline -Wpadded
    5
    OPT=-O2 -march=native -ffinite-math-only -fno-signed-zeros
  4. A simple logging macro and some wrap... A simple logging macro and some wrappers.
    1
    /* A simple logging macro and some wrappers */
    2
    
                  
    3
    #pragma once
    4
    
                  
    5
    /*
  5. parsnv parsnv Public

    Parallel SNV calling pipeline

    Shell 1

  6. compiladores-ufrgs-2020-01 compiladores-ufrgs-2020-01 Public

    A compiler using lex and yacc capable of producing executable code for a custom uni assignment language (UFRGS 20/01 - Johann)

    C