Welcome to the GitHub of study association GEWIS; here, we host the projects of various committees from GEWIS. This GitHub is managed by the ABC. As mathematics & computer science students, we build a lot of the software needed in the association; this ranges from sophisticated projects to hacky scripts. Below, you can find some highlights of the projects that we build:
- GEWIS Website: Main website including activities, education, photos and more
public array $repositories = [
gewisweb
];
- GEWIS Database: Membership management system
public array $repositories = [
gewisdb
];
- SudoSOS: Bar system
let repositories: URL[] = [
sudosos-backend
,
sudosos-frontend
,
sudosos-client
];
- ParelPracht: CRM system
let repositories: URL[] = [
parelpracht-client
,
parelpracht-server
];
- Aurora: Screens, lights & audio narrowcasting
let repositories: URL[] = [
aurora-core
,
aurora-client
,
aurora-backoffice
,
aurora-lights-proxy
,
aurora-audio-player
];
- Automation scripts: Various PowerShell scripts that help our Windows Server infrastructure
$repositories = @(
scripts-automation
)
- Custommailcow LDAP: Custom sync script to sync permissions from LDAP to Mailcow
let repositories: URL[] = [
custommailcow-ldap
];
- GEWIS Unlock: Allow admins to unlock signed-in Windows PCs
url repositories[1] = {
GEWISUnlock
};
- Supremum web: Website for Supremum committee
repositories = [
supremumweb
]