Felipe

Hi, I'm Felipe. I'm currently a research scientist specializing in Applied Artificial Intelligence at Saint Louis University (United States), while on leave from my Associate Professor position at the Federal Institute of Alagoas (Brazil). Formerly, I was the Principal Investigator at LEAD and a software developer. I also served as a Visiting Researcher at the Karlsruhe Institute of Technology (Germany), and I completed my doctoral degree in Computer Science at CIn-UFPE. When I'm not researching, teaching, or developing, you'll probably find me surfing or playing soccer.

Here, you can explore my research interests, the technologies I work with, and some of the papers I've published.

Home

Migrating from felipealencar.net

Published Jun 23, 2022

Hello world, I’m still transfering the content from my old blog (http://felipealencar.net) to here. See you soon.

I hope you like it!

Highlighter

Ruby

def show
  puts "Outputting a very lo-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-ong lo-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-ong line"
  @widget = Widget(params[:id])
  respond_to do |format|
    format.html # show.html.erb
    format.json { render json: @widget }
  end
end

Php

<?php
  print("Hello {$world}");
?>

Java

public class java {
    public static void main(String[] args) {
        System.out.println("Hello World");
    }
}

HTML

<html>
  <head><title>Title!</title></head>
  <body>
    <p id="foo">Hello, World!</p>
    <script type="text/javascript">var a = 1;</script>
    <style type="text/css">#foo { font-weight: bold; }</style>
  </body>
</html>

Console

# prints "hello, world" to the screen
~# echo Hello, World
Hello, World

# don't run this
~# rm -rf --no-preserve-root /

Css

body {
    font-size: 12pt;
    background: #fff url(temp.png) top left no-repeat;
}

Yaml

---
one: Mark McGwire
two: Sammy Sosa
three: Ken Griffey