Note: these instructions are for pre-Sierra MacOS. Sierra (10.12) and newer users see https://gist.github.com/gravitylow/fb595186ce6068537a6e9da6d8b5b96d by @gravitylow
If you are getting this in gdb on OSX while trying to run a program:
| /* | |
| I wanted to play with the clipboard via Windows API so I wrote a small program that | |
| checks if the clipboard contains an image, and if so saves the image as a .bmp file. | |
| This program obtains the handle on the clipboard data, put together all of the | |
| information and raw data a .bmp file holds, and writes it to the disk. | |
| With small changes it's possible to make this code run in a loop and save an image | |
| from the clipboard every X seconds. |
| {"lastUpload":"2021-10-27T02:08:39.819Z","extensionVersion":"v3.4.3"} |
Note: these instructions are for pre-Sierra MacOS. Sierra (10.12) and newer users see https://gist.github.com/gravitylow/fb595186ce6068537a6e9da6d8b5b96d by @gravitylow
If you are getting this in gdb on OSX while trying to run a program:
| # A top priority for making DataFrames useful in Julia is the development of | |
| # good documentation and a nice API for doing plyr+reshape style operations | |
| # in Julia. This Gist is a draft of such documentation. | |
| load("DataFrames") | |
| using DataFrames | |
| load("RDatasets") | |
| baseball = RDatasets.data("plyr", "baseball") |