source tag

7 questions


1 answers
61 views
0
Python novice was studying open source.

def commands_arduino(a,b): # a: command, b: times # # Old - '%04d' % (42,) # # New - '{:04d}'.format(42) # # Output - 0042 commands = .join(a for i in range(b)) if a == 'a': # left result = 'a{:03d}'...

2 years ago

1 answers
101 views
0
I use curl in open api call, but I want to know the meaning of the option

curl https://openapi.naver.com/v1/papago/n2mt \-H Content-Type: application/x-www-form-urlencoded; charset=UTF-8 \-H X-Naver-Client-Id:\-H X-Naver-Client-Secret: \-d nice to meet you source=ko&tar...

2 years ago

1 answers
97 views
0
I wonder exactly what kind of developer does Open Source developer mean?

I don't think Open Source Developer is simply a developer who uses GitHub or SourceForge to reveal sources, but I don't know what kind of developer this kind of developer means.There are a lot of expe...

2 years ago

1 answers
64 views
0
Look at the Java Lotto generator sauce!

package lotto;import java.util.Random;public class Lotto { /** * * @param args */ public static void main(String[] args) { // // TODO Auto-generated method stub //Get a lotto array. Lotto lotto =...

2 years ago

1 answers
80 views
0
Does the hashcode site have source code on github?

I wonder if hashcode site is open source.

2 years ago

1 answers
103 views
0
I wonder how to contribute to the open source project.

I want to translate the numpy document, but I wonder what kind of document to translate and how to write it.

2 years ago

1 answers
92 views
0
Ask a question about the c language source code.

There are three conditions that I want to fill out.The first line has written the code.Second, res was used. By the way, where should I put the res++; code?Please tell me the location. AndHow do I mak...

2 years ago

© 2024 OneMinuteCode. All rights reserved.