More Than Conquerors (novel)

More Than Conquerors is an award-winning second novel by Filipino author Edilberto K. Tiempo.[2][3] The novel first appeared in 1959 in the pages of Weekly Women’s Magazine.[4] It was first published in book format in 1964.[1]

More Than Conquerors
Book cover for Edilberto K. Tiempo's novel More Than Conquerors.
AuthorEdilberto K. Tiempo
CountryPhilippines
LanguageEnglish
GenreFiction
PublisherP.B. Ayuda (Manila, Philippines)[1]
Publication date
1959
Pages110[1]
ISBN0-686-31073-X
This is about the Filipino novel. For the music album, see More Than Conquerors.

Description

With the Filipino resistance movement during the Second World War employed as “background” of the novel, the focus of the narrative is Andres, a lawyer, and his two brothers. The three brothers were tortured by the Japanese occupiers by means of the horizontal spread-eagle "crucifixion" method. The brothers’ predicament echoed a similarity to “the Christ figure in the midst of temptation and at Calvary”.[5]

gollark: Is it compatible with potatOS?
gollark: I keep telling people, but we just get cuboids!
gollark: This is why we need giant *cubes*.
gollark: <@151391317740486657>
gollark: ```luafunction _G.potatOS.potatoNET() local chan = "potatonet" print "Welcome to PotatoNET!" write "Username |> " local username = read() local w, h = term.getSize() local send_window = window.create(term.current(), 1, h, w, 1) local message_window = window.create(term.current(), 1, 1, w, h - 1) local function exec_in_window(w, f) local x, y = term.getCursorPos() local last = term.redirect(w) f() term.redirect(last) w.redraw() term.setCursorPos(x, y) end local function add_message(m, u) exec_in_window(message_window, function() local msg, usr = preproc(m), preproc(u) if msg == "" or usr == "" then return end print(usr .. " | " .. msg) end) end local function send() term.redirect(send_window) term.setBackgroundColor(colors.white) term.setTextColor(colors.black) term.clear() local hist = {} while true do local msg = read(nil, hist) table.insert(hist, msg) add_message(msg, username) skynet.send(chan, { username = username, message = msg }) potatOS.comment(username, msg) end end local function recv() while true do local channel, message = skynet.receive(chan) if channel == chan and type(message) == "table" and message.message and message.username then add_message(message.message, message.username) end end end skynet.send(chan, { username = username, message = "Connected" }) parallel.waitForAll(send, recv)end```

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.