c tag

1304 questions


1 answers
66 views
0
Google Sign-In for iOS Does Not Save Authentication Information to Keychain When Scopes Are Added

I have deployed Google Sign-In for iOS (Google/SignIn) on CocoaPods, but when I add a scope, the information does not appear to be registered in keyChain.AssumptionsPlease refer to the following site ...

2 years ago

1 answers
42 views
0
Understanding Queue End Determination ~ Ring Buffer ~ Algorithms and Data Structures

Currently, I am reading the here article and do not know the criteria for determining the end of the ring buffer.#include<iostream># include <vector>using namespace std;constint MAX=100000...

2 years ago

1 answers
31 views
0
The program does not start properly.

I created a program like the one below, but when I try to move people, the background disappears or the UFO disappears.Actually, I'm trying to create something that moves people, but keeps the backgro...

c
2 years ago

2 answers
35 views
0
Basic code bugs in C language

I'm a beginner in C language. Below is the code with the bug.#include<stdio.h>int main(void){ int repeat; int value 1 = 0; int value2 = 0; intv; int add; char command [10]; char str[3]; scanf(%d...

c
2 years ago

1 answers
123 views
0
Key error in Word2vec

Based on the reference URL below, I would like to move word2vec.The following files and procedures for similars.py and train.py are all diverted from this site.After spacing the files of Aozora Bunko ...

2 years ago

2 answers
85 views
0
I want to convert the output in word2vec in text mode to the output in binary mode in Python.

I have a text file that was printed when I vectorized word information in a C language program called word2vec.The output is from the else statement of the following code:for(a=0;a<vocab_size;a++){...


1 answers
113 views
0
What is the difference between RSpec let and let!?

While I was studying, I found something I didn't understand.Why should I review the instance variableWhen I read the article above, it said this.Let is called at the required time, but before instance...

2 years ago

4 answers
31 views
0
Differences between declarations and definitions, significance of external declarations

inta;←declarationintb = 10; ← Declarations and Definitions intc;c=100;← What is this declaration and what is it?Also, I don't understand the need for an external declaration...Don't you just have to d...

c
2 years ago

1 answers
85 views
0
No video only when downloaded from App Store

After releasing the app into the App Store, download the app from the production store.Then, some of the images in the application are not displayed correctly and the loading image (Activity Indicator...

2 years ago

1 answers
116 views
0
Want to know Autolayout best practices

I am a student studying the creation of iOS apps at Objective-C.It may not be a good question because you are immature and misleading, but I would appreciate it if you could answer it.When creating an...

« - 35 - »

© 2024 OneMinuteCode. All rights reserved.