Use this information at your own risk. I may not have
tried everything, or seen the latest updates to the
sites/projects listed. No endorsements unless specified.
💰 = large section of features paywalled
🤔 = author has not tried this site/service
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
@echo off | |
setlocal | |
REM Check for minimum required arguments | |
if "%~1"=="" ( | |
echo Usage: %0 source_project destination_project destination_branch [source_branch] | |
exit /b 1 | |
) | |
REM Assign arguments to variables |
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
Animate Anything in Comfy UI (via the API) with Node (ts) |
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
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
; #Warn ; Enable warnings to assist with detecting common errors. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
#p:: ;Windows + P (projector button) | |
Run cmd /c start /min "" powershell -WindowStyle Hidden -ExecutionPolicy Bypass -File .\ps-touch-toggle.ps1 | |
return |
Token Contract
- KT1J1bx1ynm3UVgT7ymBPCDEtNEYjoMPcsQg - https://tzkt.io/KT1J1bx1ynm3UVgT7ymBPCDEtNEYjoMPcsQg/operations/
- Storage
- token_metadata
161848
- ledger
161844
- token_metadata
Asset Contract
- KT1SEKxDMTNRpQnb5o2pyiYBKyrH9a8FiB4k - https://tzkt.io/KT1SEKxDMTNRpQnb5o2pyiYBKyrH9a8FiB4k/operations/
Marketplace
- list: https://ui.8bidou.com/inventory/
- mint: https://ui.8bidou.com/mint/
- token contract:
KT1MxDwChiDwd6WBVs24g1NjERUoK622ZEFp
https://tzkt.io/KT1MxDwChiDwd6WBVs24g1NjERUoK622ZEFp- Storage
- ledger
bigmap:113213
- operators
bigmap:113214
- token_total_supply
bigmap:113215
- ledger
- Storage
Entire website, everything is CC0 or practically so (same rights):
- https://www.pexels.com/
- https://pixabay.com/
- https://unsplash.com/license
- https://www.sharetextures.com/about-2/
- https://openclipart.org/share
- https://www.needpix.com/about
Specific sections of website contain CC0 work:
- The Metropolitan Museum of Art's "Open Access" artwork: https://www.metmuseum.org/art/collection/search?showOnly=withImage%7CopenAccess&pageSize=0&sortBy=Relevance&sortOrder=asc&searchField=All
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
<!doctype html> | |
<html> | |
<head> | |
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/css/materialize.min.css"> | |
<title>Device Bridge</title> | |
<body class="container"> | |
<h1>Bridge Design Pattern</h1> | |
<p><i>"decouple an abstraction from its implementation so that the two can vary independently"</i> (GoF 151) |
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
// derived from http://stackoverflow.com/a/38815215/1713528 | |
yourAppVar.directive('vimeoMuted', function () { | |
return { | |
restrict: 'A', | |
scope: { | |
}, | |
link: function (scope, elem, attr) { | |
//Select the #embeddedVideo element |
Utilize the coolors2kuler()
function to convert a coolors palette link to a kuler link :
coolors2kuler("https://coolors.co/2f1847-624763-c62e65-f9b3d1-d63af9")
=> "https://color.adobe.com/create/color-wheel/?rule=Custom&mode=rgb&rgbvalues=0.1843137254901961,0.09411764705882353,0.2784313725490196,0.3843137254901961,0.2784313725490196,0.38823529411764707,0.7764705882352941
NewerOlder