Skip to content

Instantly share code, notes, and snippets.

View hasenbalg's full-sized avatar
🐩

koongfoopoodle hasenbalg

🐩
View GitHub Profile
@hasenbalg
hasenbalg / gist:6cc68b78795c4df754e9c22517d05f10
Created December 11, 2018 08:38
adb uninstall shitware
packagenames can be found on the download page of the app on apkmirror.com e.g. https://www.apkmirror.com/apk/sony-mobile-communications/whats-new/whats-new-4-2-a-0-5-release/whats-new-4-2-a-0-5-android-apk-download/
// list all packages containing 'sideview'
adb shell 'pm list packages -f' | grep -e sideview
// remove package
adb shell 'pm uninstall --user 0 com.sony.tvsideview.phone'
APPNAME=com.domain.TaskList
sencha app build native
adb install -r /tmp/TaskList/cordova/platforms/android/app/build/outputs/apk/debug/app-debug.apk
adb shell monkey -p $APPNAME -c android.intent.category.LAUNCHER 1
adb logcat -s cordova
sudo apt install autotools-dev:all icu-devtools:amd64 libboost1.62-dev:amd64 libboost-dev:amd64 libboost1.62-tools-dev:amd64 libboost-tools-dev:amd64 libboost-atomic1.62.0:amd64 libboost-atomic1.62-dev:amd64 libboost-atomic-dev:amd64 libboost-system1.62.0:amd64 libboost-chrono1.62.0:amd64 libboost-chrono1.62-dev:amd64 libboost-chrono-dev:amd64 libboost-context1.62.0:amd64 libboost-context1.62-dev:amd64 libboost-context-dev:amd64 libboost-thread1.62.0:amd64 libboost-coroutine1.62.0:amd64 libboost-coroutine1.62-dev:amd64 libboost-coroutine-dev:amd64 libboost-date-time1.62.0:amd64 libboost-serialization1.62.0:amd64 libboost-serialization1.62-dev:amd64 libboost-date-time1.62-dev:amd64 libboost-date-time-dev:amd64 libboost-exception1.62-dev:amd64 libboost-exception-dev:amd64 libboost-fiber1.62.0:amd64 libboost-fiber1.62-dev:amd64 libboost-fiber-dev:amd64 libboost-filesystem1.62.0:amd64 libboost-system1.62-dev:amd64 libboost-filesystem1.62-dev:amd64 libboost-filesystem-dev:amd64 libboost-regex1.62.0:amd64 libboost-
This is Google's cache of https://blog.matthaa.de/rahmen-section_frame-frame_class-und-layouts-in-fluidtemplates/. It is a snapshot of the page as it appeared on 22 Jun 2019 23:06:13 GMT. The current page could have changed in the meantime. Learn more.
Full versionText-only versionView source
Tip: To quickly find your search term on this page, press Ctrl+F or ⌘-F (Mac) and use the find bar.
TYPO3 Codebeispiele und Hilfen
matthaa.de – TYPO3 Support, Homepage Erstellung in Hannover und anderswo
Springe zum Inhalt
Startseite
Kontakt & Datenschutz
TYPO3 Referenzen
This file has been truncated, but you can view the full file.
!! PLEASE REVIEW THIS LOG FOR SENSITIVE INFORMATION BEFORE SHARING !!
Dart Code extension: 3.2.0
Flutter extension: 3.2.0 (not activated)
VS Code: 1.36.1
Platform: linux
Workspace type: Flutter
Multi-root?: false
Dart SDK:
Loc: /home/frank/development/flutter/bin/cache/dart-sdk
@hasenbalg
hasenbalg / Item.html
Created July 18, 2019 10:48
TYPO3 News make first image the preview image in the news list
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
xmlns:n="http://typo3.org/ns/GeorgRinger/News/ViewHelpers"
data-namespace-typo3-fluid="true">
<f:if condition="{newsItem.falMedia}">
<f:then>
<n:link newsItem="{newsItem}" settings="{settings}" title="{newsItem.title}">
<f:alias map="{mediaElement: '{newsItem.falMedia.0}'}">
<f:if condition="{mediaElement.originalResource.type} == 2">
<f:image class="full-width" image="{mediaElement}"
@hasenbalg
hasenbalg / 50-marblemouse.conf
Created September 23, 2019 07:15
/usr/share/X11/xorg.conf.d/50-marblemouse.conf for logitech trackman marble in ubuntu 18.04
Section "InputClass"
Identifier "Logitech USB Trackbal"
MatchProduct "Logitech USB Trackball"
Driver "libinput"
Option "MiddleEmulation" "on"
Option "ScrollMethod" "button"
Option "ScrollButton" "8"
EndSection
@hasenbalg
hasenbalg / 50-marblemouse.conf
Created October 17, 2019 14:38
ubuntu 18.04 Logitech TrackMan® Marble®
# /usr/share/X11/xorg.conf.d/50-marblemouse.conf
Section "InputClass"
Identifier "Marble Mouse"
MatchProduct "Logitech USB Trackball"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "ButtonMapping" "1 9 3 4 5 6 7 8 2"
Option "ScrollButton" "8"
Option "ScrollMethod" "button"
[
{
"uid": "1",
"name": "Unternehmen A"
},
{
"uid": "2",
"name": "Unternehmen b"
},
{