This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.qsform textarea { | |
font-family: inherit; | |
font-size: 1em; | |
width: 97%; | |
border: 1px solid grey; | |
padding: 5px 0px 5px 5px; | |
border-radius: 4px; | |
height: 100px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qsMatchLabels = [ | |
"How did you learn of Living Wisdom School?", | |
"Family Religion", | |
"What are your educational goals for your child? In what way do you believe Living Wisdom School will help to accomplish these goals?*", | |
"Academic Assessment*", | |
"Social Assessment*", | |
"Emotional Assessment*", | |
"Spiritual Assessment*", | |
"Has the student ever skipped or repeated a grade? Please Explain.*", | |
"Has school attendance been steady and regular? If not, please explain.*", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Copy this entire code block--> | |
<div id="application-form"></div> | |
<div class="qsstandalone-footnote" id="enquiry-footer">Form powered by <a href="http://www.quickschools.com" target="_blank">QuickSchools.com - Student Information System</a></div> | |
<script src="https://lwspa.quickschools.com/sms/es/application?divId=application-form" async></script> | |
<script type="text/javascript"> | |
qsMatchLabels = [ | |
"How did you learn of Living Wisdom School?", | |
"Family Religion", | |
"What are your educational goals for your child? In what way do you believe Living Wisdom School will help to accomplish these goals?*", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function main() { | |
var selector = "button:contains(Delete)" | |
new Iterator(selector, true, true).loop(); | |
} | |
Iterator.prototype.loop = function() { | |
this.elem.click(); | |
$("button:contains(Yes, delete)").click(); | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/Library/Frameworks/Python.framework/Versions/2.7/bin/python | |
# from tqdm: https://github.com/noamraph/tqdm | |
import time | |
start_time = None | |
total = None | |
n = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/Library/Frameworks/Python.framework/Versions/2.7/bin/python | |
import csv | |
class CSV_IO(object): | |
"""class for reading/writing CSV objects | |
can work standalone or as the backbone for CSVMatch""" | |
def __init__(self, filepath): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/Library/Frameworks/Python.framework/Versions/2.7/bin/python | |
import us | |
import pld | |
import titlecase | |
from pld import custom_field_key as custom_field | |
import api_logging | |
nces_serial_label = '945949' | |
randomize_label = '948322' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Terminal" | |
set dir to "SCRIPT_PATH" | |
set scriptString to quoted form of dir | |
if (count of windows) is 0 then | |
do script | |
else | |
if length of (get windows whose miniaturized is false) is 0 then | |
set miniaturized of the front window to false | |
end if |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// DeleteSemesterFromTranscript.js.txt | |
// Rick Nagy | |
// 2014-04-19 | |
// | |
// run via js console | |
function init() { | |
stopAsap = false; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// importApplicants.js | |
// Rick Nagy | |
// 2014-04-14 | |
// | |
// run via js console | |
function main() { | |
stopAsap = false; |