Skip to content

Instantly share code, notes, and snippets.

View jowusu837's full-sized avatar
💻
Building the next big thing

Victor Owusu jowusu837

💻
Building the next big thing
View GitHub Profile

Would it be possible to include an iCal file attachment to the Access-A-Ride advance notification emails with a 30 minute window from the specified pickup time (that is the window in which Access-A-Ride drivers need to arrive)?

For example: if my Access-A-Ride is supposed to pick me up at 10:34 am from 1000 Broadway Ave and then again at 8:00 pm from 900 Jay St., include a calendar event (a .ics file) that would look similar to the following, attached to the advance trip notification:

BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
SUMMARY:Access-A-Ride Pickup
@esfand
esfand / angular-jqlite.adoc
Last active April 19, 2023 01:32
Angular jqLite

Angular jqLite

jQuery and Angular

Angular doesn’t depend on jQuery. In fact, the Angular source contains an embedded lightweight alternative: jqLite. Still, when Angular detects the presence of a jQuery version in your page, it uses that full jQuery implementation in lieu of jqLite. One direct way in which this manifests itself is with Angular’s element abstraction. For example, in a directive you get access to the element that the directive applies to:

@subudear
subudear / azure-pipeline-to-aws-fargate-deploy.yml
Created May 8, 2022 10:02
build pipeline to upload image to aws ecr
trigger:
- main
pool:
name: Self-Hosted-Agent
variables:
- group: AWS
stages:
- stage: Build