Skip to content

Instantly share code, notes, and snippets.

View buggtb's full-sized avatar
🎯
Urgh..Why can't I set all my statuses in one place?

Tom Barber buggtb

🎯
Urgh..Why can't I set all my statuses in one place?
View GitHub Profile
bugg@tomsdevbox:~/Projects/charms$ juju kill-controller dev-lxd
WARNING! This command will destroy the "local.dev-lxd" controller.
This includes all machines, services, data and other resources.
Continue [y/N]? y
ERROR cannot obtain bootstrap information: Get https://10.0.3.1:8443/1.0/profiles: Unable to connect to: 10.0.3.1:8443
11:10 magicaltrout| it depends on how the project is structured already and how much resource people can put into
the graduation tasks
11:11 magicaltrout| I just got involved with Apache Joshua which is a translation engine, like Google translate etc
11:11 magicaltrout| quite interesting
11:12 magicaltrout| Milagro is developed by a bunch of the guys who used to work at Ecommera with me
11:12 magicaltrout| zeppelin should have graduated ages ago
11:12 magicaltrout| they suck at getting shit done
11:13 magicaltrout| Guacamole is cool because its not a data project
11:14 magicaltrout| Beam came from Google
<?xml version="1.0"?>
<Schema name="Phoenix" metamodelVersion="4.0">
<PhysicalSchema>
<Table name='TRANSACTIONS'>
<Key>
<Column name='AGENT_ID'/>
</Key>
</Table>
<Table name='AG_TER_PRO'/>
</PhysicalSchema>
<?xml version="1.0" encoding="UTF-8"?>
<Schema name="opendata" measuresCaption="Mjere">
<Dimension name="izvor" caption="PREMA IZVORIMA">
<Hierarchy hasAll="true" allMemberName="IZVORI" allLevelName="Sve" primaryKey="id" caption="IZVOR">
<Table name="proracun_izvori_flat"/>
<Level name="Skupina" caption="Skupina" column="level1_naziv" type="String" uniqueMembers="true"/>
<Level name="Podskupina" caption="Podskupina" column="level2_naziv" type="String" uniqueMembers="false"/>
{
version: '1.0',
defaultSchema: 'SALES',
schemas: [
{
name: 'SALES',
type: 'custom',
factory: 'org.apache.calcite.adapter.csv.CsvSchemaFactory',
operand: {
directory: 'sales'
var name = $(this.el).find("input[name='connname']").val();
var path = $(this.el).find("select[name='csvpath']").val();
var enabled = false;
if(schema.has.been.created){
var mondrianschema = $(this.el).find(".schemaselect").val();
enabled = true;
}
var c = "type=OLAP\n"+
"name="+name+"\n"+
"driver=mondrian.olap4j.MondrianOlap4jDriver\n"+
Manifest-Version: 1.0
Bnd-LastModified: 1460452654554
Build-Jdk: 1.7.0_67
Built-By: bugg
Bundle-Blueprint: OSGI-INF/blueprint/blueprint.xml
Bundle-ManifestVersion: 2
Bundle-Name: pentahoreporting-megabundle
Bundle-SymbolicName: pentahoreporting-megabundle;singleton:=true
Bundle-Version: 1.0.0.SNAPSHOT
Created-By: Apache Maven Bundle Plugin
WITH
SET [~ROWS] AS
Hierarchize({{[Time].[Years].Members}, {[Time].[Quarters].Members}, {[Time].[Months].Members}})
SELECT
NON EMPTY {[Measures].[Quantity]} ON COLUMNS,
NON EMPTY [~ROWS] ON ROWS
FROM [SteelWheelsSales]
WITH
SET [~ROWS_combined_combined.combined] AS
Hierarchize({{[combined].[loc].Members}, {[combined].[pct].Members}})
SET [~ROWS_othercombined_othercombined.otherhierarchy] AS
{[othercombined.otherhierarchy].[ref2].Members}
MEMBER [Measures].[test] as '(([Measures].[count_consultations], [combined].[All combineds], [ccg.H0].[All ccg.H0s]))/(([Measures].[count_consultations], [combined].[All combineds], [othercombined.otherhierarchy].[All othercombined.otherhierarchys]))'
MEMBER [Measures].[other1] as '(([Measures].[count_consultations], [combined].[All combineds], [ccg.H0].[All ccg.H0s]))'
MEMBER [Measures].[other] as '(([Measures].[count_consultations], [combined].[All combineds], [othercombined.otherhierarchy].[All othercombined.otherhierarchys]))'
SELECT
NON EMPTY {[Measures].[count_consultations],[Measures].[test], [Measures].[other1], [Measures].[other]} ON COLUMNS,
Manifest-Version: 1.0
Bnd-LastModified: 1461143570958
Bundle-ManifestVersion: 2
Bundle-Name: core
Bundle-SymbolicName: core
Bundle-Version: 0
Created-By: 1.8.0_03-Ubuntu (Oracle Corporation)
Export-Package: org.pentaho.reporting.engine.classic.core;uses:="javax.s
wing.table,org.pentaho.reporting.engine.classic.core.event,org.pentaho.
reporting.engine.classic.core.filter,org.pentaho.reporting.engine.class