Giter Site home page Giter Site logo

campsite-checker's Introduction

Jeremy Laskar

Engineering Manager • Senior UI/Frontend Developer
📪 [email protected]
🌐 webrender.net

Employment

Fictiv 📦 2018-Present

https://fictiv.com
2021-Present: Engineering Manager
2018-2020: Lead Frontend Developer
ES6, React, Apollo GraphQL, Ruby, Ant Design
Virtual Manufacturing Platform. Leading a team of skilled engineers working at the intersection of the software and manufacturing industries. As engineering manager, I work with product, design, and development to take feature concepts and turn them into a reality.

Disqus 💬 2015-2018

https://disqus.com
Senior Frontend Developer & Scrum Master
ES6, Backbone, React, HTML5, BEM-styled LESS, Node
Online comments platform. Optimized UI codebase across applications. Advocating best practices for React component design & styles across our frontend development team. As Tech Lead & Scrum Master, worked with product development to establish a clear technical design process and development methodology.

Kixeye 👾 2012-2015

https://kixeye.comhttps://vegaconflict.comhttps://tomeimmortalarena.com
Full-stack developer
JS, Backbone, Marionette, HTML5, Flash, CSS3
Game development company. Orchestrated a ground-up refactor of email systems and helped develop KIXEYE.com online gaming platform.

Perricone MD 💁‍♀️ 2008-2011  

https://perriconemd.com
Manager, Web Development
CSS, JS, HTML5, Flash, Marketlive CMS
International skincare brand. Led e-commerce production and development.

CSU Monterey Bay 🎓 2004-2007

Web Developer
Information Technology and World Languages Departments; A/V editing and archiving.

Multiple Clients 🖥 2000-2008  

Web Developer & IT Specialist
IT & basic HTML website development prior to collegiate work.

Projects

Costello
Open-source costs plugin for Trello, currently approaching 10k MAU as of 11/17.
Node, Express, Trello Power-Ups Client

10kTower ⚙️
Tower Sim in 10kb
Vanilla JS, Vanilla CSS, ARIA, Graceful Degredation

popupvid.io ⚙️
YouTube Social Emoji Comments
Angular 1, MongoDB, Node, Express

lightninghoof.info
Online community portal
PHP, MySQL, Wordpress, CSS

Codile
Mobile-first online IDE
mobileSafari 1.0, Javascript, PHP

Knowledge

Education

B.S. Telecommunications, Multimedia & Applied Computing - Web Development Emphasis
California State University, Monterey Bay

Capstone Project - Codile iPhone Application
Award of Distinction: Best Integration of Technology & Design

Application Proficiency

Adobe Suite • Sketch • Figma • Sublime Text • VIM • VSCode • Git & SVN • Trello Specialist • JIRA • Major browsers & debugging tools

Web Development

ARIA-Compliant, Semantic HTML5 • CSS3/LESS/SASS • BEM & OOCSS Methodologies • Javascript/ES6/DOM Manipulation • React/JSX • Angular 1 • MongoDB • node.js • express.js • PHP • MySQL • Apollo GraphQL • Backbone/Marionette • Bootstrap • jQuery

campsite-checker's People

Contributors

davidwynn avatar webrender avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

campsite-checker's Issues

checking an entire campground for any available sites?

Howdy, first of all, thanks for putting up this interesting project. I like to use the script to not necessarily catch a particular site but rather try to find a site out of the hundreds available. Is there a way to modify the script to achieve that? Thank you!!!

Automating / scheduling script using crontab on Ubuntu 16.04?

Just curious if anyone has automated this scrip?

or

Been successfull in automating/scheduling it using crontab on ubuntu 16.04
############
I edited the crontab here:

env EDITOR=nano crontab -e

then added the following line for testing

* * * * * /usr/bin/python3.5 /home/black/Documents/projects/pytests/campsite-checker/checker.py

This test fails.

When I run /usr/bin/python3.5 /home/black/Documents/projects/pytests/campsite-checker/checker.py
from the terminal I get the following error:

    print "You have 15 minutes to complete this reservation in the browser window."
                                                                                  ^
SyntaxError: Missing parentheses in call to `'print'`


#######

I believe crontab is failing to open and interact with the firefox gui application. However, I do not know why? 

Thanks, 

~ B 

error on ubuntu 16.04

Webrender,
Thanks for coding this up!

This is a newbie comment/ problem. Anyway, I get the following error message when trying to run the scrip n Ubuntu 16.04
##############
Traceback (most recent call last): File "./checker.py", line 94, in <module> driver = webdriver.Firefox(firefoxProfile) File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/firefox/webdriver.py", line 152, in __init__ self.service.start() File "/usr/local/lib/python2.7/dist-packages/selenium/webdriver/common/service.py", line 83, in start os.path.basename(self.path), self.start_error_message) selenium.common.exceptions.WebDriverException: Message: 'geckodriver' executable needs to be in PATH.

#################

However my test of the selenium functionality does work with the simple code below:

########################
`#!/usr/bin/env python

from selenium import webdriver

browser = webdriver.Firefox()
browser.get('http://www.ubuntu.com/')

#from selenium import webdriver

#browser = webdriver.Firefox()
#driver.get('https://www.apple.com')`
#################

Do you have any suggestions on how I might edit the checker.py file so that it will run successfully?

Thanks,

~ B

Not looping through multiple sites

Incredibly useful tool! However it is not checking multiple sites for availability, which I believe is the intention. Is there a specific way variables need to be defined to achieve this functionality?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.