14 skills found
mbucchia / Dr2vrfix OpenxrThis project allows the use of the Dirt Rally 2 VR eye accomodation fix v2.0 with OpenComposite, the WMR OpenXR runtime and OpenXR Toolkit.
RomanistHere / MeasurelandAn independent interactive encyclopedia of searching for accommodation. Community-driven and completely free (FOSS).
theodormoroianu / WOKO New Room NotificationPython script sending push notifications whenever a new room is published on the WOKO (student association for housing in Zurich) website.
naman0105 / Accomodation FinderThis website makes it easier to find proper accommodation in different areas according to people's requirements. This will be especially beneficial to the college students who are in search of an accommodation. This will create a proper database of all the proper living accommodations nearby various institutes. This website will be helpful to the people coming from out of town, they won’t have to roam around in search for a proper accommodation. Different owners can list their PG/Hostel on the website with complete specifications of rooms available. If the project is successful, it will lead to an increase in the competition and decrease in the prices of the Hostels/PGs.
DSCfuo / FuocribsFUOcribs is an open source web project aimed at helping university students find roommates and available accomodation. The overall idea behind this program is to help develop coding and real-world problem-solving skills. This project is beginner friendly because no framework would be used and would be built from scratch so we encourage every contributor to give this rpoject their best shot and also __write down good comments in your codes to help another person reading your code learn and understand fast.__ ## Languages required * HTML5 * CSS3 * JAVASCRIPT * PHP * MYSQL ## Tools needed * Web browser * Text editor * You can use any text editor of your choice. Recommended text editors: [Atom](https://atom.io), [Brackets](https://brackets.io), [Vscode](https://code.visualstudio.com/download) * Offline server ([xampp](https://www.apachefriends.org/download.html) or [wamp](http://www.wampserver.com/en/)) ## Workflow This section describes the workflow we are going to follow when working in a new feature or fixing a bug. If you want to contribute, please follow these steps: #### Fork this project Clone the forked project to your local environment, for example: ```git clone https://github.com/DSCfuo/fuocribs.git ``` (Make sure to replace the URL to your own repository). Add the original project as a remote, for this example the name is upstream, feel free to use whatever name you want. git remote add upstream ```https://github.com/DSCfuo/fuocribs.git ``` Forking the project will create a copy of that project in your own GitHub account, you will commit your work against your own repository. #### Updating your local In order to update your local environment to the latest version on master, you will have to pull the changes using the upstream repository, for example: git pull upstream master. This will pull all the new commits from the origin repository to your local environment. #### Features/Bugs When working on a new feature, create a new branch feature/something from the master branch, for example feature/login-form. Commit your work against this new branch and push everything to your forked project. Once everything is completed, you should create a pull request to the original project. Make sure to add a description about your work and a link to the trello task. When fixing a bug, create a new branch fix/something from the master branch, for example fix/css-btn-issues. When completed, push your commits to your forked repository and create a pull request from there. Please make sure to describe what was the problem and how did you fix it. #### Updating your local branch Let's say you've been working on a feature for a couple days, most likely there are new changes in master and your branch is behind. In order to update it to the latest (You might not need/want to do this) you need to pull the latest changes to develop and then rebase your current branch. $ git checkout master $ git pull upstream master $ git checkout feature/something-awesome $ git rebase master After this, your commits will be on top of the master commits. From here you can push to your origin repository and create a pull request. You might have some conflicts while rebasing, try to resolve the conflicts for each individual commit. Rebasing is intimidating at the beginning, if you need help don't be afraid to reach out in slack. #### Pull requests In order to merge a pull request, there should be a couple of approval reviews. Once is approved, we should merge to the master branch using the Squash button in github. When using squash, all the commits will be squashed into one. The idea is to merge features/fixes as oppose of merging each individual commit. This helps when looking back in time for changes in the code base, and if the pull request has a great comment, it's easier to know why that code was introduced.
AtharvaKulkarniIT / VIT Student Accomodation In CC program that uses structures, file handling, merge sort and linked lists to manage student records and hash tables (arrays of pointers to struct hash) to organize students by branch and slot for efficient data storage and retrieval.
rzehumat / HelsinkiStudentAccommodationList of different providers or social media groups where to look for (student) accomodation in Helsinki / Espoo. Not checked. Beware of scams!
dohmeid / Travel Accommodation Booking PlatformTravelHub🛩️- Travel and Accommodation Booking Platform. To use the app as user -> (user: user & pass: user). To use it as an admin -> (user: admin & pass: admin)
WearableComputerLab / AirborneSurveillanceSimSource code of the prototype software used for the paper "Evaluating Visual Cues for Future Airborne Surveillance Using Simulated Augmented Reality Displays".
CH-RAFAY / Accomodation Reservation WebsiteRest Riser is a full-stack hotel booking platform that enables users to browse, book rooms, and manage reservations online.
jtherczeg / Holiday Crown ThemeFree responsive OctoberCMS theme for hotels and accomodation business
dboehmer / HotelresPHP+MySQL project for managing room reservations in a hotel or other accomodation The software product is being realized within a project at the University of Corporate Education in Leipzig, Germany. Contributors are currently NOT wanted. You are free to fork and develop on your own but this repo is used for our seminar software development.
andela / Technites Bn BackendA platform for making company travel and accomodation easy and convinient
Kushan2k / University Accomodation System Reactuniversity hostel accommodation system frontend suing react and firebase as the backend