Skip to content

Instantly share code, notes, and snippets.

View czohshima's full-sized avatar

Takako Ohshima(CyberZ) czohshima

View GitHub Profile
@czohshima
czohshima / gist:3b45192877d374d0c2d0
Last active August 29, 2015 14:24
Changing the date of a slide
require "rexml/document"
# Date changing
slide1 = File.new("0702_2015/ppt/slides/slide1.xml","r+")
doc = REXML::Document.new(slide1)
count = 0
doc.elements.each('p:sld/p:cSld/p:spTree/p:sp/p:txBody/a:p/a:r/a:t') do |element|
if(count==2)
puts element