https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
Make sure the following options are off:
Disable pre-fetching
#!/usr/bin/env python3 | |
# -*- encoding: utf-8 -*- | |
# vim: tabstop=4 shiftwidth=4 softtabstop=4 expandtab | |
# Required python packages | |
# pip install -U boto3>=1.26.159 | |
# pip install -U langchain==0.2.6 | |
# pip install -U langchain-aws==0.1.9 | |
# pip install -U langchain-community==0.2.6 | |
# pip install -U opensearch-py==2.2.0 |
#!/bin/bash | |
# MIT License | |
# Copyright (c) 2022-present MoyuScript | |
# See: https://mit-license.org/ | |
echo "Input path: $1" | |
echo "With subset: $2" | |
echo "Custom text file: $3" |
import Data.List (unfoldr, partition) | |
import Data.Maybe (catMaybes) | |
import Criterion.Main (defaultMain, env, bgroup, bench, nf) | |
import System.Random (randomIO) | |
import Control.Monad (replicateM) | |
groupOn :: Eq k => (a -> k) -> [a] -> [(k, [a])] | |
groupOn k = unfoldr f . map (\x -> (k x, x)) | |
where | |
f [] = Nothing |
import { AnimatePresence, motion } from "motion/react"; | |
import { useRef, useState } from "react"; | |
type TabValue = "free" | "monthly" | "yearly"; | |
export default function App() { | |
const [value, setValue] = useState<TabValue>("free"); | |
const code = ` | |
// Wrap the Tab component in a div to control its dimensions | |
<div className="w-[500px] h-14"> |
- After making changes, ALWAYS make sure to start up a new server so I can test it. | |
- Always look for existing code to iterate on instead of creating new code. | |
- Do not drastically change the patterns before trying to iterate on existing patterns. | |
- Always kill all existing related servers that may have been created in previous testing before trying to start a new server. | |
- Always prefer simple solutions | |
- Avoid duplication of code whenever possible, which means checking for other areas of the codebase that might already have similar code and functionality | |
- Write code that takes into account the different environments: dev, test, and prod | |
- You are careful to only make changes that are requested or you are confident are well understood and related to the change being requested | |
- When fixing an issue or bug, do not introduce a new pattern or technology without first exhausting all options for the existing implementation. And if you finally do this, make sure to remove the old implementation afterwards so we d |
https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
Make sure the following options are off:
Disable pre-fetching
<!-- AICouponCode.com Search Bar - Start --> | |
<div id="aicouponcode-search-container" style="max-width: 500px; margin: 0 auto; font-family: 'Segoe UI', Roboto, sans-serif;"> | |
<div style="display: flex; background: #fff; border-radius: 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); overflow: hidden; border: 1px solid #e0e0e0;"> | |
<input | |
type="text" | |
id="aicouponcode-search-input" | |
placeholder="Search for coupons, deals or stores..." | |
style="flex: 1; padding: 12px 20px; border: none; outline: none; font-size: 14px;" | |
aria-label="Search for coupons" | |
> |
When Windows is left to decorate the title bar, it can look undesirable, and there is no way to readily change it in the way I wanted. So based on a few sources, I've come up with the following solution.
In my case, the issue was the title bar for emacs, but it is the case for many applications.
These steps will allow the continued use of accent color, but set the title bar to a color of your choice.
Visual Studio 2022 | |
Enterprise : | |
VHF9H-NXBBB-638P6-6JHCY-88JWH | |
Professional: | |
TD244-P4NB7-YQ6XK-Y8MMM-YWV2J |