This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.TH POCKETSPHINX_CONTINUOUS 1 "2016-04-01" | |
.SH NAME | |
pocketsphinx_continuous \- Run speech recognition in continuous listening mode | |
.SH SYNOPSIS | |
.B pocketsphinx_continuous | |
.RI [ \fB\-infile\fR | |
\fIfilename.wav\fR ] | |
[ \fB\-inmic yes\fR ] | |
[ \fIoptions\fR ]... | |
.SH DESCRIPTION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
(2014) Main source -> http://lancenewman.me/posting-a-photo-to-instagram-without-a-phone/ | |
I just managed to sniff Instagram traffic and fixed the code | |
-- Have fun - batuhan.org - Batuhan Katırcı | |
--- for your questions, comment @ http://batuhan.org/instagram-photo-upload-with-php/ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Joseph Weizenbaum's classic ELIZA chat bot in Swift. | |
Based on the IBM PC BASIC program from CREATIVE COMPUTING by Patricia | |
Danielson and Paul Hashfield, and the Java adaptation by Jesper Juul. | |
Run this script from Terminal: | |
$ swift eliza.swift | |
Press Ctrl-C or Ctrl-D to quit. (Or type "shut up".) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"crypto/tls" | |
"log" | |
"net/http" | |
) | |
func main() { | |
mux := http.NewServeMux() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--INIT REPO-- | |
$ cd [REPO LOCAL DIR] | |
$ git init | |
$ git clone [URL REPO] . | |
--COMMIT & PUSH-- | |
$ cd [REPO LOCAL DIR] | |
$ gid add . | |
$ git commit -m "[DESCRIPTIONS]" | |
$ git push origin [BRANCH NAME] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install | |
$ apt-get install letsencrypt | |
Register SSL Domain (NGINX) | |
$ letsencrypt --nginx -d domain.com -d www.domain.com | |
RENEW CERT WITH CLOUDFLARE CDN: | |
letsencrypt certonly --webroot --webroot-path /var/path/to/web/root/html/ --renew-by-default --email [email protected] --text --agree-tos -d xdiseases.com -d www.xdiseases.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ adb devices // Check available devices | |
$ adb -s [DEVICE_NAME] shell ifconfig //Check the ip address | |
$ adb -s [DEVICE_NAME] tcpip 5555 | |
$ adb connect [IP_DEVICE]:555 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- COMMANDS -- | |
$ sudo apt-get update | |
$ sudo apt-get install jpegoptim optipng | |
$ jpegoptim *jpg --strip-all && optipng *.png -strip all | |
NOTE: | |
`--strip-all` used to remove the exif header from images. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Google Search: site:wikipedia.org "Keyword" "dead link" | |
Change dead link ref code: | |
<ref>{{cite web|url=https://xdiseases.com/common/skin-cancer/|title=YOUR TITLE|website=mydomain.com}}</ref> |
OlderNewer