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
| import 'dart:async'; | |
| import 'dart:developer'; | |
| import 'package:flutter/material.dart'; | |
| import 'package:flutter/physics.dart'; | |
| import 'package:flutter/scheduler.dart'; | |
| void main() => runApp(MyApp()); | |
| /* class CustomTicker extends TickerProvider { |
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
| # need to install musl-gcc wrapper | |
| # for the sql tag: https://www.arp242.net/static-go.html | |
| # source: https://honnef.co/articles/statically-compiled-go-programs-always-even-with-cgo-using-musl/ | |
| # -s -w to reduce binary size | |
| CGO_ENABLED=1 CC=musl-gcc go build --ldflags '-linkmode external -extldflags=-static -s -w' -tags sqlite_omit_load_extension . |
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
| dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next | |
| dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause | |
| dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous | |
| xfconf-query -c xfwm4 -p /general/use_compositing -s false | |
| xfconf-query -c xfwm4 -p /general/use_compositing -s true | |
| ffmpeg -i http://admin:admin@192.168.1.109:1080/mjpeg -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video4 | |
| modprobe v4l2loopback video_nr=9 card_label=ipcam exclusive_caps=1 | |
| xsetwacom --set "GAOMON Gaomon Tablet Pen stylus" MapToOutput "DisplayPort-0" |
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
| [ | |
| { | |
| "titolo": "Per questo pane Santo", | |
| "descrizione": "Preghiera prima dei pasti", | |
| "testo": "Poropopo (2 schiocchi di dita)\nPoropopo (2 schiocchi di dita)\nporopopo poropopo poropopo (2 schiocchi di dita)\nPer questo pane santo\nPer l'acqua fresca e pura\nPer questo pane santo\nnoi ti lodiam Signor!\nPoropopo (2 schiocchi di dita)\nPoropopo (2 schiocchi di dita)\nporopopo poropopo poropopo (2 schiocchi di dita)" | |
| }, | |
| { | |
| "titolo": "Railo", | |
| "descrizione": "Seguire il movimento dell' animatore come da video", | |
| "testo": "1. Railo\n2. Railo\n3. Ra\n4. Railo\n5. Railo\n6. Railo\n7. Ra\n8. Trullala oh eh oh\n9. Trullalla oh eh oh eh oh\n10. Trullala oh eh oh\n11. Trullalla oh oh\nSi parte con i pugni chiusi e per ogni strova si mima con una parte del corpo.\nCon le dita:\n1)Rai(indice sinistro in alto) lo(indice destro in alto)\n2)Rai(indice sinistro in alto) lo(indice destro in alto)\n3)Ra chiudere gli indici e tornare ai pugni\n4)Rai (indice sinistro) lo (indice destro)\n5)Rai (chiudi si |
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
| /dev/sdXn /hdd ntfs-3g defaults,nls-utf8,umask=0022,uid=1000,gid=1000,rw 0 0 |