Login
Register
@
Dark Mode
Profile
Edit my Profile
Messages
My favorites
Register
Activity
Q&A
Questions
Unanswered
Tags
Subjects
Users
Ask
Previous Years
Blogs
New Blog
Exams
Dark Mode
Recent questions and answers in Projects
0
votes
1
answer
1
Automata
L = {w: w ε{0,1}*,Every substring of four symbols has at most two 0’s} Write a program using c++ or java. The input program is the string to be tested.The automata must be tested with v= {w: w ε L} and the output should either reject or accept the string v.
Gate Shark
answered
in
Compilers, Architecture, HPC
Sep 15, 2022
by
Gate Shark
176
views
finite-automata
theory-of-computation
turing-machine
0
votes
0
answers
2
For the project "Idenification of people at risk of radicalization" on Twitter, where I can find the free Dataset?
abhish1mishra
asked
in
Big Data/Data Analytics
Mar 25, 2022
by
abhish1mishra
98
views
0
votes
1
answer
3
Seminar and Major Project
Hello! Can anyone suggest very latest topics for seminar? I also need good and innovative ideas for major project in CSE. Thanks! P.S : It is not limited to machine learning. You can give ideas from any domain of computer science.
Sandy Sharma
answered
in
Machine Learning
Feb 15, 2019
by
Sandy Sharma
919
views
general
0
votes
0
answers
4
lex program
%{ #include<stdio.h> int vowels=0; int cons=0; %} %% [aeiouAEIOU] {vowels++;} [a-zA-Z] {cons++;} %% int yywrap() { return 1; } int main( ) { printf("Enter the string..at end press^d\n"); yylex(); printf("No of vowels = ... cons); return 0; } when i run this program in ubuntu . iam able to enter the string but it does print the line for counting vowels and consonants
Suja1994
asked
in
Compilers, Architecture, HPC
Aug 1, 2018
by
Suja1994
527
views
4
votes
3
answers
5
How to make user authenticated Internet Acceess
I wanted to convert my home modem to coffee shop and give internet to my customers . But due to security reasons users should register their mobile before they get access to inernet. How can I build this project ? Where should I start with ? Currently i have got D-Link modem
Ashish Patel
answered
in
Pure Web Development
May 2, 2018
by
Ashish Patel
777
views
internet-access
0
votes
0
answers
6
Computer Science
(c) The following are some assembly language instructions of a hypothetical CPU. The instructions are written to find the remainder when 16 is divided by 7 and store the remainder in a memory location location assembly instruction 0 load 16 1 sub 7 2 bge ... conversions: (i) Convert 0101 10012 to decimal. (ii) Convert 4E16 to decimal. (iii) Convert 1100 00112 to hexadecimal.
CYKWAN
asked
in
Compilers, Architecture, HPC
Apr 6, 2018
by
CYKWAN
463
views
0
votes
1
answer
7
Naive Bayes Algorithm
What is the step by step procedure to apply algorithms like Decision Tree, Naive Bayes, etc... on a dataset using Python?
Digvijay Pandey
answered
in
Big Data/Data Analytics
Feb 22, 2018
by
Digvijay Pandey
704
views
conditional-probability
probability
data-analytics
machine-learning
2
votes
0
answers
8
image processing
Could anyone help me with me image processing topic as I have done my Btech project in noise reduction in images but I have tried only those filters which are already existing but haven't done anything new in it. I need to prepare it for IIIT H interview.
Adiaspirant
asked
in
Compilers, Architecture, HPC
May 24, 2017
by
Adiaspirant
406
views
3
votes
1
answer
9
Interest
Has anybody tried their hands in Raspberry Pi? Or have an experience with Arduino?? I meant in terms of practical exposure. If yes, kindly share your valuable insights and thoughts as well.
s9k96
answered
in
Compilers, Architecture, HPC
Apr 3, 2017
by
s9k96
402
views
arduino
Help get things started by
asking a question
.
Subscribe to GATE CSE 2023 Test Series
Subscribe to GO Classes for GATE CSE 2023
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
Central Pollution Control Board CPCB Various Post Recruitment 2023
MP Rajya Sahkari Apex Bank Various Post Recruitment 2023
NITIE MUMBAI throgh GATE
PGCIL recruitment 2023 – Apply Online For 138 Posts through GATE
Admission guidance for GATE CSE 2023
Subjects
All categories
General Aptitude
(2.6k)
Engineering Mathematics
(9.4k)
Digital Logic
(3.3k)
Programming and DS
(5.9k)
Algorithms
(4.6k)
Theory of Computation
(6.7k)
Compiler Design
(2.3k)
Operating System
(5.0k)
Databases
(4.6k)
CO and Architecture
(3.8k)
Computer Networks
(4.7k)
Non GATE
(1.3k)
Others
(2.5k)
Admissions
(655)
Exam Queries
(847)
Tier 1 Placement Questions
(17)
Job Queries
(77)
Projects
(9)
Compilers, Architecture, HPC
(5)
Machine Learning
(1)
Distributed Systems
(0)
Big Data/Data Analytics
(2)
Pure Web Development
(1)
Unknown Category
(866)
Recent questions and answers in Projects
Recent Blog Comments
Please see the updated link.
Unfortunately there won't be a hardcopy coming...
this book is not available on amazon now, i want...
Yes
Hi! @AnkitMazumder14 bhaiya,Is python...