max_stars_repo_path stringlengths 3 255 | max_stars_repo_name stringlengths 5 116 | max_stars_count int64 0 107k | id stringlengths 1 7 | content stringlengths 63 1.05M |
|---|---|---|---|---|
oeis/092/A092765.asm | neoneye/loda-programs | 11 | 196283 | ; A092765: Consider the 1-D random walk with jumps to next-nearest neighbors. Sequence gives number of paths of length n ending at origin.
; Submitted by <NAME>
; 1,0,4,6,36,100,430,1470,5796,21336,82404,312180,1203246,4617756,17846686,68974906,267498660,1038555024,4040525320,15739195680,61399048036,239788778760,937536... |
target/cos_117/disasm/iop_overlay1/TEC455.asm | jrrk2/cray-sim | 49 | 196284 | 0x0000 (0x000000) 0x1000- f:00010 d: 0 | A = 0 (0x0000)
0x0001 (0x000002) 0x291C- f:00024 d: 284 | OR[284] = A
0x0002 (0x000004) 0x211A- f:00020 d: 282 | A = OR[282]
0x0003 (0x000006) 0x271C- f:00023 d: 284 | A = A - OR[284]
... |
pwnlib/shellcraft/templates/thumb/pushstr.asm | clubby789/pwntools-1 | 10 | 196285 | <%
from pwnlib.shellcraft import thumb, pretty
from pwnlib.util import lists, packing
import six
%>
<%page args="string, append_null = True, register = 'r7'"/>
<%docstring>
Pushes a string onto the stack without using
null bytes or newline characters.
Args:
string (str): The string to push.
append_null (bool... |
data/baseStats/machoke.asm | etdv-thevoid/pokemon-rgb-enhanced | 1 | 196286 | db MACHOKE ; pokedex id
db 80 ; base hp
db 100 ; base attack
db 70 ; base defense
db 45 ; base speed
db 50 ; base special
db FIGHTING ; species type 1
db FIGHTING ; species type 2
db 90 ; catch rate
db 146 ; base exp yield
INCBIN "pic/gsmon/machoke.pic",0,1 ; 77, sprite dimensions
dw MachokePicFront
dw MachokePicBack
;... |
dcf77sim.asm | retq/dcfsim-attiny-13 | 0 | 196287 | ;registers for DCF77 telegram
; MSB LSB
; +-----+-----+-----+-----+-----+-----+-----+-----+ LS = leap second
;dcf1 = | m20 | m10 | m8 | m4 | m2 | m1 | S | LS | S = start bit (1)
; +-----+-----+-----+-----+-----+-----+-----+-----+ m = minutes
;dcf2 =... |
oeis/037/A037686.asm | neoneye/loda-programs | 11 | 196292 | <gh_stars>10-100
; A037686: Base 9 digits are, in order, the first n terms of the periodic sequence with initial period 1,0,3,2.
; Submitted by <NAME>
; 1,9,84,758,6823,61407,552666,4973996,44765965,402893685,3626043168,32634388514,293709496627,2643385469643,23790469226790,214114223041112,1927028007370009
mov $2,1
lpb... |
programs/oeis/070/A070893.asm | karttu/loda | 0 | 196293 | <reponame>karttu/loda<filename>programs/oeis/070/A070893.asm
; A070893: Let r, s, t be three permutations of the set {1,2,3,..,n}; a(n) = value of Sum_{i=1..n} r(i)*s(i)*t(i), with r={1,2,3,..,n}; s={n,n-1,..,1} and t={n,n-2,n-4,...,1,...,n-3,n-1}.
; 1,6,19,46,94,172,290,460,695,1010,1421,1946,2604,3416,4404,5592,7005,... |
programs/oeis/138/A138419.asm | jmorken/loda | 1 | 196294 | ; A138419: a(n) = (prime(n)^4 - prime(n)^2)/3.
; 4,24,200,784,4840,9464,27744,43320,93104,235480,307520,624264,941360,1138984,1625824,2629224,4037960,4614040,6715544,8468880,9464304,12981280,15817144,20911440,29506624,34683400,37513424,43689384
cal $0,60429 ; a(n) = 4*prime(n)^2+1.
sub $1,$0
sub $0,3
add $1,1
mov $2,$... |
libsrc/_DEVELOPMENT/locale/z80/__lc_char_ordinal_default.asm | jpoikela/z88dk | 640 | 196295 |
SECTION code_clib
SECTION code_locale
PUBLIC __lc_char_ordinal_default
EXTERN l_ret
defc __lc_char_ordinal_default = l_ret
; char to ordinal in current locale
;
; enter : a = char
;
; exit : a = ordinal
;
; uses : af, bc, de, hl
|
programs/oeis/142/A142060.asm | neoneye/loda | 22 | 196297 | <reponame>neoneye/loda<filename>programs/oeis/142/A142060.asm
; A142060: Primes congruent to 19 mod 33.
; 19,151,283,349,547,613,811,877,1009,1471,1669,1801,1867,1933,1999,2131,2593,2659,2791,2857,3121,3187,3253,3319,3517,3583,3847,4111,4177,4243,4441,4507,4639,4903,4969,5101,5167,5233,5431,5563,5827,6091,6421,6553,661... |
programs/oeis/260/A260775.asm | neoneye/loda | 22 | 196298 | ; A260775: Certain directed lattice paths.
; 1,4,28,264,2860,33592,416024,5348880,70715340,955277400,13128240840,182965127280,2579808294648,36734706144304,527495903500720,7629973004184608,111068129754096396,1625888084299461528,23919596771720906984,353467725574013402800,5244254084552984217640,78088859823808887918480,116... |
Palmtree.Math.Core.Implements/vs_build/x64_Debug/TEST_op_DivRem.asm | rougemeilland/Palmtree.Math.Core.Implements | 0 | 196299 | <reponame>rougemeilland/Palmtree.Math.Core.Implements
; Listing generated by Microsoft (R) Optimizing Compiler Version 19.16.27026.1
include listing.inc
INCLUDELIB MSVCRTD
INCLUDELIB OLDNAMES
msvcjmc SEGMENT
__7B7A869E_ctype@h DB 01H
__457DD326_basetsd@h DB 01H
__4384A2D9_corecrt_memcpy_s@h DB 01H
__4E51A221_corecr... |
oeis/036/A036504.asm | neoneye/loda-programs | 11 | 196300 | ; A036504: Numerator of n^(n-1)/n!.
; Submitted by <NAME>
; 1,1,3,8,125,54,16807,16384,531441,156250,2357947691,2985984,1792160394037,7909306972,320361328125,35184372088832,2862423051509815793,5083731656658,5480386857784802185939,32000000000000000,41209797661291758429,244636361793658185164,39471584120695485887249589623... |
sk/sfx/DA.asm | Cancer52/flamedriver | 9 | 196301 | Sound_DA_Header:
smpsHeaderStartSong 3
smpsHeaderVoice Sound_DA_Voices
smpsHeaderTempoSFX $01
smpsHeaderChanSFX $01
smpsHeaderSFXChannel cFM3, Sound_DA_FM3, $03, $00
; FM3 Data
Sound_DA_FM3:
smpsSetvoice $00
smpsModSet $03, $01, $FD, $02
Sound_DA_Loop00:
dc.b nE1, $16, smpsNoAttack
sm... |
oeis/191/A191008.asm | neoneye/loda-programs | 11 | 196303 | ; A191008: a(n) = (n*3^(n+1)+((5*3^(n+1)+(-1)^(n))/4))/4.
; Submitted by <NAME>(s2.)
; 1,5,22,86,319,1139,3964,13532,45517,151313,498226,1627538,5281195,17039327,54705208,174877304,556916953,1767605981,5593383310,17651846030,55570626391,174557144075,547207226932,1712229064916,5348509347109,16680994498409,51949382866474... |
oeis/130/A130493.asm | neoneye/loda-programs | 11 | 196304 | ; A130493: Triangle read by rows in which row n contains n! repeated n times.
; 1,2,2,6,6,6,24,24,24,24,120,120,120,120,120,720,720,720,720,720,720,5040,5040,5040,5040,5040,5040,5040
mov $3,1
lpb $0
sub $0,$3
mov $2,$3
add $3,1
mul $1,$3
add $1,$2
lpe
mov $0,$1
add $0,1
|
filter http/code.asm | yanjuan99/filter-http | 0 | 196305 | .CODE
GetRax PROC
mov rcx,qword ptr [rcx+18h]
cmp dword ptr [rcx+4h],1
ja lable
mov eax,dword ptr [rcx]
add rax,rcx
ret
lable:
mov rdx,qword ptr [rcx+20h]
test rdx,rdx
lea rax,qword ptr [rcx+rdx+20h... |
oeis/101/A101353.asm | neoneye/loda-programs | 11 | 196306 | ; A101353: a(n) = Sum_{k=0..n} (2^k + Fibonacci(k)).
; Submitted by <NAME>(s2)
; 1,4,9,19,38,75,147,288,565,1111,2190,4327,8567,16992,33753,67131,133654,266323,531051,1059520,2114861,4222959,8434974,16852239,33675823,67305280,134535537,268949683,537702950,1075088091,2149661955,4298491872,8595637477,17189096647,34374668... |
programs/oeis/040/A040080.asm | karttu/loda | 1 | 196308 | ; A040080: Continued fraction for sqrt(90).
; 9,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,18,2,... |
programs/oeis/268/A268644.asm | karttu/loda | 1 | 196309 | <reponame>karttu/loda
; A268644: a(n) = 4*n^3 - 3*n^2 - 2*n - 1.
; -1,-2,15,74,199,414,743,1210,1839,2654,3679,4938,6455,8254,10359,12794,15583,18750,22319,26314,30759,35678,41095,47034,53519,60574,68223,76490,85399,94974,105239,116218,127935,140414,153679,167754,182663,198430,215079,232634,251119
mov $2,1
add $2,$0
p... |
oeis/034/A034839.asm | neoneye/loda-programs | 11 | 196310 | <gh_stars>10-100
; A034839: Triangular array formed by taking every other term of each row of Pascal's triangle.
; Submitted by <NAME>(s4)
; 1,1,1,1,1,3,1,6,1,1,10,5,1,15,15,1,1,21,35,7,1,28,70,28,1,1,36,126,84,9,1,45,210,210,45,1,1,55,330,462,165,11,1,66,495,924,495,66,1,1,78,715,1716,1287,286,13,1,91,1001,3003,3003,1... |
programs/oeis/248/A248974.asm | neoneye/loda | 22 | 196311 | ; A248974: Floor( 1/(n*sinh(1/n) + n*sin(1/n) - 2) ).
; 59,959,4859,15359,37499,77759,144059,245759,393659,599999,878459,1244159,1713659,2304959,3037499,3932159,5011259,6298559,7819259,9599999,11668859,14055359,16790459,19906559,23437499,27418559,31886459,36879359,42436859,48599999,55411259,62914559,71155259,80180159,9... |
sound/SongData.asm | ISSOtm/Aevilia-GB | 53 | 196312 | <reponame>ISSOtm/Aevilia-GB
; ================================================================
; DevSound song data
; ================================================================
; =================================================================
; Song speed table
; ========================================... |
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2.log_19505_1008.asm | ljhsiun2/medusa | 9 | 196313 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r13
push %r14
push %r8
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0x1af53, %r12
nop
nop
nop
cmp %r8, %r8
mov (%r12), %bx
cmp %rcx, %rcx
lea addresses_normal_ht+0x11523, %r13
clflush (%r13)
mfe... |
programs/oeis/210/A210241.asm | karttu/loda | 0 | 196315 | ; A210241: Partial sums of A073093.
; 1,3,5,8,10,13,15,19,22,25,27,31,33,36,39,44,46,50,52,56,59,62,64,69,72,75,79,83,85,89,91,97,100,103,106,111,113,116,119,124,126,130,132,136,140,143,145,151,154,158,161,165,167,172,175,180,183,186,188,193,195,198,202,209,212,216,218,222,225,229,231,237,239,242,246,250,253,257,259,26... |
Gas/GAZ/utils/String.asm | Gabidal/GAS_Pack | 1 | 196316 | <reponame>Gabidal/GAS_Pack
%macro put 2
lea si, [reuse]
lea di, [%1]
mov cx, 10
repz movsb
lea si, [%2]
mov cx, 10
repz movsb
%endmacro |
ESEMPI/04 PROGRAMMA INTERO TO MS.asm | Porchetta/py-pdp8-tk | 8 | 196317 | ORG 200 / Converte il numero intero A nella sua rappresentazione modulo e segno
LDA A
SNA
HLT
CIL
CMA
CIR
INC
STA A
HLT
A, DEC 5
END
|
src/drawCode/dc_w1s2.asm | Gip-Gip/VePseu | 5 | 196319 | <reponame>Gip-Gip/VePseu
; The draw code for the 1st wall and it's second shadow
dc_w1s2: SUBROUTINE
LDX #UPPRWALL_S - 1
.loop:
LDA wallColour
STA WSYNC
STA COLUPF
LDA wall1
STA PF1
TYA
BEQ .noSprite_1
.branchPoint_1:
DEY
CPY spriteHeight
BCS .noSp... |
programs/oeis/058/A058581.asm | neoneye/loda | 22 | 196320 | <reponame>neoneye/loda
; A058581: (4*n^2+2*n-3)*(2*n-1)*n/3.
; 0,1,34,195,644,1605,3366,6279,10760,17289,26410,38731,54924,75725,101934,134415,174096,221969,279090,346579,425620,517461,623414,744855,883224,1040025,1216826,1415259,1637020,1883869,2157630
mul $0,2
mov $2,$0
pow $0,2
sub $0,2
pow $0,2
mul $2,3
add $0,$2
... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1608.asm | ljhsiun2/medusa | 9 | 196321 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r9
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xf8eb, %rbp
nop
nop
nop
and %r14, %r14
movb $0x61, (%rbp)
mfence
lea addresses_normal_ht+0x90b, %r9
clflush (%r9)
nop
nop
sub %rdi, %rdi
movups (%r9), %xmm4
vpextrq $1, %xmm4,... |
oeis/021/A021107.asm | neoneye/loda-programs | 11 | 196322 | <gh_stars>10-100
; A021107: Decimal expansion of 1/103.
; Submitted by <NAME>
; 0,0,9,7,0,8,7,3,7,8,6,4,0,7,7,6,6,9,9,0,2,9,1,2,6,2,1,3,5,9,2,2,3,3,0,0,9,7,0,8,7,3,7,8,6,4,0,7,7,6,6,9,9,0,2,9,1,2,6,2,1,3,5,9,2,2,3,3,0,0,9,7,0,8,7,3,7,8,6,4,0,7,7,6,6,9,9,0,2,9,1,2,6,2,1,3,5,9,2
add $0,1
mov $3,3
lpb $0
sub $0,1
add... |
transformy/tables/gen/0008.asm | mborik/regression | 3 | 196323 | <filename>transformy/tables/gen/0008.asm
ld a, 6
ld (basescradr + #04cd), a
ld (basescradr + #0c8c), a
ld (basescradr + #0d09), a
ld (basescradr + #0d6b), a
ld (basescradr + #0e4a), a
ld a, 14
ld (basescradr + #01ec), a
ld (basescradr + #05cd), a
ld (basescradr + #05eb), a
ld (basescradr + #090a),... |
Rootkits/vault/90210/phide2/src/engines/catchy/catchy32.asm | dendisuhubdy/grokmachine | 46 | 196325 | <filename>Rootkits/vault/90210/phide2/src/engines/catchy/catchy32.asm
;==================================================================================================================================================
; ******** *** *********** ********* *** *** *** **... |
_build/dispatcher/jmp_ippsSHA384Pack_6421da3c.asm | zyktrcn/ippcp | 1 | 196326 | extern m7_ippsSHA384Pack:function
extern n8_ippsSHA384Pack:function
extern y8_ippsSHA384Pack:function
extern e9_ippsSHA384Pack:function
extern l9_ippsSHA384Pack:function
extern n0_ippsSHA384Pack:function
extern k0_ippsSHA384Pack:function
extern ippcpJumpIndexForMergedLibs
extern ippcpSafeInit:function
segment .data
a... |
unittests/arch/x86/insn/genopcode.asm | path64/assembler | 1 | 196328 | <reponame>path64/assembler<gh_stars>1-10
[bits 16]
mov al, 0 ; b0 00
mov byte al, 0 ; b0 00
mov al, byte 0 ; b0 00
mov byte al, byte 0 ; b0 00
;mov al, word 0
mov byte [0], 0 ; c6 06 00 00 00
mov [0], word 0 ; c7 06 00 00 00 00
mov dword [0], dword 0 ; 66 c7 06 00 00 00 00 00 00
;mov [0], 0
mov eax, 0 ; 66 ... |
stressfs.asm | zoharit/OS_SystemCalls-Scheduling | 0 | 196329 |
_stressfs: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "fs.h"
#include "fcntl.h"
int
main(int argc, char *argv[])
{
0: 55 push %ebp
int fd, i;
int status;
char path[] = "stressfs0";
1: b8 73 74 72 65 mov $0x65727473,%eax
{
6: 89 e... |
Library/BorlandRTL/h_padd.asm | steakknife/pcgeos | 504 | 196330 | ; $Id: h_padd.asm,v 1.1 97/04/07 12:04:03 newdeal Exp $
;[]-----------------------------------------------------------------[]
;| H_PADD.ASM -- long pointer routines |
;[]-----------------------------------------------------------------[]
;
; C/C++ Run Time Library - Version 5... |
programs/oeis/114/A114984.asm | jmorken/loda | 1 | 196331 | ; A114984: Coefficients of cubic equations in the form w^2=4*x^3-g2*x-g3 Weierstrass elliptic form whose solutions approximate zeta zeros.
; 200,199,442,441,684,683,926,925,1168,1167,1410,1409,1652,1651,1894,1893,2136,2135,2378,2377,2620,2619,2862,2861,3104,3103,3346,3345,3588,3587,3830,3829,4072,4071,4314,4313,4556,45... |
kernel/asm/task.asm | echidnaOS/echidnaOS-mirror | 39 | 196332 | <reponame>echidnaOS/echidnaOS-mirror
global task_spinup
extern fxstate
section .data
new_cr3 dq 0
section .text
bits 64
task_spinup:
; task fxstate in RDX
; load state
fxrstor [rdx]
mov qword [new_cr3], rsi
; preserve RAX and RDI as a scratch registers for now
;mov rax, qword [r... |
programs/oeis/121/A121173.asm | neoneye/loda | 22 | 196333 | <reponame>neoneye/loda
; A121173: Sequence S with property that for n in S, a(n) = a(1) + a(2) +...+ a(n-1) and for n not in S, a(n) = n+1.
; 2,2,4,8,6,22,8,52,10,114,12,240,14,494,16,1004,18,2026,20,4072,22,8166,24,16356,26,32738,28,65504,30,131038,32,262108,34,524250,36,1048536,38,2097110,40,4194260,42,8388562,44,167... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_243.asm | ljhsiun2/medusa | 9 | 196334 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0x1d37a, %r10
inc %rdx
movb (%r10), %cl
nop
inc %r9
lea addresses_UC_ht+0x11700, %rsi
lea addresses_D_ht+0x1a240, %rdi
nop
nop
nop
nop
nop
and %r15, %r15
mov $45, %rcx
rep movsb... |
programs/oeis/007/A007238.asm | karttu/loda | 0 | 196335 | ; A007238: Length of longest chain of subgroups in S_n.
; 0,1,2,4,5,6,7,10,11,12,13,15,16,17,18,22,23,24,25,27,28,29,30,33,34,35,36,38,39,40,41,46,47,48,49,51,52,53,54,57,58,59,60,62,63,64,65,69,70,71,72,74,75,76,77,80,81,82,83,85,86,87,88,94,95,96,97,99,100,101,102,105,106,107,108,110,111,112,113,117,118,119,120,122,1... |
oeis/052/A052935.asm | neoneye/loda-programs | 11 | 196336 | <gh_stars>10-100
; A052935: Expansion of (2-2*x-x^3)/((1-2*x)*(1-x^3)).
; 2,2,4,9,16,32,65,128,256,513,1024,2048,4097,8192,16384,32769,65536,131072,262145,524288,1048576,2097153,4194304,8388608,16777217,33554432,67108864,134217729,268435456,536870912,1073741825,2147483648,4294967296,8589934593,17179869184,34359738368,6... |
src/kernel/drivers/soc/timer0_int.asm | rostislav-nikitin/socOS | 1 | 196338 | <gh_stars>1-10
.cseg
;.org 0x03
;rjmp timer2_comp_handler ; timer 2 compared
;rjmp timer2_ovf_handler ; timer 2 overflow
;.org 0x05
;rjmp timer1_capt_handler ; timer 1 compared
;rjmp timer1_compa_handler ; timer 1 overflow
;rjmp timer1_compb_handler ; timer 1 overflow
;rjmp timer1_ovf_handler ; timer 1 overflow... |
micro_lab/8086/addmacro.asm | prodicus/dabble | 0 | 196339 | <filename>micro_lab/8086/addmacro.asm<gh_stars>0
DATA SEGMENT
msg1 DB 10,13, 'Enter the first number$'
msg2 DB 10,13, 'Enter the second number$'
msg3 DB 10,13, 'The sum is:$'
DATA ENDS
ASSUME CS:CODE, DS:DATA
DISP MACRO msg
MOV AX,SEG msg
MOV DS, AX
MOV DX, OFFSET msg
MOV AH,09H
INT 21H
ENDM
CODE ... |
Gathered CTF writeups/2017-05-18-confidence-finals/keygenme/pretty.asm | mihaid-b/CyberSakura | 1 | 196340 | [BBB] == [ARG]
for MAG, MMM in CONSTS:
[DDD] = [BBB]
[EEE] = 0
[FFF] = [MMM]
while [FFF] != 0:
IF [FFF] & 1:
[HHH] = 0
[GGG] = [EEE]
for ECX in range(0x80):
CF = SHL([GGG; HHH])
IF CF:
continue
... |
Lab2 Programs/Program2.asm | RioWeil/PHYS319-MSP430 | 0 | 196341 | <filename>Lab2 Programs/Program2.asm
#include "msp430g2553.inc"
org 0x0C000
RESET:
mov.w #0x400, sp ; Initialize the stack pointer
mov.w #WDTPW|WDTHOLD,&WDTCTL ; Disables the watchdog
mov.b #11110111b, &P1DIR ; Configures P(1.7, 1.6, 1.5, 1.4, 1.2, 1.1, 1.0) as output
mov.b #01001001b, &P1OUT... |
sw/552tests/rand_simple/t_3_slt.asm | JPShen-UWM/ThreadKraken | 1 | 196342 | // seed 3
lbi r0, 19 // icount 0
slbi r0, 169 // icount 1
lbi r1, 7 // icount 2
slbi r1, 31 // icount 3
lbi r2, 201 // icount 4
slbi r2, 251 // icount 5
lbi r3, 125 // icount 6
slbi r3, 156 // icount 7
lbi r4, 161 // icount 8
slbi r4, 179 // icount 9
lbi r5, 184 // icount 10
slbi r5, 159 // icount 11
lbi r6, 80 // icou... |
programs/oeis/182/A182895.asm | neoneye/loda | 22 | 196343 | ; A182895: Number of (1,0)-steps at level 0 in all weighted lattice paths in L_n.
; 0,1,3,7,19,50,130,341,893,2337,6119,16020,41940,109801,287463,752587,1970299,5158310,13504630,35355581,92562113,242330757,634430159,1660959720,4348449000,11384387281,29804712843,78029751247,204284540899
seq $0,2878 ; Bisection of Lucas... |
workshop06/updates/workshop06-20210401-100556/tests/question01.asm | raymondsim/Computer-System | 0 | 196344 | <filename>workshop06/updates/workshop06-20210401-100556/tests/question01.asm
// Adds 1 + ... + 100
@i // 0000000000010000
M=1 // i=1 // 1110111111001000
@sum // 0000000000010001
M=0 // sum=0 /... |
data/FF1a_Randomizer_Base/Individual_Patches/Random Default Party Src/Party Randomizer.asm | nic0lette/ffr-hmsj | 1 | 196345 | @Little bit of code to randomize the default party
@Link from $4B3C8 with 0048 0047 XXXXXXXX
.thumb
ldr r4,PartyData
add r4,r9 @Location of party data
ldr r4,[r4]
add r4,#0xD @Class ID byte location
ldr r6,TakeRandom
ldr r7,TakeRemainder
m... |
src/sub/r1_kbd.asm | Iambian/VANISH | 1 | 196346 | <reponame>Iambian/VANISH
.ASSUME ADL=1
;There's 5 bytes at this location. The full five bytes is probably used
;to do proper key debouncing and stuff. This routine is supposed to be
;called by the interrupt so that GetCSC is nearly instantaneous and properly
;handles debouncing by not being dependent on the number of ... |
try_alloc.asm | danielzy95/MIPS-Random | 0 | 196347 | .text
main:
li $a0, 8
jal malloc
sw $a0, 0($v0)
lw $a0, 0($v0)
li $v0, 1
syscall
j end
malloc:
li $v0, 9
syscall
jr $ra
end: |
WEEK-1/8.asm | ShruKin/Microprocessor-and-Microcontroller-Lab | 0 | 196348 | // Write an 8085 assembly language program to exchange the contents of memory locations 9050H and 9051H
LDA 9050
MOV B,A
LDA 9051
STA 9050
MOV A,B
STA 9051
HLT
|
base/mvdm/dos/v86/cmd/graphics/grpattrn.asm | npocmaka/Windows-Server-2003 | 17 | 196349 | <filename>base/mvdm/dos/v86/cmd/graphics/grpattrn.asm
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1988 - 1991
; * All Rights Reserved.
; */
PAGE ,132 ;AN000;
TITLE DOS - GRAPHICS Command - Common modules ;AN000;
... |
P6/data_P6/testpoint/testpoint46.asm | alxzzhou/BUAA_CO_2020 | 1 | 196350 | ori $1, $0, 3
ori $2, $0, 0
ori $3, $0, 5
ori $4, $0, 1
sw $4, 0($0)
sw $2, 4($0)
sw $3, 8($0)
sw $2, 12($0)
sw $1, 16($0)
sw $2, 20($0)
sw $2, 24($0)
sw $2, 28($0)
sw $1, 32($0)
sw $4, 36($0)
sw $1, 40($0)
sw $3, 44($0)
sw $3, 48($0)
sw $3, 52($0)
sw $1, 56($0)
sw $1, 60($0)
sw $3, 64($0)
sw $2, 6... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_21829_35.asm | ljhsiun2/medusa | 9 | 196351 | .global s_prepare_buffers
s_prepare_buffers:
ret
.global s_faulty_load
s_faulty_load:
push %r12
push %r13
push %r14
push %rax
push %rdi
push %rdx
push %rsi
// Store
lea addresses_UC+0x18f3a, %r12
nop
nop
nop
nop
nop
sub %rax, %rax
movb $0x51, (%r12)
nop
nop
and %rax, %rax
// Store
lea addresses_D+0x1a33a, %rsi
n... |
oeis/309/A309490.asm | neoneye/loda-programs | 11 | 196352 | ; A309490: Total number of adjacent node merge operations to turn a circular list of size n to a node.
; Submitted by <NAME>
; 0,1,6,28,145,876,6139,49120,442089,4420900,48629911,583558944,7586266285,106207728004,1593115920075,25489854721216,433327530260689,7799895544692420,148198015349155999,2963960306983120000,622431... |
libsrc/_DEVELOPMENT/l/sccz80/8-8080/l_cm_de.asm | ahjelm/z88dk | 640 | 196353 | <filename>libsrc/_DEVELOPMENT/l/sccz80/8-8080/l_cm_de.asm
SECTION code_clib
SECTION code_l_sccz80
PUBLIC l_cm_de
.l_cm_de
ld a,d
or a
ret P
cpl
ld d,a
ld a,e
cpl
ld e,a
inc de
ret
|
programs/oeis/127/A127246.asm | jmorken/loda | 1 | 196354 | <reponame>jmorken/loda
; A127246: Row sums of a Thue-Morse related triangle.
; 1,2,3,1,2,1,1,2,3,1,1,2,1,2,3,1,2,1,1,2,1,2,3,1,1,2,3,1,2,1,1,2,3,1,1,2,1,2,3,1,1,2,3,1,2,1,1,2,1,2,3
mul $0,2
lpb $0
mov $1,$0
cal $1,102391 ; Evil numbers in evil places.
mov $3,$1
cmp $3,0
add $1,$3
div $0,$1
sub $0,$1
su... |
programs/oeis/314/A314832.asm | jmorken/loda | 1 | 196355 | ; A314832: Coordination sequence Gal.6.245.4 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,5,9,14,18,22,28,32,36,41,45,50,55,59,64,68,72,78,82,86,91,95,100,105,109,114,118,122,128,132,136,141,145,150,155,159,164,168,172,178,182,1... |
src/main.asm | philiparvidsson/Worlds-Smallest-Text-Editor | 31 | 196358 | <filename>src/main.asm
format PE GUI 4.0
entry main
include 'win32w.inc'
macro print description,number
{
display description
value=number
pos=1000
repeat 4
digit=value/pos
value=value-(digit*pos)
pos=pos/10
display ('0'+digit)
end repeat
display $d,$a
}
section '.text' code... |
src/prelude/sfx.asm | endstation/golf | 1 | 196359 | ; Top-hole Golf
; Copyright 2020-2021 <NAME>
; *****************
; *** CONSTANTS ***
; *****************
; Data tables for sound effects:
; FL,FH,PL,PH,[placeholder],AD,SR,WV,<frames>,
; FILTER-MODE,RESONANCE,CUTOFF-LO,CUTOFF-HI,
; <must loop>
; Initial value of $ff means end sound effect.
; NOTE: final value in... |
sw/552tests/inst_tests/btr_7.asm | JPShen-UWM/ThreadKraken | 1 | 196360 | // Test provided by Karu
// btr_7.asm
// Test all bits can reverse 1
slbi r1, 0x0f // 0000 1111
slbi r1, 0x0f // 0000 1111
btr r1, r1
halt
|
Driver/Font/Nimbus/nimbusBig.asm | steakknife/pcgeos | 504 | 196361 | <filename>Driver/Font/Nimbus/nimbusBig.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1990 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: Nimbus/CharMod
FILE: nimbusBig.asm
AUTHOR: <NAME>, Mar 12, 1990
ROUTINES:
Name Description
---- ... |
programs/oeis/033/A033591.asm | karttu/loda | 0 | 196362 | ; A033591: a(n) = (2*n+1)*(3*n+1)*(4*n+1).
; 1,60,315,910,1989,3696,6175,9570,14025,19684,26691,35190,45325,57240,71079,86986,105105,125580,148555,174174,202581,233920,268335,305970,346969,391476,439635,491590,547485
mov $1,1
mov $2,$0
mul $2,9
add $1,$2
mov $3,$0
mul $3,$0
mov $2,$3
mul $2,26
add $1,$2
mul $3,$0
mov ... |
Kernel/asm/_lib.asm | FrBernad/TP-2---Advanced-OS | 0 | 196363 | <reponame>FrBernad/TP-2---Advanced-OS
GLOBAL cpuVendor
GLOBAL cpuModel
GLOBAL cpuTemp
GLOBAL sys_getMem
GLOBAL updateSnapshot
GLOBAL getSnapshot
GLOBAL getBSDTimeInfo
GLOBAL callTimerTick
GLOBAL lock_region
GLOBAL unlock_region
section .text
%macro pushaq 0
push rax ;save current rax
push rbx ;s... |
libsrc/_DEVELOPMENT/arch/zx/display/c/sccz80/zx_saddrpright_callee.asm | meesokim/z88dk | 0 | 196364 | <gh_stars>0
; void *zx_saddrpright(void *saddr, uint bitmask)
SECTION code_arch
PUBLIC zx_saddrpright_callee
zx_saddrpright_callee:
pop hl
pop de
ex (sp),hl
INCLUDE "arch/zx/display/z80/asm_zx_saddrpright.asm"
|
programs/oeis/072/A072648.asm | neoneye/loda | 22 | 196365 | <gh_stars>10-100
; A072648: a(n) = [log_{Phi}(n*sqrt(5))], where log_{Phi} is logarithm in the base Phi ( = (sqrt(5)+1)/2) and [] stands for the floor function.
; 1,3,3,4,5,5,5,5,6,6,6,6,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10... |
test/asm/macro-arg-in-string.asm | michealccc/rgbds | 522 | 196368 | print1: MACRO
if _NARG == 2
assert !STRCMP("\1", \2)
endc
PRINTLN "\1"
ENDM
print1 John "Danger" Smith
print1 \\\\A\\nB\n, "\\\\A\\nB\n"
print1 C\
D
print1 E\!F ; illegal character escape
iprint: MACRO
PRINTLN "{\1}"
ENDM
s EQUS "hello"
iprint s
symprint: MACRO
PRINTLN {\1}
ENDM
hello EQUS "\"goodbye\... |
programs/oeis/002/A002250.asm | neoneye/loda | 22 | 196369 | <reponame>neoneye/loda<gh_stars>10-100
; A002250: 4^n-2*3^n.
; -1,-2,-2,10,94,538,2638,12010,52414,222778,930478,3840010,15714334,63920218,258869518,1045044010,4208873854,16921588858,67944635758,272553384010,1092538058974,4377125804698,17529423925198,70180457820010,280910117637694,1124205329623738,4498515895713838,1799... |
oeis/188/A188212.asm | neoneye/loda-programs | 11 | 196371 | <reponame>neoneye/loda-programs
; A188212: Number of nondecreasing arrangements of 4 numbers in -(n+2)..(n+2) with sum zero.
; 18,33,55,86,126,177,241,318,410,519,645,790,956,1143,1353,1588,1848,2135,2451,2796,3172,3581,4023,4500,5014,5565,6155,6786,7458,8173,8933,9738,10590,11491,12441,13442,14496,15603,16765,17984,19... |
stack.asm | Mohamed-94/Group-of-Assembly-Programs-Samples--8086-85-Processors-family- | 16 | 196372 | .MODEL SMALL
.STACK 100H
.CODE
MAIN PROC
; display user prompt
MOV AH,2
MOV DL,'?'
INT 21H
;initialize character count
XOR CX , CX
;read character
MOV AH , 1
INT 21H
;while character is not a carriage return do
WHILE_:
CMP AL ,0DH
JE END_WHILE
PUSH AX
INC CX
INT 21H
JMP WHILE_
END_WHILE:
MOV AH , ... |
Asm/x86/LzmaDecOpt.asm | fooziex/7-Zip-zstd | 2,539 | 196373 | <filename>Asm/x86/LzmaDecOpt.asm<gh_stars>1000+
; LzmaDecOpt.asm -- ASM version of LzmaDec_DecodeReal_3() function
; 2021-02-23: <NAME> : Public domain
;
; 3 - is the code compatibility version of LzmaDec_DecodeReal_*()
; function for check at link time.
; That code is tightly coupled with LzmaDec_TryDummy()
; and with... |
libsrc/target/zx81/zx81/chroma81/zx_attr_callee.asm | ahjelm/z88dk | 640 | 196374 | ; uint __CALLEE__ zx_attr_callee(uchar row, uchar col)
; aralbrec 06.2007
SECTION code_clib
PUBLIC zx_attr_callee
PUBLIC _zx_attr_callee
PUBLIC asm_zx_attr
EXTERN asm_zx_cyx2aaddr
.zx_attr_callee
._zx_attr_callee
pop hl
pop de
ex (sp),hl
ld h,l
ld l,e
.asm_zx_attr
; h = char Y 0..23
; l = ... |
src/third_party/nasm/test/xmm0.asm | Mr-Sheep/naiveproxy | 2,219 | 196376 | ; BR 3392275: don't require xmm0 to be explicitly declared when implicit
bits 32
blendvpd xmm2,xmm1,xmm0
blendvpd xmm2,xmm1
blendvps xmm2,xmm1,xmm0
blendvps xmm2,xmm1
pblendvb xmm2,xmm1,xmm0
pblendvb xmm2,xmm1
sha256rnds2 xmm2,xmm1,xmm0
sha256rnds2 xmm2,xmm1
|
programs/oeis/191/A191012.asm | jmorken/loda | 1 | 196377 | ; A191012: a(n) = n^5 - n^4 + n^3 - n^2 + n.
; 0,1,22,183,820,2605,6666,14707,29128,53145,90910,147631,229692,344773,501970,711915,986896,1340977,1790118,2352295,3047620,3898461,4929562,6168163,7644120,9390025,11441326,13836447,16616908,19827445,23516130,27734491,32537632,37984353,44137270,51062935,58831956,67519117,77... |
vera.asm | indigodarkwolf/x16-matriculate-text | 9 | 196378 | .ifndef VERA_ASM
VERA_ASM=1
.code
.ifdef USING_VERA_STREAM_OUT_RLE
;==============================================
; vera_stream_out_data
; Stream out a block of memory to VERA_data
;----------------------------------------------
; INPUT: X - number of pages to stream
; Y - number of bytes to stream
; ... |
libmikeos/src.io/io_input_port16.asm | mynameispyo/InpyoOS | 0 | 196379 | <reponame>mynameispyo/InpyoOS
; @@@ unsigned short io_input_port16(unsigned short port);
section .text
use16
global _io_input_port16
_io_input_port16:
mov bx, sp
mov dx, [ss:bx + 2]
in ax, dx
ret
|
programs/oeis/164/A164349.asm | jmorken/loda | 1 | 196380 | <reponame>jmorken/loda
; A164349: The limit of the string "0, 1" under the operation 'repeat string twice and remove last symbol'.
; 0,1,0,0,1,0,1,0,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,0,1,0,0,1,0,1,0,1,0,0,1,0,1,0,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,0,1,0,0,1,0,0,1,0,0,1,0,1,0,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,0,1,0... |
oeis/140/A140360.asm | neoneye/loda-programs | 11 | 196381 | <filename>oeis/140/A140360.asm
; A140360: Inverse binomial transform of A140359.
; Submitted by <NAME>(s1)
; 1,0,5,-5,15,-25,55,-105,215,-425,855,-1705,3415,-6825,13655,-27305,54615,-109225,218455,-436905,873815,-1747625,3495255,-6990505,13981015,-27962025,55924055,-111848105,223696215,-447392425,894784855,-1789569705,... |
programs/oeis/046/A046142.asm | karttu/loda | 1 | 196382 | <reponame>karttu/loda<gh_stars>1-10
; A046142: Haüy rhombic dodecahedral numbers.
; 1,33,185,553,1233,2321,3913,6105,8993,12673,17241,22793,29425,37233,46313,56761,68673,82145,97273,114153,132881,153553,176265,201113,228193,257601,289433,323785,360753,400433,442921,488313,536705,588193,642873,700841,762193,827025,89543... |
Transynther/x86/_processed/AVXALIGN/_zr_/i3-7100_9_0x84_notsx.log_21829_3147.asm | ljhsiun2/medusa | 9 | 196383 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r15
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x7108, %r10
nop
nop
nop
nop
sub %r14, %r14
movb $0x61, (%r10)
nop
sub $64641, %r12
lea addresses_A_ht+0x1451c, %rsi
lea addresses_UC_ht+0xf5fc, %rdi
nop
nop
in... |
libsrc/oz/ozscreen/ozsetcontrast.asm | dex4er/deb-z88dk | 1 | 196384 | ;
; Sharp OZ family functions
;
; ported from the OZ-7xx SDK by by <NAME>
; by <NAME> - Oct. 2003
;
;
; display contrast control functions
;
; ------
; $Id: ozsetcontrast.asm,v 1.1 2003/10/21 17:15:21 stefano Exp $
;
XLIB ozsetcontrast
LIB ozsetlcdstate
XREF ozcontrast
XREF s_ozlcdstatus
... |
src/objects/spikes.asm | matanui159/celeste-gameboy | 8 | 196385 | include "../hardware.inc"
section "Spikes ROM", rom0
;; Performs collision in the up direction
;; @param a: Tile ID
;; @param hl: Tile address
;; @param bc: Collide position
;; @saved hl
;; @saved bc
SpikeCollideUp::
; Check that the speed is positive as well, we only need the high byte
ld a, [wPlayerSpeedY... |
mipsevm/test/clo.asm | koredefashokun/cannon | 211 | 196386 | ###############################################################################
# File : clo.asm
# Project : MIPS32 MUX
# Author: : <NAME> (<EMAIL>)
#
# Standards/Formatting:
# MIPS gas, soft tab, 80 column
#
# Description:
# Test the functionality of the 'clo' instruction.
#
#####################... |
oeis/202/A202113.asm | neoneye/loda-programs | 11 | 196387 | ; A202113: Numbers n such that 90n + 61 is prime.
; Submitted by <NAME>(s4)
; 0,1,2,3,4,6,7,11,13,14,20,21,23,24,25,29,31,34,36,37,39,43,44,45,46,50,51,53,55,56,58,62,64,67,69,70,71,77,81,84,90,93,94,99,101,102,104,105,106,108,109,112,114,116,119,120,123,125,127,132,135,136
mov $2,$0
pow $2,2
lpb $2
add $1,20
mov ... |
src/gfx/Set16bpp.asm | beckadamtheinventor/BOSos | 1 | 196388 | ;@DOES set the lcd to 16bpp mode
;@DESTROYS HL,DE,BC,AF
gfx_Set16bpp:
ld hl,LCD_VRAM
ld bc,((LCD_WIDTH * LCD_HEIGHT) * 2) - 1
ld a,255
call sys_MemSet
ld a,LCD_16BPP
ld (LCD_CTRL),a
ret
|
examples/compiled_code/times_two.asm | Dream-maerD/ELL-master | 0 | 196389 | <filename>examples/compiled_code/times_two.asm
; ModuleID = 'ELL'
source_filename = "ELL"
@c_0 = internal constant [3 x double] [double 2.000000e+00, double 2.000000e+00, double 2.000000e+00]
@g_0 = internal global [3 x double] zeroinitializer
define void @predict(double* %input0, double* %output0) {
entry:
br labe... |
programs/oeis/260/A260918.asm | neoneye/loda | 22 | 196390 | <reponame>neoneye/loda<filename>programs/oeis/260/A260918.asm
; A260918: Number of squares of all sizes in polyominoes obtained by union of two pyramidal figures (A092498) with intersection equals A002623.
; 0,1,5,15,33,60,100,154,224,313,423,555,713,898,1112,1358,1638,1953,2307,2701,3137,3618,4146,4722,5350,6031,6767,... |
lib/target/msx/classic/rom.asm | moneytech/z88dk | 0 | 196391 | <gh_stars>0
; startup == 3
; msx cartridge rom
; April 2014
; submitted by Timmy
; For cartridge I am not sure what facilities are available from the MSX
; system, if any. So this CRT only provides the bare minimum.
;
; Declarations
;
defc TAR__clib_exit_stack_size = 0
defc TAR__register_sp... |
src/rotozoom.asm | BlockoS/up-14 | 4 | 196392 | ; [todo] separate init, hsync/vsync routines from the effect loop
; in order to have banks containing only loop codes
;
ROTOZOOM_FRAME_COUNT = 1024
.bss
; [todo] do the same thing that's been done for zp (.rsset and all)
csTblLo .ds 256
csTblHi .ds 256
snTblLo .ds 256
snTblHi .ds... |
oeis/059/A059193.asm | neoneye/loda-programs | 11 | 196393 | <reponame>neoneye/loda-programs
; A059193: Engel expansion of 1/e = 0.367879... .
; 3,10,28,54,88,130,180,238,304,378,460,550,648,754,868,990,1120,1258,1404,1558,1720,1890,2068,2254,2448,2650,2860,3078,3304,3538,3780,4030,4288,4554,4828,5110,5400,5698,6004,6318,6640,6970,7308,7654,8008,8370,8740,9118,9504,9898,10300,10... |
libsrc/_DEVELOPMENT/adt/p_forward_list/z80/asm_p_forward_list_empty.asm | jpoikela/z88dk | 640 | 196398 | <gh_stars>100-1000
; ===============================================================
; Dec 2013
; ===============================================================
;
; int p_forward_list_empty(p_forward_list_t *list)
;
; Return true (non-zero) if list is empty.
;
; ======================================================... |
data/maps/objects/PokemonFanClub.asm | opiter09/ASM-Machina | 1 | 196399 | <reponame>opiter09/ASM-Machina
PokemonFanClub_Object:
db $d ; border block
def_warps
warp 2, 7, 1, LAST_MAP
warp 3, 7, 1, LAST_MAP
def_signs
sign 1, 0, 7 ; FanClubText7
sign 6, 0, 8 ; FanClubText8
def_objects
object SPRITE_FISHER, 6, 3, STAY, LEFT, 1 ; person
object SPRITE_GIRL, 1, 3, STAY, RIGHT, ... |
programs/oeis/315/A315447.asm | karttu/loda | 0 | 196400 | <gh_stars>0
; A315447: Coordination sequence Gal.5.112.4 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,6,11,16,20,24,29,34,40,46,51,56,60,64,69,74,80,86,91,96,100,104,109,114,120,126,131,136,140,144,149,154,160,166,171,176,180,18... |
oeis/268/A268446.asm | neoneye/loda-programs | 11 | 196401 | ; A268446: Number of North-East lattice paths from (0,0) to (n,n) that cross the diagonal y = x horizontally exactly three times.
; Submitted by <NAME>
; 1,14,119,798,4655,24794,123970,592020,2731365,12271350,53993940,233646504,997490844,4211628008,17620076360,73153696336,301758997386,1237956266316,5054988087457,205585... |
user/wc.asm | Hasnain62/xv6-Procject | 0 | 196402 | <reponame>Hasnain62/xv6-Procject
user/_wc: file format elf64-littleriscv
Disassembly of section .text:
0000000000000000 <wc>:
char buf[512];
void
wc(int fd, char *name)
{
0: 7119 addi sp,sp,-128
2: fc86 sd ra,120(sp)
4: f8a2 sd s0,112(sp)
6: f4a6 ... |
resources/retrogamedev.chapters/chapter12/gameFlow.asm | brawnydawg/retrojam4 | 0 | 196403 | <gh_stars>0
;===============================================================================
; Constants
FlowNumLives = 3
FlowStateMenu = 0
FlowStateAlive = 1
FlowStateDying = 2
;===============================================================================
; Variables
flowScoreX byte 0
flow... |
programs/oeis/087/A087204.asm | neoneye/loda | 22 | 196404 | <filename>programs/oeis/087/A087204.asm
; A087204: Period 6: repeat [2, 1, -1, -2, -1, 1].
; 2,1,-1,-2,-1,1,2,1,-1,-2,-1,1,2,1,-1,-2,-1,1,2,1,-1,-2,-1,1,2,1,-1,-2,-1,1,2,1,-1,-2,-1,1,2,1,-1,-2,-1,1,2,1,-1,-2,-1,1,2,1,-1,-2,-1,1,2,1,-1,-2,-1,1,2,1,-1,-2,-1,1,2,1,-1,-2,-1,1,2,1,-1,-2,-1,1,2,1,-1,-2,-1,1,2,1,-1,-2,-1,1,2,... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.