Skip to content

Instantly share code, notes, and snippets.

@Aborja-dev
Aborja-dev / RegisterForn.tsx
Created February 11, 2025 22:02
problema con proyecto de next
'use client'
import { zodResolver } from "@hookform/resolvers/zod"
import { User, Mail, Lock } from "lucide-react"
import { useForm, Controller } from "react-hook-form"
import { Button, ButtonBack } from "../../components/Button"
import Field from "../../components/Field"
import { registerSchema } from "./schema"
import { z } from "zod"
@Adam-R-A
Adam-R-A / Blend Utilization Report Version
Created February 11, 2025 22:02
To check for new updates
1.6.5
@choco-bot
choco-bot / Install.txt
Created February 11, 2025 22:01
pslist v1.40 - Failed - Package Tests Results
2025-02-11 22:01:35,656 5268 [DEBUG] - XmlConfiguration is now operational
2025-02-11 22:01:35,777 5268 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-02-11 22:01:35,777 5268 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-02-11 22:01:35,795 5268 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-02-11 22:01:35,795 5268 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2025-02-11 22:01:35,795 5268 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-02-11 22:01:35,795 5268 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2025-02-11 22:01:35,811 5268 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-02-11 22:01:35,811 5268 [DEBUG] - Adding new typ
@choco-bot
choco-bot / Install.txt
Created February 11, 2025 22:00
psgetsid v1.45 - Failed - Package Tests Results
2025-02-11 22:00:29,784 5000 [DEBUG] - XmlConfiguration is now operational
2025-02-11 22:00:29,907 5000 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-02-11 22:00:29,907 5000 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-02-11 22:00:29,907 5000 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-02-11 22:00:29,926 5000 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2025-02-11 22:00:29,926 5000 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-02-11 22:00:29,926 5000 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2025-02-11 22:00:29,926 5000 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-02-11 22:00:29,941 5000 [DEBUG] - Adding new typ

Certainly! Here's a detailed class-level Javadoc comment summarizing what the class is doing:

/**
 * The {@code IFFServices} class provides methods for managing and performing service calls 
 * to primary and secondary data sources with resilience and error handling.
 * <p>
 * This class operates in a fault-tolerant manner, attempting to make calls to the primary data source
 * first, and if it fails or takes too long, it will proceed to the secondary data source. The class is 
 * designed to switch between these sources dynamically based on certain conditions, such as the success 
@GVabal
GVabal / java-very-basics.txt
Last active February 11, 2025 22:01
java-very-basics.txt
# create .java file
touch HelloWorld.java
# compile .java file into .class file
javac *.java
# disassemble class file
javap *.class
# special file which contains meta-information about what is packaged in JAR file
META-INF/MANIFEST.MF Main-Class: HelloWorld
# package .class files to JAR: --create --manifest=<manifest_file> --verbose --file=<jar_name>
jar cmvf META-INF/MANIFEST.MF my-awesome-jar.jar HelloWorld.class
@mdotk
mdotk / code-editor-rules.md
Created February 11, 2025 22:00 — forked from yifanzz/code-editor-rules.md
EP12 - The One File to Rule Them All

[Project Name]

Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.

Project Context

[Brief description ]

  • [more description]
  • [more description]
  • [more description]
n1=input('digite um numero:')
n2=input('digite um segundo número:')
s=int(n1)+int(n2)
print('a soma entre',n1,'e',n2,'é',s)
@choco-bot
choco-bot / Install.txt
Created February 11, 2025 21:59
psfile v1.03 - Failed - Package Tests Results
2025-02-11 21:59:28,999 1888 [DEBUG] - XmlConfiguration is now operational
2025-02-11 21:59:29,183 1888 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-02-11 21:59:29,203 1888 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-02-11 21:59:29,203 1888 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-02-11 21:59:29,203 1888 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2025-02-11 21:59:29,217 1888 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-02-11 21:59:29,217 1888 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2025-02-11 21:59:29,217 1888 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-02-11 21:59:29,217 1888 [DEBUG] - Adding new typ