/store/book/author $.store.book[*].author the authors of all books in the store
//author $..author all authors
/store/* $.store.* all things in store, which are some books and a red bicycle.
/store//price $.store..price the price of everything in the store.
//book[3] $..book[2] the third book
//book[last()] $..book[(@.length-1)]
$..book[-1:] the last book in order.
//book[position()<3] $..book[0,1]
$..book[:2] the first two books
//book[isbn] $..book[?(@.isbn)] filter all books with isbn number
//book[price<10] $..book[?(@.price<10)] filter all books cheapier than 10
//* $..* all Elements in XML document. All members of JSON structure.
תחום פיתוח סביבות למידה, באגף מיפוי ותכנון, מינהל הפיתוח, חוקר ומקדם את עיצוב מרחב הלמידה, בפנים ומחוץ למבנה החינוכי, כטקסט פדגוגי ובהלימה לאסטרטגיות חינוכיות
Tungsteno is a project whose goal is to make mathematics accessible to everybody, completely free, based on open collaboration and the best pedagogical tools
Winning solutions of Kaggle's past competitions from grandmasters. If you are facing a data science problem, there is a good chance that you can find inspiration here!
This site contains many samples and prototypes that I have developed. All the code for the samples are available on bitbucket and people are free to do with it what they will. Ideally its best if you use the latest version of the Chrome browser, I tend to use the latest available APIs and features as I prototype and learn new subjects.
* 2D Prototypes
* 3D Fungi Prototypes
* SDF / Ray Marching Prototypes
* Three.js Prototypes
* 3D Shader Prototypes
* UI Web Components
* Misc
These are articles about the techniques I develop and lessons I learnt while toying or working with computer graphics. Most of it is self-taught and there's lots of reinventing the wheel (which I recommend) but also some innovative and new discoveries that often times are not documented anywhere else (and if any of this content becomes part of your paper or the center of your PhD thesis, I feel it'd be fair to mention this website).
G. Nelson, B. Xie, and A. Ko. Proceedings of the 2017 ACM Conference on International Computing Education Research
, page 2--11. New York, NY, USA, ACM, (2017)
J. Park, Y. Park, J. Kim, J. Cha, S. Kim, and A. Oh. Proceedings of the Fifth Annual ACM Conference on Learning at Scale
, page 58:1--58:10. New York, NY, USA, ACM, (2018)
P. Brusilovsky, H. Hsiao, and M. Yudelson. JCDL '08: Proceedings of the 8th ACM/IEEE-CS joint conference on Digital libraries
, page 337--340. New York, NY, USA, ACM, (2008)