- Microsoft Outlook http://office.microsoft.com/en-us/outlook-help/get-a-digital-id-HP010355070.aspx?CTT=5&origin=HP010356428
- Apple Mail http://support.apple.com/kb/PH4939
- Mozilla Thunderbird http://kb.mozillazine.org/Installing_an_SMIME_certificate
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
traceroute opscode-omnibus-packages.s3.amazonaws.com [17:25:42] | |
traceroute to s3-1-w.amazonaws.com (54.231.1.217), 64 hops max, 52 byte packets | |
1 192.168.1.1 (192.168.1.1) 1.110 ms 0.935 ms 0.755 ms | |
2 87.186.224.48 (87.186.224.48) 21.486 ms 22.678 ms 21.190 ms | |
3 217.0.75.106 (217.0.75.106) 22.370 ms 88.930 ms 140.463 ms | |
4 f-ed4-i.f.de.net.dtag.de (62.154.15.10) 24.636 ms 25.471 ms 135.240 ms | |
5 80.156.161.46 (80.156.161.46) 25.866 ms 25.925 ms 135.329 ms | |
6 ae-6.r20.frnkge04.de.bb.gin.ntt.net (129.250.6.248) 24.870 ms 124.842 ms | |
ae-1.r21.frnkge03.de.bb.gin.ntt.net (129.250.6.216) 33.385 ms | |
7 ae-3.r23.nycmny01.us.bb.gin.ntt.net (129.250.3.180) 111.264 ms |
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
/source/gnupg(master)» git summary [19:05:52] | |
project : gnupg | |
repo age : 17 years | |
active : 1976 days | |
commits : 4673 | |
files : 891 | |
authors : | |
3025 Werner Koch 64.7% | |
1197 David Shaw 25.6% |
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
#include <SparkFunBME280.h> | |
#include <Adafruit_HDC1000.h> | |
#include <avr/sleep.h> | |
#include <avr/power.h> | |
#include <avr/wdt.h> | |
BME280 bme; | |
Adafruit_HDC1000 hdc = Adafruit_HDC1000(); |
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
enum AssertOp { | |
case Equals | |
case NotEquals | |
} | |
enum SimpleAssertOp { | |
case NotNil | |
case Nil | |
} |
Download and extract http://cvc4.cs.nyu.edu/builds/misc/cvc4-1.4.1-prerelease-2016-01-03.tar.gz
run:
xcode-select --install
brew install libantlr3c boost
In the dicretory where you extracted the archive run
./configure
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
/root/.nuget/packages/fsharp.net.sdk/1.0.5/build/FSharp.NET.Core.Sdk.targets(23,31): error MSB4022: The result "" of evaluating the value "$(FscTaskAssemblyPath)" of the "AssemblyFile" attribute in element <UsingTask> is not valid. [/builds/rubecula/frontend/frontend/birdvoices.fsproj] |
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
module Giraffe.Fable.Compat.Helper | |
open Giraffe.GiraffeViewEngine | |
let inline private domEl a b c = tag a b c | |
let inline private voidEl a b = voidTag a b | |
//todo: check value and emit attr or not | |
let inline private boolAttr (key: string) (value: bool) = attr key (string value) | |
let inline private floatAttr (key: string) (value: float) = attr key (string value) |
-
Vulkan Spiele Aufnahme
-
Neue Fensteraufnahmemodus für Browser- und Windows Store Fenster.
- Standardmäßig wird "Automatisch" verwendet, was auf den meisten Fenstern die normale Methode und auf Browsern, browserbasierten Fenstern und Microsoft Store (UWP)-Programmen die neue Methode verwendet.
- Der Nachteil der neuen Methode ist, dass sie eine leichte Verzögerung des Cursors sowie einen hervorgehobenen Rand um das aufgenommene Fenster verursachen kann. Der Rand selbst wird jedoch nicht
-
Erweiterter Import von Szenensammlungen (in der Menüleiste, Szenensammlung -> Importieren), mit dem Sie aus anderen gängigen Streaming-Programmen importieren können [Dillon].
-
Hotkeys für die Medienquelle hinzugefügt, um die Steuerung der Wiedergabe (Stopp/Pause/Wiedergabe/Neustart) zu ermöglichen [cg2121]
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
import de.itemis.mps.gradle.downloadJBR.DownloadJbrForPlatform | |
import de.itemis.mps.gradle.BuildLanguages | |
buildscript { | |
repositories { | |
maven { url = uri("https://projects.itemis.de/nexus/content/repositories/mbeddr") } | |
mavenCentral() | |
} | |
dependencies { |