Skip to content

Instantly share code, notes, and snippets.

View yamadapc's full-sized avatar
🎼

Pedro Tacla Yamada yamadapc

🎼
View GitHub Profile
name school_group__school__long_name school_group__long_name theme__theme_id__title start_datetime__date start_datetime__time end_datetime__date end_datetime__time timer manual_review letrus_help visible
3ª Redação EE Manoel Ferraz PUB17 1º EM turma A ENEM 2012 28/03/2017 00:00:00 30/03/2017 00:00:00 sim não sim
3ª Redação EE Manoel Ferraz PUB17 1º EM turma A ENEM 2013 28/03/2017 00:00:00 30/03/2017 00:00:00 sim não sim
3ª Redação EE Manoel Ferraz PUB17 1º EM turma A ENEM 2014 28/03/2017 00:00:00 30/03/2017 00:00:00 sim não sim
% Generated by jats2tex@0.11.0.0
\documentclass[numberinsection,times,10pt,spreadimages]{memoir}
% jats2tex requirements
\usepackage[T1]{fontenc}
%\usepackage{amstext}
\usepackage{authblk}
%\usepackage{unicode-math}
\usepackage{multirow}
\usepackage{graphicx}
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url> <loc>https://paom.com/</loc> </url>
<url> <loc>https://paom.com/zine</loc> </url>
<url> <loc>https://paom.com/cart</loc> </url>
<url> <loc>https://paom.com/catalog</loc> </url>
<url> <loc>https://paom.com/collabs</loc> </url>
<url> <loc>https://paom.com/search</loc> </url>
<url> <loc>https://paom.com/login</loc> </url>
<url> <loc>https://paom.com/signup</loc> </url>
(defun here () )

hscaffold

Very simple file/directory structure scaffolding writer monad EDSL

runHscaffold "." $ do
    file "./.gitignore" (Text.unlines [ ".stack-work"
                                      , "stuff"
                                      , "here"
                                      ])
    directory "./src" $ do
 file "./Main.hs" "main = putStrLn \"Hello World\""
// 15 august 2015
#import "uipriv_darwin.h"
#import "MapKit/MapKit.h"
struct uiMapview {
uiDarwinControl c;
MKMapView *mapview;
};
import Control.Arrow ((>>>))
import Language.Haskell.Exts
import System.Environment
import Text.Show.Pretty (ppShow)
headMaybe (x:_) = Just x
headMaybe _ = Nothing
main = do
(a:_) <- getArgs
import std.stdio;
import std.concurrency;
import core.thread;
void spawnedFunc(Tid ownerTid)
{
// Receive a message from the owner thread.
while (!receiveTimeout(1.dur!"seconds",
(int i) {
writeln("Received the number ", i);
@yamadapc
yamadapc / # qt5 - 2016-05-09_17-42-03.txt
Created May 9, 2016 21:07
qt5 on Mac OS X 10.11.4 - Homebrew build logs
Homebrew build logs for qt5 on Mac OS X 10.11.4
Build date: 2016-05-09 17:42:03
.bordered-component-root div {
box-shadow: inset 0 0 0 1px yellow;
}