Skip to content

Instantly share code, notes, and snippets.

@wasiimakram
wasiimakram / admission
Created September 14, 2023 09:13 — forked from schoolgistinfo/admission
School of Post Basic Midwifery, Umuahia 2023-24 Nursing Form is out. Call DR.MRS AFOLAYAN T.M ON ☎ (07044935866} +2347044935866 for the admission process and how to check admission list. Also, Sale of GENERAL NURSING FORM, and INTERNSHIP FORM is also currently ongoing. The sales of two (2) years Post Basic Nursing Programme, Parasitology nursing…
School of Post Basic Midwifery, Umuahia 2023-24 Nursing Form is out. Call DR.MRS AFOLAYAN T.M ON ☎ (07044935866} +2347044935866 for the admission process and how to check admission list. Also, Sale of GENERAL NURSING FORM, and INTERNSHIP FORM is also currently ongoing. The sales of two (2) years Post Basic Nursing Programme, Parasitology nursing, Mental health nursing, Pediatric nursing, Midwifery are all available. Call DR.MRS AFOLAYAN T.M ON ☎ (07044935866} +2347044935866 For More Information Now.
{
"percentDifference": null,
"quoteResponse": {
"contextSlot": 214517391,
"inAmount": "2438061938500",
"inputMint": "mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So",
"otherAmountThreshold": "3347935417221",
"outAmount": "3351286703924",
"outputMint": "hntyVP6YFm1Hg25TN9WGLqM12b8TQmcknKrdu1oxWux",
"platformFee": null,
{
"percentDifference": null,
"quoteResponse": {
"contextSlot": 214147915,
"inAmount": "10000000",
"inputMint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"otherAmountThreshold": "2985349454066681",
"outAmount": "2988337791858539",
"outputMint": "PugAiDuaQ5hzicBHAW9qrQQ8qi4B6sh3n7PknKhyjeX",
"platformFee": null,
.css-selector {
    background: linear-gradient(316deg, #e41919, #19bfe4, #bce419);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 16s ease infinite;
    -moz-animation: AnimationName 16s ease infinite;
    -o-animation: AnimationName 16s ease infinite;
    animation: AnimationName 16s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 23%}
@wasiimakram
wasiimakram / output_log.txt
Created August 28, 2023 07:20 — forked from HugsLibRecordKeeper/output_log.txt
Rimworld output log published using HugsLib
Log uploaded on Monday, August 28, 2023, 9:19:45 AM
Loaded mods:
Harmony(brrainz.harmony)[mv:1.5.0.0]: 0Harmony(2.2.2), HarmonyMod(1.5.0)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Big and Small + Prerequisites Framework(RedMattis.BetterPrerequisites): BetterPrerequisites(1.0.0), BigAndSmall(1.0.0)
HugsLib(UnlimitedHugs.HugsLib)[ov:10.0.1]: 0Harmony(av:2.2.2,fv:1.2.0.1), HugsLib(av:1.0.0,fv:10.0.1)
Better Vanilla Masking(Owlchemist.BetterVanillaMasking): (no assemblies)
@wasiimakram
wasiimakram / page.tsx
Created August 25, 2023 10:05 — forked from gNaps/page.tsx
twitch example api - homepage
import { getServerSession } from "next-auth";
import { authOptions } from "./api/auth/[...nextauth]/route";
import {
getFollows,
getFollowsDetails,
getFollowsStream,
} from "@/api/twitch-api";
import Topbar from "@/components/topbar.component";
import ChannelCard from "@/components/channel-card.component";
import { redirect } from 'next/navigation'
@wasiimakram
wasiimakram / route.ts
Created August 25, 2023 09:57 — forked from gNaps/route.ts
twitch example api - [...nextauth]/route.ts
import NextAuth, { AuthOptions } from "next-auth";
export interface TwitchProfile extends Record<string, any> {
sub: string
preferred_username: string
email: string
picture: string
}
export default function TwitchProvider(
@wasiimakram
wasiimakram / sample1.json
Last active August 23, 2023 11:30
Training Gist
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.2.5",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",