«quine» 태그된 질문

quine은 소스를 출력으로 생성하는 프로그램입니다. 이 태그는 챌린지가 퀴네와 관련되어 있음을 나타냅니다.

30
사라지는 요소
문자열 S과 인덱스 목록이 제공 되면의 결과를 새 값으로 사용하면서의 각 인덱스에서 요소를 제거하여 X수정 S하십시오 .SS 예를 들어 given S = 'codegolf'및 X = [1, 4, 4, 0, 2], 0 1 2 3 4 5 6 7 | c o d e g o l f | Remove 1 …
17 code-golf  string  array-manipulation  code-golf  string  ascii-art  code-golf  number  sequence  pi  code-golf  number  array-manipulation  code-golf  string  ascii-art  code-golf  math  number  game  code-golf  math  sequence  polynomials  recursion  code-golf  math  number  sequence  number-theory  code-golf  permutations  balanced-string  code-golf  string  ascii-art  integer  code-golf  decision-problem  hexagonal-grid  code-golf  ascii-art  kolmogorov-complexity  code-golf  number  code-golf  matrix  binary-matrix  code-golf  math  statistics  code-golf  string  polyglot  code-golf  random  lost  code-golf  date  path-finding  code-golf  string  code-golf  math  number  arithmetic  number-theory  code-golf  tetris  binary-matrix  code-golf  array-manipulation  sorting  code-golf  number  code-golf  array-manipulation  rubiks-cube  cubically  code-golf  grid  optimization  code-golf  math  function  code-golf  string  quine  code-golf  ascii-art  grid  code-golf  decision-problem  grid  simulation  code-golf  math  sequence  code-golf  path-finding  code-golf  ascii-art  grid  simulation  code-golf  number  whitespace  code-golf  sequence  code-golf  sequence  code-golf  sequence  integer  code-golf  math  game  code-golf  internet  stack-exchange-api  code-golf  sequence  code-golf  internet  stack-exchange-api  code-golf  math  factoring  code-challenge  sequence  polyglot  rosetta-stone  code-golf  string  browser  code-golf  date  code-golf  base-conversion  code-challenge  cops-and-robbers  hello-world  code-golf  cops-and-robbers  hello-world 

1
회전 안전 퀴네
쓰기 적절한 quine 그 모든 회전 자체가 적절한 quine입니다. 예를 들어 소스 코드가 abcdef인 경우 : abcdef 출력 할 것이다 abcdef bcdefa 출력 할 것이다 bcdefa cdefab 출력 할 것이다 cdefab defabc 출력 할 것이다 defabc efabcd 출력 할 것이다 efabcd fabcde 출력 할 것이다 fabcde 회전은 "줄을 두 조각으로 …

5
견적 안전 Quines
당신의 작업은 간단합니다 : 소스 코드를 입력 및 출력하지 않거나 리턴하는 프로그램 (또는 함수)을 작성하십시오. 캐치가 프로그램이 랩핑 될 때 "quotes"(유니 코드 문자 34) 다시 소스 코드를 출력해야한다는 것입니다. quines에 대한 표준 규칙이 적용됩니다. 이것은 code-golf 이므로 가장 짧은 프로그램 (바이트)이 이깁니다.

7
interweaving quine 만들기
당신의 작업은 실행될 때 스스로 출력으로 반환하는 프로그램을 만드는 것입니다 (이것은 퀴네라고합니다). 그러나,이 quine의 필수는,이 복사 할 때 n시간의 quine을 반환하지만 그 문자의 각 장소에서 중복과 n시간, 여기서 n양의 정수이다. 원래 프로그램이 Derp다음과 같은 경우 : Derp -> Derp (must return itself as output to be a quine) DerpDerp -> …

9
마르코프 체인 퀸
이 질문에는 간단한 Markov 모델이 사용됩니다. Markov Chains에 대한 자세한 내용은 http://setosa.io/ev/markov-chains/를 참조 하십시오 . 줄을 가져 가라. 이 예에서는 다음 단어를 사용합니다. reader 이제 각 문자에 대해 문자열에서 문자가 발생할 때마다 나타나는 문자를 가져옵니다. ( ​`^`​문자열의 시작과 ​`$`​끝을 나타냄) `^` -> {'r'} # After the start of the string, …

13
역 순열 인덱스
소개 n 개의 요소 를 가진리스트의 사전 식 순열은 0에서 n 까지 번호가 매겨 질 수 있습니다 ! -1. 예를 들어, 3! = 6 순열 (1,2,3)것 (1,2,3), (1,3,2), (2,1,3), (2,3,1), (3,1,2), (3,2,1). 순열이 목록에 적용되면 해당 요소는 순열의 숫자와 동일한 순서로 정렬됩니다. 예를 들어 순열 (2,3,1)을 l = (a,b,c)yields에 적용합니다 …
17 code-golf  combinatorics  permutations  code-golf  image-processing  brainfuck  encode  steganography  code-golf  ascii-art  code-golf  ascii-art  kolmogorov-complexity  code-golf  ascii-art  fibonacci  code-golf  string  code-golf  sorting  popularity-contest  statistics  code-golf  ascii-art  kolmogorov-complexity  code-golf  code-golf  ascii-art  tic-tac-toe  code-golf  string  code-challenge  classification  test-battery  binary-matrix  code-golf  math  arithmetic  code-golf  ascii-art  random  code-golf  string  code-golf  number  binary  bitwise  code-golf  number  arithmetic  code-golf  math  ascii-art  code-golf  string  ascii-art  code-golf  string  ascii-art  code-golf  string  code-golf  counting  code-golf  number  binary  bitwise  decision-problem  code-golf  array-manipulation  code-golf  tips  brain-flak  code-challenge  quine  source-layout  code-generation  code-golf  linear-algebra  matrix  abstract-algebra  binary-matrix  code-golf  string  palindrome  code-golf  puzzle-solver  sudoku  code-golf  ascii-art  code-golf  graphical-output  internet  code-golf  ascii-art  kolmogorov-complexity  code-golf  math  code-golf  clock 

12
샤미르의 비밀 나눔
주어진 n(플레이어 수), t(임계 값) 및 s(비밀) n은 Shamir의 비밀 공유 알고리즘에 의해 생성 된 비밀을 출력합니다 . 알고리즘 이 도전의 목적을 위해, 계산은 GF (251) (크기의 유한 필드 251, 그렇지 않으면 정수 mod 251 로 알려진 ) 에서 수행 될 것이다 . 일반적으로 필드의 크기가보다 큰 소수를 갖도록 선택 …
17 code-golf  number-theory  random  cryptography  polynomials  code-golf  number  code-golf  math  number  sequence  code-golf  quine  code-generation  code-golf  arithmetic  set-theory  code-golf  sequence  code-golf  code-golf  string  math  fastest-code  optimization  code-golf  code-golf  internet  stack-exchange-api  code-golf  array-manipulation  code-golf  string  internet  string  code-challenge  internet  test-battery  code-golf  math  pi  code-golf  arithmetic  primes  code-golf  array-manipulation  code-golf  string  code-golf  string  palindrome  code-golf  sequence  number-theory  fastest-algorithm  code-golf  math  number  base-conversion  code-golf  number-theory  sorting  subsequence  search  code-golf  permutations  code-challenge  popularity-contest  code-generation 

10
이미지에서 코드 압축
이것은이다 quine의 변화. 소개 모호한 이유가 있기 때문에 우리는 모두 짧은 코드를 작성 하지만, 우리가 무엇을하든 최소 144 픽셀 / 바이트 (12px 글꼴)를 차지합니다. 그러나 코드를 이미지로 인코딩하면 어떻게 될까요? 이것이 오늘 당신의 임무입니다. 도전 작업은 자체 소스 코드를 읽고 (예를 들어 문자 파일을 읽는 등의 적절하지 않은 quines가 허용됨) …

3
문자열에서 패턴 찾기
이 challence에서, 당신의 임무는 주어진 구조를 가진 부분 문자열을 찾는 것입니다. 입력 입력은 비어 있지 않은 두 개의 영숫자 문자열, 패턴 p 및 텍스트 여야 합니다t . 아이디어는의 각 문자가 서로 옆에 p있는 연속 된 비어 있지 않은 하위 문자열을 나타내며 그 연결을 나타냅니다. 동일한 문자는 동일한 하위 문자열에 해당합니다. …
17 code-golf  string  code-golf  ascii-art  geometry  code-golf  ascii-art  code-golf  sequence  stack  code-challenge  number  sequence  answer-chaining  code-golf  code-challenge  math  combinatorics  binary-matrix  code-golf  number  code-golf  cryptography  bitwise  code-golf  sudoku  code-golf  brainfuck  metagolf  code-golf  probability-theory  number-theory  primes  fewest-operations  factoring  golf-cpu  code-golf  restricted-source  code-golf  graphical-output  sequence  binary  code-golf  tips  c#  code-golf  geometry  code-golf  graphical-output  fractal  code-golf  number  sequence  code-golf  number  array-manipulation  popularity-contest  game  board-game  code-golf  puzzle-solver  grid  code-golf  ascii-art  geometry  grid  tiling  code-golf  ascii-art  whitespace  balanced-string  code-golf  card-games  king-of-the-hill  javascript  code-golf  whitespace  balanced-string  code-golf  code-golf  math  abstract-algebra  code-golf  java  code-golf  interpreter  stack  code-golf  base-conversion  code-golf  tips  code-golf  ascii-art  geometry  brainfuck  metagolf  code-challenge  math  quine  code-generation  code-golf  number  kolmogorov-complexity  arithmetic  expression-building  code-golf  string  code-golf  quine  popularity-contest  code-golf  base-conversion  code-challenge  image-processing  code-golf  conversion  coding-theory 

1
정규식 유효성 검사 정규식 [닫기]
닫은. 이 질문은 주제에 맞지 않습니다 . 현재 답변을받지 않습니다. 이 질문을 개선하고 싶습니까? Code Golf Stack Exchange에 대한 주제가 되도록 질문을 업데이트하십시오 . 작년에 문을 닫았 습니다 . 정규식 문자열을 입력으로 받아들이고 유효한지 확인하는 정규식을 작성하십시오. 기본적으로 정규식은 자체적으로 유효성을 검사 할 수 있어야합니다. (유효하지 않은 정규 표현식은 유효성을 …
17 code-challenge  code-golf  code-golf  game  sudoku  code-challenge  math  ai-player  code-challenge  sorting  rosetta-stone  code-challenge  code-challenge  programming-puzzle  code-golf  number  code-golf  maze  code-golf  math  regular-expression  code-golf  sequence  code-golf  graph-theory  code-golf  string  word-puzzle  natural-language  brainfuck  metagolf  optimized-output  fastest-algorithm  code-golf  game-of-life  cellular-automata  code-golf  puzzle-solver  grid  code-golf  combinatorics  binary-tree  popularity-contest  code-challenge  code-golf  ascii-art  kolmogorov-complexity  brainfuck  metagolf  code-golf  c  date  code-golf  word-puzzle  crossword  word-search  code-golf  code-golf  quine  code-golf  string  random 

3
3 차 퀘인 작성
이 도전은 ' 골프 상호 대화 ' 의 확장입니다 . 선택한 세 가지 언어를 사용하여 3 차 오로 보로스 프로그램을 만듭니다 . 즉, 언어 A에서 프로그램 pB를 언어 B로 출력하는 프로그램 pA를 작성하십시오. 프로그램 pB는 프로그램 pC를 언어 C로 출력해야하며, 원래 프로그램 pA를 언어 A로 출력합니다. A, B 및 C의 …
17 code-golf  quine 

10
Qu i e n e e l l y y입니다!
Quine Relay! 순서의 quine 릴레이 프로그램의 일련의 P (1) ... P N 의 고유 각 프로그램되도록 언어 P 나 출력 P I + 1 과 P N 출력 P (1) .엔엔n피1… P엔피1…피엔P_1\dots P_n피나는피나는P_i피나는 + 1피나는+1P_{i+1}피엔피엔P_n피1피1P_1 예를 들어 2 퀸 릴레이는 다음과 같습니다. 루비 → 펄 6 : 이 루비 프로그램 …

19
길이의 n 배를 인쇄하는 프로그램 생성
음수가 아닌 정수가 주어지면 n솔루션에서 선택한 언어로 프로그램을 출력해야합니다.n 시간이 출력 된 프로그램의 바이트 수만큼 인 프로그램을 출력해야합니다. 규칙 솔루션이 출력하는 프로그램의 언어 및 인코딩을 지정해야하며 솔루션의 다른 입력에 대해 다른 언어 또는 인코딩을 선택할 수 없습니다. 출력 프로그램의 언어는 솔루션의 언어와 같거나 같지 않을 수 있습니다. 제출 한 언어 …
16 code-golf  quine 

4
깨끗한 세상을 가라 앉히다
이 도전은 Helka Homba 의 프로그래밍 원시 세계 프로그래밍에 근거합니다 . 그 질문에서 원시 프로그램의 정의는 다음과 같습니다. 원시 프로그램 을 오류 자체는 없지만 N 문자의 연속 된 하위 문자열을 제거하여 수정하면 오류가 발생하는 프로그램 으로 정의 해 봅시다 1 <= N < program length. 예를 들어, 3 자 파이썬 …

9
2017 년까지 성장
이 도전에서 당신은 그것이 나이가 들어감에 따라 성장하는 프로그램을 만들게 될 것입니다 ... 2017 년까지. 도전 이 과제 설명에 "프로그램"이라고 표시 될 때마다 "기능"을 읽을 수도 있습니다. 제출하면 실행시 THE LENGTH OF YOUR SUBMISSION+ 1바이트 길이 의 프로그램이 출력됩니다 . 때 그 프로그램이 실행, 그것은을 출력은 프로그램 THE LENGTH OF …

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.