Skip to content

Instantly share code, notes, and snippets.

{"name":"Super-thing NFT token","description":"This is TON Smart Challenge description","image":"https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/Vivaldi.jpg/440px-Vivaldi.jpg","content_url":"https://docs.house.gov/meetings/GO/GO00/20220929/115171/HHRG-117-GO00-20220929-SD010.pdf","attributes":[]}
@choco-bot
choco-bot / Install.txt
Created May 2, 2024 20:07
Revo.Uninstaller v2.0.2.020180924 - Failed - Package Tests Results
==> default: Running provisioner: shell...
[ERROR] An error occurred in the underlying SSH library that Vagrant uses.
[ERROR] The error message is shown below. In many cases, errors from this
[ERROR] library are caused by ssh-agent issues. Try disabling your SSH
[ERROR] agent or removing some keys and try again.
[ERROR] If the problem persists, please report a bug to the net-ssh project.
[ERROR] timeout during server version negotiating
<!DOCTYPE html>
<html>
<head>
<title>3D Cube with Dynamic Texture</title>
<style>
body {
margin: 0;
overflow: hidden;
background-color: #222;
}
@choco-bot
choco-bot / Install.txt
Created May 2, 2024 20:06
nsbuilder v2018.9.11 - Failed - Package Tests Results
==> default: Running provisioner: shell...
[ERROR] An error occurred in the underlying SSH library that Vagrant uses.
[ERROR] The error message is shown below. In many cases, errors from this
[ERROR] library are caused by ssh-agent issues. Try disabling your SSH
[ERROR] agent or removing some keys and try again.
[ERROR] If the problem persists, please report a bug to the net-ssh project.
[ERROR] timeout during server version negotiating
@arademaker
arademaker / teste.maude
Created May 2, 2024 20:05
from MRS Prolog to Maude for rewriting
fmod ATT is
pr QID .
sort Att .
sort Constraint .
op attrval : String Qid -> Att .
op attrval : String String -> Att .
Maintainers:
edeneast: tuxmux, tuxmux, tuxmux, tuxmux
x86_64-darwin tuxmux
x86_64-linux tuxmux
aarch64-linux tuxmux
aarch64-darwin tuxmux
@frankyonnetti
frankyonnetti / NPM Update
Created May 2, 2024 20:05
My theming tasks runner setup.
# [NPM Check Updates](https://www.npmjs.com/package/npm-check-updates)
- Install the tool `npm i -D npm-check-updates`
- Update the package.json `npx ncu --upgrade`
- Install the new packages npm install
@choco-bot
choco-bot / Install.txt
Created May 2, 2024 20:05
nsbuilder.install v2018.9.11 - Failed - Package Tests Results
==> default: Running provisioner: shell...
[ERROR] An error occurred in the underlying SSH library that Vagrant uses.
[ERROR] The error message is shown below. In many cases, errors from this
[ERROR] library are caused by ssh-agent issues. Try disabling your SSH
[ERROR] agent or removing some keys and try again.
[ERROR] If the problem persists, please report a bug to the net-ssh project.
[ERROR] timeout during server version negotiating
// Return a list of `params` to populate the [slug] dynamic segment
export async function generateStaticParams() {
return teams.map((team) => ({
teamId: team.id,
}))
}