Skip to content

Instantly share code, notes, and snippets.

View Phinneas's full-sized avatar

Chester Beard Phinneas

  • Greater Seattle Area
View GitHub Profile
@Phinneas
Phinneas / keybase.md
Created April 6, 2020 14:57
keybase.md

Keybase proof

I hereby claim:

  • I am phinneas on github.
  • I am phinneas (https://keybase.io/phinneas) on keybase.
  • I have a public key ASC_5aNMvyhhExKMPGgOPO-ftFUo4EgL9IObYGNsgVZhego

To claim this, I am signing this object:

Chester Beard www.linkedin.com/in/chester-beard https://github.com/Phinneas
SOFTWARE DEVELOPER
Creative software engineer with recent training in Database Management, Java Programming, Software Localization, Python, Ruby on Rails, and JavaScript programming. Innovative with an aptitude for solutions development, and deadline-oriented environments.
AREAS OF EXPERTISE & TECHNICAL SKILLS
 React-native, Redux  Maven, Drupal, GitHub  Python/Flack and Django  SQL, Postgres, Mongodb  Ruby on Rails  Calabash, Cucumber  JavaScript, Typescript  Angular, Backbone, React  RSpec, Capybara, Selenium
PROFESSIONAL EXPERIENCE Cambia Health Solutions, Portland Oregon JUNE 2018-NOVEMBER 2018
<p>Chester Beard
Bellevue, WA 98004 (425) 218-5567 chester.beardiii@gmail.com
www.linkedin.com/in/chester-beard https://github.com/Phinneas</p>
<p>Software Developer</p>
<p>Creative software engineer with recent training in Database Management, Java Programming, Software Localization, Python, Ruby on Rails, and JavaScript programming. Innovative with an aptitude for solutions development, and deadline-oriented environments.
AREAS OF EXPERTISE &amp; TECHNICAL SKILLS</p>
<p>♣ Team Foundation Server(TFS)
@Phinneas
Phinneas / floydwarshall.py
Created May 3, 2017 19:12 — forked from Ceasar/floydwarshall.py
Simple implementation of floyd-warhsall algorithm in Python.
def adj(g):
"""
Convert a directed graph to an adjacency matrix.
Note: The distance from a node to itself is 0 and distance from a node to
an unconnected node is defined to be infinite.
>>> g = {1: {2: 3, 3: 8, 5: -4},
Chester Beard 920 Wetmore Avenue • Everett, WA 98201 • (425) 218-5567 • chester.beardiii@gmail.com
IT PROFESSIONAL
Motivated Information Technology Professional with recent training in Database Management, Java Programming, Software Localization, and general Computer Science. Innovative with an aptitude for requirements gathering, solutions development, team leadership, & deadline-oriented environments. AREAS OF EXPERTISE & TECHNICAL SKILLS
• Java, HTML, CSS, Python, SQL • Windows 8, Vista, Mac OS X • MS Office & SharePoint • Adobe Photoshop • Lightroom • Eclipse, Maven, SDL Trados • Project Management • Solutions Development • Communication & Innovation
TECHNICAL TRAINING
Chester Beard 920 Wetmore Avenue • Everett, WA 98201 • (425) 218-5567 • chester.beardiii@gmail.com
IT PROFESSIONAL
Motivated Information Technology Professional with recent training in Database Management, Java Programming, Software Localization, and general Computer Science. Innovative with an aptitude for requirements gathering, solutions development, team leadership, & deadline-oriented environments. AREAS OF EXPERTISE & TECHNICAL SKILLS
• Java, HTML, CSS, Python, SQL • Windows 8, Vista, Mac OS X • MS Office & SharePoint • Adobe Photoshop • Lightroom • Eclipse, Maven, SDL, Trados • Project Management • Solutions Development • Communication & Innovation
TECHNICAL TRAINING
#!/bin/sh
inPreprocessorMode () {
hasE=0
hasU=0
hasT=0
for arg in "$@"
do
if [ 'x-E' = "x$arg" ]; then hasE=1; fi
if [ 'x-undef' = "x$arg" ]; then hasU=1; fi