{
"permissions": {
"allow": [
"WebSearch",
"WebFetch(domain:authjs.dev)",
"WebFetch(domain:www.npmjs.com)",
This guide will help you create a complete MCP (Model Context Protocol) server that provides nutritional information from the USDA FoodData Central API.
Explain what you are going to implement to the user in a way that he is able to follow you. Adjust your language to the level of technical expertise the user has based on the available conversation history. If no history or memories are available ask the user before starting to explain.
echo 'shopt -s histappend
export PROMPT_COMMAND="history -a; history -n"
export HISTFILESIZE=-1
export HISTSIZE=-1
export HISTTIMEFORMAT="%F %T "' >> /root/.bashrc// Automatic FlutterFlow imports
import '/backend/backend.dart';
import '/flutter_flow/flutter_flow_theme.dart';
import '/flutter_flow/flutter_flow_util.dart';
import '/custom_code/actions/index.dart'; // Imports other custom actions
import '/flutter_flow/custom_functions.dart'; // Imports custom functions
import 'package:flutter/material.dart';Dependencies:
qr_flutter: ^4.0.0
Code:
// Automatic FlutterFlow importsimport { Box, Center, Text } from "@chakra-ui/react";
import { useEffect, useState } from "react";
import ApplicationForm from "../components/application/ApplicationForm";
import Confetti from "react-confetti";
export default function Application() {
const [dimensions, setDimensions] = useState({
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
| #!/usr/bin/env bash | |
| sudo apt install -y tmux | |
| echo '#set prefix | |
| set -g prefix C-a | |
| bind C-a send-prefix | |
| unbind C-b | |
| set -g history-limit 100000 | |
| set -g allow-rename off |
For later reference this may be helpful to future me and some other people. The Gatsby hydration issue: Styled components do not work on the initial page load or other strange things are happening in the production build but not in dev.
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
| # will spray only users that currently have 0 bad password attempts | |
| # dependency - powerview | |
| function Get-BadPasswordCount { | |
| param( | |
| $username = "username", | |
| $domain = "offense.local" | |
| ) | |
| $pdc = (get-netdomain -domain $domain).PdcRoleOwner | |
| $badPwdCount = (Get-NetUser $username -Domain $domain -DomainController $pdc.name).badpwdcount |
NewerOlder