Skip to content

Instantly share code, notes, and snippets.

View deniscostadsc's full-sized avatar
🏴‍☠️

Denis Costa deniscostadsc

🏴‍☠️
View GitHub Profile
@deniscostadsc
deniscostadsc / interview.sql
Last active August 25, 2022 17:47 — forked from anarute/interview.sql
SQL challenge
-- Schema and data
create table candidates (
id int not null,
name varchar,
email varchar,
created_at timestamptz,
updated_at timestamptz
);

Keybase proof

I hereby claim:

  • I am deniscostadsc on github.
  • I am deniscostadsc (https://keybase.io/deniscostadsc) on keybase.
  • I have a public key ASDuHiEeVsU0XykOeYRh_pfVReTx9rUUJLB7ULUJndRdBgo

To claim this, I am signing this object:

package javafxexemploslayout;
import javafx.application.Application;
import javafx.geometry.Insets;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.layout.BorderPane;
import javafx.scene.layout.HBox;
import javafx.stage.Stage;
package formatandotexto;
import javafx.application.Application;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.scene.Group;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.effect.DropShadow;
import javafx.scene.effect.Reflection;
import java.util.Random;
import javafx.application.Application;
import javafx.scene.Group;
import javafx.scene.Scene;
import javafx.scene.paint.Color;
import javafx.scene.text.Text;
import javafx.stage.Stage;
public class DesenhandoTexto extends Application {
# urls.py
urlpatterns = patterns('',
url(r'^tipo/(\d+)$', BookListView.as_view(), name='listagem'),
)
# template.html
<a href="/add?tipo={{ view.args.0 }}"></a>
/*
* Copyright (c) 2010 Tobias Schneider
* This script is freely distributable under the terms of the MIT license.
*/
(function(){
var UPC_SET = {
"3211": '0',
"2221": '1',
"2122": '2',
@deniscostadsc
deniscostadsc / robot.js
Created December 3, 2012 23:35
deniscostadsc
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.turn(100);