Skip to content

Instantly share code, notes, and snippets.

View ttffdd's full-sized avatar
:octocat:
"'><SVG/onload=alert`1`>

ttffdd ttffdd

:octocat:
"'><SVG/onload=alert`1`>
View GitHub Profile
> Dear ${user.first_name},
Dear sample01

> Dear ${user.password}
FreeMarket template error: the following has evaluated to null or missing...

Q: Is it safe to allow users to upload templates if they are untrusted?

@ttffdd
ttffdd / JS-fitness-#24:-breathers.markdown
Created January 29, 2015 14:24
JS fitness #24: breathers

JS fitness #24: breathers

Little canvas demo, no library, very little code.

Visual inspiration:

gif

From Bees & Bombs.

package com.devcolibri.mavenjavafxapp;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
public class MainApp extends Application {
@ttffdd
ttffdd / sample.fxml
Created October 21, 2013 19:38
SentAnalize_Rubin
<?import javafx.geometry.Insets?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<GridPane fx:controller="sample.Controller"
xmlns:fx="http://javafx.com/fxml" alignment="center" hgap="10" vgap="10">
</GridPane>