Issue: REI-42 Assignee: Chan A Task: Review Cobo's tokenization offering to see if it meets ALEX's requirements for Solana Token-2022 with Transfer Fee extension.
- MPC wallet infrastructure for secure key management
Issue: REI-42 Assignee: Chan A Task: Review Cobo's tokenization offering to see if it meets ALEX's requirements for Solana Token-2022 with Transfer Fee extension.
URL: https://www.lensed.ai (note: non-www version shows 404) Linear Issue: REI-35
LensED is an AI-powered educational exploration platform that allows users to explore topics through multiple "lenses" (perspectives). It generates AI-curated content tailored to different educational levels and subject areas.
| import Observation | |
| @Observable | |
| final class ObservableDictionary<Key: Hashable, Value> { | |
| @ObservationIgnored fileprivate var backingDictionary: Dictionary<Key, Value> = [:] | |
| public subscript(key: Key) -> Value? { | |
| get { | |
| let keyPath = \ObservableDictionary<Key, Value>.backingDictionary[key] | |
| access(keyPath: keyPath) |
| ( function() { | |
| /** | |
| * A helper function to visualize DOMRect or set of DOMRect instances. | |
| * | |
| * Subsequent calls will remove previously marked elements. | |
| * | |
| * Debug a element currently focused in your devtools inspector. | |
| * window.markRect( $0.getBoundingClientRect() ); | |
| * // Debug a selection. | |
| * window.markRect( document.getSelection().getRangeAt( 0 ).getClientRects() ); |
| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDO2VOFP8l4mmyi04MwHOYyswr0dweS2GEbRslQnqsw5dY1Xfs+oWszevPeGJ6KRsCnd/ir7P+yrEOLK7GeybMqHMoIL0Ue6A+u8f+GtsfEGaH9TyWaNTmaXsmE45UY7m1Sz14rp5uITW7AYkP4b1aH5UWQmXloSWsCJDcQsViX4wKr9xqazZ8ThRy7uMTKnCD1sWRtPUGSV9PQ+Wj7Vh6BJO140JPyxp9NAIwt1G5zxWAJblcYicAzxiNcq76H46N3P59C1v1dUmsVNJRMdtGq2pfr4jY80JpUx86Scy9V10dy18zjwQBYRTtJwvqZ0xjfXtn+AeR+I7Or1Tvb0ev1 zhigang1992@gmail.com |
| #!/bin/bash | |
| # Put your files in origin folder | |
| cd `dirname $0` | |
| mkdir -p watermarked/origin | |
| find origin -type d > watermarked/.dirs.txt | |
| pushd watermarked |
| { | |
| "name": "awesomeblockchainapp", | |
| "version": "0.1.0", | |
| "private": true, | |
| "dependencies": { | |
| "react": "^16.2.0", | |
| "react-dom": "^16.2.0", | |
| "react-scripts": "1.1.1" | |
| }, | |
| "scripts": { |
| @font-face { | |
| font-family: "Fira Code Patched"; | |
| font-style: normal; | |
| font-weight: 200; | |
| src: url('https://cdn.rawgit.com/ryanoasis/nerd-fonts/1.2.0/patched-fonts/FiraCode/Light/complete/Fura%20Code%20Light%20Nerd%20Font%20Complete.otf') format('opentype'); | |
| } | |
| @font-face { | |
| font-family: "Fira Code Patched"; | |
| font-style: normal; | |
| font-weight: 400; |