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> | |
| <body> | |
| <h2>Privacy Policy</h2> | |
| <p>[Individual or Company Name] built the [App Name] app as a [open source | free | freemium | ad-supported | commercial] app. This SERVICE is provided by [Individual or company name] [at no cost] and is intended | |
| for use as is.</p> | |
| <p>This page is used to inform website visitors regarding [my|our] policies with the collection, use, and | |
| disclosure of Personal Information if anyone decided to use [my|our] Service.</p> | |
| <p>If you choose to use [my|our] Service, then you agree to the collection and use of information in | |
| relation with this policy. The Personal Information that [I|we] collect are used for providing and | |
| improving the Service. [I|We] will not use or share your information with anyone except as described |
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
| ryan@ryan-ubuntu:~/Developer/AliceVisionAutoBuild/build$ make -j8 | |
| [ 1%] Performing update step for 'ilmbase' | |
| [ 9%] Built target turbojpeg | |
| [ 26%] Built target tiff | |
| [ 26%] Built target png | |
| [ 34%] Built target geogram | |
| [ 42%] Built target eigen | |
| [ 51%] Built target boost | |
| [ 59%] Built target ceres | |
| Current branch develop_compatibility_gxx4 is up to date. |
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
| PYTHONPATH=$PWD PATH=$PATH:/home/ryan/Developer/build/Linux-x86_64/ python meshroom/ui | |
| Plugins loaded: CameraCalibration, CameraConnection, CameraInit, CameraLocalization, CameraRigCalibration, CameraRigLocalization, ConvertAnimatedCamera, ConvertSfMFormat, DepthMap, DepthMapFilter, ExportAnimatedCamera, ExportMaya, ExportUndistortedImages, FeatureExtraction, FeatureMatching, ImageMatching, ImageMatchingMultiSfM, KeyframeSelection, MeshDecimate, MeshDenoising, MeshFiltering, MeshResampling, Meshing, PrepareDenseScene, Publish, SfMAlignment, SfMTransform, StructureFromMotion, Texturing | |
| Plugins loaded: AppendFiles, AppendText, Ls | |
| [2018-07-20 13:53:02,465][WARNING] == Error while loading the following plugins == | |
| * simpleFarmSubmitter: No module named simpleFarm | |
| qt.network.ssl: QSslSocket: cannot resolve CRYPTO_num_locks | |
| qt.network.ssl: QSslSocket: cannot resolve CRYPTO_set_id_callback | |
| qt.network.ssl: QSslSocket: cannot resolve CRYPTO_set_locking_callback | |
| qt.network.ssl: QSslSocket: cannot resolve ERR_free_s |
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
| using UnityEngine; | |
| using UnityEditor; | |
| using NUnit.Framework; | |
| public class NewEditorTest { | |
| [Test] | |
| public void EditorTest() | |
| { | |
| //Arrange |
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
| using UnityEngine; | |
| using System.Collections; | |
| using System.Threading; | |
| public class ThreadedGameLogicObject : MonoBehaviour | |
| { | |
| private Thread thread; | |
| private Transform thisTransform; | |
| private Vector3 currentPos; |
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
| using UnityEngine; | |
| using UnityEditor; | |
| using System.Collections; | |
| namespace EC | |
| { | |
| public class PreviewGenerator : MonoBehaviour | |
| { | |
| private void Start() | |
| { |
NewerOlder