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
void main() { | |
final url = | |
"otpauth://type/issuer#:account?algorithm=SHA1"; | |
final uri = Uri.parse(url); | |
print(uri.toString()); | |
final query = {...uri.queryParameters}; | |
query["codeDisplay"] = "This-is-cool"; | |
final newUri = uri.replace(queryParameters: query); | |
print(newUri.toString()); |
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
void main() { | |
final uri = Uri.parse("""https://github.com | |
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem |
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
void main() { | |
final uri = Uri.parse("""https://github.com | |
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem |
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
#[derive(Debug, Parser)] | |
#[command(name = "CCExtractor")] | |
#[command(author = "Carlos Fernandez Sanz, Volker Quetschke.")] | |
#[command(version = "0.94")] | |
#[command(about = "Teletext portions taken from Petr Kutalek's telxcc | |
-------------------------------------------------------------------------- | |
Originally based on McPoodle's tools. Check his page for lots of information | |
on closed captions technical details. | |
(http://www.theneitherworld.com/mcpoodle/SCC_TOOLS/DOCS/SCC_TOOLS.HTML) |
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
{ | |
"identifier": "sn-simple-task-editor", | |
"name": "simple-task-editor", | |
"content_type": "SN|Component", | |
"area": "editor-editor", | |
"version": "1.3.7", | |
"description": "The Simple Task Editor is a Custom Editor for Standard Notes", | |
"url": "https://github.com/prateekmedia/simple-task-editor/", | |
"download_url": "https://github.com/prateekmedia/simple-task-editor/archive/refs/tags/1.3.7.zip", | |
"latest_url": "https://gist.githubusercontent.com/prateekmedia/e561390cebb662e510fc90f291d9a37f/raw/477b19c9334e47476f7e1cd19b7f66b28b80cdfc/simple-task-editor.json" |
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
{ | |
"identifier": "sn-simple-markdown-editor", | |
"name": "Markdown Basic", | |
"content_type": "SN|Component", | |
"area": "editor-editor", | |
"version": "1.4.0", | |
"description": "Write Markdown in private", | |
"url": "https://github.com/standardnotes/markdown-basic/", | |
"download_url": "https://github.com/standardnotes/markdown-basic/archive/refs/tags/1.4.0.zip", | |
"latest_url": "https://gist.githubusercontent.com/prateekmedia/47a79f50cd722c12fb8b9c7c2916b9cb/raw/fe84625952e563aee084ddc1dd239e3dbe9e624c/markdown-basic.json", |
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
{ | |
"identifier": "sn-minimal-markdown-editor", | |
"name": "Minimal markdown editor", | |
"content_type": "SN|Component", | |
"area": "editor-editor", | |
"version": "0.18.0", | |
"description": "A minimal Markdown editor for Standard Notes", | |
"url": "https://github.com/standardnotes/minimal-markdown-editor/", | |
"download_url": "https://github.com/standardnotes/minimal-markdown-editor/archive/refs/tags/1.3.7.zip", | |
"marketing_url": "https://github.com/standardnotes/minimal-markdown-editor/", |
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
{ | |
"0": { | |
"name": "Blender", | |
"description": "Blender is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. Blender's features include 3D modeling, UV unwrapping, texturing, raster graphics editing, rigging and skinning, fluid and smoke simulation, particle simulation, soft body simulation, sculpting, animating, match moving, rendering, motion graphics, video editing, and compositing.", | |
"categories": [ | |
"Graphics" | |
], | |
"authors": [ | |
{ | |
"name": "Songtech-0912", |
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
# Flutter sdk | |
set PATH $HOME/dev/flutter/bin $PATH | |
#Android studio | |
set ANDROID_HOME $HOME/Android/Sdk $ANDROID_HOME | |
set PATH $ANDROID_HOME/tools/bin $PATH | |
set PATH $ANDROID_HOME/platform-tools $PATH |