-
if it's helpful, 2017 fall scenes are listed here:
https://github.com/SFPC/recoded/blob/ce45ebd521d5c1c689dfa1ffca361e3a70d5c5bb/src/sceneManager.cpp
seems it got slammed in some merge, it mi…
-
First of all, thanks for this amazing and well thought out library.
From reading the [jsdom docs](https://github.com/tmpvar/jsdom), it appears that there was an api update that broke compatibility …
-
Seems we might want a page for talks, papers, workshops, etc. I'm starting an ongoing list here... @mushon and @hfn1, please add the items you have below.
dhowe updated
7 years ago
-
Amit Pitaru
sfpc.io/people/amit-pitaru/
Zach Lieberman
sfpc.io/people/zach-lieberman/
-
http://sfpc.io/people/#filter=.fall-2013
this shows fall 2015 students as well
-
The slideshow at the participate page http://sfpc.io/participate/ never really worked in the mobile browser. It displays all the images. After [my commit](https://github.com/SFPC/sfpc.github.io/commit…
-
When the user is on http://blog.sfpc.io/, and click Participate page, the link takes them to http://sfpc.io/participate-2015 and that page is broken.
It needs to take them to http://sfpc.io/participat…
-
Test code:
```
// performance test ("random()")
start = new Date();
randomTest = 0;
for (i = 0; i < 100000; i++){
randomTest += random();
}
end = new Date();
millisecondsElapsed = end - start;
c…
-
After almost a month of hiatus from the project, I'm diving deep back in to the project. Thanks to many great friends who gave thoughtful feedback, I think we can now step forward toward completion.
…
-
Text draft is on Hackpad here:
https://sfpc.hackpad.com/SFPC-Website-FAQ-Edit-qQsvkk8Jruq
...but not quite done yet?
And needs to be converted to Markdown files for each section in the /_faq/ folde…