• Breaking News

    Wednesday, September 2, 2020

    Map of Computer Science Computer Science

    Map of Computer Science Computer Science


    Map of Computer Science

    Posted: 01 Sep 2020 03:03 PM PDT

    My Turing machine simulator

    Posted: 01 Sep 2020 01:16 PM PDT

    Hey everyone, just wanted to share a Turing machine simulator I've been working on in Unity. It uses an esolang that's a mix of BF and Wang B-Machine, and I managed to write a program that adds two binary numbers separated by a space. https://github.com/CharlesAverill/Turing

    Here's the program:

    # Check if X is 0 gotoif 7 1 right gotoif 2 0 gotoif 7 1 break # Goto beginning of tape left gotoif 7 0 gotoif 7 1 gotoif 7 B right # Start subtract (1s compliment) gotoif 16 0 gotoif 19 1 goto 22 write 1 right goto 13 write 0 right goto 13 left # Sub-Add gotoif 31 0 gotoif 28 1 gotoif 31 B break write 0 left goto 24 write 1 # Back to Subtract (2nd 1s complement) left gotoif 33 0 gotoif 33 1 gotoif 33 B right gotoif 41 0 gotoif 44 1 goto 47 write 1 right goto 38 write 0 right goto 38 left # Subtract is completed, goto end of Y gotoif 52 0 gotoif 52 1 gotoif 54 % right goto 49 left # Add to Y gotoif 62 0 gotoif 59 1 goto 62 write 0 left goto 56 write 1 # Goto beginning of tape left gotoif 64 0 gotoif 64 1 gotoif 64 B right goto 1 

    Let me know what you think!

    submitted by /u/CharlesAverill20
    [link] [comments]

    Tips on How to Design Professional Venn Diagrams in Python

    Posted: 02 Sep 2020 03:10 AM PDT

    Anyone have any experience with JP Morgan Tech Connect program?

    Posted: 02 Sep 2020 02:22 AM PDT

    I've got a web interview - it's a program designed for non coders yet I heard it includes a technical CS question, likely something simple. Anyone went through the application process and knows the type of question?

    submitted by /u/25sigma
    [link] [comments]

    reduction-restricted lambda calculus

    Posted: 01 Sep 2020 05:35 AM PDT

    The obvious choice of counting beta-reductions does not give a reasonable cost model for the lambda calculus due to the possibly arbitrarily large complexity of the body (RHS) of lambda applications. This leads me to consider a K-restricted version of the LC where applications have at most K occurrences of the argument on the RHS. Some questions naturally follow:

    1. Has this already been studied, perhaps with a different name?
    2. Can unrestricted LC programs be simply translated to say 2-restricted LC with minimal blow-op in length or overall complexity?
    3. Does this actually give a reasonable cost model or allow a more efficient evaluator?
    4. With the restriction on RHS complexity, does this make 2-r LC a combinator calculus with a finite number of combinators?

    Thoughts or suggestions for further reading?

    submitted by /u/LobYonder
    [link] [comments]

    Types Of Cyber-Attacks

    Posted: 01 Sep 2020 08:01 PM PDT

    Founding Hackers Open Community Discord

    Posted: 01 Sep 2020 11:47 PM PDT

    I am looking to find people who are interested in interdisciplinary collaboration and innovating with entrepreneurial problem-solvers. We are in our rookie year, less than 6 months, and are interested in networking, partnering, and mentoring relationships for beginners and experienced students and professionals to participate in hackathons as an opportunity to practice skills and form a community around motivated and teamwork. If you think you might be interested check out our website, join our Discord, and contribute if you can. We are currently forming teams for an upcoming event that I think many of you will be interested in. "Meet, greet, learn, and compete!" https://foundinghackers.com/

    submitted by /u/heroic-stoic
    [link] [comments]

    Pro Tips to solve the problems of Project Management Assignment Help

    Posted: 01 Sep 2020 11:02 PM PDT

    I've been trying to learn how to build a Network Packet Sniffer using Python. I want to improve upon it but I have no idea what to do...

    Posted: 01 Sep 2020 10:49 PM PDT

    So, I have been trying to build a Network Packet Sniffer using Python using this tutorial:

    https://www.youtube.com/watch?v=WGJC5vT5YJo&list=PL6gx4Cwl9DGDdduy0IPDDHYnUx66Vc4ed

    Any ideas about adding extra features or functionality?

    submitted by /u/IAmOZRulez
    [link] [comments]

    Research with M.S. and Ph.D. in Applied Maths or Computational Maths as a Mechanical Engineering Undergraduate

    Posted: 01 Sep 2020 09:23 AM PDT

    Anybody here gone down the route of B.S. in mechanical engineering (or related) with a minor in math, to M.S. and Ph.D. in applied maths or computational maths? I'd like to hear your experiences with that educational path.

    About me:

    I'm a 4th year MechEng undergrad (will take me 5 total years to graduate). I work in a computational research group at my uni, and all of the Ph.D. students (they are all MechEng) research what seems to be more applied maths and statistics. Most of their research involves uncertainty analysis and quantification, methods of computing higher order derivatives, etc.

    submitted by /u/Seligmannn
    [link] [comments]

    [R] Microsoft Researcher Single-Handedly Surveys the SOTA in Sign Language Recognition

    Posted: 01 Sep 2020 03:29 PM PDT

    In a newly published paper, Microsoft Applied Scientist Oscar Koller composes a quantitative survey of the SOTA in sign language recognition (SLR), making all source data public in the hope of advancing future work and new open questions.

    Here is a quick read: Microsoft Researcher Single-Handedly Surveys the SOTA in Sign Language Recognition

    The paper Quantitative Survey of the State of the Art in Sign Language Recognition is on arXiv.

    submitted by /u/Yuqing7
    [link] [comments]

    [R] AMBERT: BERT with Multi-Grained Tokenization Achieves SOTA Results on English and Chinese NLU Tasks

    Posted: 01 Sep 2020 11:55 AM PDT

    Researchers from ByteDance AI Lab have proposed a novel pretrained language model, AMBERT (A Multigrained BERT), which leverages both fine-grained and coarse-grained tokenizations to achieve SOTA performance on English and Chinese language tasks.

    Here is a quick read: AMBERT: BERT with Multi-Grained Tokenization Achieves SOTA Results on English and Chinese NLU Tasks

    The paper AMBERT: A Pre-Training Language Model with Multi-grained Tokenization is on arXiv.

    submitted by /u/Yuqing7
    [link] [comments]

    [Python][SAT] Toy package manager under 200 SLOC on top of SAT solver

    Posted: 01 Sep 2020 08:02 AM PDT

    How Did Malware Get Past Apple's Notarization System?

    Posted: 01 Sep 2020 05:24 AM PDT

    [N] Elon Musk’s Neuralink Demos Brain-Computer Link in Live Pigs

    Posted: 01 Sep 2020 08:01 AM PDT

    Last Wednesday, Elon Musk caught the AI community's attention with a tweet announcing an upcoming "Live webcast of working u/Neuralink device…" On Friday, the billionaire tech entrepreneur delivered. With pigs.

    Here is a quick read: Elon Musk's Neuralink Demos Brain-Computer Link in Live Pigs

    submitted by /u/Yuqing7
    [link] [comments]

    No comments:

    Post a Comment