Welcome ; Threads(18) ; Random ; Menu ; Help
let us not grow weary of doing good Expand; Minimal; Reprint; Cascade; Arrange; Float; Reset

Count
Items on page: 23
2023-04-05
file_hash item_title author_id cart
28384ad7 Thank you for this day. ilyag+[.[&] +cart
fd160f33 Thank you for this day. ilyag+[.[&] +cart
5751eb9d Thank you for this day. ilyag+[.[&] +cart
d742f63a While in the tunnel, I can write because I am using a Firefox b ilyag+[.[&] +cart
e0780cdc Thank you for this day. ilyag+[.[&] +cart
ffd8f675 Thank you for this day. ilyag+[.[&] +cart
c0e902bb Thank you for this day. ilyag+[.[&] +cart
a6992728 Thank you for this day. ilyag+[.[&] +cart
ce8f1971 Thank you for this day. ilyag+[.[&] +cart
aae0848f Thank you for this day. ilyag+[.[&] +cart
8995ebed Thank you for this day. ilyag+[.[&] +cart
fe2de7e0 Thank you for this day. ilyag+[.[&] +cart
428a2456 Thank you for this day. ilyag+[.[&] +cart
bccfb2cb Thank you for this day. ilyag+[.[&] +cart
fa582323 Thank you for this day. ilyag+[.[&] +cart
5fa24321 Thank you for this day. ilyag+[.[&] +cart
898b9867 Thank you for this day. ilyag+[.[&] +cart
97830a3e Thank you for this day. ilyag+[.[&] +cart
302d425e Thank you for this day. ilyag+[.[&] +cart
14482b31 Thank you for this day. ilyag+[.[&] +cart
5569598e Thank you for this day. ilyag+[.[&] +cart
a5838970 Thank you for this day. ilyag+[.[&] +cart
73299dfb Thank you for this day. ilyag+[.[&] +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; 14482b31; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; 28384ad7; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; 302d425e; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; 428a2456; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; 5569598e; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; 5751eb9d; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; 5fa24321; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; 73299dfb; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; 898b9867; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; 8995ebed; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; 97830a3e; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; a5838970; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; a6992728; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; aae0848f; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; bccfb2cb; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; c0e902bb; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; ce8f1971; thanks ; +cart
While in the tunnel, I c
#hastext; #hastitle; #signed; #parent

>>9a6cdafd..

While in the tunnel, I can write because I am using a Firefox based browser. Chrome does not allow writing while offline

; ilyag+[.[&]; d742f63a; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; e0780cdc; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; fa582323; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; fd160f33; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; fe2de7e0; thanks ; +cart
Thank you for this day.
#hastext; #hastitle; #signed

Thank you for this day.

; ilyag+[.[&]; ffd8f675; thanks ; +cart
query.sql


		SELECT
			item_flat.file_path file_path,
			item_flat.item_name item_name,
			item_flat.file_hash file_hash,
			item_flat.author_key author_key,
			item_flat.child_count child_count,
			item_flat.parent_count parent_count,
			item_flat.add_timestamp add_timestamp,
			item_flat.item_title item_title,
			item_flat.item_score item_score,
			item_flat.labels_list labels_list,
			item_flat.item_type item_type,
			item_flat.item_order item_order,
			item_flat.item_sequence item_sequence
		FROM
			item_flat
	 
		WHERE
			file_hash IN (
				SELECT file_hash
				FROM item_flat
				WHERE
					item_score >= 0 AND
					(
						SUBSTR(DATETIME(add_timestamp, 'unixepoch', 'localtime'), 0, 11) = '2023-04-05'
						OR
						file_hash IN (
							SELECT file_hash FROM item_attribute where attribute = 'date' AND value = '2023-04-05'
						)
					)
				)
				AND (
					file_hash NOT IN (
						SELECT file_hash FROM item_attribute WHERE attribute = 'date' AND value <> '2023-04-05'
					)
					OR
					file_hash IN (
						SELECT file_hash FROM item_attribute WHERE attribute = 'date' AND value = '2023-04-05'
					)
				);
			

Cart
Paste
PrintedInfo

Q: When was this page printed?
Printed: May 15 2024 10:38:35.

Q: How old was the page when downloaded?
Age: Fresh!
pollyanna: fc2d252

Q: How can I get a fresher copy?
A: Ask the server to

PageMap