This file contains 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
# Used to graph results from autobench | |
# | |
# Usage: ruby autobench_grapher.rb result_from_autobench.tsv | |
# | |
# This will generate three svg & png graphs | |
require "rubygems" | |
require "scruffy" | |
require 'csv' | |
require 'yaml' |
This file contains 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
source "https://rubygems.org" | |
gem 'liquid' | |
gem 'RedCloth' |
This file contains 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
import React from "react"; | |
import { Text, TouchableOpacity } from "react-native"; | |
import { useSignUp } from "@clerk/clerk-expo"; | |
import { log } from "./logger"; | |
import { styles } from "./Styles"; | |
import * as AuthSession from "expo-auth-session"; | |
function SignUpWithOauth() { | |
const { signUp, setSession, isLoaded } = useSignUp(); |
This file contains 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
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Federico Dayan", | |
"label": "Senior Software Engineer", | |
"url": "https://www.github.com/fddayan", | |
"summary": "Senior Software Engineer with more than 19 years of global experience leading and supporting the design, development, testing, and launch of front-end and full-stack software solutions for web, cloud-based, and mobile platforms. Coordinates software-focused projects using Agile Methodologies to develop and support innovative applications. Expert in translating business requirements into emergent technology solutions. Has extensive experience as a remotely located, telecommuting Software Developer, with strong skills in effectively communicating project statuses and development progress.", | |
"profiles": [ | |
{ | |
"network": "LinkedIn", |