This file contains hidden or 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
esphome: | |
name: herbgarden | |
comment: Indoor herbgarden sensing and controll. | |
platform: ESP32 | |
board: lolin_d32_pro | |
wifi: | |
ssid: "something" | |
password: "wonttellyou" | |
fast_connect: true |
This file contains hidden or 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
[ | |
{ | |
"name": "SofleKeyboard", | |
"author": "Josef Adamcik", | |
"switchMount": "cherry" | |
}, | |
[ | |
{ | |
"y": 0.2, | |
"x": 3, |
This file contains hidden or 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
package ch.olmero.jo.test | |
import android.content.Context | |
import android.view.View | |
import android.view.ViewGroup | |
import androidx.test.platform.app.InstrumentationRegistry | |
import androidx.test.rule.ActivityTestRule | |
import ch.olmero.jo.EmptyTestActivity | |
This file contains hidden or 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
[ | |
{ | |
"name": "SofleKeyboard", | |
"author": "Josef Adamcik", | |
"switchMount": "cherry" | |
}, | |
[ | |
{ | |
"y": 0.2, | |
"x": 3, |
This file contains hidden or 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
[ | |
{ | |
"name": "Lily58" | |
}, | |
[ | |
{ | |
"x": 3, | |
"c": "#e8e7e3", | |
"p": "CHICKLET", | |
"a": 7, |
This file contains hidden or 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
public class PPSimpleFastPointOverlayActivity extends SimpleFastPointOverlay { | |
private Bitmap mIcon; | |
public PPSimpleFastPointOverlayActivity(PointAdapter pointList, SimpleFastPointOverlayOptions style) { | |
super(pointList, style); | |
} | |
public PPSimpleFastPointOverlayActivity(PointAdapter pointList) { | |
super(pointList); | |
} | |
protected void drawPointAt(Canvas canvas, float x, float y, boolean showLabel, String label, Paint pointStyle, Paint textStyle){ |
This file contains hidden or 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
package cz.josefadamcik.compassexperiment; | |
import androidx.appcompat.app.AppCompatActivity; | |
import android.content.Context; | |
import android.hardware.Sensor; | |
import android.hardware.SensorEvent; | |
import android.hardware.SensorEventListener; | |
import android.hardware.SensorManager; | |
import android.os.Bundle; |
This file contains hidden or 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
new IScroll(".map-wrapper", { | |
//options | |
mouseWheel: false, | |
scrollbars: true, | |
scrollX: true, | |
scrollY: false, | |
eventPassthrough: true, | |
tap: true, | |
click:false | |
}); |
This file contains hidden or 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
Testovací<br> | |
<b>HTML</b> | |
<ul> | |
<li>odrazka</li> | |
</ul> | |
<a href="test">odkaz</a> a <i>kurziva</i> a <u>podtrzene</u> | |
<ol> | |
<li>cislovanay</li> | |
<li>seznam</li> | |
</ol> |
This file contains hidden or 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
<?php | |
//ftp deploy helper (git only) | |
$targetDir = "../webdeploy"; | |
//$lastDeploy = "bd777c31090f9e22aef12e61f7ba64c39f09f5d0"; | |
if (isset($argv[1])) { | |
$lastDeploy = $argv[1]; | |
} | |
$cfgWarning = array(); |
NewerOlder