Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@stiivik
stiivik / config
Created April 10, 2018 05:13
HEVO Marlin 1.1 configuration
/**
* Marlin 3D Printer Firmware
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
@stiivik
stiivik / activity_main.xml
Created February 6, 2018 19:42
Project 1 - HelloAndroid
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<ImageView
android:id="@+id/sign"
android:layout_width="500dp"
android:layout_height="200dp"
@stiivik
stiivik / MainActivity.java
Created February 6, 2018 17:02
Football score keeper app
package com.example.android.scorekeeper;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import com.example.android.scorekeeper.R;
public class MainActivity extends AppCompatActivity {
@stiivik
stiivik / DisplayMessageAcitivity.java
Last active February 6, 2018 20:21
Udacity - Android Basics final project (quiz app)
package com.example.android.myestonia;
import android.content.Context;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.view.WindowManager;
import android.widget.CheckBox;
import android.widget.EditText;
import android.widget.RadioButton;