Skip to content

Instantly share code, notes, and snippets.

View lemusthelroy's full-sized avatar
⌨️

lemusthelroy

⌨️
  • Dudley, West Midlands
View GitHub Profile
import 'package:my_app_app/components/screens/search.dart';
import 'package:my_app_app/providers/search.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:mockito/mockito.dart';
import 'package:http/http.dart' as http;
import 'package:provider/provider.dart';
class MockClient extends Mock implements http.Client {}
@lemusthelroy
lemusthelroy / examples.js
Created February 2, 2017 11:07 — forked from bryanhelmig/examples.js
EmailPie Samples
// An invalid domain.
// http://emailpie.com/v1/[email protected]
{
"didyoumean": null,
"errors": [
{
"message": "No MX records found for the domain.",
"severity": 7
}
@lemusthelroy
lemusthelroy / gist:52cf53604ef08d62c7f2a0382d22da7a
Created January 17, 2017 21:01
Chicken, Fox, Feed Riddle
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class webpages_game : System.Web.UI.Page
{
private string chickenPosition;