Skip to content

Instantly share code, notes, and snippets.

View Vintharas's full-sized avatar
👶
Parenting

Jaime Vintharas

👶
Parenting
View GitHub Profile
@Vintharas
Vintharas / gist:bfa5709746f9dbea3794
Created January 28, 2015 13:55
Mocking IDBSet IQueryable with Moq
using System.Data.Entity;
using System.Linq;
using Moq;
namespace Platform.Domain.Tests.Helpers
{
public class QueryableDbSetMock
{
public static IDbSet<T> GetQueryableMockDbSet<T>(params T[] sourceList) where T : class
{
@Vintharas
Vintharas / input.scss
Created April 16, 2021 08:15
Generated by SassMeister.com.
.MyComponent {
$prefix: &;
&ButtonWrapper {
padding: 1rem;
#{$prefix}Button {
color: green;
}
@Vintharas
Vintharas / settings.json
Created July 27, 2019 18:10
VSCode config
{
"window.zoomLevel": 2,
// Define profile for specified syntax or use your own profile with specific rules.
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
// prettier
"editor.formatOnSave": true,
"javascript.updateImportsOnFileMove.enabled": "always",
// vim
@Vintharas
Vintharas / .block
Created November 19, 2019 21:05
fresh block
license: mit
@Vintharas
Vintharas / .block
Last active October 14, 2019 20:43
Testing drawing tree like structures
license: mit
@Vintharas
Vintharas / .block
Last active August 22, 2019 09:16
Create Kirby's Face
license: mit
@Vintharas
Vintharas / .block
Last active August 22, 2019 09:16
Create a simple bar chart
license: mit
@Vintharas
Vintharas / .block
Last active August 22, 2019 08:53
Simple example axes
license: mit
@Vintharas
Vintharas / .block
Last active August 22, 2019 08:19
Simple example scales
license: mit
@Vintharas
Vintharas / .block
Last active August 21, 2019 21:43
Simple example rect data bind
license: mit