Skip to content

Instantly share code, notes, and snippets.

View achingachris's full-sized avatar
✈️
Flight24

C A achingachris

✈️
Flight24
View GitHub Profile
@import "https://fonts.googleapis.com/css?family=Poppins";
* {
box-sizing: border-box;
font-family: "Poppins";
}
body {
background-color: #edeef6;
display: flex;
#[derive(candid::CandidType, Clone)]
struct Mentor {
id: u64,
name: String,
interests: Vec<String>,
passions: Vec<String>,
location: String, // Location can be the ward level
}
#[derive(candid::CandidType, Clone)]
from django.core.management.base import BaseCommand
from app.models import Skill, Category
from faker import Faker
import random
class Command(BaseCommand):
help = "Seed database with sample data for app.models"
def add_arguments(self, parser):
parser.add_argument("num_skills", type=int, help="Number of skills to create")
from django.db import models
import uuid
class Skill(models.Model):
id = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False, unique=True)
title = models.CharField(max_length=200, unique=True)
def __str__(self):
return self.title
import uuid
from django.db import models
from django.contrib.auth.models import AbstractUser
from django.utils.translation import gettext_lazy as _
class User(AbstractUser):
class Types(models.TextChoices):
STAFF = "STAFF", "Staff"
MEMBER = "MEMBER", "Member"
import { Component } from '@angular/core';
import { JokesService } from './jokes.service';
import { pwa } from 'pwafire';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css'],
})
@achingachris
achingachris / app.component.ts
Created November 24, 2023 11:36
using pwa fire
import { Component } from '@angular/core';
import { JokesService } from './jokes.service';
import { pwa } from 'pwafire';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css'],
})
export class AppComponent {
name: Test and Build Next.JS
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest

Certainly! Here's the updated table with the verbs arranged such that -ir verbs appear first, followed by -er verbs:

Verb English Translation Yo Él/Ella/Usted Nosotros/Nosotras Vosotros/Vosotras Ellos/Ellas/Ustedes
escribir to write escribo escribes escribe escribimos escribís escriben
abrir to open abro abres abre abrimos abrís abren
vivir to live vivo vives vive vivimos vivís viven
comprender to understand comprendo comprendes comprende comprendemos comprendéis comprenden
correr to run corro corres corre corremos

Certainly! Here's a table conjugating 10 regular Spanish -er and -ir verbs in the present tense:

Verb Yo Él/Ella/Usted Nosotros/Nosotras Vosotros/Vosotras Ellos/Ellas/Ustedes
beber bebo bebes bebe bebemos bebéis beben
comer como comes come comemos coméis comen
correr corro corres corre corremos corréis corren
aprender aprendo aprendes aprende aprendemos aprendéis aprenden
escribir escribo escribes escribe escribimos escribís escriben
leer leo lees lee leemos leéis leen