Disable annoying zimbra popup – ublock solution
Add this lines below: yoursite.com###ZmReminderDialog_appt yoursite.com##.VeilOverlay yoursite.com###YesNoMsgDialog
Add this lines below: yoursite.com###ZmReminderDialog_appt yoursite.com##.VeilOverlay yoursite.com###YesNoMsgDialog
for f in `find`; do mv -v "$f" "`echo $f | tr '' ''`"; done
for f in *\ *; do mv "$f" "${f// /_}"; done
This command converts video to video with hardcoded subtitles with forced font size 30 with color yellow ffmpeg -i video.mp4 -vf "subtitles=subtitle.srt:force_style='Fontsize=30,PrimaryColour=&H00ffff&'" "output.mp4" And this command converts only sample from…
public class Request2Service extends Service { public static final int MSG_REGISTER_WATCHER = -1; public static final int MSG_UNREGISTER_WATCHER = -2; private ArrayList<Messenger> clients = new ArrayList<>(); private Messenger clientMessenger =…
Download: devicesControl_jar Inside: adb.exe + jar_app + preview_pic
Two files, installer+script. Put script to autorun or double-click when installed install stuff. click to DOWNLOAD
<?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> <item android:top="-6dp" android:left="-6dp" android:right="-6dp"> <shape> <solid android:color="#2b7996"/> <stroke android:color="#33b5e5" android:width="6dp"/> </shape> </item> </layer-list>
http://www.androidhive.info/ http://smartandroidians.blogspot.in/ http://www.androidbegin.com/ http://www.technotalkative.com/ https://code.facebook.com/android/ https://medium.com/tag/android If You have more, list here.
More info: https://facebook.github.io/yoga/docs/api/android/