Skip to content

Instantly share code, notes, and snippets.

@KakoozaJerry
Created November 9, 2021 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KakoozaJerry/9cf9bc15bd4bd96807af4a28ad8c972a to your computer and use it in GitHub Desktop.
Save KakoozaJerry/9cf9bc15bd4bd96807af4a28ad8c972a to your computer and use it in GitHub Desktop.
# Technology Stack
newone = ""
grap = ""
yearshash = ""
newone = description.scan(/technologies(.*?)\./)[0]
if newone == nil
newone = description.scan(/skills(.*?)\./)[0]
if newone == nil
newone = description.scan(/technology\sframeworks(.*?)\./)[0]
if newone == nil
newone = description.scan(/programming\slanguage(.*?)\./)[0]
if newone == nil
newone = description.scan(/Proficiency\sin(.*?)\./)[0]
if newone == nil
newone = description.scan(/Tools(.*?)\./)[0]
if newone == nil
else
grap = newone[0].to_s.split(",")
end
else
grap = newone[0].to_s.split(",")
end
else
grap = newone[0].to_s.split(",")
end
else
grap = newone[0].to_s.split(",")
end
else
grap = newone[0].to_s.split(",")
end
else
grap = newone[0].to_s.split(",")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment