My recipe for setting up Xmonad on Ubuntu GNU/Linux is here.
What is xmonad? Read this page to learn.
Some of these instructions were adapted from the Source Matters Blog. But I also depart from those instructions in certain ways.
# | |
# Automatically generated file; DO NOT EDIT. | |
# Buildroot 2017.02 Configuration | |
# | |
BR2_HAVE_DOT_CONFIG=y | |
BR2_HOST_GCC_AT_LEAST_4_5=y | |
BR2_HOST_GCC_AT_LEAST_4_6=y | |
BR2_HOST_GCC_AT_LEAST_4_7=y | |
BR2_HOST_GCC_AT_LEAST_4_8=y | |
BR2_HOST_GCC_AT_LEAST_4_9=y |
a1cb3bd501b74977a4ae12c0db67fc63 http://dapps.bridge.academy # |
Description Resource Path Location Type | |
AbstractText cannot be resolved to a type GraphElementIndicator.java /org.eclipse.elk.conn.graphiti/src/org/eclipse/elk/alg/graphiti line 67 Java Problem | |
AbstractText cannot be resolved to a type GraphElementIndicator.java /org.eclipse.elk.conn.graphiti/src/org/eclipse/elk/alg/graphiti line 68 Java Problem | |
AbstractText cannot be resolved to a type GraphElementIndicator.java /org.eclipse.elk.conn.graphiti/src/org/eclipse/elk/alg/graphiti line 68 Java Problem | |
AbstractText cannot be resolved to a type GraphElementIndicator.java /org.eclipse.elk.conn.graphiti/src/org/eclipse/elk/alg/graphiti line 81 Java Problem | |
AbstractText cannot be resolved to a type GraphElementIndicator.java /org.eclipse.elk.conn.graphiti/src/org/eclipse/elk/alg/graphiti line 82 Java Problem | |
AbstractText cannot be resolved to a type GraphElementIndicator.java /org.eclipse.elk.conn.graphiti/src/org/eclipse/elk/alg/graphiti line 82 Java Problem | |
Anchor cannot be resolved to a type GraphElementIndicator.ja |
const fs = require('fs') | |
const { exec } = require('child_process'); | |
const eachSeries = require('async/eachSeries'); | |
const x = fs.readFileSync('issues.tsv','utf8') | |
const arrs = x.split('\r\n').map(row => {const arr = row.split('\t'); const o = {priority: arr[0], date_reported: arr[1], reporter: arr[2], status: arr[3], description: arr[4], steps_to_reproduce: arr[5], screenshot: arr[6], dev_assigned: arr[7], dev_notes: arr[8], status: arr[9]}; return o}) | |
let i = 0; | |
eachSeries(arrs, (o, cb) => { |
<?xml version="1.0" encoding="UTF-8"?> | |
<scxml xmlns="http://www.w3.org/2005/07/scxml" name="device" datamodel="ecmascript" version="1.0"> | |
<state id="OK"> | |
<state id="on"> | |
<transition target="off" event="device.turnOff"/> | |
</state> | |
<state id="off"> | |
<transition target="on" event="device.turnOn"/> | |
</state> | |
<transition target="error" event="device.error"/> |
{"total_rows":7,"offset":0,"rows":[ | |
{"id":"1c02edda002e09edc6534046ea001e1a","key":"1c02edda002e09edc6534046ea001e1a","value":{"rev":"1-17b4c4a9c23189611f6ae842d48dba8c"},"doc":{"_id":"1c02edda002e09edc6534046ea001e1a","_rev":"1-17b4c4a9c23189611f6ae842d48dba8c","type":"sneezer-questionnaire","takeAllMedications":0,"noseCongested":3,"noseRunny":3,"eyesItching":3,"sneezing":3,"mucous":3,"symptomScore":15,"level":4,"timestamp":"2014-05-19T07:03:34.475Z","coords":{"latitude":44.26559999999999917,"longitude":-88.401700000000005275}}}, | |
{"id":"1c02edda002e09edc6534046ea002c87","key":"1c02edda002e09edc6534046ea002c87","value":{"rev":"1-b096567b57ad56a41ad3c6b64f299b3c"},"doc":{"_id":"1c02edda002e09edc6534046ea002c87","_rev":"1-b096567b57ad56a41ad3c6b64f299b3c","type":"sneezer-questionnaire","takeAllMedications":0,"noseCongested":1,"noseRunny":1,"eyesItching":1,"sneezing":2,"mucous":2,"symptomScore":7,"level":1.8666666666666666963,"timestamp":"2014-05-19T07:08:45.612Z","coords":{"latitude":44.26559999999999917,"longi |
Hello, Thanks for signing up for RescueTime. It seems you activated RescueTime through an optimized sign up using the address "[email protected]". You don't need to do anything else at this point, however you can access our site to view your reports and manage your account from any browser by completing your setup with a login. Simply set a password: RescueTime site login setup link: https://www.rescuetime.com/new_user_login/B63HMO1qxIKKGF5_Pqih62B50sT/B632c8DzH0XSNML6yOXwNpa0M0F If you do not need or are not interested in logging into the site, just delete this message. Thanks! The RescueTime Team |
This XML file does not appear to have any style information associated with it. The document tree is shown below. | |
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-ca"> | |
<!-- | |
This is a data file that is meant to be read by RSS readers or aggregators. | |
See http://www.ec.gc.ca/meteo-weather/default.asp?lang=En&n=11703207-1 to learn more about our RSS service. | |
--> | |
<title>Toronto - Weather - Environment Canada</title> | |
<link rel="related" href="http://www.weather.gc.ca/city/pages/on-143_metric_e.html" type="text/html"/> | |
<link rel="self" href="http://www.weather.gc.ca/rss/city/on-143_e.xml" type="application/atom+xml"/> |
My recipe for setting up Xmonad on Ubuntu GNU/Linux is here.
What is xmonad? Read this page to learn.
Some of these instructions were adapted from the Source Matters Blog. But I also depart from those instructions in certain ways.
find ./lib -type d \( -path ./lib/rhino -o -path ./lib/node -o -path ./lib/browser/build \) -prune -o -name '*.js' -print | xargs java -jar ~/Downloads/compiler.jar --formatting=PRETTY_PRINT --process_common_js_modules --common_js_entry_module=lib/scion.js --output_wrapper '(function (root, scion) { if (typeof define === "function" && define.amd) { define(o); } else { root.scion = scion(); } }(this, function () { %output% return module$lib$scion;}));' > dist/combined.js | |
java -jar ~/Downloads/compiler.jar --compilation_level ADVANCED_OPTIMIZATIONS dist/combined.js > dist/out.js |