Skip to content

Instantly share code, notes, and snippets.

View escobar5's full-sized avatar
👾

Juan S. Escobar escobar5

👾
  • Intrena
  • Medellin, CO
View GitHub Profile
@escobar5
escobar5 / PathHelper.cs
Created March 16, 2012 20:49
Utilites for handling and converting Application Paths
using System;
using System.Collections;
using System.Text.RegularExpressions;
using System.Web;
namespace Paradigma.Common
{
public enum PathType
{
None,
@escobar5
escobar5 / WebServiceInvoker.cs
Created March 16, 2012 20:53
Dynamically invoking a web service
using System;
using System.CodeDom;
using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Reflection;
using System.ServiceModel;
using System.ServiceModel.Description;
using System.ServiceModel.Security;
@escobar5
escobar5 / html
Created September 12, 2012 20:59
html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
</body>
</html>
@escobar5
escobar5 / gist:4007548
Created November 3, 2012 14:43
html jquery
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script>
$(function() {