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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import tkinter | |
from tkinter import messagebox | |
import platform | |
import os | |
import subprocess | |
import sys | |
import datetime | |
import sqlite3 | |
from os.path import expanduser |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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"): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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: ![](coverage-percentage.svg?raw=true&sanitize=true)% | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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] ------------------------------------------------------------------------ |
NewerOlder