I hereby claim:
- I am KMax on github.
- I am kolchinmax (https://keybase.io/kolchinmax) on keybase.
- I have a public key whose fingerprint is E2E9 CA55 9975 53BA 74E2 BC2E 6832 AC92 4914 7C29
To claim this, I am signing this object:
| { | |
| "@context": [ | |
| "https://w3id.org/semiot/device/commoncontext#", | |
| { | |
| "doc": "http://goo.gl/perccom-2017-temperature#" | |
| } | |
| ], | |
| "@id": "doc:ApiDocumentation", |
I hereby claim:
To claim this, I am signing this object:
| This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] platform.twitter.com | |
| This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] www.amediateka.ru | |
| This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] counter.yadro.ru | |
| This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] st.top100.ru | |
| This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.[Learn More] scounter.rambler.ru | |
| mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object wit |
| [kolchinmax@localhost Russian-Phd-LaTeX-Dissertation-Template]$ make dissertation | |
| make -C Dissertation | |
| make[1]: Entering directory '/home/kolchinmax/RnD/AndreyAkinshin/Russian-Phd-LaTeX-Dissertation-Template/Dissertation' | |
| latexmk -pdf -pdflatex="xelatex %O %S" dissertation | |
| Latexmk: This is Latexmk, John Collins, 10 January 2015, version: 4.42. | |
| Latexmk: applying rule 'pdflatex'... | |
| Rule 'pdflatex': Rules & subrules not known to be previously run: | |
| pdflatex | |
| Rule 'pdflatex': The following rules & subrules became out-of-date: | |
| 'pdflatex' |
| This is BibTeX, Version 0.99d (TeX Live 2014) | |
| Capacity: max_strings=35307, hash_size=35307, hash_prime=30011 | |
| The top-level auxiliary file: output.aux | |
| I couldn't open style file ../BibTeX-Styles/utf8gost71u.bst | |
| ---line 21 of file output.aux | |
| : \bibstyle{../BibTeX-Styles/utf8gost71u | |
| : } | |
| I'm skipping whatever remains of this command | |
| A level-1 auxiliary file: title.aux | |
| A level-1 auxiliary file: contents.aux |
| @prefix ssn: <http://purl.oclc.org/NET/ssnx/ssn#> . | |
| @prefix : <http://example.com/ontologies/wot#> . | |
| :env-sensor-0 a ssn:System . |
| $(function () { | |
| $('#container').highcharts({ | |
| chart: { | |
| type: 'area' | |
| }, | |
| tooltip: { | |
| formatter: function () { | |
| var msg = ""; | |
| $.each(this.points, function() { | |
| var index = this.series.xData.indexOf(this.x); |
| package org.deri.cqels; | |
| import com.hp.hpl.jena.tdb.StoreConnection; | |
| import java.io.File; | |
| import java.io.IOException; | |
| import java.nio.file.FileVisitResult; | |
| import java.nio.file.Files; | |
| import java.nio.file.Path; | |
| import java.nio.file.SimpleFileVisitor; | |
| import java.nio.file.attribute.BasicFileAttributes; |
| SELECT ?city_name ?country_name ?pop WHERE { | |
| ?city a dbpedia-owl:City; | |
| dbpedia-owl:populationTotal ?pop; | |
| rdfs:label ?city_name; | |
| dbpedia-owl:country ?country . | |
| ?country rdfs:label ?country_name . | |
| FILTER langMatches( lang(?city_name), "RU" ) | |
| FILTER langMatches( lang(?country_name), "RU" ) | |
| } | |
| LIMIT 10 |