Skip to content

Gwaean/Gwaean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 

Repository files navigation

  • 👋 Hi, I’m @Gwaean, also known as Niki or Nicole
  • I’m interested in gaming, books (specially sci-fi and fantasy!), arts & drawing, UI/UX Design and obviously computing :)
  • I´m part of a research project @ELLASNetwork, we work with open data, graphs and ontology. And our goal it´s to create an open data portal about women in STEM in Latin America, specially about iniciatives and projects that help attract and/or keep and empower girls for STEM areas.
  • key interests: Game Dev, Data Science & UI/UX Design;

Studio Ghibli Goodbye GIF - Find   Share on GIPHY

struct Person: Identifiable {

    let name = "Nicole D. Hildebrand"
    let language: String
}
private var programmingLanguages = [

    Person(language: "C"),
    Person(language: "C#/C++"),
    Person(language: "Java"),
    Person(language: "Swift"),
    Person(language: "Python"),
    Person(language: "Lua"),
    Person(language: "HTML5/CSS"),
    Person(language: "JavaScript"),
    Person(language: "SPARQL")
]
var body: some View {

    List(programmingLanguages) {
        Text($0.language)
    }
}

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published