This file contains hidden or 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
2020-08-22 22:36:17,509:DEBUG:certbot._internal.main:certbot version: 1.7.0 | |
2020-08-22 22:36:17,509:DEBUG:certbot._internal.main:Arguments: ['--authenticator', 'webroot', '--installer', 'nginx'] | |
2020-08-22 22:36:17,510:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) | |
2020-08-22 22:36:17,526:DEBUG:certbot._internal.log:Root logging level set at 20 | |
2020-08-22 22:36:17,526:INFO:certbot._internal.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log | |
2020-08-22 22:36:17,527:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer nginx | |
2020-08-22 22:36:17,679:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * nginx | |
Description: Nginx Web Server plugin | |
Interfaces: IAuthenticator, IInstaller, IPlugin | |
Entry point: nginx = certbot_nginx._internal.configurator:NginxConfigurator |
This file contains hidden or 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
pat@angel:~$ sudo cat /var/log/letsencrypt/letsencrypt.log | |
2020-08-19 22:24:17,139:DEBUG:certbot._internal.main:certbot version: 1.7.0 | |
2020-08-19 22:24:17,140:DEBUG:certbot._internal.main:Arguments: ['--nginx'] | |
2020-08-19 22:24:17,140:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) | |
2020-08-19 22:24:17,157:DEBUG:certbot._internal.log:Root logging level set at 20 | |
2020-08-19 22:24:17,157:INFO:certbot._internal.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log | |
2020-08-19 22:24:17,158:DEBUG:certbot._internal.plugins.selection:Requested authenticator nginx and installer nginx | |
2020-08-19 22:24:17,308:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * nginx | |
Description: Nginx Web Server plugin | |
Interfaces: IAuthenticator, IInstaller, IPlugin |
This file contains hidden or 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
Maclaurin:java pat$ mvn install | |
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0 | |
[INFO] Scanning for projects... | |
[INFO] Inspecting build with total of 1 modules... | |
[INFO] Installing Nexus Staging features: | |
[INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Vowpal Wabbit JNI Layer 8.4.1-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ |
This file contains hidden or 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
Maclaurin:vw pat$ make all | |
Making all in vowpalwabbit | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am | |
depbase=`echo allreduce_sockets.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/include -D_THREAD_SAFE -Wall -Wno-unused-local-typedefs -pedantic -stdlib=libc++ -I ../rapidjson/include -O3 -fomit-frame-pointer -DNDEBUG -std=gnu++11 -MT allreduce_sockets.lo -MD -MP -MF $depbase.Tpo -c -o allreduce_sockets.lo allreduce_sockets.cc &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/include -D_THREAD_SAFE -Wall -Wno-unused-local-typedefs -pedantic -stdlib=libc++ -I ../rapidjson/include -O3 -fomit-frame-pointer -DNDEBUG -std=gnu++11 -MT allreduce_sockets.lo -MD -MP -MF .deps/allreduce_sockets.Tpo -c allreduce_sockets.cc -fno-common -DPIC -o .libs/allreduce_sockets.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/include -D_THREAD |
This file contains hidden or 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
# | |
# A fatal error has been detected by the Java Runtime Environment: | |
# | |
# SIGSEGV (0xb) at pc=0x000000012578bb1e, pid=96762, tid=0x0000000000001b03 | |
# | |
# JRE version: Java(TM) SE Runtime Environment (8.0_102-b14) (build 1.8.0_102-b14) | |
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.102-b14 mixed mode bsd-amd64 compressed oops) | |
# Problematic frame: | |
# C [vw_jni8760491718649151294.Darwin.x86_64.lib+0x84b1e] _ZNK5boost15program_options11typed_valueImcE6notifyERKNS_3anyE+0x4e | |
# |
This file contains hidden or 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
/** | |
* Created by rawkintrevo on 4/5/17. | |
*/ | |
// Only need these so intelliJ doesn't complain | |
import org.apache.mahout.math._ | |
import org.apache.mahout.math.scalabindings._ | |
import org.apache.mahout.math.drm._ | |
import org.apache.mahout.math.scalabindings.RLikeOps._ | |
import org.apache.mahout.math.drm.RLikeDrmOps._ |
This file contains hidden or 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 org.apache.mahout.examples | |
import org.apache.mahout.drivers._ | |
import org.apache.mahout.math.cf.SimilarityAnalysis | |
object RecommenderDriver extends MahoutDriver { | |
/** | |
* @param args Command line args, if empty a help message is printed. | |
*/ | |
override def main(args: Array[String]): Unit = { |
This file contains hidden or 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
GuideControllers.controller('VideoSearchCtrl', function($scope, VideoSearchPager) { | |
$scope.videoSearchPager = new VideoSearchPager(); | |
}); | |
// constructor function to encapsulate HTTP and pagination logic | |
GuideControllers.factory('VideoSearchPager', function($location, VideoSearch) { | |
var VideoSearchPager = function() { | |
this.videos = []; | |
this.busy = false; |
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Guide</title> | |
<meta name="description" content="Guide"> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Guide</title> | |
<meta content="authenticity_token" name="csrf-param" /> |
This file contains hidden or 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
<html><head><style type="text/css">@charset "UTF-8";[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide{display:none !important;}ng\:form{display:block;}</style> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Guide</title> | |
<meta name="description" content="Guide"> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Guide</title> | |
<meta content="authenticity_token" name="csrf-param"> | |
<meta content="oFQzN0TsXsHQLgSmJA4awjfcgp2RKSyxvsJEV9Un0gA=" name="csrf-token"> |
NewerOlder