Menu

Home

Vladimir Alarcon

Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses Markdown syntax.

Project Members:

This is a test of formatting available
* One
* Two
* Three.

Again:
1. Bullet 1.
2. Bullet 2.
3. Bullet 3.

  <target name="clean" depends="init">
    <delete includeemptydirs="true">
      <fileset dir="${gen.src.dir}" includes="**/*" />
      <fileset dir="${build.dir}" includes="**/*" />
      <fileset dir="${dist.dir}" includes="**/*" />
      <fileset dir="${release.dir}" includes="**/*" />
    </delete>
    <antcall target="init" />
  </target>

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.