Skip to content

Instantly share code, notes, and snippets.

@dvncan
dvncan / VeritreeVersion1...FieldUpdateNFT.sol
Created March 31, 2023 20:42
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.9+commit.e5eed63a.js&optimize=false&runs=200&gist=
View VeritreeVersion1...FieldUpdateNFT.sol
// SPDX-License-Identifier: dvncan.eth
pragma solidity ^0.8.9;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol";
import "@openzeppelin/contracts/utils/Counters.sol";
import "@openzeppelin/contracts-upgradeable/token/ERC721/ERC721Upgradeable.sol";
import "@openzeppelin/contracts-upgradeable/token/ERC721/extensions/ERC721EnumerableUpgradeable.sol";
View what_i_read_this_week_mar_26.json
{"byline":"By tim","intro_md":"the quick brown fox...\n\n## test","items":[{"description":"Glenturret Triple Wood 2022 Release was judged the world’s top single malt Scotch whisky at the 2023 International Wines and Spirits Competition (IWSC). The Triple Wood 2022 scored 99 out 0f 100 points to win a Double Gold Medal and was ranked above all the other Scotch whiskies.","entity":"bookmark","image_url":"https://imageio.forbes.com/specials-images/imageserve/641e2bfebcc461207e4ff5db/0x0.jpg?format=jpg&crop=737,940,x34,y0,safe&width=1200\" name=\"image","name":"Can The World’s Best Scotch Whisky Cost Only $55?","url":"https://www.forbes.com/sites/joemicallef/2023/03/27/can-the-worlds-best-scotch-whisky-cost-only-55/"},{"description":"0 votes and 3 comments so far on Reddit","entity":"bookmark","image_url":"https://external-preview.redd.it/5LLw5dzOtCqsaBqfsNgDy5ssJFV78SEZerKora2D644.png?format=pjpg&auto=webp&v=enabled&s=473faed5a85ffc3d0cc04ff44cc71b19ec78ec63","name":"r/aww - Pure love (OC)","url":"https://www.re
View radio-amateur_tr_simplex-frequencies
Location,Name,Frequency,Duplex,Offset,Tone,rToneFreq,cToneFreq,DtcsCode,DtcsPolarity,RxDtcsCode,CrossMode,Mode,TStep,Skip,Power,Comment,URCALL,RPT1CALL,RPT2CALL,DVCODE
0,s-uhf-400,433.400,,0.000000,,88.5,88.5,023,NN,023,Tone->Tone,FM,5.00,,5.0W,,,,,
1,s-uhf-425,433.425,,0.000000,,88.5,88.5,023,NN,023,Tone->Tone,FM,5.00,,5.0W,,,,,
2,s-uhf-450,433.450,,0.000000,,88.5,88.5,023,NN,023,Tone->Tone,FM,5.00,,5.0W,,,,,
3,s-uhf-475,433.475,,0.000000,,88.5,88.5,023,NN,023,Tone->Tone,FM,5.00,,5.0W,,,,,
4,s-uhf-500,433.500,,0.000000,,88.5,88.5,023,NN,023,Tone->Tone,FM,5.00,,5.0W,,,,,
5,s-uhf-525,433.525,,0.000000,,88.5,88.5,023,NN,023,Tone->Tone,FM,5.00,,5.0W,,,,,
6,s-uhf-550,433.550,,0.000000,,88.5,88.5,023,NN,023,Tone->Tone,FM,5.00,,5.0W,,,,,
7,s-uhf-575,433.575,,0.000000,,88.5,88.5,023,NN,023,Tone->Tone,FM,5.00,,5.0W,,,,,
8,s-vhf-250,145.250,,0.000000,,88.5,88.5,023,NN,023,Tone->Tone,FM,5.00,,5.0W,,,,,
View untrusted-lvl9-solution.js
/**********************
* fordingTheRiver.js *
**********************
*
* And there's the river. Fortunately, I was prepared for this.
* See the raft on the other side?
*
* Everything is going according to plan.
*/
View Changed Paths
x86_64-linux libsForQt5.plasma-desktop
x86_64-linux plasma5Packages.plasma-desktop
aarch64-linux plasma5Packages.plasma-desktop
aarch64-linux libsForQt5.plasma-desktop
View Potential Maintainers
Maintainers:
ysndr: latte-dock, latte-dock, latte-dock, latte-dock
View Changed Paths
x86_64-linux latte-dock
aarch64-darwin latte-dock
x86_64-darwin latte-dock
aarch64-linux latte-dock
View untrusted-lvl8-solution.js
/*******************
* intoTheWoods.js *
*******************
*
* Ah, you're out of the woods now. Or into the woods, as the
* case may be.
*
* So take a deep breath, relax, and remember what you're here
* for in the first place.
*
@DiegoAscanio
DiegoAscanio / LLM.md
Created March 31, 2023 20:39 — forked from rain-1/LLM.md
LLM Introduction: Learn Language Models
View LLM.md

Purpose

Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.

Avoid being a link dump. Try to provide only valuable well tuned information.

Prelude

Neural network links before starting with transformers.