Skip to content

Instantly share code, notes, and snippets.

View marlon-net's full-sized avatar
🎯
Focusing

Marlon Dias marlon-net

🎯
Focusing
  • Portugal
View GitHub Profile
@marlon-net
marlon-net / console_application.cs
Last active August 12, 2016 18:37
DateTime to String - Samples
using System;
using System.Globalization;
namespace sample
{
class Program
{
static void Main(string[] args)
{
string pattern = "dd-MM-yyyy HH:mm:ss";
@marlon-net
marlon-net / 0_reuse_code.js
Created June 9, 2016 03:37
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console