Skip to content

Instantly share code, notes, and snippets.

View solars's full-sized avatar

Christoph Blank solars

View GitHub Profile
https://community.particle.io/t/issue-with-gy-bmp280-3-3-sensor/28985/10
A. auto payment + overdue
1. CPC -> ERP prepayment: tid: 1, amount: 500, status: open
2. daily sync
<14d, tid: 1 erp: pending -> cpc: open
>14d, tid: 1 erp: pending -> cpc: overdue
---
---
@charset "UTF-8";
@import "variables";
@import "bootstrap/bootstrap";
Conversion error: Jekyll::Converters::Scss encountered an error while converting 'css/main.scss':
Invalid US-ASCII character "\xE2" on line 104
This works:
<rdf:RDF
xmlns:rdf="http.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http.w3.org/2000/01/rdf-schema#"
xmlns:uni="http://uibk.ac.at/uni#">
<rdfs:Class rdf:about="uni#person">
</rdfs:Class>
<rdf:Property rdf:about="uni#firstname" >
<rdfs:domain rdf:resource="uni#person"/>
@solars
solars / callback.ts
Last active January 29, 2016 23:06
Demo: http://valor-software.github.io/ng2-file-upload/ I want to display the response together with a completed item.
// this overridden method yields the response when an item completes
export class SimpleDemo {
private uploader:FileUploader = new FileUploader({url: URL});
private hasBaseDropZoneOver:boolean = false;
private hasAnotherDropZoneOver:boolean = false;
constructor() {
this.uploader.onCompleteItem = (item: any, response: any, status: any, headers: any) => {
console.log(response, responsePath);// the url will be in the response
bewaesserung
http://www.elv.at/fs20-bodenfeuchte-sensor-fs20-bf-komplettbausatz.html
kaercher saugschlauch mit normalem anschluss?
links nach rechts:
lauch 10x (30cm reihenabstand, 5cm abstand, 15cm tief)
radischen 15x5
karotte 25x5
pfluecksalat 10+ 25x25
kohlrabi 25x25
sellerie 4x 40x40
blumenkohl 6+ 50x40
1x cucumus sativus mini brotzeitgurke
Bivy
http://zpacks.com/shelter/bivy.shtml
http://www.mountainlaureldesigns.com/shop/product_info.php?products_id=30
Emergency
http://www.adventuremedicalkits.com/survival/shelter/survive-outdoors-longer-emergency-bivvy.html
http://www.adventuremedicalkits.com/survival/shelter/survive-outdoors-longer-thermal-bivvy.html
http://www.adventuremedicalkits.com/survival/shelter/survive-outdoors-longer-escape-litetm-bivvy-1.html
http://www.adventuremedicalkits.com/survival/shelter/survive-outdoors-longer-escapetm-bivvy-1.html
At revision 11561
[workspace] $ /bin/bash --login -e /tmp/hudson8714719255784676091.sh
ruby-2.1.1 is not installed.
Searching for binary rubies, this might take some time.
No binary rubies available for: debian/6/i386/ruby-2.1.1.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for debian.
Installing requirements for debian.
Updating system.....................................................................................
Installing required packages: libncurses5-dev..............
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
How to let td 1 and 2 consume 50% and td 3 also 50% of the tables width?