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
server { | |
listen 80 default_server; | |
listen [::]:80 default_server ipv6only=on; | |
root /var/www/html; | |
index index.php index.html index.htm; | |
server_name your_domain.com; | |
location / { |
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
2014-03-23 14:33:04 [INFO] Starting minecraft server version 1.6.4 | |
2014-03-23 14:33:04 [INFO] ++++++++++++++++++++++++++++++++++++++++++++++++++ | |
2014-03-23 14:33:04 [INFO] Found FMLCH.tickStart()... | |
2014-03-23 14:33:04 [INFO] Pattern found ... | |
2014-03-23 14:33:04 [INFO] Trying to inject tick profiler... | |
2014-03-23 14:33:04 [INFO] Successful injection ! | |
2014-03-23 14:33:04 [INFO] Found FMLCH.tickEnd()... |
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
{"kind": "Listing", "data": {"modhash": "n4a0dpx8yo65e7ed871aae57d3431fd7b9c9e1dda32f2d8122", "children": [{"kind": "t3", "data": {"domain": "self.learnprogramming", "banned_by": null, "media_embed": {}, "subreddit": "learnprogramming", "selftext_html": "<!-- SC_OFF --><div class=\"md\"><p>The website in question pulls information from our SAP system and brings it to a searchable format everyone on the network can access. We are a project based company so every morning I would like to run a report telling me where each project stands. This is my first project so I KNOW I sound like a noob, I&#39;m just looking to be pointed in the right direction. Below is a screen shot of the UI <a href=\"http://i.imgur.com/uA42mDH.png\">http://i.imgur.com/uA42mDH.png</a></p>\n</div><!-- SC_ON -->", "selftext": "The website in question pulls information from our SAP system and brings it to a searchable format everyone on the network can access. We are a project based compan |
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
{"kind": "Listing", "data": {"modhash": "n4a0dpx8yo65e7ed871aae57d3431fd7b9c9e1dda32f2d8122", "children": [{"kind": "t3", "data": {"domain": "self.learnprogramming", "banned_by": null, "media_embed": {}, "subreddit": "learnprogramming", "selftext_html": "<!-- SC_OFF --><div class=\"md\"><p>The website in question pulls information from our SAP system and brings it to a searchable format everyone on the network can access. We are a project based company so every morning I would like to run a report telling me where each project stands. This is my first project so I KNOW I sound like a noob, I&#39;m just looking to be pointed in the right direction. Below is a screen shot of the UI <a href=\"http://i.imgur.com/uA42mDH.png\">http://i.imgur.com/uA42mDH.png</a></p>\n</div><!-- SC_ON -->", "selftext": "The website in question pulls information from our SAP system and brings it to a searchable format everyone on the network can access. We are a project based compan |
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
networkrequest.cpp:25:40: error: expected a class or namespace | |
request.setHeader(QNetworkRequest::KnownHeaders::ContentTypeHeader,... | |
~~~~~~~~~~~~~~~~~^ | |
1 error generated. | |
make: *** [networkrequest.o] Error 1 |
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
Network Class | |
-Handle connection to servers (Reddit and others) | |
-Handle the download of JSON data from Reddit | |
-Generate a signal upon completion of a given task | |
-Handle the logins for Reddit's servers | |
-Send requests (http://www.reddit.com/dev/api) to Reddit |
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
OpenSSH_5.9p1, OpenSSL 0.9.8x 10 May 2012 | |
debug1: Reading configuration data /Users/Person/.ssh/config | |
debug1: /Users/Person/.ssh/config line 13: Applying options for mcroot | |
debug1: Reading configuration data /etc/ssh_config | |
debug1: /etc/ssh_config line 20: Applying options for * | |
debug1: /etc/ssh_config line 53: Applying options for * | |
debug2: ssh_connect: needpriv 0 | |
debug1: Connecting to bukkit.host.com [xxx.xxx.xxx.xxx] port 22. | |
debug1: Connection established. | |
debug3: Incorrect RSA1 identifier |
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
<VirtualHost 192.73.236.37:80> | |
ServerName www.uglounge.com | |
ServerAlias uglounge.com | |
DocumentRoot "/var/www/ugloungeforums/" | |
<IfModule mod_ssl.c> | |
ErrorLog /var/log/apache2/ssl_engine.log | |
LogLevel debug | |
</IfModule> | |
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
[Sun Apr 21 20:49:09 2013] [info] Loading certificate & private key of SSL-aware server | |
[Sun Apr 21 20:49:09 2013] [debug] ssl_engine_pphrase.c(470): unencrypted RSA private key - pass phrase not required | |
[Sun Apr 21 20:49:09 2013] [info] Configuring server for SSL protocol | |
[Sun Apr 21 20:49:09 2013] [debug] ssl_engine_init.c(465): Creating new SSL context (protocols: SSLv3, TLSv1) | |
[Sun Apr 21 20:49:09 2013] [debug] ssl_engine_init.c(676): Configuring permitted SSL ciphers [HIGH:MEDIUM:!ADH:!MD5] | |
[Sun Apr 21 20:49:09 2013] [debug] ssl_engine_init.c(760): Configuring server certificate chain (4 CA certificates) | |
[Sun Apr 21 20:49:09 2013] [debug] ssl_engine_init.c(420): Configuring TLS extension handling | |
[Sun Apr 21 20:49:09 2013] [debug] ssl_engine_init.c(807): Configuring RSA server certificate | |
[Sun Apr 21 20:49:09 2013] [info] RSA server certificate enables Server Gated Cryptography (SGC) | |
[Sun Apr 21 20:49:09 2013] [debug] ssl_engine_init.c(846): Configuring RSA server private key |
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
#define LIGHTHOUSE | |
#define GIRL | |
#define MAN | |
#define CITY | |
#define GUARDIAN | |
#define REBEL | |
#define FOUNDER | |
#include <iostream> |
NewerOlder