Skip to content

Instantly share code, notes, and snippets.

View SageStarCodes's full-sized avatar

Sage Star SageStarCodes

  • Slovakia
View GitHub Profile
@SageStarCodes
SageStarCodes / Uloha2.java
Last active January 19, 2016 16:05
Pridal som private na premenné a package
package ulohy;
import java.util.Scanner;
public class Uloha2 {
private static float[][] pole = new float[5][5];
private static float[][] pole2 = new float[5][5];
private static Scanner sc = new Scanner(System.in); //nevsimat si, iba pre Javu, konvertuje byte InputStream na Scanner, ktorý môže byť čokolvek
package net.d3add3d.d3utils;
/**
*
* This is simple smoothing buffer I created for working with audio in Processing but it can be used for anything.
*
* @author D3add3d
*
*/

Keybase proof

I hereby claim:

  • I am d3add3d on github.
  • I am d3add3d (https://keybase.io/d3add3d) on keybase.
  • I have a public key ASBuH70EAEtUziVMR51hzmkl5Ba-iOgYKN4Egsfr64XKrgo

To claim this, I am signing this object:

220 raspberrypi FTP server (Version 6.4/OpenBSD/Linux-ftpd-0.17) ready.
-> USER root
331 Password required for root.
-> PASS *HIDDEN*
530 Login incorrect.
Unable to connect
Disconnected
220 (vsFTPd 2.3.5)
-> USER root
const int redPin = 11;
const int greenPin = 10;
const int bluePin = 9;
void setup() {
// Start off with the LED off.
setColourRgb(0,0,0);
}
void loop() {
@SageStarCodes
SageStarCodes / fml-server-latest.log
Created March 23, 2015 13:51
fml-server-latest.log
[14:43:41] [Server thread/DEBUG] [FML/]: The world 2466252c (world) may have leaked: seen 5085 times.
[14:43:41] [Server thread/DEBUG] [FML/]: The world 6768a9a0 (world) may have leaked: seen 5085 times.
[14:43:41] [Server thread/DEBUG] [FML/]: The world 1b73fcc1 (world) may have leaked: seen 5085 times.
[14:43:41] [Server thread/DEBUG] [FML/]: The world 71822fcd (world) may have leaked: seen 5085 times.
[14:43:41] [Server thread/DEBUG] [FML/]: The world 7c76c6db (world) may have leaked: seen 5085 times.
@SageStarCodes
SageStarCodes / Console log
Created March 23, 2015 13:48
Console log
Translated conversation is put after comment indicator //
[14:43:44] [Thread-28/INFO]: [NeoRazorX] to sem jeste jenom polozil recept //I just placed the recipe
[14:43:52] [Thread-28/INFO]: [NeoRazorX] zavrel GUI // closed the GUI
[14:44:00] [Thread-28/INFO]: [NeoRazorX] a ted oteviram zas GUI od Arcane worktable // opened the GUI
[14:44:06] [Thread-28/INFO]: [NeoRazorX] a ted jdu craftit // I'm going to craft it
[14:44:34] [Thread-28/INFO]: [NeoRazorX] ten to kouslo asi // It probably lagged now
[14:44:43] [Thread-28/INFO]: [NeoRazorX] D3add3d
[14:44:43] [Server thread/INFO]: D3add3d lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
[14:44:43] [Server thread/INFO]: §c[OP] §rD3add3d left the game
@SageStarCodes
SageStarCodes / log
Created March 11, 2014 19:02
Crash log...
This file has been truncated, but you can view the full file.
2014-03-11 19:59:27 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
2014-03-11 19:59:27 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.7.0_45, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7
2014-03-11 19:59:27 [FINE] [ForgeModLoader] Java classpath at launch is C:\Users\D3add3d\Desktop\ATLauncher\ATLauncher.jar;C:\Users\D3add3d\Desktop\ATLauncher\Instances\KingForgedev\jarmods\forge-1.6.4-9.11.1.965-universal.jar;C:\Users\D3add3d\Desktop\ATLauncher\Instances\KingForgedev\bin\launchwrapper-1.8.jar;C:\Users\D3add3d\Desktop\ATLauncher\Instances\KingForgedev\bin\asm-all-4.1.jar;C:\Users\D3add3d\Desktop\ATLauncher\Instances\KingForgedev\bin\scala-library-2.10.2.jar;C:\Users\D3add3d\Desktop\ATLauncher\Instances\KingForgedev\bin\scala-compiler-2.10.2.jar;C:\Users\D3add3d\Desktop\ATLauncher\Instances\KingForgedev\bin\lzma-0.0.1.jar;C:\Users\D3add3d\Desktop\ATLauncher\Instances\KingForgedev\bin\jopt-simple-4.5.jar;C:\Users\D
@SageStarCodes
SageStarCodes / getinput
Created September 28, 2013 19:06
takto ziskas input...
function input()
local e,side,x,y = os.pullEvent("monitor_touch")
result = master.checkxy(x,y)
if not result == nil then
term.restore()
print("result: "..result)
term.redirect(mon)
else
term.restore()