Skip to content

Instantly share code, notes, and snippets.

View chillbrodev's full-sized avatar
🥑
Orbiting

Jon chillbrodev

🥑
Orbiting
View GitHub Profile
@chillbrodev
chillbrodev / main.dart
Created June 4, 2024 19:08
Flutter Counter With Riverpod
// Copyright 2019 the Dart project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license
// that can be found in the LICENSE file.
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
void main() {
final providerScope = ProviderScope(
overrides: [],
@chillbrodev
chillbrodev / pokemon.json
Created May 21, 2024 00:15
Pokemon up to Gen 7
[
{
"name": "Bulbasaur",
"id": "#001",
"imageurl": "https://assets.pokemon.com/assets/cms2/img/pokedex/full/001.png",
"xdescription": "Bulbasaur can be seen napping in bright sunlight. There is a seed on its back. By soaking up the sun's rays, the seed grows progressively larger.",
"ydescription": "Bulbasaur can be seen napping in bright sunlight. There is a seed on its back. By soaking up the sun's rays, the seed grows progressively larger.",
"height": "2' 04\"",
"category": "Seed",
"weight": "15.2 lbs",
@chillbrodev
chillbrodev / poke-items.json
Created May 21, 2024 00:12
List of Pokemon Items
[
{
"name": "Ability Capsule",
"imageurl": "https://img.pokemondb.net/sprites/items/ability-capsule.png",
"category": "Hold items",
"effect": "A capsule that allows a Pokemon with two Abilities to switch between these Abilities when it is used."
},
{
"name": "Ability Urge",
"imageurl": "https://img.pokemondb.net/sprites/items/ability-urge.png",
@chillbrodev
chillbrodev / Beans.md
Created January 2, 2020 16:16
Instant pot pinto beans recipe

Instant Pot Pinto Beans

This recipe is inspired by my friend and his husband.

With the pressure magic of the Instant Pot, this recipe is as easy as set it and forget it. When I make these beans I love the addition of the Chile Adobo sauce but you can omit it if you only want to make the beans. This recipe is broken up into two sections, sauce first, beans second. This recipe makes about 1 pound of pinto beans.

Chile Adobo Sauce:

The great thing about this sauce recipe is you can make it as mild or as spicy a you want by simply adjusting the amount of chiles.

What to Gather:

  • 3-4 chiles from a 7oz can of Embasa Chipotle Peppers in Adobo Sauce.
# Instant Pot Pinto Beans
This recipe is inspired by my friend and his husband.
With the pressure magic of the Instant Pot, this recipe is as easy as set it and forget it. When I make these beans I love the addition of the Chile Adobo sauce but you can omit it if you only want to make the beans. This recipe is broken up into two sections, sauce first, beans second. This recipe makes about 1 pound of pinto beans.
## Chile Adobo Sauce:
The great thing about this sauce recipe is you can make it as mild or as spicy a you want by simply adjusting the amount of chiles.
### What to Gather:
* 3-4 chiles from a 7oz can of Embasa Chipotle Peppers in Adobo Sauce.