Difference between revisions of "User:Jtarka"

From CDOT Wiki
Jump to: navigation, search
m (title)
Line 1: Line 1:
<h1>Jason Tarka</h1>
+
= Jason Tarka =
  
<h2>Program Info</h2>
+
==Program Info==
<ul>
+
*CPAC - 5th Semester
<li>CPAC - Semester 5</li>
+
*OSD600
<li>OSD600</li>
 
</ul>
 
  
<h2>OS's:</h2>
+
==OS's==
<ul>
+
*Ubuntu 8.04 (both 32- and 64-bit)
<li>Ubuntu 8.04 (both 32- and 64-bit)</li>
+
*Mac OS X 10.4
<li>Mac OS X 10.4</li>
+
*Windows Vista Business
<li>Windows Vista Business</li>
+
*Winows XP Professional
<li>Winows XP Professional</li>
 
</ul>
 
  
<h2>Programming Languages</h2>
+
==Programming Languages==
<ul>
+
*C/C++
<li>C/C++</li>
+
*PHP
<li>PHP</li>
+
*Java
<li>Java</li>
+
*C#
<li>C#</li>
+
*Perl, JavaScript, but only somewhat
<li>Perl, JavaScript, but only somewhat</li>
+
 
</ul>
+
== Project ==
 +
=== [[NetworkManager Web Authentication]] ===
 +
NetworkManager knows how to connect to many different types of networks, both wired and wireless, and can auto-authenticate to WEP and WPA networks. However, it can't auto-authenticate to networks that require a web-based login, which includes many wired and wireless networks such as SeneNET and AirYork.
 +
 
 +
Modify NetworkManager so that it talks (though dbus) to a Firefox extension for automatic login to a web-authenticated network.
 +
 
 +
== Contributions ==
 +
* Submitted Build Times for Patrick's [[Profile the build system]]

Revision as of 20:27, 18 September 2008

Jason Tarka

Program Info

  • CPAC - 5th Semester
  • OSD600

OS's

  • Ubuntu 8.04 (both 32- and 64-bit)
  • Mac OS X 10.4
  • Windows Vista Business
  • Winows XP Professional

Programming Languages

  • C/C++
  • PHP
  • Java
  • C#
  • Perl, JavaScript, but only somewhat

Project

NetworkManager Web Authentication

NetworkManager knows how to connect to many different types of networks, both wired and wireless, and can auto-authenticate to WEP and WPA networks. However, it can't auto-authenticate to networks that require a web-based login, which includes many wired and wireless networks such as SeneNET and AirYork.

Modify NetworkManager so that it talks (though dbus) to a Firefox extension for automatic login to a web-authenticated network.

Contributions