autopy - simple, cross-platform GUI automation toolkit. MIT - https://github.com/msanders/autopy/
- 432 stars, 102 forks, 2950 monthly downloads at 2015-05-13
- GUI toolkit agnostic
autopy - simple, cross-platform GUI automation toolkit. MIT - https://github.com/msanders/autopy/
| 1. Write a hello hello world c | |
| main( ) | |
| { | |
| printf("Hello World\n"); | |
| } | |
| 2. Compile it: gcc hello.c | |
| Bonus: `gcc -Wall -save-temps hello.c -o hello` will give you extra stuff like: |
| 1. Write a hello hello world c | |
| main( ) | |
| { | |
| printf("Hello World\n"); | |
| } | |
| 2. Compile it: gcc hello.c | |
| Bonus: `gcc -Wall -save-temps hello.c -o hello` will give you extra stuff like: |
| # Have you ever saw this error while trying to merge/embed subtitles | |
| # into a video file on Windows? | |
| # | |
| # Fontconfig error: Cannot load default config file | |
| # [Parsed_subtitles_0 @ 0000000002bf1ee0] No usable fontconfig configuration # file | |
| # found, using fallback. | |
| # Fontconfig error: Cannot load default config file | |
| # | |
| # This scripts merges subtitles (if present) and transcodes video files | |
| # to H.264 mp4 video files with similar quality level. |
| # coding=UTF-8 | |
| from __future__ import division | |
| import re | |
| # This is a naive text summarization algorithm | |
| # Created by Shlomi Babluki | |
| # April, 2013 | |
| class SummaryTool(object): |
| #!/bin/sh | |
| # | |
| # This script will make WinMerge your default tool for diff and merge. | |
| # It must run inside git bash (on Windows) | |
| # | |
| # | |
| # If you experience path issues you should give a try to the gist | |
| # created by markusobrist at https://gist.github.com/1010253 |
| #------------------------------------------------------------ | |
| # REVOLUTION ANALYTICS WEBINAR: INTRODUCTION TO R FOR DATA MINING | |
| # February 14, 2013 | |
| # Joseph B. Rickert | |
| # Technical Marketing Manager | |
| # | |
| # BIG DATA with RevoScaleR | |
| # | |
| # Copyright: Revolution Analytics |