Skip to content

Instantly share code, notes, and snippets.

View uwepries's full-sized avatar

Uwe Pries uwepries

View GitHub Profile
@uwepries
uwepries / gist:b892bdd7632eca710d3232917a0b5b0e
Created August 21, 2023 21:03
Download youtube video, no deps except Python, inplace, no traces left.
python3 -m venv venv; source ./venv/bin/activate; pip install pytube; pytube "https://www.youtube.com/watch?v=dQw4w9WgXcQ"; deactivate; rm -rf venv;
import 'package:emoji_picker_flutter/emoji_picker_flutter.dart';
import 'package:flutter/material.dart';
import 'package:flutter_svg/flutter_svg.dart';
import 'package:flutter_whatsapp/Model/ChatModel.dart';
class IndividualPage extends StatefulWidget {
final ChatModel chatModel;
IndividualPage({Key? key, required this.chatModel}) : super(key: key);
Verifying my Blockstack ID is secured with the address 1KgkqKqn2YqXy382aT6pihofWanqnmCLDk https://explorer.blockstack.org/address/1KgkqKqn2YqXy382aT6pihofWanqnmCLDk
@uwepries
uwepries / LICENSE.txt
Created September 2, 2011 12:22 — forked from 140bytes/LICENSE.txt
140byt.es -- Click ↑↑ fork ↑↑ to play!
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 Uwe Pries http://www.digartis.de
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@uwepries
uwepries / LICENSE.txt
Created September 2, 2011 11:20 — forked from 140bytes/LICENSE.txt
140byt.es -- Click ↑↑ fork ↑↑ to play!
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 Uwe Pries http://www.digartis.de
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE