CompSci Weekend SuperThread (August 02, 2019) Computer Science |
- CompSci Weekend SuperThread (August 02, 2019)
- What Color is Your Function?
- ACL 2019 | Best Papers Announced
- What is the appeal of weakly and dynamically typed languages?
- How are cookies and sessions used in services like Facebook and Twitter
- CFG for PDF specification?
- [Request] Accelerometer data for crashes
CompSci Weekend SuperThread (August 02, 2019) Posted: 01 Aug 2019 06:05 PM PDT /r/compsci strives to be the best online community for computer scientists. We moderate posts to keep things on topic. This Weekend SuperThread provides a discussion area for posts that might be off-topic normally. Anything Goes: post your questions, ideas, requests for help, musings, or whatever comes to mind as comments in this thread. Pointers
Caveats
[link] [comments] |
Posted: 01 Aug 2019 07:39 PM PDT |
ACL 2019 | Best Papers Announced Posted: 01 Aug 2019 08:07 AM PDT |
What is the appeal of weakly and dynamically typed languages? Posted: 01 Aug 2019 04:42 PM PDT I must be missing something because I don't understand why everyone loves languages like Python for being dynamically typed. I can't quite see the benefit besides something like having a var be false until set to having a real value. To me all I can see is that it introduces lots of errors because of a var being changed type before passing into a function. Wouldn't you just need lots of extra checks for each function because of this? ELI5 maybe? [link] [comments] |
How are cookies and sessions used in services like Facebook and Twitter Posted: 01 Aug 2019 01:32 PM PDT I've been developing node.js backend applications for sometime now and I really dont know how cookies and sessions are really used. Could some give an example of how such would be used in services like Facebook and Twitter? [link] [comments] |
Posted: 01 Aug 2019 12:45 PM PDT Would it be possible to create a context-free grammar for the PDF specification, and then generate a PDF parser using something like lex/yacc or flex/bison? Would something like this prevent malicious PDF file from opening/running? Or could you have a syntactically-correct PDF file that is also malicious? [link] [comments] |
[Request] Accelerometer data for crashes Posted: 01 Aug 2019 11:31 AM PDT Does anyone have any public accelerometer data for car crashes and accidents? My friend and I are trying to create an accident classifier that will send an alert if any accidents happen. Thanks in advance. [link] [comments] |
You are subscribed to email updates from Computer Science: Theory and Application. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment