Interaction 0: GET /todos
Request headers recorded for playback:
accept-language: en-US,en;q=0.9
accept-encoding: gzip, deflate, br
sec-fetch-dest: empty
sec-fetch-mode: cors
sec-fetch-site: cross-site
origin: https://www.todobackend.com
accept-language: en-US,en;q=0.9
accept-encoding: gzip, deflate, br
sec-fetch-dest: empty
sec-fetch-mode: cors
sec-fetch-site: cross-site
origin: https://www.todobackend.com
import tkinter | |
from tkinter import messagebox | |
import platform | |
import os | |
import subprocess | |
import sys | |
import datetime | |
import sqlite3 | |
from os.path import expanduser |
#!/bin/python3 | |
# See https://paulhammant.com/2019/10/20/quicker-local-maven-builds | |
import sh, os | |
from pathlib import Path | |
log = sh.git.log("--oneline", "--no-color", "--decorate=short", _tty_out=False) | |
hashLine = "" | |
for line in log.split("\n"): |
#!/bin/bash | |
# You will have needed to have installed 'xmlstarlet' first | |
# | |
# Each time you use this, you will have had to run tests "mvn clean install" first. | |
# | |
# In your README, have a line like so, to display the coverage. | |
# | |
# Code Coverage: % | |
# |
import javax.swing.*; | |
import javax.swing.text.BadLocationException; | |
import javax.swing.text.Document; | |
import javax.swing.text.PlainDocument; | |
public class Foo { | |
public static void main(String[] args) { | |
// setup model |
import javax.swing.*; | |
import javax.swing.text.AttributeSet; | |
import javax.swing.text.BadLocationException; | |
import javax.swing.text.PlainDocument; | |
import java.awt.*; | |
import java.awt.event.WindowAdapter; | |
import java.awt.event.WindowEvent; | |
public class Swing_MVC_MultiCounterDemo extends JFrame { |
# You may have to do: | |
# sudo gem install sinatra | |
require 'sinatra' | |
require 'json' | |
makers = {} | |
makers["66463882"] = JSON.parse '{ | |
"name": "Elsie C", |
Is anyone interested in an alternative to LinkedIn based on GitHub* (likely to mean a subset to just tech savvy users initially).
Your GitHub repo is a about you and your claims:
eg. "I worked at FoobarLLC as a Director of Engineering between CCYYMMDD1 and CCYYMMDD2 and did blah blah blah."
files: claims/roles/foobarllc/CCYYMMDD1.md & claims/roles/all.json
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building jooby-project 1.2.4-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jooby-project --- | |
[INFO] org.jooby:jooby-project:pom:1.2.4-SNAPSHOT | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building jooby 1.2.4-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ |