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
^AP;([\w]{4});.*?;(.*?);(.*?);(.*?)$ | |
insert into airports \(ICAO, LAT, LONG, ALT\) values \('$1', $2, $3, $4\) |
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
This is a compilation of solutions to the K2 Blackpearl error: | |
'The name property cannot be set to empty' | |
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
function xpndr(varname,value) | |
if value==5 then | |
ipc.writeSB(0x7B91, 0) | |
elseif value==4 then | |
ipc.writeSB(0x7B91, 0) | |
elseif value==3 then | |
ipc.writeSB(0x7B91, 0) | |
elseif value==2 then | |
ipc.writeSB(0x7B91, 1) | |
elseif value==1 then |
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
using System; | |
using System.Collections.Generic; | |
using System.Collections; | |
using System.ComponentModel; | |
using System.Data; | |
using System.Drawing; | |
using System.Drawing.Drawing2D; | |
using System.Text; | |
using System.Windows.Forms; | |
using System.Diagnostics; |
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
.onpt .msg $aircraft Olá, boa tarde. Só uma pequena informação, próxima terça feira, dia 4 entre as 1900z e as 2100z, vai haver o Lisboa Online Day, caso tenhas vontade de voar de/para Lisboa com full ATC. | |
.onen .msg $aircraft Hi, good afternoon. Just a quick info, next Tuesday, 4th of July between 1900z and 2100z Lisboa will be fully staffed for our Lisboa Online Day, in case you're interested in flying to/from a fully staffed Lisboa. | |
.on /Good evening, $radioname is online. | |
.off /$radioname is closing. Good night for all. | |
.good Good evening sir. | |
.good2 Good evening sir, radar contact. | |
.good3 Good evening sir, radar contact. Continue as filed. | |
.radar Radar contact. | |
.filed Continue as filed. |
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
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-scroll-header-panel/core-scroll-header-panel.html"> | |
<link rel="import" href="../paper-ripple/paper-ripple.html"> | |
<link rel="import" href="../core-pages/core-pages.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> |
NewerOlder