-
Notifications
You must be signed in to change notification settings - Fork 0
/
tpgw.html
110 lines (96 loc) · 6.08 KB
/
tpgw.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>TPGW</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript">
var host = "www.danealor.com";
if ((host == window.location.host) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="manifest.json">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#8c2a14">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="css/dane-styles.css">
<link rel="stylesheet" href="css/stylesheet.css">
<link rel="canonical" href="{ { site.url } }{ { page.url } }" />
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<ul class="nav">
<li class="logo"><a href="index.html"><img src="tile-wide.png" /></a></li>
<li><a href="index.html">Home</a></li>
<li class="active"><a href="tpgw.html">TPGW</a></li>
<li><a href="ubnl.html">UBNL</a></li>
<li><a href="robot.html">Robot Arm</a></li>
<li><a href="java.html">Java</a></li>
<li><a href="asp.html">ASP</a></li>
<li><a href="portfolio/index.html">Portfolio</a></li>
<li style="float:right"><a href="about.html">About</a></li>
</ul>
<section class="container-fluid page-header text-center">
<h1 class="project-name">TPGW</h1>
<h2 class="project-tagline">Test Program Generator for Windows</h2>
</section>
<section class="container">
<h1 class="green">
<a id="Portfolio" class="anchor" href="#portfolio" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Aero Instruments & Avionics, Inc.
</h1>
<p>The following portfolio showcases my developments and accomplishments working as an ATE Software Engineer in Aero Instruments & Avionics, Inc:</p>
<iframe src="https://onedrive.live.com/embed?resid=521B0C15A9007364%21349532&authkey=!AFWoy4zlsX_tijs&em=2&wdAr=1.7777777777777777" width="952px" height="576px" frameborder="0">This is an embedded <a target="_blank" href="https://office.com">Microsoft Office</a> presentation, powered by <a target="_blank" href="https://office.com/webapps">Office</a>.</iframe>
<br />
<br />
<p>For more information, please visit my <a href="portfolio/index.html">graduate ePortfolio</a>, at "Beyond the Classroom" -> "RADA ATEs"</p>
<h1 class="green">
<a id="C#" class="anchor" href="#c-sharp" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>C#/XAML
</h1>
<p>WPF allows me to combine the high-level programming power of C#, my most comfortable programming language, and the user-friendly graphical user interface of XAML (BAML in WPF).</p>
<p>The goal of WPF is to separate the interface and the codebehind in a model known as Model-View-ViewModel (MVVM), where the XAML represents the View (what the user sees), a bindable strucure represents the Model (the data), and all the code that interfaces between the two (ViewModel).</p>
<p>I have used WPF extensively in the development of a Test Program Sequence (TPS) editor for Automatic Test Equipment (ATE) to test avionics Units Under Test (UUTs) via Test Unit Adapters (TUAs) - Lots of acronyms in the aero business.</p>
<div class="container">
<div class="thumbnail">
<img src="img/TPGW.JPG" alt="TPGW" style="width:100%">
<div class="caption">
<p>Snapshot of the Test Program Generator for Windows (TPGW) that I wrote in C#.</p>
</div>
</div>
</div>
<div class="container">
<div class="thumbnail">
<img src="img/Scope.JPG" alt="Virtual Scope" style="width:100%">
<div class="caption">
<p>Snapshot of the Scope Visualizer that I wrote for the Test Executor for Window (TEW) in C#.</p>
</div>
</div>
</div>
<div class="container">
<div class="thumbnail">
<img src="img/VSBlend-XAML.gif" alt="Visual Studio Blend" style="width:100%">
<div class="caption">
<p>Visual Studio and Visual Studio Blend provide powerful tools for editing the graphical user interface and binding properties to create friendly, responsive behavior.</p>
</div>
</div>
</div>
<pre><code>
string s = "C++ is the best!";
s.Replace("++","#");
System.Console.WriteLine(s);
</code></pre>
</section>
<div class="footer-container">
<footer class="wrapper">
<h3>2016 © <a href="https://danealor.com" target="_blank">danealor.com</a> | <a href="https://linkedin.com/in/amit-blonder-963189127" target="_blank">Amit Blonder</a></h3>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body>
</html>