Skip to content

Instantly share code, notes, and snippets.

View neversun's full-sized avatar

Robert Scheinpflug neversun

View GitHub Profile
@manigandham
manigandham / rich-text-html-editors.md
Last active April 16, 2025 18:28
Rich text / HTML editors and frameworks

Strictly Frameworks

Abstracted Editors

These use separate document structures instead of HTML, some are more modular libraries than full editors

@jaymzznoori
jaymzznoori / Example.qml
Last active November 27, 2016 21:59
Example for Sailfish UI programming in QML
import QtQuick 2.0
import Sailfish.Silica 1.0
ApplicationWindow {
// Chapter 1: Basic primitives
Image {
visible: false
source: "jolla.png"
Behavior on opacity { NumberAnimation {} }
#!/bin/sh
# Known issues:
# - graphic bugs while you open pop-de
#
# Please, create recovery usb before installing it.
# You're using it on your own risk.
# BTW. it works on my computer.
#
# Remember to set GNOME DE on login screen and set pop's default themes with gnome-tweaks after installation.
@real-or-random
real-or-random / fw-fan-settings.service
Created June 19, 2024 22:49
Framework Fan Settings
[Unit]
Description=Sets fan parameters on Framework
# Try to avoid multiple ectool instances running at the same time
Before=fw-charge-limiter.service
[Service]
Type=oneshot
RemainAfterExit=true