SQLite format 3 @ ) 2 2 N ) - 2=- V
##stablefieldModelsfieldModelsCREATE TABLE "fieldModels" (
id INTEGER NOT NULL,
ordinal INTEGER NOT NULL,
"modelId" INTEGER NOT NULL,
name TEXT NOT NULL,
description TEXT NOT NULL,
features TEXT NOT NULL,
required BOOLEAN NOT NULL,
"unique" BOOLEAN NOT NULL,
numeric BOOLEAN NOT NULL,
"quizFontFamily" TEXT,
"quizFontSize" INTEGER,
"quizFontColour" VARCHAR(7),
"editFontFamily" TEXT,
"editFontSize" INTEGER,
PRIMARY KEY (id),
CHECK (numeric IN (0, 1)),
CHECK (required IN (0, 1)),
CHECK ("unique" IN (0, 1)),
FOREIGN KEY("modelId") REFERENCES models (id)
)4 '''tablemodelsDeletedmodelsDeleted
CREATE TABLE "modelsDeleted" (
"modelId" INTEGER NOT NULL,
"deletedTime" FLOAT NOT NULL,
FOREIGN KEY("modelId") REFERENCES models (id)
)r7tabledeckVarsdeckVarsCREATE TABLE "deckVars" (
"key" TEXT NOT NULL,
value TEXT,
PRIMARY KEY ("key")
)/C indexsqlite_autoindex_deckVars_1deckVars {tablestatsstatsCREATE TABLE stats (
id INTEGER NOT NULL,
type INTEGER NOT NULL,
day DATE NOT NULL,
reps INTEGER NOT NULL,
"averageTime" FLOAT NOT NULL,
"reviewTime" FLOAT NOT NULL,
"distractedTime" FLOAT NOT NULL,
"distractedReps" INTEGER NOT NULL,
"newEase0" INTEGER NOT NULL,
"newEase1" INTEGER NOT NULL,
"newEase2" INTEGER NOT NULL,
"newEase3" INTEGER NOT NULL,
"newEase4" INTEGER NOT NULL,
"youngEase0" INTEGER NOT NULL,
"youngEase1" INTEGER NOT NULL,
"youngEase2" INTEGER NOT NULL,
"youngEase3" INTEGER NOT NULL,
"youngEase4" INTEGER NOT NULL,
"matureEase0" INTEGER NOT NULL,
"matureEase1" INTEGER NOT NULL,
"matureEase2" INTEGER NOT NULL,
"matureEase3" INTEGER NOT NULL,
"matureEase4" INTEGER NOT NULL,
PRIMARY KEY (id)
)]tablemodelsmodelsCREATE TABLE models (
id INTEGER NOT NULL,
"deckId" INTEGER,
created FLOAT NOT NULL,
modified FLOAT NOT NULL,
tags TEXT NOT NULL,
name TEXT NOT NULL,
description TEXT NOT NULL,
features TEXT NOT NULL,
spacing FLOAT NOT NULL,
"initialSpacing" FLOAT NOT NULL,
source INTEGER NOT NULL,
PRIMARY KEY (id)
)`tablemediamediaCREATE TABLE media (
id INTEGER NOT NULL,
filename TEXT NOT NULL,
size INTEGER NOT NULL,
created FLOAT NOT NULL,
"originalPath" TEXT NOT NULL,
description TEXT NOT NULL,
PRIMARY KEY (id)
)JktablesourcessourcesCREATE TABLE sources (
id INTEGER NOT NULL,
name TEXT NOT NULL,
created FLOAT NOT NULL,
"lastSync" FLOAT NOT NULL,
"syncPeriod" INTEGER NOT NULL,
PRIMARY KEY (id)
);''5tablereviewHistoryreviewHistoryCREATE TABLE "reviewHistory" (
"cardId" INTEGER NOT NULL,
time FLOAT NOT NULL,
"lastInterval" FLOAT NOT NULL,
"nextInterval" FLOAT NOT NULL,
ease INTEGER NOT NULL,
delay FLOAT NOT NULL,
"lastFactor" FLOAT NOT NULL,
"nextFactor" FLOAT NOT NULL,
reps FLOAT NOT NULL,
"thinkingTime" FLOAT NOT NULL,
"yesCount" FLOAT NOT NULL,
"noCount" FLOAT NOT NULL,
PRIMARY KEY ("cardId", time)
)9M' indexsqlite_autoindex_reviewHistory_1rev
/Ғ
AӔJAӔJBasicBasic?<
" !2011-08-23" !2011-08-22" !2011-08-22
j uYt hEhexCache{"-4663317770436099700": "bf489131f263c18c", "-1103657671604321908": "f0af0531f263c18c", "-8418097202733006452": "8b2ce931f263c18c", "-5481508353129332339": "b3edc531f263c18d", "-1858039196491202163": "e636eb31f263c18d"}(
EcssCache.fm8b2ce931f263c18c {font-family:"Arial";font-size:20px;white-space:pre-wrap;}
.fmf0af0531f263c18c {font-family:"Arial";font-size:20px;white-space:pre-wrap;}
#cmqb3edc531f263c18d {text-align:center;}
#cmqe636eb31f263c18d {text-align:center;}
#cmab3edc531f263c18d {text-align:center;}
#cmae636eb31f263c18d {text-align:center;}
.cmbb3edc531f263c18d {background:#FFFFFF;}
.cmbe636eb31f263c18d {background:#FFFFFF;}
pageSize4096
hexCa'
mediaLocation!revSpacing0.1)latexPost\end{document}>
qlatexPre\documentclass[12pt]{article}
\special{papersize=3in,5in}
\usepackage[utf8]{inputenc}
\usepackage{amssymb,amsmath}
\pagestyle{empty}
\setlength{\parindent}{0in}
\begin{document}
mediaURL!newSpacing60#
revInactive#
newInactive
revActive
newActive
perDay1!leechFails16)suspendLeeches1
+wiYJ8 'mediaLocationpageSize) suspendLeeches!revSpacing#revInactive
revActive
perDay!newSpacing#newInactive
newActivemediaURL !leechFailslatexPre
latexPosthexCachecssCache
#ӏ
H1cBackArial1$˝
H1cFrontArial1
" " eݳ
H1cForward%(Front)s%(Back)sArial#000000Arial#000000Arial#FFFFFFeӏ
H1cReverse%(Back)s%(Front)sArial#000000Arial#000000Arial#FFFFFF
1 1* :K
V
;''5tablereviewHistoryreviewHistoryCREATE TABLE "reviewHistory" (
"cardId" INTEGER NOT NULL,
time FLOAT NOT NULL,
"lastInterval" FLOAT NOT NULL,
"nextInterval" FLOAT NOT NULL,
ease INTEGER NOT NULL,
delay FLOAT NOT NULL,
"lastFactor" FLOAT NOT NULL,
"nextFactor" FLOAT NOT NULL,
reps FLOAT NOT NULL,
"thinkingTime" FLOAT NOT NULL,
"yesCount" FLOAT NOT NULL,
"noCount" FLOAT NOT NULL,
PRIMARY KEY ("cardId", time)
)9M' indexsqlite_autoindex_reviewHistory_1reviewHistoryJktablesourcessourcesCREATE TABLE sources (
id INTEGER NOT NULL,
name TEXT NOT NULL,
created FLOAT NOT NULL,
"lastSync" FLOAT NOT NULL,
"syncPeriod" INTEGER NOT NULL,
PRIMARY KEY (id)
)`tablemediamediaCREATE TABLE media (
id INTEGER NOT NULL,
filename TEXT NOT NULL,
size INTEGER NOT NULL,
created FLOAT NOT NULL,
"originalPath" TEXT NOT NULL,
description TEXT NOT NULL,
PRIMARY KEY (id)
)]tablemodelsmodelsCREATE TABLE models (
id INTEGER NOT NULL,
"deckId" INTEGER,
created FLOAT NOT NULL,
modified FLOAT NOT NULL,
tags TEXT NOT NULL,
name TEXT NOT NULL,
description TEXT NOT NULL,
features TEXT NOT NULL,
spacing FLOAT NOT NULL,
"initialSpacing" FLOAT NOT NULL,
source INTEGER NOT NULL,
PRIMARY KEY (id)
){tablestatsstatsCREATE TABLE stats (
id INTEGER NOT NULL,
type INTEGER NOT NULL,
day DATE NOT NULL,
reps INTEGER NOT NULL,
"averageTime" FLOAT NOT NULL,
"reviewTime" FLOAT NOT NULL,
"distractedTime" FLOAT NOT NULL,
"distractedReps" INTEGER NOT NULL,
"newEase0" INTEGER NOT NULL,
"newEase1" INTEGER NOT NULL,
"newEase2" INTEGER NOT NULL,
"newEase3" INTEGER NOT NULL,
"newEase4" INTEGER NOT NULL,
"youngEase0" INTEGER NOT NULL,
"youngEase1" INTEGER NOT NULL,
"youngEase2" INTEGER NOT NULL,
"youngEase3" INTEGER NOT NULL,
"youngEase4" INTEGER NOT NULL,
"matureEase0" INTEGER NOT NULL,
"matureEase1" INTEGER NOT NULL,
"matureEase2" INTEGER NOT NULL,
"matureEase3" INTEGER NOT NULL,
"matureEase4" INTEGER NOT NULL,
PRIMARY KEY (id)
)r7tabledeckVarsdeckVarsCREATE TABLE "deckVars" (
"key" TEXT NOT NULL,
value TEXT,
PRIMARY KEY ("key")
)/C indexsqlite_autoindex_deckVars_1deckVars 4 '''tablemodelsDeletedmodelsDeleted
CREATE TABLE "modelsDeleted" (
"modelId" INTEGER NOT NULL,
"deletedTime" FLOAT NOT NULL,
FOREIGN KEY("modelId") REFERENCES models (id)
)V
##stablefieldModelsfieldModelsCREATE TABLE "fieldModels" (
id INTEGER NOT NULL,
ordinal INTEGER NOT NULL,
"modelId" INTEGER NOT NULL,
name TEXT NOT NULL,
description TEXT NOT NULL,
features TEXT NOT NULL,
required BOOLEAN NOT NULL,
"unique" BOOLEAN NOT NULL,
numeric BOOLEAN NOT NULL,
"quizFontFamily" TEXT,
"quizFontSize" INTEGER,
"quizFontColour" VARCHAR(7),
"editFontFamily" TEXT,
"editFontSize" INTEGER,
PRIMARY KEY (id),
CHECK (numeric IN (0, 1)),
CHECK (required IN (0, 1)),
CHECK ("unique" IN (0, 1)),
FOREIGN KEY("modelId") REFERENCES models (id)
)
!!tablecardModelscardModelsCREATE TABLE "cardModels" (
id INTEGER NOT NULL,
ordinal INTEGER NOT NULL,
"modelId" INTEGER NOT NULL,
name TEXT NOT NULL,
description TEXT NOT NULL,
active BOOLEAN NOT NULL,
qformat TEXT NOT NULL,
aformat TEXT NOT NULL,
lformat TEXT,
qedformat TEXT,
aedformat TEXT,
"questionInAnswer" BOOLEAN NOT NULL,
"questionFontFamily" TEXT,
"questionFontSize" INTEGER,
"questionFontColour" VARCHAR(7),
"questionAlign" INTEGER,
"answerFontFamily" TEXT,
"answerFontSize" INTEGER,
"answerFontColour" VARCHAR(7),
"answerAlign" INTEGER,
"lastFontFamily" TEXT,
"lastFontSize" INTEGER,
"lastFontColour" VARCHAR(7),
"editQuestionFontFamily" TEXT,
"editQuestionFontSize" INTEGER,
"editAnswerFontFamily" TEXT,
"editAnswerFontSize" INTEGER,
"allowEmptyAnswer" BOOLEAN NOT NULL,
"typeAnswer" TEXT NOT NULL,
PRIMARY KEY (id),
CHECK ("questionInAnswer" IN (0, 1)),
CHECK ("allowEmptyAnswer" IN (0, 1)),
CHECK (active IN (0, 1)),
FOREIGN KEY("modelId") REFERENCES models (id)
)&+tablefactsfactsCREATE TABLE facts (
id INTEGER NOT NULL,
"modelId" INTEGER NOT NULL,
created FLOAT NOT NULL,
modified FLOAT NOT NULL,
tags TEXT NOT NULL,
"spaceUntil" TEXT NOT NULL,
"lastCardId" INTEGER,
PRIMARY KEY (id),
FOREIGN KEY("modelId") REFERENCES models (id)
)q
AtabledecksdecksCREATE TABLE decks (
id INTEGER NOT NULL,
created FLOAT NOT NULL,
modified FLOAT NOT NULL,
description TEXT NOT NULL,
version INTEGER NOT NULL,
"currentModelId" INTEGER,
"syncName" TEXT,
"lastSync" FLOAT NOT NULL,
"hardIntervalMin" FLOAT NOT NULL,
"hardIntervalMax" FLOAT NOT NULL,
"midIntervalMin" FLOAT NOT NULL,
"midIntervalMax" FLOAT NOT NULL,
"easyIntervalMin" FLOAT NOT NULL,
"easyIntervalMax" FLOAT NOT NULL,
delay0 INTEGER NOT NULL,
delay1 INTEGER NOT NULL,
delay2 FLOAT NOT NULL,
"collapseTime" INTEGER NOT NULL,
"highPriority" TEXT NOT NULL,
"medPriority" TEXT NOT NULL,
"lowPriority" TEXT NOT NULL,
suspended TEXT NOT NULL,
"newCardOrder" INTEGER NOT NULL,
"newCardSpacing" INTEGER NOT NULL,
"failedCardMax" INTEGER NOT NULL,
"newCardsPerDay" INTEGER NOT NULL,
"sessionRepLimit" INTEGER NOT NULL,
"sessionTimeLimit" INTEGER NOT NULL,
"utcOffset" FLOAT NOT NULL,
"cardCount" INTEGER NOT NULL,
"factCount" INTEGER NOT NULL,
"failedNowCount" INTEGER NOT NULL,
"failedSoonCount" INTEGER NOT NULL,
"revCount" INTEGER NOT NULL,
"newCount" INTEGER NOT NULL,
"revCardOrder" INTEGER NOT NULL,
PRIMARY KEY (id),
FOREIGN KEY("currentModelId") REFERENCES models (id)
)5ItablecardscardsCREATE TABLE cards (
id INTEGER NOT NULL,
"factId" INTEGER NOT NULL,
"cardModelId" INTEGER NOT NULL,
created FLOAT NOT NULL,
modified FLOAT NOT NULL,
tags TEXT NOT NULL,
ordinal INTEGER NOT NULL,
question TEXT NOT NULL,
answer TEXT NOT NULL,
priority INTEGER NOT NULL,
interval FLOAT NOT NULL,
"lastInterval" FLOAT NOT NULL,
due FLOAT NOT NULL,
"lastDue" FLOAT NOT NULL,
factor FLOAT NOT NULL,
"lastFactor" FLOAT NOT NULL,
"firstAnswered" FLOAT NOT NULL,
reps INTEGER NOT NULL,
successive INTEGER NOT NULL,
"averageTime" FLOAT NOT NULL,
"reviewTime" FLOAT NOT NULL,
"youngEase0" INTEGER NOT NULL,
"youngEase1" INTEGER NOT NULL,
"youngEase2" INTEGER NOT NULL,
"youngEase3" INTEGER NOT NULL,
"youngEase4" INTEGER NOT NULL,
"matureEase0" INTEGER NOT NULL,
"matureEase1" INTEGER NOT NULL,
"matureEase2" INTEGER NOT NULL,
"matureEase3" INTEGER NOT NULL,
"matureEase4" INTEGER NOT NULL,
"yesCount" INTEGER NOT NULL,
"noCount" INTEGER NOT NULL,
"spaceUntil" FLOAT NOT NULL,
"relativeDelay" FLOAT NOT NULL,
"isDue" BOOLEAN NOT NULL,
type INTEGER NOT NULL,
"combinedDue" INTEGER NOT NULL,
PRIMARY KEY (id),
FOREIGN KEY("cardModelId") REFERENCES "cardModels" (id),
CHECK ("isDue" IN (0, 1)),
FOREIGN KEY("factId") REFERENCES facts (id)
)
2p
x
Q
s
U V | 7ӏɿ
; H1cAӔTqAӔT:un hermano one brother\ҷ
H1cAӔg#=2AӔg#$¿Cuántos años tiene tu hermano? How old is your brother?Dڳ
U H1cAӔ7AӔDMis hermanos My brothers and sisters=ӏҋ
G H1cAӔa zAӔavsus hermanas his/her sisters;q
C H1cAӔUb
AӔUcsu hermano his/her brotherLE
e H1cAӔXkAӔXasus hermanos his/her brothers (and sisters):˳ʠ
A H1cAӔ!bAӔ!cvdos hermanos two brothers[ӏx
H1cAӔ7nAӔ7¿Cómo se llama tu hermano? What’s your brother called?Wӏ
{ H1cAӔBAӔ¿Tienes hermanos? Do you have any brothers or sisters?PړΌ
m H1cAӔ@AӔ@Mi hermana se llama … My sister is called …Yۄͤ
H1cAӔ;YAӔ;Z¿Cómo se llama tu hermana? What’s your sister called?5
7 H1cAӔ AӔ82Tengo … I have …Qu
o H1cAӔ>ApHAӔ>AMi hermano se llama … My brother is called …:ѓѪ
A H1cAӔ^EAӔ^Isu hermana his/her sister.ӏȵM
) H1cAӔ6AӔtener to have<ӏ
E H1cAӔ'uAӔ'tres hermanas three sisters9ɗ
? H1cAӔzAӔJTiene … He/She has …\˪
H1cAӔ+AӔ+qNo tengo hermanos. I don’t have any brothers or sisters.O̝;
k H1cAӔ21AӔ2DSoy hija única. I’m an only child. (female)7ӏ#
; H1cAӔAӔeuna hermana one sisterT߅ЊJ
u H1cAӔQAӔQ[-Mis hermanas se llaman … My sisters are called …JʍӋ
a H1cAӔiZAӔiTiene nueve años. He’s nine years old.d1
H1cAӔNyAӔNz*(Mis hermanos se llaman … My brothers (and sisters) are called …mӏζ
% H1cAӔI#AӔI¿Cómo se llaman tus hermanos? What are your brothers (and sisters) called?Mb
g H1cAӔ._AӔ.Soy hijo único. I’m an only child. (male)
Y Y $%
M -%#
AӔ=GAӔiؔ}AH1c64528356a9de3a89c2ae476fa72d3576AӔ-ѳ? XPriorityVeryHighPriorityHighPriorityLowX8@ 1Xz
xߓY)
9l!1f61cAӔ;YAӔ;ZF¿Cómo se llama tu hermana?
What’s your sister called?AӔ;Y@ @ AӔ;YsӏU)
1h
J61cAӔQAӔQMis hermanas se llaman …
My sisters are called …AӔQ@ @ AӔQłӏ)
#51g661cAӔI#AӔI¿Cómo se llaman tus hermanos?
What are your brothers (and sisters) called?AӔI#@ @ AӔI#rȵ3)
%F@1c61cAӔBAӔu¿Tienes hermanos?Do you have any brothers or sisters?AӔB@ @ AӔBN糏ɗ'
qq,l1ds61cAӔ AӔhUTengo … I have …AӔ @ @ AӔ Њ.)
-1g161cAӔNyAӔNzXMis hermanos se llaman …
My brothers (and sisters) are called …AӔNy@ @ AӔNyT%'
s{`1h@q61cAӔUb
AӔUcLsu hermano his/her brotherAӔUb
@ @ AӔUb
^(
um1c61cAӔ7AӔMMis hermanosMy brothers and sistersAӔ7@ @ AӔ7lΌ)
1fu61cAӔ>ApHAӔ>B@Mi hermano se llama … My brother is called …AӔ>ApH@ @ AӔ>ApHUƥӏ˪'
yw1eI61cAӔ'uAӔ'3tres hermanas three sistersAӔ'u@ @ AӔ'uSҊ'
sy1h61cAӔ^EAӔ^鳢su hermana his/her sisterAӔ^E@ @ AӔ^ESͫɧ'
wuP[1e 61cAӔ!bAӔ!cKwdos hermanos two brothersAӔ!b@ @ AӔ!bG͖'
ik 1d5M61cAӔ6AӔtener to haveAӔ6@ @ AӔ6zǺӋ)
)
q1i761cAӔg#=2AӔg#¿Cuántos años tiene tu hermano?
How old is your brother?AӔg#=2@ @ AӔg#=2k¦ζ)
=1g61cAӔ@AӔ@JMi hermana se llama … My sister is called …AӔ@@ @ AӔ@߁Pӏ '
ssr71d61cAӔTqAӔUrun hermano one brotherAӔTq@ @ 0ߓY
J
8
%r
H
JE
D%g\$ t k$9%indexix_fact/##[viewrevCardsDuerevCardsDueCREATE VIEW revCardsDue as
select * from cards
where type = 1 and isDue = 1
order by priority desc, due
.##eviewrevCardsNewrevCardsNewCREATE VIEW revCardsNew as
select * from cards
where type = 1 and isDue = 1
order by priority desc, interval-##oviewrevCardsOldrevCardsOldCREATE VIEW revCardsOld as
select * from cards
where type = 1 and isDue = 1
order by priority desc, interval desc,##gviewfailedCardsfailedCardsCREATE VIEW failedCards as
select * from cards
where type = 0 and isDue = 1
order by type, isDue, combinedDueH+#gindexix_tags_tagtags/CREATE UNIQUE INDEX ix_tags_tag on tags (tag)[*/indexix_media_filenamemedia.CREATE UNIQUE INDEX ix_media_filename on media (filename)x)-9indexix_cards_dueAsc2cards-CREATE INDEX ix_cards_dueAsc2 on cards (type, priority desc, due, factId, combinedDue)(9Yindexix_cards_intervalDesc2cards,CREATE INDEX ix_cards_intervalDesc2 on cards (type, priority desc, interval desc, factId, combinedDue)Z'1uindexix_cardTags_cardIdcardTags+CREATE INDEX ix_cardTags_cardId on cardTags (cardId)d&3indexix_cardTags_tagCardcardTags*CREATE INDEX ix_cardTags_tagCard on cardTags (tagId, cardId).%%tablefactsDeletedfactsDeletedCREATE TABLE "factsDeleted" (
"factId" INTEGER NOT NULL,
"deletedTime" FLOAT NOT NULL,
FOREIGN KEY("factId") REFERENCES facts (id)
)8KtablefieldsfieldsCREATE TABLE fields (
id INTEGER NOT NULL,
"factId" INTEGER NOT NULL,
"fieldModelId" INTEGER NOT NULL,
ordinal INTEGER NOT NULL,
value TEXT NOT NULL,
PRIMARY KEY (id),
FOREIGN KEY("fieldModelId") REFERENCES "fieldModels" (id),
FOREIGN KEY("factId") REFERENCES facts (id)
)0%%#tablemediaDeletedmediaDeletedCREATE TABLE "mediaDeleted" (
"mediaId" INTEGER NOT NULL,
"deletedTime" FLOAT NOT NULL,
.%%tablefactsDeletedfactsDeletedCREATE TABLE "factsDeleted" (
"factId" INTEGER NOT NULL,
"deletedTime" FLOAT NOT NULL,
FOREIGN KEY("factId") REFERENCES facts (id)
)8KtablefieldsfieldsCREATE TABLE fields (
id INTEGER NOT NULL,
"factId" INTEGER NOT NULL,
"fieldModelId" INTEGER NOT NULL,
ordinal INTEGER NOT NULL,
value TEXT NOT NULL,
PRIMARY KEY (id),
FOREIGN KEY("fieldModelId") REFERENCES "fieldModels" (id),
FOREIGN KEY("factId") REFERENCES facts (id)
)0%%#tablemediaDeletedmediaDeletedCREATE TABLE "mediaDeleted" (
"mediaId" INTEGER NOT NULL,
"deletedTime" FLOAT NOT NULL,
FOREIGN KEY("mediaId") REFERENCES cards (id)
).%%tablecardsDeletedcardsDeletedCREATE TABLE "cardsDeleted" (
"cardId" INTEGER NOT NULL,
"deletedTime" FLOAT NOT NULL,
FOREIGN KEY("cardId") REFERENCES cards (id)
)
tabletagstagsCREATE TABLE tags (
id integer not null,
tag text not null collate nocase,
priority integer not null default 2,
primary key(id))!tablecardTagscardTagsCREATE TABLE cardTags (
id integer not null,
cardId integer not null,
tagId integer not null,
src integer not null,
primary key(id))K%%[tablesqlite_stat1sqlite_stat1CREATE TABLE sqlite_stat1(tbl,idx,stat)n7indexix_cards_typeCombinedcardsCREATE INDEX ix_cards_typeCombined on cards
(type, combinedDue, factId)d9indexix_cards_relativeDelaycardsCREATE INDEX ix_cards_relativeDelay on cards
(relativeDelay)T/qindexix_cards_modifiedcardsCREATE INDEX ix_cards_modified on cards
(modified)T/qindexix_facts_modifiedfactsCREATE INDEX ix_facts_modified on facts
(modified)T/qindexix_cards_prioritycardsCREATE INDEX ix_cards_priority on cards
(priority)T+uindexix_cards_factorcardsCREATE INDEX ix_cards_factor on cards
(type, factor)N+iindexix_cards_factIdcards CREATE INDEX ix_cards_factId on cards (factId)S-qindexix_stats_typeDaystats!CREATE INDEX ix_stats_typeDay on stats (type, day)R-mindexix_fields_factIdfields"CREATE INDEX ix_fields_factId on fields (factId)e9indexix_fields_fieldModelIdfields#CREATE INDEX ix_fields_fieldModelId on fields (fieldModelId)
2 n6Q%
P
#d,R'
a
;
} N u2tAK $Ѫ )1h1chis/her sister3ӏx GG1fMx1cWhat’s your brother called?!ӏɿ #r71d,1cun hermano 1ӏc C1eb1cI’m an only child. (male)41 I1g1,1cMis hermanos se llaman …
=˪ [1e1cI don’t have any brothers or sisters.,ӏӋ 971i1cHe’s nine years old.)Ӌ 371i,1cTiene nueve años. $ )1eI,1ctres hermanas !ɿ #r71d1cone brother#ؓʠ 'P[1e ,1cdos hermanos .ҷ =q1i71cHow old is your brother?9ζ S1g6,1c¿Cómo se llaman tus hermanos?
6쓏x MG1fMx,1c¿Cómo se llama tu hermano?
-Ό ;=1g1cMy sister is called …%ӏҋ +af1i1chis/her sisters)˪ 31e,1cNo tengo hermanos. %泏q +`1h@q1chis/her brother3ē̝< G1f;1cI’m an only child. (female)!ӏq #`1h@q,1csu hermano "ԑʠ %P[1e 1ctwo brothers !,l1ds,1cTengo … ᜳȵN 1d5M,1ctener $ !ჵ1d#1cone sister ɗ !c1d,1cTiene … :ӏ UF@1c1cDo you have any brothers or sisters?$㓏ɗ )c1d1cHe/She has …!Ѫ #1h,1csu hermana >1 ]1g11cMy brothers (and sisters) are called …ӏȵN 1d5M1cto have#ӏҋ 'af1i,1csus hermanas 4F IX1hvE1chis/her brothers (and sisters).ۡӏu =1fu,1cMi hermano se llama … B爱ζ e1g61cWhat are your brothers (and sisters) called?# '1eI1cthree sisters<ҷ Yq1i7,1c¿Cuántos años tiene tu hermano?
#ΓF 'X1hvE,1csus hermanos 'ڢb /1eb,1cSoy hijo único. "ԍӏ# %ჵ1d#,1cuna hermana 6ͤ M9l!1fۋ,1c¿Cómo se llama tu hermana?
.ףu =1fu1cMy brother is called …"Ӯӏ %m1c,1cMis hermanos/ЊJ ?1h
J1cMy sisters are called …4έЊJ I1h
J,1cMis hermanas se llaman …
2ͤ E9l!1f1cWhat’s your sister called?(ӏ 1F@1cԋ,1c¿Tienes hermanos?.֓Ό ==1gڋ,1cMi hermana se llama … '̝; /1f;,1cSoy hija única. -㳏 ;m1c1cMy brothers and sisters ӏ !,l1ds1cI have …
Forward
Basic -PriorityVeryHigh %PriorityHigh # PriorityLow
2 |l[K:* tdSC2"
}
l
\
K
;
*
2 n1i1 n1i0 1i/ 1i. M1i7- M1i7, o/1i
+ o/1i
* sW1hr) sW1hr( #g1hv%' #g1hv%& 1h@U% 1h@U$ ӾO1h
.# ӾO1h
." u1g! u1g 1g6 1g6
g1g
g1g 1fY 1fY d1f d1f /w1fM] /w1fM] rE1f rE1f 71eG 71eG -1e -1e #1eI #1eI N^1e i
N^1e i ye1d ye1d
X1d X1d ԯ;1d ԯ;1d Yc1ds Yc1ds 缻1d53 缻1d53 1c 1c
}l`L?0$ # fieldModels0' modelsDeleted0 fields0+CdeckVarssqlite_autoindex_deckVars_112 1
stats0
cardTags0 models0' reviewHistory0
media0 ! cardModels0 sources0% mediaDeleted0
facts0
decks1% factsDeleted0
cards0% cardsDeleted0#tagsix_tags_tag3 1
eF'mN/
u
V
7
AӔiZє71in1iAӔg#=2q1i71iAӔa zaf1iM1i7AӔ^E1ho/1i
AӔXkX1hvEsW1hrAӔUb
`1h@q#g1hv%AӔQž1h
J1h@UAӔNy1g1ӾO1h
.AӔI#1g6u1gAӔ@=1gڄ1g6AӔ>ApH1fu
g1gAӔ;Y9l!1f1fYAӔ7nG1fMxd1fAӔ211f;/w1fM]AӔ._1ebrE1fAӔ+1e71eGAӔ'u1eI¯-1eAӔ!bP[1e #1eIAӔჵ1d#N^1e iAӔTqr71dye1d AӔzc1dX1dAӔ ,l1dsԯ;1dAӔ6 1d5MYc1dsAӔBF@1c缻1d53AӔ7m1c1c
~qdWJ=0# sW1hrn1id1fX1dN^1e i71eG/w1fM]M1i7rE1f1fY1h@Uu1g缻1d53ԯ;1dӾO1h
.#g1hv%1c
g1g-1eo/1i
#1eIYc1ds1i1g6ye1d
t`L8$p\H4 AӔin1iAӔg#ڎ1iAӔať@M1i7AӔ^鳢o/1i
AӔXsW1hrAӔUcLǹ#g1hv%AӔQ1h@UAӔNzXӾO1h
.AӔIu1gAӔ@J1g6AӔ>B@
g1gAӔ;ZF1fYAӔ7d1fAӔ2s/w1fM]AӔ.)rE1fAӔ+71eGAӔ'3-1eAӔ!cKw#1eIAӔN^1e iAӔUrye1d AӔX1dAӔhUԯ;1dAӔʚYc1dsAӔu缻1d53AӔM˵1c
t`L8$p\H4 AӔiؔ71iAӔg#$q1i7AӔavaf1iAӔ^I1hAӔXaX1hvEAӔUc`1h@qAӔQ[-1h
JAӔNz*(1g1AӔI1g6AӔ@=1gAӔ>A1fuAӔ;Z9l!1fAӔ7G1fMxAӔ2D1f;AӔ.lj1ebAӔ+q1eAӔ'1eIAӔ!cvP[1e AӔeჵ1d#AӔT:r71dAӔJc1dAӔ82,l1dsAӔ 1d5MAӔF@1cAӔDm1c
~qdWJ=0# sW1hrn1id1fX1dN^1e i71eG/w1fM]M1i7rE1f1fY1h@Uu1g缻1d53ԯ;1dӾO1h
.#g1hv%1c
g1g-1eo/1i
#1eIYc1ds1i1g6ye1d
|fP:$t^H2
@ sW1hr@ n1i@ d1f@ X1d@ N^1e i@ 71eG@ /w1fM]@ M1i7@ rE1f@ 1fY@ 1h@U@ u1g@ 缻1d53@ ԯ;1d@ ӾO1h
.@ #g1hv%@ 1c@
g1g@ -1e@ o/1i
@ #1eI@ Yc1ds@ 1i@ 1g6@ ye1d
t`L8$p\H4 r71dye1d q1i71im1c1caf1iM1i7`1h@q#g1hv%X1hvEsW1hrP[1e #1eIG1fMxd1fF@1c缻1d53=1gڄ1g69l!1f1fY,l1dsԯ;1d1fu
g1g1ho/1i
1d5MYc1ds1eI¯-1ec1dX1d1e71eG1f;/w1fM]ჵ1d#N^1e i1h
J1h@U71in1i1g1ӾO1h
.1g6u1g1ebrE1f
!2011-08-23 !2011-08-22! 2011-08-22
2 t`L8$p\H4
l
X
D
0
|hT@, r71dp!1dr71d\{1dq1i7ZW1i7q1i71i7m1c1cm1c1caf1iDP}1iaf1iᐅ1i`1h@q531h@q`1h@q)1h@qX1hvE߷/1hvFX1hvEFq1hvFP[1e [1e P[1e P1e G1fMxp/1fMxG1fMxQa1fMxF@1c1cF@1cԙ1c=1gM1g=1gڗf1g9l!1fۮ_1f9l!1fۜ
_1f,l1ds1ds,l1ds1ds1fum
1fu1fu1fu1hp1h1h1h 1d5M1d5N 1d5M硍1d5N1eI\1eI1eIy1eIc1d1dc1d1d1eb91e1e?Z1e1f;5!1f<1f;1f;ჵ1d#1d$ჵ1d#Pm1d#1h
J1h
J1h
J1h
J71i_WM1i71i_71i1g1j1g11g11g11g6Y1g61g6!1g61ebkM1ec1eb1eb
2 t`L8$p\H4
l
X
D
0
|hT@, 1cp1h1cp/1fMx1ckM1ec1cb91e1c_WM1i1c\{1d1cZW1i71cM1g1cDP}1i1c531h@q1c5!1f<1cP1e 1c1d$1c1c1c1d1c1g11c硍1d5N1c߷/1hvF1c!1g61cy1eI1c1fu1c1h
J1c
_1f1c1c1c1ds,1cp!1d,1cj1g1,1c_71i,1c\1eI,1c[1e ,1cY1g6,1cQa1fMx,1c?Z1e,1c)1h@q,1c1ds,1c1d5N,1c1d,1c1h,1cᐅ1i,1cm
1fu,1c1i7,1cFq1hvF,1c1eb,1cPm1d#,1c_1f,1c1c,1c1h
J,1c1c,1cf1g,1c1f;
2 p='eM#
`
A
$
[3s\E,
t
B
1¿Tienes hermanos?1c.S¿Cómo se llaman tus hermanos?
Y1g6+M¿Cómo se llama tu hermano?
Qa1fMx+M¿Cómo se llama tu hermana?
_1f1Y¿Cuántos años tiene tu hermano?
1i7%una hermana Pm1d##un hermano p!1d%two brothersP1e )tres hermanas \1eIto have硍1d5N'three sistersy1eItener 1d5N'sus hermanos Fq1hvF'sus hermanas ᐅ1i#su hermano )1h@q#su hermana 1h!one sister1d$#one brother\{1d+his/her sistersDP}1i)his/her sisterp1h)Ihis/her brothers (and sisters)߷/1hvF+his/her brother531h@q'dos hermanos [1e 'EWhat’s your sister called?
_1f(GWhat’s your brother called?p/1fMx7eWhat are your brothers (and sisters) called?!1g6!Tiene … 1d3Tiene nueve años. _71i!Tengo … 1ds/Soy hijo único. 1eb/Soy hija única. 1f;3No tengo hermanos. ?Z1e$?My sisters are called …1h
J";My sister is called …M1g";My brothers and sisters1c3]My brothers (and sisters) are called …1g1#=My brother is called …1fu)IMis hermanos se llaman …
j1g1%Mis hermanos1c)IMis hermanas se llaman …
1h
J#=Mi hermano se llama … m
1fu#=Mi hermana se llama … f1g&CI’m an only child. (male)kM1ec(GI’m an only child. (female)5!1f<!I have …1ds2[I don’t have any brothers or sisters.b91e#=How old is your brother?ZW1i7!9He’s nine years old._WM1i)He/She has …1d/UDo you have any brothers or sisters?1c
2
zk\M>/ {l]N?0!
|
m
^
O
@
1
"
sW1hr*n1i2d1fX1d
N^1e i71eG/w1fM]M1i7.rE1f1fY1h@U&u1g"缻1d53ԯ;1dӾO1h
.$#g1hv%(1c
g1g-1eo/1i
,#1eIYc1ds1i01g6 ye1d sW1hr)n1i1d1fX1d N^1e i
71eG/w1fM]M1i7-rE1f1fY1h@U%u1g!缻1d53ԯ;1dӾO1h
.##g1hv%'
1c
g1g-1eo/1i
+#1eIYc1ds1i/1g6ye1d
2
w ~qdWJ=0$
{naTG:-
w sW1hr*sW1hr)n1i2n1i1d1fd1fX1d
X1d N^1e iN^1e i
71eG71eG/w1fM]/w1fM]M1i7.M1i7-rE1frE1f1fY1fY1h@U&1h@U%u1g"u1g!缻1d53缻1d53ԯ;1dԯ;1dӾO1h
.$ӾO1h
.##g1hv%(#g1hv%'1c 1c
g1g
g1g-1e-1eo/1i
,o/1i
+#1eI#1eIYc1dsYc1ds1i01i/1g6 1g6ye1d ye1d
xV4hF$
z
X
6
!r71dAӔTqye1d !q1i7AӔg#=21i!m1cAӔ71c!af1iAӔa zM1i7!`1h@qAӔUb
#g1hv%!X1hvEAӔXksW1hr!P[1e AӔ!b욬#1eI!G1fMxAӔ7nd1f!F@1cAӔB缻1d53!=1gAӔ@߄1g6!9l!1fAӔ;Y1fY!,l1dsAӔ ԯ;1d!1fuAӔ>ApH
g1g!1hAӔ^Eo/1i
! 1d5MAӔ6Yc1ds!1eIAӔ'u-1e!c1dAӔzX1d!1eAӔ+71eG!1f;AӔ21/w1fM]!ჵ1d#AӔN^1e i!1h
JAӔQ1h@U!71iAӔiZn1i!1g1AӔNyӾO1h
.!1g6AӔI#u1g!1ebAӔ._rE1f
X.\2
`
6
d: )AӔiZє71iAӔiZn1i)AӔg#=2q1i7AӔg#=21i)AӔa zaf1iAӔa zM1i7)AӔ^E1hAӔ^Eo/1i
)AӔXkX1hvEAӔXksW1hr)AӔUb
`1h@qAӔUb
#g1hv%)AӔQž1h
JAӔQ1h@U)AӔNy1g1AӔNyӾO1h
.)AӔI#1g6AӔI#u1g)AӔ@=1gAӔ@߄1g6)AӔ>ApH1fuAӔ>ApH
g1g)AӔ;Y9l!1fAӔ;Y1fY)AӔ7nG1fMxAӔ7nd1f)AӔ211f;AӔ21/w1fM])AӔ._1ebAӔ._rE1f)AӔ+1eAӔ+71eG)AӔ'u1eIAӔ'u-1e)AӔ!bP[1e AӔ!b욬#1eI)AӔჵ1d#AӔN^1e i)AӔTqr71dAӔTqye1d )AӔzc1dAӔzX1d)AӔ ,l1dsAӔ ԯ;1d)AӔ6 1d5MAӔ6Yc1ds)AӔBF@1cAӔB缻1d53)AӔ7m1cAӔ71c
-PriorityVeryHigh# PriorityLow%PriorityHighForward Basic
%/
*Xz
xߓY)
9l!1f61cAӔ;YAӔ;ZF¿Cómo se llama tu hermana?
What’s your sister called?AӔ;Y@ @ AӔ;YsӏU)
1h
J61cAӔQAӔQMis hermanas se llaman …
My sisters are called …AӔQ@ @ AӔQłӏ)
#51g661cAӔI#AӔI¿Cómo se llaman tus hermanos?
What are your brothers (and sisters) called?AӔI#@ @ AӔI#rȵ3)
%F@1c61cAӔBAӔu¿Tienes hermanos?Do you have any brothers or sisters?AӔB@ @ AӔBN糏ɗ'
qq,l1ds61cAӔ AӔhUTengo … I have …AӔ @ @ AӔ Њ.)
-1g161cAӔNyAӔNzXMis hermanos se llaman …
My brothers (and sisters) are called …AӔNy@ @ AӔNyT%'
s{`1h@q61cAӔUb
AӔUcLsu hermano his/her brotherAӔUb
@ @ AӔUb
^(
um1c61cAӔ7AӔMMis hermanosMy brothers and sistersAӔ7@ @ AӔ7lΌ)
1fu61cAӔ>ApHAӔ>B@Mi hermano se llama … My brother is called …AӔ>ApH@ @ AӔ>ApHUƥӏ˪'
yw1eI61cAӔ'uAӔ'3tres hermanas three sistersAӔ'u@ @ AӔ'uSҊ'
sy1h61cAӔ^EAӔ^鳢su hermana his/her sisterAӔ^E@ @ AӔ^ESͫɧ'
wuP[1e 61cAӔ!bAӔ!cKwdos hermanos two brothersAӔ!b@ @ AӔ!bG͖'
ik 1d5M61cAӔ6AӔtener to haveAӔ6@ @ AӔ6zǺӋ)
)
q1i761cAӔg#=2AӔg#¿Cuántos años tiene tu hermano?
How old is your brother?AӔg#=2@ @ AӔg#=2k¦ζ)
=1g61cAӔ@AӔ@JMi hermana se llama … My sister is called …AӔ@@ @ AӔ@߁Pӏ '
ssr71d61cAӔTqAӔUrun hermano one brotherAӔTq@ @ AӔTq
-
98]
| fѪr(
wX1hvE61cAӔXkAӔXsus hermanos his/her brothers (and sisters)AӔXk@ @ AӔXkeӵ)
71i61cAӔiZAӔiTiene nueve años. He’s nine years old.AӔiZ@ @ AӔiZсyͤ)
G1fMx61cAӔ7nAӔ7¿Cómo se llama tu hermano?
What’s your brother called?AӔ7n@ @ AӔ7nRɿ'
qyc1d61cAӔzAӔTiene … He/She has …AӔz@ @ AӔzPʠi'
uqჵ1d#61cAӔAӔuna hermana one sisterAӔ@ @ AӔvG)
+1e61cAӔ+AӔ+No tengo hermanos. I don’t have any brothers or sisters.AӔ+@ @ AӔ+ہi](
1f;61cAӔ21AӔ2sSoy hija única. I’m an only child. (female)AӔ21@ @ AӔ21Vӏҷ'
w{af1i61cAӔa zAӔať@sus hermanas his/her sistersAӔa z@ @ AӔa zgӏ̝(
1eb61cAӔ._AӔ.)Soy hijo único. I’m an only child. (male)AӔ._@ @ AӔ._
; \
=
mx
E`
2##eviewacqCardsNewacqCardsNewCREATE VIEW acqCardsNew as
select * from cards
where type = 2 and isDue = 1
order by priority desc, due desc1##[viewacqCardsOldacqCardsOldCREATE VIEW acqCardsOld as
select * from cards
where type = 2 and isDue = 1
order by priority desc, dueO +iindexix_fields_valuefields$CREATE INDEX ix_fields_value on fields (value)a!7indexix_media_originalPathmedia%CREATE INDEX ix_media_originalPath on media (originalPath)k"9%indexix_cardsDeleted_cardIdcardsDeleted&CREATE INDEX ix_cardsDeleted_cardId on cardsDeleted (cardId)r#='
indexix_modelsDeleted_modelIdmodelsDeleted'CREATE INDEX ix_modelsDeleted_modelId on modelsDeleted (modelId)k$9%indexix_factsDeleted_factIdfactsDeleted(CREATE INDEX ix_factsDeleted_factId on factsDeleted (factId)l%9%indexix_mediaDeleted_factIdmediaDeleted)CREATE INDEX ix_mediaDeleted_factId on mediaDeleted (mediaId)d&3indexix_cardTags_tagCardcardTags*CREATE INDEX ix_cardTags_tagCard on cardTags (tagId, cardId)Z'1uindexix_cardTags_cardIdcardTags+CREATE INDEX ix_cardTags_cardId on cardTags (cardId)(9Yindexix_cards_intervalDesc2cards,CREATE INDEX ix_cards_intervalDesc2 on cards (type, priority desc, interval desc, factId, combinedDue)x)-9indexix_cards_dueAsc2cards-CREATE INDEX ix_cards_dueAsc2 on cards (type, priority desc, due, factId, combinedDue)[*/indexix_media_filenamemedia.CREATE UNIQUE INDEX ix_media_filename on media (filename)H+#gindexix_tags_tagtags/CREATE UNIQUE INDEX ix_tags_tag on tags (tag),##gviewfailedCardsfailedCardsCREATE VIEW failedCards as
select * from cards
where type = 0 and isDue = 1
order by type, isDue, combinedDue-##oviewrevCardsOldrevCardsOldCREATE VIEW revCardsOld as
select * from cards
where type = 1 and isDue = 1
order by priority desc, interval desc
.##eviewrevCardsNewrevCardsNewCREATE VIEW revCardsNew as
select * from cards
where type = 1 and isDue = 1
order by priority desc, interval/##[viewrevCardsDuerevCardsDueCREATE VIEW revCardsDue as
select * from cards
where type = 1 and isDue = 1
order by priority desc, due0))yviewrevCardsRandomrevCardsRandomCREATE VIEW revCardsRandom as
select * from cards
where type = 1 and isDue = 1
order by priority desc, factId, ordinal