This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Newtonsoft.Json; | |
using Newtonsoft.Json.Linq; | |
using System.Linq; | |
// http://json.codeplex.com/ | |
// NUGET: install-package Newtonsoft.Json | |
// MY TIME: Millisecs = 0, Ticks = 588 (total 357 ms) | |
namespace Reto7 | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Microsoft.VisualStudio.TestTools.UnitTesting; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System; | |
using System.Security.Cryptography; | |
using System.Text; | |
namespace UnitTestProject8 | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.experimental; | |
import java.util.Stack; | |
import nu.xom.Attribute; | |
import nu.xom.Document; | |
import nu.xom.Element; | |
import nu.xom.Elements; | |
import org.concordion.api.Evaluator; |
OlderNewer