Skip to content
View claudiorasf's full-sized avatar
🎯
🎯

Block or report claudiorasf

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.

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

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

Report abuse

Pinned Loading

  1. gitignore gitignore Public

    Forked from github/gitignore

    A collection of useful .gitignore templates

  2. js-onlinestore js-onlinestore Public

    JS Project using some of its fundamentals (arrays, objects, etc) as a requirement of the course.

    JavaScript

  3. airport-project-xml airport-project-xml Public

    Project to implement an XML Schema (XSD) for a type of XML document that contains information about fights. Retrieve information from the XML files by using JavaScript.

    JavaScript

  4. security-jwt security-jwt Public

    A RESTful API with NodeJS using JWT.

    JavaScript

  5. claudiorasf.github.io claudiorasf.github.io Public

    Personal GitHub - Pages

    CSS

  6. CustomTextMessageEncoder.cs CustomTextMessageEncoder.cs
    1
    using System;
    2
    using System.Text;
    3
    using System.ServiceModel.Channels;
    4
    using System.Xml;
    5
    using System.IO;