An introduction to curl using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin
| [Unit] | |
| Description=Job that runs cgd for my cool swerc site. | |
| [Service] | |
| Type=simple | |
| ExecStart=/home/cbrooks/develop/bin/cgd -f -c /home/cbrooks/swerc/bin/werc.rc |
| /??/ | |
| * Title: Obfuscating a String using C++ | |
| * by @OsandaMalith | |
| *??/ | |
| / | |
| ??=include <iostream> | |
| ??=include <string> | |
| ??=include <stdlib.h> | |
| //Auto playing vimeo videos in Android webview | |
| mWebView.getSettings().setJavaScriptEnabled(true); | |
| mWebView.getSettings().setAppCacheEnabled(true); | |
| mWebView.getSettings().setDomStorageEnabled(true); | |
| // how plugin is enabled change in API 8 | |
| if (Build.VERSION.SDK_INT < 8) { | |
| mWebView.getSettings().setPluginsEnabled(true); | |
| } else { | |
| mWebView.getSettings().setPluginState(PluginState.ON); |
An introduction to curl using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin
Add Enable=Source to /etc/bluetooth/audio.conf right after [General].
Find address in form XX:XX:XX:XX:XX:XX of phone with hcitool scan.
Pair and trust smartphone with sudo bluez-simple-agent hci0 XX:XX:XX:XX:XX:XX and sudo bluez-test-device trusted XX:XX:XX:XX:XX:XX yes.
Create loopback in pulseaudio connection bluetooth a2dp source with alsa sink:
| # don't forget to update your port tree first | |
| sudo port selfupdate | |
| # install coffee script using macport | |
| sudo port install nodejs | |
| node -v | |
| # install npm - the Node Package Manager | |
| git clone http://github.com/isaacs/npm.git | |
| cd npm |