Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
@mohanrajanr
mohanrajanr / college.json
Last active November 6, 2024 11:26
All Colleges Change1
{
"colleges":[
"A V S ENGINEERING COLLEGE",
"A.C.COLLEGE OF ENGINEERING AND TECHNOLOGY (AUTONOMOUS)",
"A.C.T. COLLEGE OF ENGINEERING AND TECHNOLOGY",
"A.K.T. MEMORIAL COLLEGE OF ENGINEERING AND TECHNOLOGY",
"A.R. COLLEGE OF ENGINEERING AND TECHNOLOGY",
"A.R. ENGINEERING COLLEGE",
"A.R.J COLLEGE OF ENGINEERING AND TECHNOLOGY",
"A.S.L. PAULS COLLEGE OF ENGINEERING AND TECHNOLOGY",
This file has been truncated, but you can view the full file.
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(factory((global.THREE = global.THREE || {})));
}(this, (function (exports) { 'use strict';
// Polyfills
if ( Number.EPSILON === undefined ) {