Tag: r

53 votes
8 answers
625 views
How to check if a specific key is present in a hash or not?

I want to check whether the "user" key is present or not in the session hash. How can I do this? Note that I

avatar
Cortez
0 1 0 9
asked 07 September, 2021
59 votes
30 answers
1.5K views
Simplest code for array intersection in javascript

What's the simplest, library-free code for implementing array intersections in javascript? I want to writ

avatar
Clarice
0 1 0 9
asked 07 September, 2021
53 votes
27 answers
1.2K views
How do you implement a Stack and a Queue in JavaScript?

What is the best way to implement a Stack and a Queue in JavaScript? I'm looking to do the shunting-yard

avatar
Tuan
0 1 0 9
asked 07 September, 2021
59 votes
7 answers
2.1K views
Ukkonen's suffix tree algorithm in plain English

I feel a bit thick at this point. I've spent days trying to fully wrap my head around suffix tree constru

avatar
Wilber
0 1 0 9
asked 07 September, 2021
50 votes
19 answers
3K views
Why is Dictionary preferred over Hashtable in C#?

In most programming languages, dictionaries are preferred over hashtables. What are the reasons behind that?

avatar
Louetta
0 1 0 9
asked 07 September, 2021
63 votes
13 answers
2.8K views
How can I remove a key from a Python dictionary?

When deleting a key from a dictionary, I use: if 'key' in my_dict: del my_dict['key']

avatar
Jeff
0 1 0 9
asked 07 September, 2021
60 votes
18 answers
1K views
How do I sort a list of dictionaries by a value of the dictionary?

I have a list of dictionaries and want each item to be sorted by a specific value. Take into consideration the

avatar
Nereida
0 1 0 9
asked 07 September, 2021
48 votes
1 answers
2.7K views
Function not working on c program selection sort

Why this function is not working here? It's not sorting on output. Suppose if I enter 1 4 2 the output is

avatar
Hildegard
0 1 0 9
asked 07 September, 2021
67 votes
2 answers
748 views
Syntax error in printf command in c programming

Just for context, I am a complete beginner at programming and learning C is my first experience at coding. I d

avatar
Basil
0 1 0 9
asked 07 September, 2021
56 votes
0 answers
330 views
popen & poll for output

We are using popen and poll with timeout for reading output from a process. I have a case where we with popen

avatar
Trudy
0 1 0 9
asked 07 September, 2021
55 votes
1 answers
2.5K views
Initializing the string in C; Is the following useful?

I know how to initialize strings in C in two different ways. char str[] = "abcd"; char str[] = {'a'

avatar
Freida
0 1 0 9
asked 07 September, 2021
57 votes
1 answers
2.3K views
Using struct variables in functions - Conflicting types

i'm trying to pass struct variables to a function, but i receive: error: conflicting types for 'refe

avatar
Rudolf
0 1 0 9
asked 07 September, 2021
60 votes
0 answers
1.9K views
SCANF probably not reading the correct value

If you enter more than five characters in the "name" field the function giving wrong output,otherwise if the

avatar
Nereida
0 1 0 9
asked 07 September, 2021
58 votes
9 answers
1.3K views
How to overlay one div over another div

I need assistance with overlaying one individual div over another individual div. My code looks like this: &

avatar
Dusty
0 1 0 9
asked 07 September, 2021
55 votes
20 answers
418 views
Can I hide the HTML5 number input’s spin box?

Is there a consistent way across browsers to hide the new spin boxes that some browsers (such as Chrome) rende

avatar
Tana
0 1 0 9
asked 07 September, 2021
50 votes
20 answers
1.1K views
CSS selector for first element with class

I have a bunch of elements with a class name red, but I can't seem to select the first element with the c

avatar
Janella
0 1 0 9
asked 07 September, 2021
53 votes
22 answers
942 views
What is the best way to conditionally apply a class?

Lets say you have an array that is rendered in a ul with an li for each element and a property on the controll

avatar
Rudolf
0 1 0 9
asked 07 September, 2021
53 votes
30 answers
1.4K views
Center a column using Twitter Bootstrap 3

How do I center a div of one column size within the container (12 columns) in Twitter Bootstrap 3? .cente

avatar
Hilario
0 1 0 9
asked 07 September, 2021