Links:
This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<Simulation> | |
<Map> | |
<Blocks> | |
<WorldBlock id="Warszawa" type="Station" length="0"/> | |
<WorldBlock id="warszawa-kraków" type="Track" length="300"/> | |
<WorldBlock id="Kraków" type="Station" length="0"/> | |
<WorldBlock id="warszawa-pcim dolny" type="Track" length="250"/> | |
<WorldBlock id="Pcim Dolny" type="Junction" length="0"/> | |
<WorldBlock id="pcim dolny-gdańsk" type="Track" length="100"/> |
This file contains 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
#!/usr/bin/perl | |
# | |
# Command-Line or GUI User Manager script | |
use strict; | |
use Tk; | |
use Tk::BrowseEntry; | |
my $mw = new MainWindow; | |
fill_window($mw, 'User Manager'); |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<xsl:stylesheet version="1.0" | |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
xmlns:bs-gst="http://www.battlescribe.net/schema/gameSystemSchema" | |
xmlns:cat="http://www.battlescribe.net/schema/catalogueSchema" | |
xmlns="http://www.battlescribe.net/schema/catalogueSchema"> | |
<xsl:output omit-xml-declaration="no" encoding="UTF-8" standalone="yes" version="1.0" indent="yes" method="xml"/> | |
<xsl:strip-space elements="*" /> | |
<xsl:variable name="gst-ns" >http://www.battlescribe.net/schema/gameSystemSchema</xsl:variable> |
This file contains 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
FROM starefossen/pgrouting:latest | |
RUN apt-get update && \ | |
apt-get install osm2pgrouting | |
# dane geoprzestrzenne mazowsza http://download.geofabrik.de/europe/poland/mazowieckie.html | |
RUN curl -s http://download.geofabrik.de/europe/poland/mazowieckie-latest.osm.bz2 \ | |
| bzip2 -dc \ | |
> /tmp/mazowieckie-latest.osm |
Xamarin links:
.NET Core links:
Interesting ASP.NET (and not only) WebAPI links:
OlderNewer