https://www.npmjs.com/package/next-themes
πͺ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <vector> | |
| #include <algorithm> | |
| #include <set> | |
| using namespace std; | |
| // Function to calculate factorial | |
| long long factorial(int n) { | |
| if (n <= 1) return 1; | |
| long long result = 1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Zed settings | |
| // | |
| // For information on how to configure Zed, see the Zed | |
| // documentation: https://zed.dev/docs/configuring-zed | |
| // | |
| // To see all of Zed's default settings without changing your | |
| // custom settings, run `zed: open default settings` from the | |
| // command palette (cmd-shift-p / ctrl-shift-p) | |
| { | |
| "buffer_font_family": "Monaspace Krypton", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { Effect, Schema, Console } from "effect"; | |
| import { | |
| FetchHttpClient, | |
| HttpClient, | |
| HttpClientRequest, | |
| HttpClientResponse, | |
| } from "@effect/platform"; | |
| // ============================================================================ | |
| // Custom Errors (Effect best practice - use tagged errors) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "use client" | |
| import React from "react" | |
| import { useRef, useEffect, useCallback, useState, type HTMLAttributes } from "react" | |
| import { cn } from "@/lib/utils" | |
| // Constants for wave animation behavior | |
| const WAVE_THRESH = 6 | |
| const CHAR_MULT = 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %------------------------- | |
| % Resume in Latex | |
| % Author : Aryan Kathawale | |
| % Based off of: https://github.com/sb2nov/resume | |
| % License : MIT | |
| %------------------------ | |
| \documentclass[letterpaper,11pt]{article} | |
| \usepackage{latexsym} |
submission by : Aryan Kathawale.
It's like the BookMyShow screen: pick a theatre and you see the next 7 days.
Choose a date β see all movies playing that day in that theatre, with showtimes, language, 2D/3D, certification, etc.
OlderNewer