{"id":24449168,"url":"https://github.com/codeniko/ruopen_nonreg","last_synced_at":"2025-03-14T05:43:20.510Z","repository":{"id":12938460,"uuid":"15616324","full_name":"codeniko/ruopen_nonReg","owner":"codeniko","description":"Rutgers Course Spotter C++, no longer supported.","archived":false,"fork":false,"pushed_at":"2014-04-03T20:28:48.000Z","size":380,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T00:43:44.961Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeniko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-03T18:24:05.000Z","updated_at":"2015-02-09T03:52:34.000Z","dependencies_parsed_at":"2022-08-28T10:12:39.515Z","dependency_job_id":null,"html_url":"https://github.com/codeniko/ruopen_nonReg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeniko%2Fruopen_nonReg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeniko%2Fruopen_nonReg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeniko%2Fruopen_nonReg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeniko%2Fruopen_nonReg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeniko","download_url":"https://codeload.github.com/codeniko/ruopen_nonReg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243532531,"owners_count":20306152,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-21T00:37:29.036Z","updated_at":"2025-03-14T05:43:20.477Z","avatar_url":"https://github.com/codeniko.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"#RUopen? - Rutgers Course Spotter\nIs the course you need to graduate closed? Or maybe you want that Easy A class that is always closed. RUopen has got you covered! RUopen spots when the section of a course you want opens, plays a sound, and even notifies you through a text message.\n\nThere exists a version that also automatically registers you for the course. However, it is kept private and out of use because it is against Rutgers Policy ;)\n\n*Programmed by Nikolay Feldman*\n\n**History**\u003cbr\u003e\nJava GUI version created in ~2012 *(GUI looked pretty bad with gridbag)*\u003cbr\u003e\nC# GUI version created ~2013 *(Beautiful GUI)*\u003cbr\u003e\nC++ CLI version created ~2014 *(Built with speed in mind and to run on server)*\n\n##Installation\n**Dependencies**\u003cbr\u003e\nThe versions specified below are the versions in which RUopen was developed.\u003cbr\u003e\ngcc \u003e= *4.7.2*\u003cbr\u003e\nLibCurl  \u003e= *7.26.0*\u003cbr\u003e\nBoost \u003e= *1.55.0*\u003cbr\u003e\nJsonCpp \u003e= *0.5.0*\n\nTo build, simply run\n\u003e make\n\nYou will end up with a binary file named **ruopen**\n##Configuration\nThe configuration file is **ruopen.conf**\n\n**NOTE** \nIf you're not using a setting or want the program to default, leave the value of the setting as an empty line. You can also remove the setting entirely.\n\nThe campus to load courses for.\n\u003cpre\u003e\n [CAMPUS] \n Values: \u003ci\u003eNew Brunswick, Newark, Camden\u003c/i\u003e\n Default: \u003ci\u003eNew Brunswick\u003c/i\u003e\n\u003c/pre\u003e\n\nThe school semester that you want to load courses for. This can be left blank and the current semester will be used *(either Spring or Fall)*\n\u003cpre\u003e\n [SEMESTER] \n Values: \u003ci\u003e\u0026lt;SEASON\u0026gt; \u0026lt;YEAR\u0026gt;\u003c/i\u003e\n Examples: \u003ci\u003eSpring 2014, Summer 2013, Fall 2012, Winter 2011, etc...\u003c/i\u003e\n Default: \u003ci\u003e\u0026lt;EMPTY LINE\u0026gt; signifying to use current semester (determined automatically).\u003c/i\u003e\n\u003c/pre\u003e\n\nEnter a Yahoo email that is registered to you. This is the email that will send out an SMS message to you. It is **highly** recommended to create a new email specifically for this purpose.\n\u003cpre\u003e\n [SMS EMAIL] \n Value: \u003ci\u003e\u0026lt;someEmailName@yahoo.com\u0026gt;\u003c/i\u003e\n\u003c/pre\u003e\n\nEnter the password to the \"[SMS EMAIL] email specified above.\"\n\u003cpre\u003e\n [SMS PASSWORD] \n Value: \u003ci\u003e\u0026lt;Yahoo email password\u0026gt;\u003c/i\u003e\n\u003c/pre\u003e\nThe mobile phone number that will be notified when your class has been spotted.\n\u003cpre\u003e\n [SMS PHONE NUMBER]\n Value: \u003ci\u003e\u0026lt;##########\u0026gt;\u003c/i\u003e\n\n\u003cb\u003eNOTE\u003c/b\u003e Don't have any spaces in the number\n\u003c/pre\u003e\n\nShould the program display its progress and course checks (to stdout), or should it be silent. If silent == true, an alert and an SMS message will still be sent when a course is spotted.\n\u003cpre\u003e\n [SILENT]\n Values: \u003ci\u003etrue, false\u003c/i\u003e\n Default: \u003ci\u003efalse\u003c/i\u003e\n\u003c/pre\u003e\n\nPre-load the courses/sections to spot for on program execution.\n\u003cpre\u003e\n [COURSES] \n Values: \u003ci\u003e\u0026lt;DEPARTMENT\u0026gt;:\u0026lt;COURSE\u0026gt;:\u0026lt;SECTION\u0026gt;\u003c/i\u003e\n Examples: \u003ci\u003e198:111:03 or 640:250:01\u003c/i\u003e\n Default: \u003ci\u003e\u0026lt;EMPTY LINE\u0026gt; signifying not to spot any courses (can be set within program).\u003c/i\u003e\n\n \u003cb\u003eNOTE\u003c/b\u003e Have each course on a separate line with no empty lines inbetween.\n\u003c/pre\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeniko%2Fruopen_nonreg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeniko%2Fruopen_nonreg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeniko%2Fruopen_nonreg/lists"}