Most Popular

1162 questions
0
votes
1 answer

Cheating detection script

The pandemics has incredibly increased the number of cheating cases. Do you know of any script (bash or other scripting language) for checking a bunch of Java code submissions for similarity? I know I could use diff, but it would be hard to detect…
Drimades Boy
  • 489
  • 3
  • 10
0
votes
1 answer

Any materials on fractional/quotient languages?

In Hopcroft-Motwani-Ullman there are exercises on this topic. What is another good reference (textbook/website) for fractional/quotient regular languages, possibly with examples?
Drimades Boy
  • 489
  • 3
  • 10
0
votes
0 answers

How to take PHP junior developers to senior level

I am involved in a website project, where main implementation language is PHP. Main development is done by two full-time developers, who lack a lot of understanding about program architecture and modern PHP features. I am involved in the project…
0
votes
1 answer

Is CS50 AP available for new teachers for 2020-2021?

I've taught AP CSP for a few years and am interested in teaching CS50 AP, but I'm having trouble getting started. The links in the getting started guide at https://cs50.harvard.edu/ap/2020/ aren't working. I've tried to email ap@cs50.harvard.edu,…
M. Braden
  • 21
  • 2
0
votes
0 answers

Jackson based IDE for programming

Is there any Jackson based IDE for programming? I mean, an IDE in which you can place the sentences in sequence from left to right. I am looking for something similar to PSeInt (spanish), although PSeInt has only Flowchart classic and…
Milla
  • 169
  • 8
0
votes
0 answers

Computer Science Theory with Haskell?

Do you know of any courses using Haskell to illustrate Computational Theory topics?
Drimades Boy
  • 489
  • 3
  • 10
0
votes
1 answer

How do I teach problem solving and logical thinking to students of age group 12-18yrs through online session

I am currently researching some good content/problems to teach my students. I am referring to Mensa's Book on Logical thinking, which has a good amount of puzzles for all age groups. Is there any other site I should refer to? And what are your…
0
votes
1 answer

I struggle to understand technical things in cs? What can I do to improve?

Today I wanted implement a deep learning model in openvino. So I went to the page here and started reading. After starting the reading, I struggle to understand things and started to deviate a lot from my objective. For example: Speeds…
Fasty
  • 169
  • 6
0
votes
1 answer

What is the best approach to learning things in CS?

What's the best approach to learning a library, framework etc.I find it overwhelming initially as to where should I start learn such things. Is it like you start taking up a course and then try to implement it. Or just start applying directly and…
0
votes
1 answer

Research On Teaching A Second Programming Language/Paradigm

I've tried googling for this but I'm not sure I'm searching for the correct terms. Is anyone aware of any research on the differences between teaching novice software developers how to write code and teaching experienced software developers a second…
Onorio Catenacci
  • 595
  • 3
  • 10
0
votes
2 answers

Simple, Compact, Rounded Definition of the term "Programming Construct"

A younger friend of mine, a high school student I have been encouraging to take his Computer Studies class seriously, and possibly go for CS in tertiary education, brought this problem to me. He was given a term paper by his teacher in the course of…
0
votes
2 answers

Is there any formal education for programming? Other than a CS degree?

Are there any universities that give you a Bachelor's in programming? I am aware of Computer Science BSc, but it's a little too broad in scope.
kanayt
  • 241
  • 1
  • 2
  • 4
0
votes
2 answers

Is there any series of videos in which all the main algorithms are discussed without going into things like time complexity and space complexity

The course should be discussed in c language. I am presently learning basic computer programming through a book and while doing the questions from the book from a chapter say array, I found out most of the questions are based on algorithm, so I…
0
votes
2 answers

Research question thesis

I am now in high school and have to do research. But I am not sure which research question to choose. I would like to talk about programming languages and therefore something within computer science. Can someone give me some examples of research…
0
votes
0 answers

Software tool as in Bret Victor's demo

Already last year I encountered the great http://worrydream.com/LearnableProgramming/ and it was much needed fresh air (while I was suffocating in my provided "textbooks": cobbled collections of random things difficult to follow). But for some…