Skip to content

Instantly share code, notes, and snippets.

View ciriarte's full-sized avatar
🏴‍☠️

Carlos Iriarte ciriarte

🏴‍☠️
View GitHub Profile
@ciriarte
ciriarte / .block
Last active February 17, 2016 06:02 — forked from mbostock/.block
My trip to Europe!
license: gpl-3.0
@ciriarte
ciriarte / keybase.md
Created February 25, 2015 00:57
Keybase proof

Keybase proof

I hereby claim:

  • I am ciriarte on github.
  • I am ciriarte (https://keybase.io/ciriarte) on keybase.
  • I have a public key whose fingerprint is 7154 BF6A 7B81 95F1 EC76 3026 661A 9072 BAF3 D802

To claim this, I am signing this object:

@ciriarte
ciriarte / vs_esent_out_of_memory
Created July 23, 2014 15:43
Oh great. Visual Studio exception.
Microsoft.Isam.Esent.Interop.EsentVersionStoreOutOfMemoryException
Version store out of memory (cleanup already attempted)
at Microsoft.Isam.Esent.Interop.Api.Check(Int32 err)
at Microsoft.Isam.Esent.Interop.Api.JetDelete(JET_SESID sesid, JET_TABLEID tableid)
at Microsoft.Data.Tools.Schema.SchemaModel.ModelStore.EseResultSet.Delete()
at Microsoft.Data.Tools.Schema.SchemaModel.ModelStore.EseCommand.DeleteRow(Object[] keys)
at Microsoft.Data.Tools.Schema.SchemaModel.ModelStore.DeleteAnnotation(ModelAnnotation annotation)
at Microsoft.Data.Tools.Schema.SchemaModel.ModelStore.DeleteAnnotationsDecrementAttached(IList`1 annotations)
at Microsoft.Data.Tools.Schema.SchemaModel.ModelStore.RemoveREntryAnnotationsAndSourcePositions(Int32 relEntryId)
@ciriarte
ciriarte / analysis-services.md
Created January 9, 2014 00:30
Analysis Services binding redirect
Additional information: Could not load file or assembly 'Microsoft.AnalysisServices.AdomdClient, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
@ciriarte
ciriarte / gist:7095532
Created October 22, 2013 05:11
List issues
git log --format=%s v.3.0.6..HEAD --grep=\#[0-9] | sed 's/.*\([0-9]\{3\}\).*$/\1/' | sort | uniq
Caught in listener.run() com.mot.mrcp.MrcpException: Got an error MRCP Response code of 407: com.mot.mrcp.mrcpv1.client.messages.MrcpResponseMessage@4f8ea17d at com.mot.mrcp.mrcpv1.client.MrcpClient.recognizerStartTimers(MrcpClient.java:1218) at com.mot.mrcp.ec.motomrcpv1.MotV1MRCPASRConnection.waitForResult(MotV1MRCPASRConnection.java:234) at com.voxeo.sipmethod.mrcp.client.impl.MrcpAsrSessionImpl.getRecognizeResult(MrcpAsrSessionImpl.java:766) at com.voxeo.sipmethod.mrcp.client.impl.RecognizerRequestHandleImpl.waitForResult(RecognizerRequestHandleImpl.java:40) at com.voxeo.sipmethod.mrcp.client.impl.RecognizerRequestHandleImpl.waitForResult(RecognizerRequestHandleImpl.java:30) at com.voxeo.tropo.util.MrcpAsrListener$1.awaitResult(MrcpAsrListener.java:105) ...
@ciriarte
ciriarte / JSON.stringify.bug.es
Created March 2, 2012 01:52
JSON.stringify.bug.es
// You can test this implementation in http://jsfiddle.net/ciriarte/h8CLw/
var myAnonymousObject = {
SessionID: "TEST-PROPERTY_1_VALUE",
property_2: "TEST-PROPERTY_2_VALUE",
property_3: "TEST-PROPERTY_3_VALUE",
property_4: "TEST-PROPERTY_4_VALUE",
property_5: "TEST-PROPERTY_5_VALUE",
property_6: "TEST-PROPERTY_6_VALUE"
};
@ciriarte
ciriarte / agents_available.xml
Created January 25, 2012 22:42
Responses required by HTR
<?xml version="1.0" encoding="utf-8"?>
<Status>0<Status>
@ciriarte
ciriarte / mike_sample.cs
Created November 10, 2011 21:40
Jelpin Maik
public class MikeController : Controller
{
// try http://localhost:someport/mike/is/awesome
[AcceptVerbs("POST")]
public ActionResult Is(String howIsMike)
{
// blablabla
return View();
}
@ciriarte
ciriarte / gist:1163639
Created August 22, 2011 21:24 — forked from voodootikigod/gist:1155790
PyCodeConf Ticket Give-away
Day job:
Favorite Python project:
Favorite Conference:
Python Experience Level: