Skip to content

Instantly share code, notes, and snippets.

@Nordis
Nordis / Diet52App.crash
Created August 1, 2013 09:12
Another crash log
Process: Diet52App [1371]
Path: /Users/USER/Library/Application Support/iPhone Simulator/*/Diet52App.app/Diet52App
Identifier: Diet52App
Version: ???
Code Type: X86 (Native)
Parent Process: launchd [132]
User ID: 501
Date/Time: 2013-08-01 11:10:53.132 +0200
OS Version: Mac OS X 10.8.4 (12E55)
Process: Diet52App [1222]
Path: /Users/USER/Library/Application Support/iPhone Simulator/*/Diet52App.app/Diet52App
Identifier: Diet52App
Version: ???
Code Type: X86 (Native)
Parent Process: launchd [132]
User ID: 501
Date/Time: 2013-08-01 10:44:19.521 +0200
OS Version: Mac OS X 10.8.4 (12E55)
using System;
using MonoTouch.UIKit;
using Diet52App.Core.iOS;
using System.Drawing;
namespace Diet52App
{
public class FoodSearchBase : UITableViewController
{
SearchViewModel searchViewModel;
@Nordis
Nordis / dabblet.css
Created February 22, 2013 14:29
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.app {
width: 480px;
height: 720px;
border: 1px solid #ccc;
background-color: #efefdf
}
@Nordis
Nordis / dabblet.css
Created February 22, 2013 14:04
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.btn-wrap {
width: 140px;
height: 80px;
margin: 30px;
border-radius: 14px;
background-color: #33AD7B;
@Nordis
Nordis / dabblet.css
Created February 22, 2013 14:04
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.btn-wrap {
width: 140px;
height: 80px;
margin: 30px;
border-radius: 14px;
background-color: #33AD7B;
@Nordis
Nordis / dabblet.css
Created February 19, 2013 11:10
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.mobile-canvas {
width: 360px;
height: 600px;
border: 1px solid #000;
margin: 30px auto;
}
@Nordis
Nordis / dabblet.css
Created January 17, 2013 11:28
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#facebook-output {
width: 300px;
border: 1px solid #ccc;
}
#facebook-output p {
font-size: 20px;
@Nordis
Nordis / WhereInTests.cs
Last active December 10, 2015 14:58
Three tests running against RavenDB 2.0 (build 2.0.2198) to test WhereIn. All tests was expected to pass but only one actually passes. On RavenDB build 1.0.960 all tests passes.
using System.Collections.Generic;
using System.Linq;
using NUnit.Framework;
using Raven.Abstractions.Indexing;
using Raven.Client;
using Raven.Client.Indexes;
using Raven.Tests.Helpers;
namespace WhereInTest
{
@Nordis
Nordis / dabblet.css
Created September 21, 2012 11:43
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
position: relative;
}
.container {
position: absolute;