code tag

445 questions


1 answers
54 views
0
How do I print characters that are not defined in UTF-8 as "images"?

I am developing an application called Zinnia-Tomoe that allows iOS devices to input and output kanji using a license-free handwriting recognition engine.You can think of Zinnia as an online input appl...

2 years ago

1 answers
100 views
0
Scroll through VSCode terminals one line at a time

I would like to scroll only one line on the VSCode terminal (Bash).Generally, it can be done with Shift+↓or↑, but in my environment, B and A are entered on the terminal respectively.As shown in the sc...

2 years ago

2 answers
113 views
0
UIImage→ NSData Conversion Questions

You are trying to convert the UIImage object to the NSUserDefaults type in order to save it to NSUserDefaults.Use the UIImagePNGRepresentation or UIImageJPEGRepresentation methods to I understand that...

2 years ago

1 answers
38 views
0
The Xcode7beta simulator works, but it doesn't play in the actual machine test.

I am using MACBOOKAIR OS 10.11.3n Xcode-beta.As I wrote in the title, I can't play the video on the actual machine test.I tried various things on mov.mp4, quicktime, and CNVERTER, but it didn't work.T...

2 years ago

1 answers
59 views
0
I want to output it as a single quotation after entering emmet in vscode.

I am typing emmet in vscode, but I want the output to be single quotation, so I wrote this in settings.json.emmet.syntaxProfiles: { html: { attr_quotes: single }}This will be a single for now.For exa...

2 years ago

1 answers
48 views
0
I want Swift to omit the NavigationController title if there are more than a certain number of characters.

The title displayed in the Navigation controller is I am troubled that it looks like the attached image below.What you want to do is to display <Back, which is displayed by default on the Navigatio...

2 years ago

2 answers
37 views
0
With swift, the multidimensional array doesn't work the way you want it to.

Nice to meet you vara=[String]()a. insert(a, atIndex:0)a.append(b)a+=[c]Something like I'd like to have multiple arrays. varb=[String]]()a[0].insert(a, atIndex:0)a[1].append(b)a[2]+=[c]Compilation pas...

2 years ago

1 answers
144 views
0
Is there an extension to change the keyboard shortcuts in VSCode that enables key assignments that are not enabled only after installation?

When I tried to start using VSCode on MacOS, I first installed an extension that made the key assignment look like Emacs.Specifically, I'm trying two things:(probably) Emacs Keymap Improved (I don't r...


1 answers
39 views
0
Can you find out the coordinates of the screen touching at regular intervals?

by NSTimer, etc.Is it possible to know the coordinates of the screen being touched at regular intervals?It's not when the touch moved. at the right time.They want to know the coordinates of the finger...

2 years ago

1 answers
51 views
0
Compilation Error Error: Stack Overflow fails to compile SCSS files when pressing watchass using Live Pass Compiler for VSCode extensions

Compilation Error Error: Stack Overflow Unable to Compile SCSS Files When I Press Watchass Using Live Pass Compiler for VSCode EnhancementsCompilation ErrorError: Stack OverflowTried:Uninstalled all V...

2 years ago
« - 33 - »

© 2024 OneMinuteCode. All rights reserved.