This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
| #!/usr/bin/env python | |
| """ | |
| eicfg_remover.py | |
| Based on Kai Liu's eicfg_remover.c @ http://code.kliu.org/misc/winisoutils/ | |
| """ | |
| import sys | |
| from binascii import crc_hqx, hexlify |
| package com.willowtreeapps.demo; | |
| import android.app.Activity; | |
| import android.os.Bundle; | |
| import android.view.KeyEvent; | |
| import android.view.Window; | |
| import android.webkit.WebView; | |
| import android.webkit.WebViewClient; | |
| public class MainActivity extends Activity { |
| # (c) 2013 www.nerdenmeister.org | |
| diff -ur ./Build/Resources/MacOSX/Info.plist.xml ./b/Build/Resources/MacOSX/Info.plist.xml | |
| --- ./Build/Resources/MacOSX/Info.plist.xml 2012-02-07 10:36:48.000000000 +0000 | |
| +++ ./b/Build/Resources/MacOSX/Info.plist.xml 2014-04-20 22:20:31.000000000 +0100 | |
| @@ -38,6 +38,9 @@ | |
| <key>LSRequiresCarbon</key> | |
| <true/> | |
| + <key>NSPrincipalClass</key> | |
| + <string>NSApplication</string> |
| # prompt color and format variables | |
| # A color init string consists of one or more of the following numeric codes: | |
| # * Attribute codes: | |
| # 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed | |
| # * Text color codes: | |
| # 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white | |
| # * Background color codes: | |
| # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white | |
| # * Extended color codes for terminals that support more than 16 colors: |
| before_script: | |
| - composer install --prefer-dist > /dev/null | |
| - export APP_ENV=testing | |
| unitTesting: | |
| script: | |
| - echo "Running PHP Unit tet" | |
| - php vendor/bin/phpunit --colors --debug --coverage-text | |
| codeSniffer: | |
| script: |
about:config settings to harden the Firefox browser. Privacy and performance enhancements.
To change these settings type 'about:config' in the url bar.
Then search the setting you would like to change and modify the value. Some settings may break certain websites from functioning and
rendering normally. Some settings may also make firefox unstable.
I am not liable for any damages/loss of data.
Not all these changes are necessary and will be dependent upon your usage and hardware. Do some research on settings if you don't understand what they do. These settings are best combined with your standard privacy extensions
(HTTPS Everywhere No longer required: Enable HTTPS-Only Mode, NoScript/Request Policy, uBlock origin, agent spoofing, Privacy Badger etc), and all plugins set to "Ask To Activate".
| /** | |
| * Sony TV Smartthings Integration, Currently testing on: KDL-55W829B | |
| Working on KDL-55W829B, | |
| * | |
| * | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except | |
| * in compliance with the License. You may obtain a copy of the License at: | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 |
Samsung's otherwise excellent 2016 range of UHD TVs received an update that added advertisements to the UI. This has been complained about at great length on Samsung's forums and repeatedly, Samsung have refused to add an option to remove them.
The ads interrupt the clean UI of the TV and are invasive. Here's an example of how they look:
This guide was originally posted on Samsung's TV forums but unfortunately, that site is a super-slow and barely accessible unusable mess.