(defun here () )
This file contains hidden or 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
use std::marker::PhantomData; | |
use bitflags::Flags; | |
use rkyv::rancor::Fallible; | |
use rkyv::rend::u16_le; | |
use rkyv::with::{ArchiveWith, DeserializeWith, SerializeWith}; | |
use rkyv::{Archive, Serialize}; | |
/// Implements bitflags archival using rkyv | |
/// |
This file contains hidden or 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
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 |
This file contains hidden or 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
% Generated by [email protected] | |
\documentclass[numberinsection,times,10pt,spreadimages]{memoir} | |
% jats2tex requirements | |
\usepackage[T1]{fontenc} | |
%\usepackage{amstext} | |
\usepackage{authblk} | |
%\usepackage{unicode-math} | |
\usepackage{multirow} | |
\usepackage{graphicx} |
This file contains hidden or 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
<?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> |
This file contains hidden or 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
// 15 august 2015 | |
#import "uipriv_darwin.h" | |
#import "MapKit/MapKit.h" | |
struct uiMapview { | |
uiDarwinControl c; | |
MKMapView *mapview; | |
}; |
This file contains hidden or 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 Control.Arrow ((>>>)) | |
import Language.Haskell.Exts | |
import System.Environment | |
import Text.Show.Pretty (ppShow) | |
headMaybe (x:_) = Just x | |
headMaybe _ = Nothing | |
main = do | |
(a:_) <- getArgs |
This file contains hidden or 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 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); |
This file contains hidden or 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
Homebrew build logs for qt5 on Mac OS X 10.11.4 | |
Build date: 2016-05-09 17:42:03 |
NewerOlder