Skip to content

Instantly share code, notes, and snippets.

View martypitt's full-sized avatar
:octocat:
Building Orbital and Taxi - https://orbitalhq.com

Marty Pitt martypitt

:octocat:
Building Orbital and Taxi - https://orbitalhq.com
View GitHub Profile
@martypitt
martypitt / test.md
Created October 24, 2023 07:11
Markdown test

New Topic

New Title

{collapsible="true" default-state="expanded"}

Content

A note highliughting important information

{style="warning"}

@martypitt
martypitt / pom.xml
Last active October 30, 2018 22:01
Trade Compliance with Vyne
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.5.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@martypitt
martypitt / bootstrap.yml
Created January 1, 2018 22:01
Bootstrap a freshly minted ubuntu 16.04 - 17.10 box for ansible
---
- hosts: all
become: yes
become_user: root
gather_facts: no
pre_tasks:
- name: 'install missing modules'
raw: sudo apt-get -y install python-simplejson aptitude
import {Injectable} from "@angular/core";
import {environment} from "app/../environments/environment";
import {Observable, ReplaySubject, Subject} from "rxjs";
const SockJS = require('sockjs-client');
const Stomp = require('stompjs');
// TODO : Find sockJs / StompJs typings
interface StompClient {
connect(params: any, connectHandler: (frame: Frame) => void, errorHandler: (error: any) => void)
subscribe(topic: string, handler: (value: Frame) => void)
PID/THRD SYSCALL(args) = return
5310/0xfd0a: close(0x3) = 0 0
5310/0xfd0a: __sysctl(0x7FFF521225C8, 0x2, 0x7FFF521225D8) = 0 0
5310/0xfd0a: thread_selfid(0x7FFF7912D310, 0x7FFF7912D258, 0x10101) = 64778 0
5310/0xfd0a: bsdthread_register(0x7FFF8E459FBC, 0x7FFF8E459FAC, 0x2000) = 0 0
5310/0xfd0a: mprotect(0x10DAEA000, 0x88, 0x1) = 0 0
5310/0xfd0a: mprotect(0x10DAFD000, 0x1000, 0x0) = 0 0
5310/0xfd0a: mprotect(0x10DB13000, 0x1000, 0x0) = 0 0
5310/0xfd0a: mprotect(0x10DB14000, 0x1000, 0x0) = 0 0
5310/0xfd0a: mprotect(0x10DB2A000, 0x1000, 0x0) = 0 0
## How many messages has Todd receied, by day?
select DATE(cm.`receivedDate`), count(*) from Inbox inbox
inner join InboxMessage im on inbox.id = im.`inbox_id`
inner join ChannelMessage cm on im.`message_id` = cm.id
where inbox.`user_id` = 2
group by DATE(cm.`receivedDate`)
order by DATE(cm.`receivedDate`) desc;
## What channels did Todds messages come from on March 6th?
select channel_id, count(*)
{
"id": "83917940159_10153810543845160",
"from": {
"category": "Community",
"category_list": [
{
"id": "2612",
"name": "Community"
}
],
/// <reference path="typescript.api.d.ts" />
import tsapi = require("typescript.api");
export class Example {
}
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="800px" height="311.002px" viewBox="0 144.5 800 311.002" enable-background="new 0 144.5 800 311.002"
xml:space="preserve">
<g>
<path d="M311.11,144.5c34.571,0,69.133,0,103.707,0C587.188,182.275,743.864,144.458,800,292.593c0,4.948,0,9.864,0,14.812
c-70.312,6.101-77.84-50.533-148.146-44.428c10.745,63.305,83.185,64.935,118.515,103.666
c-36.232,30.429-85.749-51.858-148.147-44.428c-13.367,23.996,34.687,112.851,88.893,118.479c0,4.945,0,9.859,0,14.808