XCode: already i had CMake: https://cmake.org/download/ OpenCV Download: http://opencv.org/
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
<?php | |
class OBS { | |
private static function msg ($color, $text, $message) { | |
if ($message) | |
print "<p style='margin-bottom:2px;color:$color'>$text</p>"; | |
else | |
print "<p style='color:$color'>$text</p>"; | |
if ($message) | |
print "<p style='margin-left:32px;margin-top:0'>$message</p>"; |
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 PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body> | |
<div style="margin:0"> |
1.1 C and C++ both have header files, implementation files
C: suffixes .h
and .c
C++: usually either (.h
and .cpp
), or (.hh
and .cc
).
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
Our old code. | |
<!-- Happy --> | |
NEW code....CSS | |
<!-- Happy --> | |
Our old code. |
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 charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<link rel="shortcut icon" href="/images/logo.png" type="image/x-icon" /> | |
<link rel="apple-touch-icon" href="/images/logo.png" /> | |
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
#This documentation is archived and is not being maintained.# | |
*Time Zone to CdoTimeZoneId Map* | |
__ | |
EWS Managed API | |
Topic Last Modified: 2009-07-23 | |
The following table lists the mapping of time zones presented by the Microsoft® Windows® operating system and the | |
corresponding CdoTimeZoneId enumerated values. | |
__ |
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
@echo off | |
cd /d %~dp0 | |
set "PATH=" | |
set PATH=%SystemRoot%\System32;%SystemRoot%;%SystemRoot%\System32\Wbem | |
set PATH=%PATH%;C:\programs\7-zip\x64 | |
set CURL="C:\msys64\usr\bin\curl" |
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
Suns-Air:cerbero sun$ ./cerbero-uninstalled -c config/cross-ios-universal.cbc package openwebrtc | |
WARNING: Using default configuration because /Users/sun/.cerbero/cerbero.cbc is missing | |
WARNING: Could not recover status | |
Building the following recipes: libiconv gettext libffi zlib glib orc bzip2 openssl bionic-fixup gtk-doc-lite gstreamer-1.0 gst-plugins-base-1.0 libvpx gst-plugins-good-1.0 openh264 opus libsrtp gst-plugins-bad-1.0 libnice gstreamer-1.0-static gst-plugins-base-1.0-static gst-plugins-good-1.0-static gst-plugins-bad-1.0-static libnice-static intltool gnome-js-common openwebrtc-girepository seed libusrsctp openwebrtc-gst-plugins openwebrtc-gst-plugins-static openwebrtc | |
[(1/32) libiconv -> fetch ] | |
-----> Fetching tarball http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz to /Users/sun/cerbero/sources/local/libiconv-1.14/libiconv-1.14.tar.gz | |
File /Users/sun/cerbero/sources/local/libiconv-1.14/libiconv-1.14.tar.gz already downloaded. | |
[(1/32) libiconv -> extract ] | |
-----> Extracting tarball to /U |
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
Suns-Air:cerbero sun$ ./cerbero-uninstalled bootstrap | |
WARNING: Using default configuration because /Users/sun/.cerbero/cerbero.cbc is missing | |
WARNING: No bootstrapper for the distro version osx_yosemite | |
File /var/folders/zq/zqbl2b1x43g6kq5bxmgx39880000gn/T/tmput5U2J already downloaded. | |
Running command 'chmod +x /var/folders/zq/zqbl2b1x43g6kq5bxmgx39880000gn/T/tmput5U2J' | |
Running command 'sudo /var/folders/zq/zqbl2b1x43g6kq5bxmgx39880000gn/T/tmput5U2J XML::Parser' | |
WARNING: Using default configuration because /Users/sun/.cerbero/cerbero.cbc is missing | |
Building the following recipes: libiconv gettext xz m4 autoconf sed gettext-tools gettext-m4 automake tar libtool pkg-config orc-tool libffi zlib glib gobject-introspection gnome-common gtk-doc-lite gperf intltool yasm bison flex | |
[(1/24) libiconv -> fetch ] | |
-----> Step done |