Skip to content

Instantly share code, notes, and snippets.

View 526avijitgupta's full-sized avatar
🏠
Working from home

Avijit Gupta 526avijitgupta

🏠
Working from home
View GitHub Profile
ref_list:
[GitRef(local_ref='refs/heads/logged-in-replace-splash', local_sha1='34c88250c1253a68b6bf84ef26d19291a06fdb90', remote_ref='refs/heads/logged-in-replace-splash', remote_sha1='0000000000000000000000000000000000000000')]
Modified files in logged-in-replace-splash:
[FileDiff(status='A', name='.gitignore'),
FileDiff(status='A', name='.jscsrc'),
FileDiff(status='A', name='.pylintrc'),
FileDiff(status='A', name='.travis.yml'),
FileDiff(status='A', name='AUTHORS'),
FileDiff(status='A', name='CHANGELOG'),
----------------------------------------
----------------------------------------
Tasks still running:
core.controllers.reader_test (started 12:58:33)
core.domain.stats_jobs_continuous_test (started 12:58:11)
core.domain.exp_services_test (started 12:58:11)
core.domain.user_jobs_one_off_test (started 12:57:53)
core.domain.feedback_jobs_continuous_test (started 12:57:53)
core.domain.user_jobs_continuous_test (started 12:57:33)
core.domain.stats_services_test (started 12:57:32)
Checking if node.js is installed in /home/avijit/github/oppia_tools
Generating list of installed node modules...
Generation completed.
Checking whether GAE is installed in /home/avijit/github/oppia_tools/google_appengine_1.9.19/google_appengine
Environment setup completed.
Installing third-party JS libraries and zip files.
Checking whether gulp is installed
Checking whether through2 is installed
Checking whether yargs is installed
Checking whether gulp-concat is installed

Frequently Asked Questions

How do I install Oppia ?

Oppia can be installed on your machine running Linux, Mac OS or Windows. Or if you want to ensure that you always have a clean machine identical to other developers, you may want to install Oppia through Vagrant. Vagrant will also provide isolation between your host machine and things that Oppia needs to install and change, or allow you to build different development versions of Oppia on different branches.

If you just want to create and share explorations, you may be able to use the hosted server at https://www.oppia.org (in which case you don't need to install anything).

How do I start contributing to Oppia ?

ref_list:
[GitRef(local_ref='refs/heads/draft-autosave-frontend', local_sha1='cbd18a7972ba64108906e544ab22e3a7aba97ed5', remote_ref='refs/heads/draft-autosave-frontend', remote_sha1='28791728ece3c3a40362b9fc23c12d16fa4cea72')]
Modified files in draft-autosave-frontend:
[FileDiff(status='M', name='core/templates/dev/head/exploration_editor/EditorServices.js')]
Files to lint in draft-autosave-frontend:
['core/templates/dev/head/exploration_editor/EditorServices.js']
Checking if node.js is installed in /Users/aviato/github/oppia/oppia_tools
Generating list of installed node modules...
Generation completed.
Checking whether Google App Engine is installed in /Users/aviato/github/oppia/oppia_tools/google_appengine_1.9.19/google_appengine
Environment setup completed.
Installing third-party JS libraries and zip files.
Checking whether gulp is installed
Checking whether through2 is installed
Checking whether yargs is installed
Checking whether gulp-concat is installed
ref_list:
[GitRef(local_ref='refs/heads/creator-dashboard-frontend-view', local_sha1='f6bff836dc230faea6aec40bd5493d7b402d691b', remote_ref='refs/heads/creator-dashboard-frontend-view', remote_sha1='a5f87e526554d5b2ee17d18f4608b7f09accd635')]
Modified files in creator-dashboard-frontend-view:
[FileDiff(status='M', name='core/templates/dev/head/css/oppia.css')]
Files to lint in creator-dashboard-frontend-view:
['core/templates/dev/head/css/oppia.css']
@526avijitgupta
526avijitgupta / .spacemacs
Created July 11, 2016 13:13
Spacemacs config file
;; -*- mode: dotspacemacs -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(defun dotspacemacs/layers ()
"Configuration Layers declaration."
(setq-default
;; List of additional paths where to look for configuration layers.
;; Paths must have a trailing slash (ie. `~/.mycontribs/')
dotspacemacs-configuration-layer-path '()
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
modified: core/storage/base_model/gae_models.py
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
@ gae_models.py:411 @ class VersionedModel(BaseModel):
@classmethod
def get_snapshots_metadata(
cls, model_instance_id, version_numbers, allow_deleted=False):
cls, model_instance_id, user_ids, version_numbers, allow_deleted=False):
"""Returns a list of dicts, each representing a model snapshot.
core/templates/dev/head/admin/admin.html
108: <a class="oppia-navbar-tab" ng-href="<[MISC_URL]>" tooltip="Miscellaneous" tooltip-placement="bottom" ng-click="showMiscTab()">
113: <a class="oppia-navbar-tab protractor-test-admin-config-tab" ng-href="<[CONFIG_URL]>" tooltip="Config" tooltip-placement="bottom" ng-click="showConfigTab()">
118: <a class="oppia-navbar-tab" ng-href="<[JOBS_URL]>" tooltip="Jobs" tooltip-placement="bottom" ng-click="showJobsTab()">
123: <a class="oppia-navbar-tab" ng-href="<[ACTIVITIES_URL]>" tooltip="Activities" tooltip-placement="bottom" ng-click="showActivitiesTab()">
core/templates/dev/head/base.html
137: <a class="oppia-navbar-brand-name oppia-transition-200" href="/" focus-on="<[LABEL_FOR_CLEARING_FOCUS]>">
core/templates/dev/head/collection_editor/settings_tab/collection_details_editor_directive.html