Skip to main content
Advice
0 votes
7 replies
45 views

I am not an English native speaker and I was recently wondering why in many cases things that I would call ‚identifiers‘ are named ‚keys‘ in computer science. To my understanding, a key is an object ...
Johannes Ebster's user avatar
-2 votes
1 answer
80 views

Why this doesn't work? When I hit the "c" on my keyboard, nothing is logged to the console. <input type="hidden" id="keyDetector"> <script> const keyDetector = document....
Jonan Vos's user avatar
-1 votes
1 answer
73 views

I have two tables related to each other, each with roughly 200M records. CREATE TABLE [dbo].[AS_tblTBCDEF]( [CDEF_SOC_NUM] [numeric](5, 0) NULL, [CDEF_EFF_DATE] [date] NULL, [CDEF_TYP_BUS] ...
Johnny Bones's user avatar
  • 8,504
0 votes
1 answer
123 views

I have a json file to store the data for an app. This json file has this dict in it: { "Survival": { "text": "Survival", "directory": "...
Cube Rubik's user avatar
0 votes
2 answers
196 views

I have a CSV file keeping track of people's score in a game. I read it with csv.DictReader(). How do I create a dictionary with the keys being the names and the value being the scores? CSV file ...
user31290254's user avatar
0 votes
1 answer
69 views

In the example below, each child of listview is assigned with a key. Can I restrict the child to build only if the shouldHighlight is updated for any child. Currently it rebuilds each child and prints ...
Sumit's user avatar
  • 37
1 vote
2 answers
61 views

Consider the following sequence: Message1 with key "A" is sent to a specific partition of a topic: kafkaProducer.send("my-topic", 0, "A", "Message content"); ...
Walter Oesch's user avatar
0 votes
1 answer
100 views

I've followed the advice online and made sure every mapped element has a key in the parent container. My FlatList has the renderCard method, and an included keyExtractor that follows the syntax of ...
Cjmaret's user avatar
  • 327
-3 votes
2 answers
69 views

I have this code: results = "[ { user_name: 'User 1', email: '[email protected]', userid: 'HJ10092', event_type: 'download', country: 'Venezuela', doc_type: 'mspowerpoint', ...
pickaxu's user avatar
  • 29
-1 votes
1 answer
39 views

CREATE TABLE menu( id_menu VARCHAR(50) NOT NULL, nama_menu VARCHAR(100), id_kategori VARCHAR(50), keterangan TEXT, harga DOUBLE(5,2), gambar VARCHAR(50), PRIMARY KEY(...
Siti Nurhidayah's user avatar
0 votes
0 answers
30 views

I want to pass a grading request to ChatGPT via API key. the request worked when I passed a text message, but I faced errors when I tried to pass a pdf file that contains the text. The grading service ...
Aljawharah -'s user avatar
0 votes
1 answer
136 views

running a script that uses the "xdotool", "key comma" and "xdotool", "key period". Yet it seems to skip the period commands entirely or perhaps can't interpret ...
BlakeT's user avatar
  • 63
0 votes
4 answers
91 views

I have an array of objects as such const aaa = [ {id: 10, val: "xx"}, {id: 27, val: "tr"}, {id: 13, val: "ut"} ] Now, I know how to search for an object by a value ...
Greeso's user avatar
  • 8,439
0 votes
1 answer
56 views

I had some trouble figuring out how to add a Key Binding to my new Snippet in Sublime. This answer may save some people some time...
Mr.Black's user avatar
  • 463
1 vote
1 answer
154 views

I'm trying to do mTLS with SpringBoot (3.4.3) and so use classes from the package org.springframework.boot.ssl. My client-side KeyStore contains several client certificate keys which I would like to ...
ecnabogs's user avatar

15 30 50 per page
1
2 3 4 5
631