hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
68fc717e1b4c2ba4b36d66b97beb1d7cc9263559
1,273
asm
Assembly
samples/03_8051/original/asm/xrom_test.asm
kubasz/verinject
ab9dd56d9388d02b20ff355bf80ea6327ec009fb
[ "Apache-2.0" ]
null
null
null
samples/03_8051/original/asm/xrom_test.asm
kubasz/verinject
ab9dd56d9388d02b20ff355bf80ea6327ec009fb
[ "Apache-2.0" ]
null
null
null
samples/03_8051/original/asm/xrom_test.asm
kubasz/verinject
ab9dd56d9388d02b20ff355bf80ea6327ec009fb
[ "Apache-2.0" ]
null
null
null
ajmp start; check: subb a, #04; jnz error1; mov a, b; jnz error2; ret; error1: mov p1, #01; ajmp error1; error2: mov p1, #02; ajmp error2; .org 020eh start: mov p0, #090h; mov a, #20; mov b, #05; div ab; lcall check; mov p0, #00h; ljmp test1; ...
12.009434
20
0.428908
0dc9c3b5ef1539f97ab58e65b44edbacd8f475f1
15,187
asm
Assembly
ZORTON.reko/ZORTON_1744.asm
0xLiso/dePIXELator
d74a663e5cb41a404f2b714e262ce44b668d3632
[ "MIT" ]
null
null
null
ZORTON.reko/ZORTON_1744.asm
0xLiso/dePIXELator
d74a663e5cb41a404f2b714e262ce44b668d3632
[ "MIT" ]
null
null
null
ZORTON.reko/ZORTON_1744.asm
0xLiso/dePIXELator
d74a663e5cb41a404f2b714e262ce44b668d3632
[ "MIT" ]
1
2021-03-10T22:29:06.000Z
2021-03-10T22:29:06.000Z
;;; Segment 1744 (1744:0000) 1744:0000 5A 66 59 0F A1 0F A9 5D C9 CB ZfY....].. ;; fn1744_000A: 1744:000A ;; Called from: ;; 0CE0:0A8B (in fn0CE0_08FC) fn1744_000A proc enter 4h,0h push 52h call far 0800h:07B4h pop cx mov [bp-2h],dx mov [bp-4h],ax cmp dword ptr [bp-4h],0h jz 0053h ...
30.252988
74
0.596365
d8030e901d0bf86347793456070359a30e39e8a2
809
asm
Assembly
src/kernel/boot/gdt.asm
soumitradev/BruhOS
852625f77dc62cbb158d25d5038e5584d35a12f5
[ "MIT" ]
2
2021-03-06T01:06:29.000Z
2021-04-02T12:56:08.000Z
src/kernel/boot/gdt.asm
soumitradev/BruhOS
852625f77dc62cbb158d25d5038e5584d35a12f5
[ "MIT" ]
null
null
null
src/kernel/boot/gdt.asm
soumitradev/BruhOS
852625f77dc62cbb158d25d5038e5584d35a12f5
[ "MIT" ]
1
2021-07-16T08:57:36.000Z
2021-07-16T08:57:36.000Z
[bits 64] align 0x10 gdt: null_descriptor: dw 0x0000 dw 0x0000 db 0x00 db 00000000b db 00000000b db 0x00 kernel_code_64: dw 0x0000 dw 0x0000 db 0x00 db 10011010b db 00100000b db 0x00 kernel_data: dw 0x0000 dw 0x0000 db 0x00 db 10010010b db 00...
11.897059
33
0.639061
5eb99b4644609498df6e9672e371351d49611e2f
1,323
asm
Assembly
src/memchk.asm
codebje/cpmsuite
4692b936e7061d39c26919fcaa86340344309705
[ "MIT" ]
null
null
null
src/memchk.asm
codebje/cpmsuite
4692b936e7061d39c26919fcaa86340344309705
[ "MIT" ]
null
null
null
src/memchk.asm
codebje/cpmsuite
4692b936e7061d39c26919fcaa86340344309705
[ "MIT" ]
null
null
null
.z180 #target bin #code TEXT, $100 #include "src/z180registers.z80" .org $100 ;; set up the bank area at $c000 logical ld a, $fc out0 (CBAR), a ;; the first bank to test should be physical $10000 ;; which now maps into the BBR as $10000-$c000 = $4000 ;; the bank counter will run from $4 to $73 ...
17.878378
86
0.619048
0bf888438b448ddca399d7a6b1ad6abea708cc1f
4,992
asm
Assembly
7. File Check/7. File Check/Source.asm
ShinoharaYuuyoru/Assembly-Language-Project
968d1650f361493677cccbd2925ae8c24858b092
[ "MIT" ]
null
null
null
7. File Check/7. File Check/Source.asm
ShinoharaYuuyoru/Assembly-Language-Project
968d1650f361493677cccbd2925ae8c24858b092
[ "MIT" ]
null
null
null
7. File Check/7. File Check/Source.asm
ShinoharaYuuyoru/Assembly-Language-Project
968d1650f361493677cccbd2925ae8c24858b092
[ "MIT" ]
1
2019-06-20T06:48:59.000Z
2019-06-20T06:48:59.000Z
.386 .model flat, stdcall option casemap: none ;**************************************** include windows.inc include shell32.inc include user32.inc include comctl32.inc include masm32.inc include kernel32.inc include msvcrt.inc includelib user32.lib includelib comctl32.lib includelib masm32.lib includelib kernel32.l...
21.517241
94
0.670272
cd865c8af2b97bd3556e2756d92e913c22c26339
402
asm
Assembly
oeis/118/A118434.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/118/A118434.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/118/A118434.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A118434: Row sums of self-inverse triangle A118433. ; Submitted by Christian Krause ; 1,0,2,4,-4,0,-8,-16,16,0,32,64,-64,0,-128,-256,256,0,512,1024,-1024,0,-2048,-4096,4096,0,8192,16384,-16384,0,-32768,-65536,65536,0,131072,262144,-262144,0,-524288,-1048576,1048576,0,2097152,4194304,-4194304 mov $2,-1 pow $2,$0 mov ...
25.125
208
0.661692
6e68f5ad14070a84de2feb19aadebb2e18f3338d
3,429
asm
Assembly
main.asm
pietroluongo/x86-calc
2dd394618507c8966dd683ee7cc2b47771e46cff
[ "MIT" ]
null
null
null
main.asm
pietroluongo/x86-calc
2dd394618507c8966dd683ee7cc2b47771e46cff
[ "MIT" ]
null
null
null
main.asm
pietroluongo/x86-calc
2dd394618507c8966dd683ee7cc2b47771e46cff
[ "MIT" ]
null
null
null
extern _soma, _mult, _div, _sub extern _printString, _readString, _readOperator extern _ascii2dec, _bin2ascii extern _printNewline extern _printNewline, _printFirstInputRequest, _printSecondInputRequest, _printOperatorRequest, _printResultMsg, _printErrorMsg SEGMENT CODE ..start: ; Stack setup MOV ...
23.168919
128
0.516477
65caedd4af9316badbc5d4157b5b73d2002bd7ae
417
asm
Assembly
oeis/214/A214441.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/214/A214441.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/214/A214441.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A214441: Catalan numbers at square positions: a(n) = A000108(n^2). ; Submitted by Christian Krause ; 1,1,14,4862,35357670,4861946401452,11959798385860453492,509552245179617138054608572,368479169875816659479009042713546950,4462290049988320482463241297506133183499654740,8965199470901314966871700700741006324208375215387...
59.571429
227
0.805755
808eac953267b759fe21c728b75733ad3c450ed9
1,743
asm
Assembly
Games/CMonster (Breakout)/Source/loaderce.asm
CiaranGruber/Ti-84-Calculator
96742a4a2b9e21aa9d675575dc7e4f26365430c0
[ "MIT" ]
1
2019-03-31T11:49:12.000Z
2019-03-31T11:49:12.000Z
Games/CMonster (Breakout)/Source/loaderce.asm
CiaranGruber/Ti-84-Calculator
96742a4a2b9e21aa9d675575dc7e4f26365430c0
[ "MIT" ]
null
null
null
Games/CMonster (Breakout)/Source/loaderce.asm
CiaranGruber/Ti-84-Calculator
96742a4a2b9e21aa9d675575dc7e4f26365430c0
[ "MIT" ]
1
2020-03-09T13:21:19.000Z
2020-03-09T13:21:19.000Z
;############## Calcuzap by Patrick Davidson - TI-84 Plus CE unpacker ; Memory map on TI-84 CE ($D031F6 through $D13FD7 is available) ; ; $D031F6 to $D06FFF for unpacker, stack at very end (start = pixelShadow) ; $D07000 to $D0FFFF for main game ; $D10000 to $D13FD7 for variables (not fully used) #include ti84...
29.542373
78
0.529547
33c9ac65f3cf2bd950d478c42d063605893c693d
126
asm
Assembly
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/erf_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/erf_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
libsrc/_DEVELOPMENT/math/float/math48/lm/c/sdcc_iy/erf_fastcall.asm
meesokim/z88dk
5763c7778f19a71d936b3200374059d267066bb2
[ "ClArtistic" ]
null
null
null
SECTION code_fp_math48 PUBLIC _erf_fastcall EXTERN cm48_sdcciy_erf_fastcall defc _erf_fastcall = cm48_sdcciy_erf_fastcall
14
45
0.880952
4fef42569e6a1c023ce9db482814027e77f79b05
697
asm
Assembly
oeis/077/A077445.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/077/A077445.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/077/A077445.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A077445: Numbers k such that (k^2 - 8)/2 is a square. ; Submitted by Christian Krause ; 4,20,116,676,3940,22964,133844,780100,4546756,26500436,154455860,900234724,5246952484,30581480180,178241928596,1038870091396,6054978619780,35291001627284,205691031143924,1198855185236260,6987440080273636,40725785296405556,23736727...
43.5625
500
0.830703
7eb015e4834d12a386a3dedc103de70171bbed8a
443
asm
Assembly
iod/con2/sprite/f12.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
iod/con2/sprite/f12.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
iod/con2/sprite/f12.asm
olifink/smsqe
c546d882b26566a46d71820d1539bed9ea8af108
[ "BSD-2-Clause" ]
null
null
null
* Sprite f12 * * Mode 4 * +|-----------+ * -ggg g ggg - * |g gg g g | * |g g g | * |gg g g | * |g g g | * |g g g | * |g g gggg | * +|-----------+ * section sprite xdef sp_f12 xref sp_zero sp_f12 dc.w $0100,$0000 dc.w 10,7,0,0 dc.l sc4_f12-* dc.l sp_zero-* dc.l 0 sc4_f12 dc.w $E90...
13.424242
17
0.485327
8a09be8a107c07c6eea28ae0e63ef545eba6fe68
4,866
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_69.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_69.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_21829_69.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x1c084, %r10 nop nop nop nop nop cmp $3907, %rbx mov $0x6162636465666768, %rbp movq %rbp, (%r10) nop nop nop cmp %r14, %r14 lea addresses_D_ht+0x50f4, %rsi lea addresses_WT_ht+0x5ef4, %...
49.653061
2,999
0.660707
9b603fa72713a5698ebe252ab6058768cf1cccab
7,407
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_989.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_989.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_989.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r14 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_WC_ht+0x12ea2, %rsi lea addresses_WT_ht+0x822b, %rdi nop nop nop inc %r8 mov $64, %rcx rep movsl nop xor %r14, %r14 lea addresses_UC_ht+0x11487, %rsi lea addresses_UC_ht+0x1d02b, %rdi...
34.451163
2,999
0.660051
4ccb15c7ca67030d2284052eaa467a532559d500
517
asm
Assembly
oeis/225/A225573.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/225/A225573.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/225/A225573.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A225573: Number of trees over all forests of labeled rooted trees in which some (possibly all or none) of the trees have been specially designated. ; Submitted by Christian Krause ; 0,2,12,90,864,10290,147456,2480058,48000000,1052307234,25798901760,699896958618,20826335158272,674680957031250,23643898043695104,8914120...
30.411765
217
0.77176
429475499bb340c9aad72dc6de11b4123789b1b5
726
asm
Assembly
programs/oeis/156/A156749.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/156/A156749.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/156/A156749.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A156749: For all numbers k(n) congruent to -1 or +1 (mod 4) starting with k(n) = {3,5,7,9,11,...}, a(k(n)) is incremented by the congruence (mod 4) if k(n) is prime and by 0 if k(n) is composite. ; -1,0,-1,-1,-2,-1,-1,0,-1,-1,-2,-2,-2,-1,-2,-2,-2,-1,-1,0,-1,-1,-2,-2,-2,-1,-1,-1,-2,-1,-1,-1,-2,-2,-3,-2,-2,-2,-3,-3,-4,...
45.375
298
0.479339
f018434506220ce3586bfcefaaa8841c706d0ffe
560
asm
Assembly
Working Disassembly/Levels/DEZ/Misc Object Data/Map - Retracting Spring.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
5
2021-07-09T08:17:56.000Z
2022-02-27T19:57:47.000Z
Working Disassembly/Levels/DEZ/Misc Object Data/Map - Retracting Spring.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
Working Disassembly/Levels/DEZ/Misc Object Data/Map - Retracting Spring.asm
TeamASM-Blur/Sonic-3-Blue-Balls-Edition
7e8a2c5df02271615ff4cae529521e6b1560d6b1
[ "Apache-2.0" ]
null
null
null
dc.w word_481BC-Map_DEZRetractingSpring dc.w word_481D0-Map_DEZRetractingSpring dc.w word_481DE-Map_DEZRetractingSpring word_481BC: dc.w 3 ; DATA XREF: ROM:000481B6o dc.b 0, $D, 0, 0, $FF, $F0 dc.b $F0, $C, $E1, $72, $FF, $F0 dc.b $F8, 4, $E1, $7A, $FF, $F8 word_481D0: dc.w 2 ; DATA XREF: ROM...
37.333333
48
0.558929
7d5fcce9130af0a33cc6c18a0d1ab6c12f9b4085
712
asm
Assembly
data/pokemon/base_stats/cyndaquil.asm
Karkino/KarkCrystal16
945dde0354016f9357e9d3798312cc6efa52ff7a
[ "blessing" ]
null
null
null
data/pokemon/base_stats/cyndaquil.asm
Karkino/KarkCrystal16
945dde0354016f9357e9d3798312cc6efa52ff7a
[ "blessing" ]
null
null
null
data/pokemon/base_stats/cyndaquil.asm
Karkino/KarkCrystal16
945dde0354016f9357e9d3798312cc6efa52ff7a
[ "blessing" ]
null
null
null
db 0 ; species ID placeholder db 42, 62, 48, 75, 34, 54 ; hp atk def spd sat sdf db FIRE, FIRE ; type db 45 ; catch rate db 65 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 20 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/cyndaquil/fro...
32.363636
248
0.710674
b68e1de04f9353d49f4aa4ebdfb84d43f43b78ca
163
asm
Assembly
libsrc/target/rx78/graphics/pointxy.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/target/rx78/graphics/pointxy.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/target/rx78/graphics/pointxy.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ; Point pixel at (x,y) coordinate. SECTION code_clib PUBLIC pointxy defc NEEDpoint= 1 .pointxy INCLUDE "pixel.inc"
11.642857
38
0.546012
6b5305f42e10225cb59c7494c7cb0992b3e53778
16
asm
Assembly
src/public/src/FM7/util/fm7code/org1400.asm
rothberg-cmu/rothberg-run
a42df5ca9fae97de77753864f60d05295d77b59f
[ "MIT" ]
1
2019-08-10T00:24:09.000Z
2019-08-10T00:24:09.000Z
src/public/src/FM7/util/fm7code/org1400.asm
rothberg-cmu/rothberg-run
a42df5ca9fae97de77753864f60d05295d77b59f
[ "MIT" ]
null
null
null
src/public/src/FM7/util/fm7code/org1400.asm
rothberg-cmu/rothberg-run
a42df5ca9fae97de77753864f60d05295d77b59f
[ "MIT" ]
2
2019-05-01T03:11:10.000Z
2019-05-01T03:30:35.000Z
ORG $1400
8
15
0.4375
f27e7e8fc4af6d335828479fd6c2dab511af877c
312
asm
Assembly
programs/oeis/158/A158411.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/158/A158411.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/158/A158411.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A158411: Maximum number of colors required to paint a map having n regions. ; 0,1,2,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4 mov $1,$0 trn $0,4 sub $1,$0
44.571429
203
0.567308
88150a70699f336a223939e9bee24c57b84ca105
383
asm
Assembly
oeis/063/A063203.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/063/A063203.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/063/A063203.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A063203: Dimension of the space of weight 2n cuspidal newforms for Gamma_0( 23 ). ; Submitted by Jamie Morken(s2) ; 2,5,9,13,17,19,25,27,31,35,39,41,47,49,53,57,61,63,69,71,75,79,83,85,91,93,97,101,105,107,113,115,119,123,127,129,135,137,141,145,149,151,157,159,163,167,171,173,179,181 mov $1,$0 mul $0,3 div $1,3 mul...
25.533333
171
0.673629
650d178506ae955a07d2ded81cf688a12af16be7
447
asm
Assembly
oeis/122/A122178.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/122/A122178.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/122/A122178.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A122178: Triangle, read by rows, where T(n,k) = C( n*(n+1)/2 + n-k - 1, n-k), for n>=k>=0. ; Submitted by Christian Krause ; 1,1,1,6,3,1,56,21,6,1,715,220,55,10,1,11628,3060,680,120,15,1,230230,53130,10626,1771,231,21,1,5379616,1107568,201376,31465,4060,406,28,1,145008513,26978328,4496388,658008,82251,8436,666,36,1,4...
26.294118
204
0.646532
52a9b69502be8e3c843dd9f8101e865ad757ab7c
322
asm
Assembly
programs/oeis/004/A004968.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/004/A004968.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/004/A004968.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A004968: a(n) = ceiling(n*phi^13), where phi is the golden ratio, A001622. ; 0,522,1043,1564,2085,2606,3127,3648,4169,4690,5211,5732,6253,6774,7295,7816,8337,8858,9379,9900,10421,10942,11463,11984,12505,13026,13547,14068,14589,15110,15631,16152 mov $1,$0 trn $1,1 mov $2,$0 sub $0,$1 lpb $2 add $0,521 sub $2,1 lp...
26.833333
169
0.708075
07caa58e3c140d656961dd7c32ad99ca592db0da
3,466
asm
Assembly
src/core/bytecode/wasm/tmp.asm
Hiroshi123/bin_tools
95929eb218a82e30c43ee5bd209301a24abebffa
[ "MIT" ]
null
null
null
src/core/bytecode/wasm/tmp.asm
Hiroshi123/bin_tools
95929eb218a82e30c43ee5bd209301a24abebffa
[ "MIT" ]
4
2019-02-27T05:41:26.000Z
2020-07-16T00:24:24.000Z
src/core/bytecode/wasm/tmp.asm
Hiroshi123/bin_tools
95929eb218a82e30c43ee5bd209301a24abebffa
[ "MIT" ]
null
null
null
section .text default rel extern print global _0x00 global _0x00_unreachable global _0x01_nop global _0x02_block global _0x03_loop global _0x04_if global _0x05_else global _0x0b_end global _0x0c_br global _0x0d_br_if global _0x0e_br_table global _0x0f_return global _0x10_call global _0x11_indirect ...
12.076655
28
0.78996
f32aefaedaeff4dbb4d015627e1b311ca841ebbd
194
asm
Assembly
annum_of_pwn/001/shellcode.asm
0xmanjoos/hackerman_hackertime
e447f5dc3ffc1041905190756dad221c7f42c92f
[ "MIT" ]
9
2021-05-05T04:07:13.000Z
2022-02-16T17:34:37.000Z
annum_of_pwn/001/shellcode.asm
0xmanjoos/hackerman_hackertime
e447f5dc3ffc1041905190756dad221c7f42c92f
[ "MIT" ]
null
null
null
annum_of_pwn/001/shellcode.asm
0xmanjoos/hackerman_hackertime
e447f5dc3ffc1041905190756dad221c7f42c92f
[ "MIT" ]
2
2021-03-18T22:51:12.000Z
2021-12-03T19:26:02.000Z
section .text global _start _start: xor rdx, rdx mov rbx, '//bin/sh' shr rbx, 8 push rbx mov rdi, rsp push rax push rdi mov rsi, rsp mov al, 0x3b syscall
13.857143
23
0.572165
1b08d22e5fd9221c83e4c0d1390b69b9120800bb
736
asm
Assembly
oeis/097/A097741.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/097/A097741.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/097/A097741.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A097741: Pell equation solutions (10*a(n))^2 - 101*b(n)^2 = -1 with b(n) = A097742(n), n >= 0. ; Submitted by Jamie Morken(w1) ; 1,403,162005,65125607,26180332009,10524428342011,4230794013156413,1700768668860536015,683704774087922321617,274847618414675912754019,110488058897925629004794021,4441592482934768818401444242...
40.888889
476
0.815217
35695e314839f9c8abbace708507122d367dc46b
27,922
asm
Assembly
documents/manuals/intel/80386/ops/LOADALL/emuload.asm
jriwanek-forks/pcjs
868047405c383e2b05848e771e89e2bd4558ee96
[ "MIT" ]
711
2015-01-12T21:43:49.000Z
2022-03-31T15:04:16.000Z
documents/manuals/intel/80386/ops/LOADALL/emuload.asm
jriwanek-forks/pcjs
868047405c383e2b05848e771e89e2bd4558ee96
[ "MIT" ]
98
2015-01-06T11:52:01.000Z
2022-03-28T18:14:28.000Z
documents/manuals/intel/80386/ops/LOADALL/emuload.asm
jriwanek-forks/pcjs
868047405c383e2b05848e771e89e2bd4558ee96
[ "MIT" ]
152
2015-02-01T20:23:27.000Z
2022-03-30T21:58:48.000Z
Page 60,132 ;----------------------------------------------------------------------------- ; BEGIN LISTING 3 ;----------------------------------------------------------------------------- ; ; EMULOAD.ASM ; ; Copyright (c) 1991, 1995-Present Robert Collins ; ; You have my...
43.023112
78
0.393238
9823fcea62f4fa52446a5d8d7966ee90b4ab281c
1,232
asm
Assembly
programs/oeis/018/A018902.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/018/A018902.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/018/A018902.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A018902: a(n+2) = 5*a(n+1) - 3*a(n). ; 1,4,17,73,314,1351,5813,25012,107621,463069,1992482,8573203,36888569,158723236,682950473,2938582657,12644061866,54404561359,234090621197,1007239421908,4333925245949,18647907964021,80237764082258,345245096519227,1485512190349361,6391825662189124,27502591739897537,1183374817129203...
88
1,097
0.895292
037cc06c5123ef5eb848760d93ac2409af474452
7,004
asm
Assembly
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_661.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_661.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48_notsx.log_21829_661.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_UC_ht+0xcae9, %rax add %r15, %r15 and $0xffffffffffffffc0, %rax vmovaps (%rax), %ymm2 vextracti128 $0, %ymm2, %xmm2 vpextrq $0, %xmm2, %rcx nop dec %r14 lea addresses_WC_ht+0x13dc5,...
36.103093
2,999
0.664477
81ab52d04ee355b9fa69eb63188a1440504d5c49
2,188
asm
Assembly
app.asm
mohamed-abdelaziz721/Traffic-Light---Assembly
a40b4753905b5945aab2d21ff03a5161a39d1470
[ "MIT" ]
null
null
null
app.asm
mohamed-abdelaziz721/Traffic-Light---Assembly
a40b4753905b5945aab2d21ff03a5161a39d1470
[ "MIT" ]
null
null
null
app.asm
mohamed-abdelaziz721/Traffic-Light---Assembly
a40b4753905b5945aab2d21ff03a5161a39d1470
[ "MIT" ]
null
null
null
$NOMOD51 ;to suppress the pre-defined addresses by keil $include (C8051F020.INC) ; to declare the device peripherals with it's addresses ORG 0H ; to start writing the code from the base 0 ;diable the watch dog MOV WDTCN,#11011110B ;0DEH MOV WDTCN,#10101101B ;0ADH ; config of clock MOV OSCICN , #14H ; 2MH cl...
13.936306
81
0.697898
b0ff7c3b73c59d90ad0223b2fee3075bd3ee054e
2,444
asm
Assembly
45/runtime/crt/fmsghdr.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/runtime/crt/fmsghdr.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
45/runtime/crt/fmsghdr.asm
minblock/msdos
479ffd237d9bb7cc83cb06361db2c4ef42dfbac0
[ "Apache-2.0" ]
null
null
null
page ,132 title fmsghdr - far message handler and finder ;*** ;fmsghdr.asm - far message handler and finder ; ; Copyright (c) 1986-1988, Microsoft Corporation. All rights reserved. ; ;Purpose: ; Far message handler and finder. ; ;******************************************************************************* ...
19.244094
80
0.670213
279d1fd614632d816f2f38bcceb65bc63a530477
3,716
asm
Assembly
fasmcpp.win64.asm
LHLaurini/fasmcpp
f061fc5be5a86182c271e5df18e35701ddbe0a87
[ "MIT" ]
4
2017-05-10T09:16:28.000Z
2020-01-12T16:47:22.000Z
fasmcpp.win64.asm
step9/fasmcpp
f061fc5be5a86182c271e5df18e35701ddbe0a87
[ "MIT" ]
2
2020-01-13T16:47:50.000Z
2020-01-13T20:45:17.000Z
fasmcpp.win64.asm
step9/fasmcpp
f061fc5be5a86182c271e5df18e35701ddbe0a87
[ "MIT" ]
2
2018-10-23T12:44:06.000Z
2019-04-13T12:42:46.000Z
use64 org WIN64_LOW_MEMORY_FIXED_ADDRESS ; symbols to export dq _assemble dq _run dq _input_filename dq _output_filename dq _fasm_memory ; symbols to import fasmError dq ? fasmOpen dq ? fasmRead dq ? fasmWrite dq ? fasmClose dq ? fasmLseek dq ? fasmDisplayBlock dq ? ; code _assemble: ; Assembly* assemb...
14.687747
93
0.705059
e5280506a9b3cc6ac2c445138929f6b2c70515f4
740
asm
Assembly
oeis/054/A054890.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/054/A054890.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/054/A054890.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A054890: Layer counting sequence for hyperbolic tessellation by regular heptagons of angle Pi/3. ; 1,7,42,245,1428,8323,48510,282737,1647912,9604735,55980498,326278253,1901689020,11083855867,64601446182,376524821225,2194547481168,12790760065783,74550012913530,434509317415397,2532505891578852,14760526032057715,8603065...
38.947368
484
0.813514
1fb637242ed5dd45acc9bac06b2858fc334bc53b
35,554
asm
Assembly
Microsoft Word for Windows Version 1.1a/Word 1.1a CHM Distribution/Opus/asm/clsplcn.asm
lborgav/Historical-Source-Codes
c0aeaae1d482718e3b469d9eb7a6d0002faa1ff5
[ "MIT" ]
7
2017-01-12T17:48:48.000Z
2021-11-28T04:37:34.000Z
Microsoft Word for Windows Version 1.1a/Word 1.1a CHM Distribution/Opus/asm/clsplcn.asm
lborgav/Historical-Source-Codes
c0aeaae1d482718e3b469d9eb7a6d0002faa1ff5
[ "MIT" ]
null
null
null
Microsoft Word for Windows Version 1.1a/Word 1.1a CHM Distribution/Opus/asm/clsplcn.asm
lborgav/Historical-Source-Codes
c0aeaae1d482718e3b469d9eb7a6d0002faa1ff5
[ "MIT" ]
5
2017-03-28T08:04:30.000Z
2020-03-25T14:25:29.000Z
include w2.inc include noxport.inc include consts.inc include structs.inc createSeg clsplc_PCODE,clsplcn,byte,public,CODE ; DEBUGGING DECLARATIONS ifdef DEBUG midClsplcn equ 26 ; module ID, for native asserts endif ; EXTERNAL FUNCTIONS externFP <FChngSizePhqLcb> ext...
20.235629
87
0.621618
bdb9061b7a74246cfc4a396cdda8161dfd018f57
3,737
asm
Assembly
arch/x86/pic.asm
pi-pi3/funky-kernel
e6938c0e75e5aabf49cc94f6720250f21bf94900
[ "Zlib" ]
null
null
null
arch/x86/pic.asm
pi-pi3/funky-kernel
e6938c0e75e5aabf49cc94f6720250f21bf94900
[ "Zlib" ]
null
null
null
arch/x86/pic.asm
pi-pi3/funky-kernel
e6938c0e75e5aabf49cc94f6720250f21bf94900
[ "Zlib" ]
null
null
null
bits 32 %define pic1_com 020h %define pic1_dat 021h %define pic2_com 0a0h %define pic2_dat 0a1h extern io_wait section .text ;; void init_pic(offset1, offset2) global init_pic:function (init_pic.end - init_pic) init_pic: push ebp mov ebp, esp sub esp, 8 ;; save masks ...
19.983957
78
0.466685
148fca10a70ad89702793dad1203954a483b9397
702
asm
Assembly
libsrc/gfx/wide/w_point_callee.asm
ahjelm/z88dk
c4de367f39a76b41f6390ceeab77737e148178fa
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/gfx/wide/w_point_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/gfx/wide/w_point_callee.asm
C-Chads/z88dk
a4141a8e51205c6414b4ae3263b633c4265778e6
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
; ----- int point_callee(int x, int y) ;Result is true/false IF !__CPU_INTEL__ && !__CPU_GBZ80__ SECTION code_graphics PUBLIC point_callee PUBLIC _point_callee PUBLIC asm_point EXTERN swapgfxbk EXTERN swapgfxbk1 EXTERN w_pointxy INCLUDE "graphics/grafix.inc" .point_...
16.325581
38
0.575499
1b6defdb026bccbcdb0a8cba9b30c8e4673cbfc9
5,461
asm
Assembly
board.asm
rudla/multiloops
b4e346d95ba6f272bb754252b6fcdb9482d7cc67
[ "MIT" ]
null
null
null
board.asm
rudla/multiloops
b4e346d95ba6f272bb754252b6fcdb9482d7cc67
[ "MIT" ]
null
null
null
board.asm
rudla/multiloops
b4e346d95ba6f272bb754252b6fcdb9482d7cc67
[ "MIT" ]
null
null
null
;Board size is configures as a number between 0 to BOARD_MAX_SIZE. BOARD_SIZE_MAX = 3 NextBoardSize .PROC ;Purpose: ; Set next board size. ;Input: ; board_zize ;Output: ; board_h, board_w, board_max_y, board_max_x, board_x, board_y ldx board_size cpx #BOARD_SIZE_MAX sne ldx #-1 inx stx b...
13.127404
67
0.524995
62e0a07e5e540e89617bd7ea121575d019cd681b
379
asm
Assembly
programs/oeis/010/A010096.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/010/A010096.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/010/A010096.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A010096: log2*(n) (version 1): number of times floor(log_2(x)) is used in floor(log_2(floor(log_2(...(floor(log_2(n)))...)))) = 0. ; 1,2,2,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4 mov $1,6 mov $3,$0 mul $3,...
29.153846
159
0.548813
1c7a5f4f6cd42bcd996046070ddd65cb390d3dab
341
asm
Assembly
programs/oeis/141/A141101.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/141/A141101.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/141/A141101.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A141101: a(n) = prime(2*n) - n*2. ; 1,3,7,11,19,25,29,37,43,51,57,65,75,79,83,99,105,115,125,133,139,149,153,175,179,187,197,207,213,221,231,247,251,269,279,287,299,307,319,329,339,349,357,369,373,387,397,407,423,441,455,465,471,485,491,501 mov $2,$0 mul $0,2 seq $0,98090 ; Numbers k such that 2k-3 is prime. sub $0,...
34.1
206
0.665689
b78262f9a91e1006f13b6c8b40e54859dfb09d94
314
asm
Assembly
programs/oeis/318/A318666.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/318/A318666.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/318/A318666.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A318666: a(n) = 2^{the 3-adic valuation of n}. ; 1,1,2,1,1,2,1,1,4,1,1,2,1,1,2,1,1,4,1,1,2,1,1,2,1,1,8,1,1,2,1,1,2,1,1,4,1,1,2,1,1,2,1,1,4,1,1,2,1,1,2,1,1,8,1,1,2,1,1,2,1,1,4,1,1,2,1,1,2,1,1,4,1,1,2,1,1,2,1,1,16,1,1,2,1,1,2,1,1,4,1,1,2,1,1,2,1,1,4,1 add $0,1 mov $1,1 lpb $0 dif $0,3 mul $1,2 lpe mov $0,$1
28.545455
202
0.519108
408799d89a8acb5e59a609522b363f66c5a08360
3,663
asm
Assembly
Transynther/x86/_processed/US/_st_sm_/i7-7700_9_0xca_notsx.log_134_899.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_st_sm_/i7-7700_9_0xca_notsx.log_134_899.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_st_sm_/i7-7700_9_0xca_notsx.log_134_899.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r13 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_WT_ht+0xf39b, %rsi lea addresses_WT_ht+0x10f5b, %rdi clflush (%rsi) nop nop nop nop nop inc %r13 mov $118, %rcx rep movsl nop nop and %r11, %r11 lea addresses_normal_ht+0x1c05b, %rsi...
21.934132
401
0.65329
1d7456e7ab0cb864d69080f1d84aa74860bdbc3f
95
asm
Assembly
src/main/fragment/mos6502-common/vwsm1=vwsm1_plus_pbsz2_derefidx_vbuyy .asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
2
2022-03-01T02:21:14.000Z
2022-03-01T04:33:35.000Z
src/main/fragment/mos6502-common/vwsm1=vwsm1_plus_pbsz2_derefidx_vbuyy .asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
src/main/fragment/mos6502-common/vwsm1=vwsm1_plus_pbsz2_derefidx_vbuyy .asm
jbrandwood/kickc
d4b68806f84f8650d51b0e3ef254e40f38b0ffad
[ "MIT" ]
null
null
null
clc lda ({z2}),y adc {m1} sta {m1} lda ({z2}),y ora #$7f bmi !+ lda #0 !: adc {m1}+1 sta {m1}+1
8.636364
12
0.515789
c8b4fedcf2866394125f1954b6b143e959612ce5
1,154
asm
Assembly
maps/Route31VioletGate.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
maps/Route31VioletGate.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
maps/Route31VioletGate.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
object_const_def ; object_event constants const ROUTE31VIOLETGATE_OFFICER const ROUTE31VIOLETGATE_COOLTRAINER_F Route31VioletGate_MapScripts: db 0 ; scene scripts db 0 ; callbacks Route31VioletGateOfficerScript: jumptextfaceplayer Route31VioletGateOfficerText Route31VioletGateCooltrainerFScript: jumptextface...
26.227273
165
0.785962
773a5c60d31914a31bbeef1d8fdc18e102d92be4
326
asm
Assembly
macros/rst.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
28
2019-11-08T07:19:00.000Z
2021-12-20T10:17:54.000Z
macros/rst.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
13
2020-01-11T17:00:40.000Z
2021-09-14T01:27:38.000Z
macros/rst.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
22
2020-05-28T17:31:38.000Z
2022-03-07T20:49:35.000Z
FarCall EQU $08 Bankswitch EQU $10 JumpTable EQU $28 farcall: MACRO ; bank, address ld a, BANK(\1) ld hl, \1 rst FarCall ENDM callfar: MACRO ; address, bank ld hl, \1 ld a, BANK(\1) rst FarCall ENDM homecall: MACRO ldh a, [hROMBank] push af ld a, BANK(\1) rst Bankswitch call \1 pop af rst Bankswitch...
12.538462
30
0.674847
2f057d1046834280e57ea7e362fb75d9bc4c0d98
407
asm
Assembly
oeis/053/A053610.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/053/A053610.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/053/A053610.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A053610: Number of positive squares needed to sum to n using the greedy algorithm. ; Submitted by Jon Maiga ; 1,2,3,1,2,3,4,2,1,2,3,4,2,3,4,1,2,3,4,2,3,4,5,3,1,2,3,4,2,3,4,5,3,2,3,1,2,3,4,2,3,4,5,3,2,3,4,5,1,2,3,4,2,3,4,5,3,2,3,4,5,3,4,1,2,3,4,2,3,4,5,3,2,3,4,5,3,4,5,2,1,2,3,4,2,3,4,5,3,2,3,4,5,3,4,5,2,3,4,1 add $0,...
27.133333
201
0.565111
d27b1ded909f79649229ee80d0f24cb7afcf93ee
5,178
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1266.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1266.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48.log_21829_1266.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r8 push %r9 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x1d7a1, %rdx sub $16889, %rbp mov $0x6162636465666768, %r14 movq %r14, %xmm6 vmovups %ymm6, (%rdx) nop nop nop nop nop sub %r11, %r11 lea addresses_UC_ht+0xe3e9, %r9 ...
43.881356
2,999
0.659714
484ba5f7815f8cb2a867e99a56fce3c6a0bf0cef
655
asm
Assembly
oeis/055/A055612.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/055/A055612.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/055/A055612.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A055612: a(n) = Product_{m=1..n} (binomial(n,m)+1). ; Submitted by Christian Krause ; 1,2,6,32,350,8712,526848,80289792,31428168318,31906468445000,84447578671097576,584524457418427932672,10604795873304968964262400,505245441738743508813986275328,63320582170435750241601032951040000,2090866929484922887986155235168543257...
43.666667
469
0.842748
c620a90883cdfec2c5a3f9b98c53a23397dda812
582
asm
Assembly
oeis/195/A195026.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/195/A195026.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/195/A195026.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A195026: a(n) = 7*n*(2*n + 1). ; 0,21,70,147,252,385,546,735,952,1197,1470,1771,2100,2457,2842,3255,3696,4165,4662,5187,5740,6321,6930,7567,8232,8925,9646,10395,11172,11977,12810,13671,14560,15477,16422,17395,18396,19425,20482,21567,22680,23821,24990,26187,27412,28665,29946,31255,32592,33957,35350,36771,38220,39697,4...
64.666667
499
0.769759
dcb7aed0f87541316e4ded0db4a62d372192a547
622
asm
Assembly
oeis/296/A296965.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/296/A296965.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/296/A296965.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A296965: Expansion of x*(1 - x + 2*x^2) / ((1 - x)*(1 - 2*x)). ; 0,1,2,6,14,30,62,126,254,510,1022,2046,4094,8190,16382,32766,65534,131070,262142,524286,1048574,2097150,4194302,8388606,16777214,33554430,67108862,134217726,268435454,536870910,1073741822,2147483646,4294967294,8589934590,17179869182,34359738366,68719476...
62.2
497
0.807074
01fd8bfda8493b757a835b825af09b25305a13ef
1,103
asm
Assembly
programs/oeis/200/A200905.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/200/A200905.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/200/A200905.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A200905: 3*phi(n), where phi (A000010) is the Euler totient function. ; 3,3,6,6,12,6,18,12,18,12,30,12,36,18,24,24,48,18,54,24,36,30,66,24,60,36,54,36,84,24,90,48,60,48,72,36,108,54,72,48,120,36,126,60,72,66,138,48,126,60,96,72,156,54,120,72,108,84,174,48,180,90,108,96,144,60,198,96,132,72,210,72,216,108,120,108,180,...
157.571429
932
0.722575
f1d4d85733fc872483a11903feac3c4bacc89c52
385
asm
Assembly
oeis/052/A052594.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/052/A052594.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/052/A052594.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A052594: E.g.f. x(1+x-2x^2)/(1-2x). ; Submitted by Christian Krause ; 0,1,6,24,192,1920,23040,322560,5160960,92897280,1857945600,40874803200,980995276800,25505877196800,714164561510400,21424936845312000,685597979049984000,23310331287699456000 mov $2,2 cmp $2,$0 add $2,2 lpb $0 add $3,1 lpb $3 mul $2,$0 s...
20.263158
174
0.688312
1083396772dfbe51b35fcbd90cbab05bdfcda78c
7,901
asm
Assembly
MSP430F541xA_MSP430F543xA_Code_Examples/Assembly_CCS/msp430x54xA_adc12_07.asm
sususweet/MSP430F541x-MSP430F543x-Code-Examples
183b45c1aea66c1e71f717c697159acc4261d9cd
[ "Apache-2.0" ]
null
null
null
MSP430F541xA_MSP430F543xA_Code_Examples/Assembly_CCS/msp430x54xA_adc12_07.asm
sususweet/MSP430F541x-MSP430F543x-Code-Examples
183b45c1aea66c1e71f717c697159acc4261d9cd
[ "Apache-2.0" ]
null
null
null
MSP430F541xA_MSP430F543xA_Code_Examples/Assembly_CCS/msp430x54xA_adc12_07.asm
sususweet/MSP430F541x-MSP430F543x-Code-Examples
183b45c1aea66c1e71f717c697159acc4261d9cd
[ "Apache-2.0" ]
null
null
null
; --COPYRIGHT--,BSD_EX ; Copyright (c) 2012, Texas Instruments Incorporated ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are met: ; ; * Redistributions of source code must retain the above co...
54.116438
83
0.471712
2b71a6bb889921b054b81ed570b57b6f172c33d5
434
asm
Assembly
src/mods/horv_via_undeploysinto.asm
mvdhout1992/ts-patches
a426970abeb6993eea6703d1a756fd74489ffed2
[ "MIT" ]
33
2016-07-30T14:17:28.000Z
2021-12-19T15:45:19.000Z
src/mods/horv_via_undeploysinto.asm
A-Productions/ts-patches
326db731f7226d9e803feab475777c730688634e
[ "MIT" ]
73
2018-08-17T00:25:19.000Z
2021-05-10T08:31:15.000Z
src/mods/horv_via_undeploysinto.asm
A-Productions/ts-patches
326db731f7226d9e803feab475777c730688634e
[ "MIT" ]
18
2017-05-16T11:28:06.000Z
2022-03-20T20:41:03.000Z
%include "macros/patch.inc" ; This hack allows specifying different "harvester without back" units ; for different harvesters via the UndeploysInto= key ; With this we're able to have unique refineries and harvesters for TD and RA factions ; Credits to AlexB for the original hack @SET 0x00653D89, {mov cl, [esi+36Dh]...
31
86
0.75576
adf6daeb8ac8e3694d77150f95127ca5be512217
1,005
asm
Assembly
oeis/269/A269963.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/269/A269963.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/269/A269963.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A269963: Start with a square; at each stage add a square at each expandable vertex so that the ratio between the side of the squares at stage n+1 and at stage n is the golden ratio phi=0.618...; a(n) is the number of squares in a portion of the n-th stage (see below). ; Submitted by Jon Maiga ; 1,2,7,16,37,82,187,428...
38.653846
485
0.755224
6a2248ab9ad21e11dbf96bf9b8e56acba997d05e
348
asm
Assembly
programs/oeis/160/A160929.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/160/A160929.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/160/A160929.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A160929: a(n)= n * reversal(n-1) ; 0,2,6,12,20,30,42,56,72,90,11,132,273,434,615,816,1037,1278,1539,1820,42,264,506,768,1050,1352,1674,2016,2378,2760,93,416,759,1122,1505,1908,2331,2774,3237,3720,164,588,1032,1496,1980,2484,3008,3552,4116,4700 mov $1,$0 add $0,1 seq $1,4086 ; Read n backwards (referred to as R(n) in...
43.5
210
0.704023
6e97e7d68a92fd95d29ad1e981e7d1d2be08d0f7
705
asm
Assembly
oeis/346/A346671.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/346/A346671.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/346/A346671.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A346671: a(n) = Sum_{k=0..n} binomial(7*k,k) / (6*k + 1). ; 1,2,9,79,898,11370,153148,2150836,31140511,461462144,6964815000,106691488130,1654539334220,25923944408960,409770113121064,6526344613981944,104632592920840659,1687270854882480906,27348675382672733281,445328790513987869681,7281393330439106226281,11949877534077...
35.25
476
0.784397
986c932c1efbb6fa814259c764454935b8070faf
17,452
asm
Assembly
enduser/netmeeting/av/codecs/intel/h261/i386/cx51282.asm
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
enduser/netmeeting/av/codecs/intel/h261/i386/cx51282.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
enduser/netmeeting/av/codecs/intel/h261/i386/cx51282.asm
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
;************************************************************************* ;** INTEL Corporation Proprietary Information ;** ;** This listing is supplied under the terms of a license ;** agreement with INTEL Corporation and may not be copied ;** nor disclosed except in accordance with the terms of ;**...
33.626204
81
0.536214
0ac17519d6474acc74dea35e1715c1cbdef60b4c
733
asm
Assembly
programs/oeis/078/A078070.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/078/A078070.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/078/A078070.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A078070: Expansion of (1-x)/(1 + 2*x + 2*x^2 + x^3). ; 1,-3,4,-3,1,0,1,-3,4,-3,1,0,1,-3,4,-3,1,0,1,-3,4,-3,1,0,1,-3,4,-3,1,0,1,-3,4,-3,1,0,1,-3,4,-3,1,0,1,-3,4,-3,1,0,1,-3,4,-3,1,0,1,-3,4,-3,1,0,1,-3,4,-3,1,0,1,-3,4,-3,1,0,1,-3,4,-3,1,0,1,-3,4,-3,1,0,1,-3,4,-3,1,0,1,-3,4,-3,1,0,1,-3,4,-3,1,0,1,-3,4,-3,1,0,1,-3,4,-3,1...
52.357143
585
0.444748
de1f2bc74891bfd9a6144b72c2cca164cd311566
622
asm
Assembly
programs/oeis/048/A048701.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/048/A048701.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/048/A048701.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A048701: List of binary palindromes of even length (written in base 10). ; 0,3,9,15,33,45,51,63,129,153,165,189,195,219,231,255,513,561,585,633,645,693,717,765,771,819,843,891,903,951,975,1023,2049,2145,2193,2289,2313,2409,2457,2553,2565,2661,2709,2805,2829,2925,2973,3069,3075,3171,3219,3315,3339,3435,3483,3579,3591,...
56.545455
481
0.754019
742dc007f58ced750f37dcc1fedbf120b2e403d6
1,517
asm
Assembly
games/Donkey Konga 3/Main.asm
BttrDrgn/GC-Translation
4d9feab9523bc49c5b23542e28565bc50c1152c7
[ "Unlicense" ]
1
2022-03-27T09:03:45.000Z
2022-03-27T09:03:45.000Z
games/Donkey Konga 3/Main.asm
BttrDrgn/GC-Translation
4d9feab9523bc49c5b23542e28565bc50c1152c7
[ "Unlicense" ]
null
null
null
games/Donkey Konga 3/Main.asm
BttrDrgn/GC-Translation
4d9feab9523bc49c5b23542e28565bc50c1152c7
[ "Unlicense" ]
null
null
null
// GameCube "Donkey Konga 3" Japanese To English Translation endian msb // GameCube PPC requires Big-Endian Encoding (Most Significant Bit) output "../../output/Donkey Konga 3 [U].iso", create origin $000000; insert "../../isos/Donkey Konga 3 [J].iso" // Include Japanese Kururin Squash! ISO macro Text(OFFSET, TEXT) {...
26.155172
98
0.603823
10d8d8dc65c0c2a2fb21bf54170c249d6509b4c7
13,831
asm
Assembly
src_68k/func/fix.asm
sheng007/freemlib-neogeo
3044ede6531f80d371a1d9baaf7b30f57e548db3
[ "0BSD" ]
26
2015-01-05T16:27:43.000Z
2021-07-10T17:54:34.000Z
src_68k/func/fix.asm
sheng007/freemlib-neogeo
3044ede6531f80d371a1d9baaf7b30f57e548db3
[ "0BSD" ]
12
2015-11-26T22:17:09.000Z
2018-06-03T11:47:45.000Z
src_68k/func/fix.asm
sheng007/freemlib-neogeo
3044ede6531f80d371a1d9baaf7b30f57e548db3
[ "0BSD" ]
5
2015-02-26T03:23:53.000Z
2021-03-17T07:42:37.000Z
; freemlib for Neo-Geo - Fix Layer Functions ;==============================================================================; ; [Ranges/Valid Values] ; Combined Cell Location $XXYY, where XX=$0-$27,YY=$00-$1F ; Raw VRAM Address $7000-$74FF ; [Notes] ; Most of these functions change LSPC_INCR values, so ...
29.490405
90
0.620346
3fbe020f8553afa1d299c5b7865e45978261d72d
137,739
asm
Assembly
ioq3/build/release-js-js/missionpack/game/ai_team.asm
RawTechnique/quake-port
2e7c02095f0207831a6026ec23b1c1d75c24f98d
[ "MIT" ]
1
2021-12-31T10:26:58.000Z
2021-12-31T10:26:58.000Z
ioq3/build/release-js-js/missionpack/game/ai_team.asm
unfriendly/quake-port
2e7c02095f0207831a6026ec23b1c1d75c24f98d
[ "MIT" ]
28
2019-03-05T20:45:07.000Z
2019-03-05T20:45:57.000Z
ioq3/build/release-js-js/missionpack/game/ai_team.asm
unfriendly/quake-port
2e7c02095f0207831a6026ec23b1c1d75c24f98d
[ "MIT" ]
null
null
null
export BotValidTeamLeader code proc BotValidTeamLeader 8 4 ADDRFP4 0 INDIRP4 CNSTI4 6896 ADDP4 ARGP4 ADDRLP4 0 ADDRGP4 qk_strlen CALLU4 ASGNU4 ADDRLP4 0 INDIRU4 CNSTU4 0 NEU4 $55 CNSTI4 0 RETI4 ADDRGP4 $54 JUMPV LABELV $55 ADDRFP4 0 INDIRP4 CNSTI4 6896 ADDP4 ARGP4 ADDRLP4 4 ADDRGP4 ClientFromName CALLI4 ASGNI4 ADDRLP4 ...
10.536143
48
0.842165
210ef6753cb8867fd7bff312ebb4c5cfe312d9d2
124
asm
Assembly
r5asm/test/test001.asm
walter-artica/r5asm
acfc448cbfcb09ed8f34e6c805bfbffe9bd32abc
[ "MIT" ]
null
null
null
r5asm/test/test001.asm
walter-artica/r5asm
acfc448cbfcb09ed8f34e6c805bfbffe9bd32abc
[ "MIT" ]
null
null
null
r5asm/test/test001.asm
walter-artica/r5asm
acfc448cbfcb09ed8f34e6c805bfbffe9bd32abc
[ "MIT" ]
null
null
null
.code set R1, 0 cmp R1, 0 bz label1 set R1, 1 bt label2 label1: set R1, 2 label2: bt label2 nop nop nop
8.857143
11
0.58871
96686d3cdef65571c4ccff6d89fdfc34a1ae6e3d
402
asm
Assembly
libsrc/games/sam/bit_open_di.asm
andydansby/z88dk-mk2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
1
2020-09-15T08:35:49.000Z
2020-09-15T08:35:49.000Z
libsrc/games/sam/bit_open_di.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
libsrc/games/sam/bit_open_di.asm
dex4er/deb-z88dk
9ee4f23444fa6f6043462332a1bff7ae20a8504b
[ "ClArtistic" ]
null
null
null
; $Id: bit_open_di.asm,v 1.1 2003/02/04 09:10:18 stefano Exp $ ; ; ZX Spectrum 1 bit sound functions ; ; Open sound and disable interrupts for exact timing ; ; Stefano Bodrato - 28/9/2001 ; XLIB bit_open_di LIB bit_open XREF snd_tick .bit_open_di di jp bit_open ; ld a,(23624) ; rrca ; ...
16.08
62
0.579602
0f3dfb4efdeaad13fc3c24f4a19aa71f0815d160
2,336
asm
Assembly
kernel/cpuinfo.asm
Anne1231/yurios
4e55c25b4b0cb0fec35cb416574997d7f2527485
[ "MIT" ]
1
2020-10-20T10:44:29.000Z
2020-10-20T10:44:29.000Z
kernel/cpuinfo.asm
Anne1231/yurios
4e55c25b4b0cb0fec35cb416574997d7f2527485
[ "MIT" ]
7
2016-12-08T14:56:37.000Z
2017-02-01T15:00:23.000Z
kernel/cpuinfo.asm
Anne1231/yurios
4e55c25b4b0cb0fec35cb416574997d7f2527485
[ "MIT" ]
null
null
null
[BITS 32] ;;; CPUの情報とかを調べるアセンブリ関数群 global cpu_vendor global cpu_geneinfo_sub global cpu_cache_sub global cpu_brand_string ;;; CPUベンダと拡張性を調べるアセンブリ関数 ;;; void cpu_vendor(u32_t *ebx, u32_t *ecx, u32_t *edx); cpu_vendor: ;; バックアップ push ebx push ecx push edx push esi ;; CPUベンダと拡張性を調べるため0x00を代入 mov eax, 0x00...
16.805755
64
0.626284
cc8786cae7cb99849212d6ab80185a898d086dec
514
asm
Assembly
oeis/113/A113605.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/113/A113605.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/113/A113605.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A113605: a(1) = a(2) = a(3) = 1; a(n) = a(n-3) + gcd(a(n-1), a(n-2)). ; Submitted by Christian Krause ; 1,1,1,2,2,3,3,5,4,4,9,5,5,14,6,7,15,7,8,16,15,9,19,16,10,21,17,11,22,28,13,23,29,14,24,31,15,25,36,16,29,37,17,30,38,19,49,39,20,50,49,21,57,52,22,59,53,23,60,54,29,61,55,30,66,61,31,67,62,32,69,63,35,76,64,39,77,6...
30.235294
289
0.581712
56486ac814d3a5fb9621567c7322bc461dfe8cd5
229
ahk
AutoHotkey
Task/Search-a-list/AutoHotkey/search-a-list.ahk
LaudateCorpus1/RosettaCodeData
9ad63ea473a958506c041077f1d810c0c7c8c18d
[ "Info-ZIP" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
Task/Search-a-list/AutoHotkey/search-a-list.ahk
seanwallawalla-forks/RosettaCodeData
9ad63ea473a958506c041077f1d810c0c7c8c18d
[ "Info-ZIP" ]
null
null
null
Task/Search-a-list/AutoHotkey/search-a-list.ahk
seanwallawalla-forks/RosettaCodeData
9ad63ea473a958506c041077f1d810c0c7c8c18d
[ "Info-ZIP" ]
1
2018-11-09T22:08:40.000Z
2018-11-09T22:08:40.000Z
haystack = Zig Zag Wally Ronald Bush Krusty Charlie Bush Bozo needle = bush, washington Loop, Parse, needle, `, { If InStr(haystack, A_LoopField) MsgBox, % A_LoopField Else MsgBox % A_LoopField . " not in haystack" }
22.9
61
0.707424
364403b150412994e620615c2b3e21b28cea815f
7,016
ahk
AutoHotkey
@Saved/AHK.net Archive/~Suny/ListBox/Control_ListBox.ahk
Uberi/AHK-Scripts
a7939d97fbc9b71663a2c08985e72b2929929fcf
[ "MIT" ]
21
2021-04-23T06:09:02.000Z
2022-03-20T08:45:04.000Z
@Saved/AHK.net Archive/~Suny/ListBox/Control_ListBox.ahk
Uberi/AHK-Scripts
a7939d97fbc9b71663a2c08985e72b2929929fcf
[ "MIT" ]
null
null
null
@Saved/AHK.net Archive/~Suny/ListBox/Control_ListBox.ahk
Uberi/AHK-Scripts
a7939d97fbc9b71663a2c08985e72b2929929fcf
[ "MIT" ]
12
2021-05-07T03:33:13.000Z
2022-03-03T22:25:20.000Z
c1=Add string c2=|Delete string N c3=|Choose N c4=|ChooseString c5=|Inverse selection c6=|Choose all with string c7=|Choose all except string c8=|Select all c9=|Deselect all cb=%c1%%c2%%c3%%c4%%c5%%c6%%c7%%c8%%c9% Gui, Add, ComboBox, vChoice r20, %cb% Gui, Add, Text,, Enter string or number to work. Gui, Ad...
35.256281
79
0.550599
8a76811322b7dba33fd26345e96118ed5145fd45
3,566
ahk
AutoHotkey
YouPlayTubeList.ahk
vladscript/YouPlayTubeList
8255dd17500cba991e6fd47974d37a2d41eeb3dc
[ "MIT" ]
1
2021-07-15T01:35:43.000Z
2021-07-15T01:35:43.000Z
YouPlayTubeList.ahk
vladscript/YouPlayTubeList
8255dd17500cba991e6fd47974d37a2d41eeb3dc
[ "MIT" ]
null
null
null
YouPlayTubeList.ahk
vladscript/YouPlayTubeList
8255dd17500cba991e6fd47974d37a2d41eeb3dc
[ "MIT" ]
null
null
null
#SingleInstance, Force ; #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consiste...
28.301587
104
0.647224
a6d83d42db2df9d4594e30a9cbd7808783b81faf
1,127
ahk
AutoHotkey
trademocro/lib/PoEScripts_CheckInvalidScriptFolder.ahk
AtriCZE23/POe-full
89be2fda5747e44764a62ba5e358d8c9309fbf0a
[ "MIT", "CNRI-Python-GPL-Compatible", "BSD-3-Clause" ]
1
2020-09-25T21:11:20.000Z
2020-09-25T21:11:20.000Z
trademocro/lib/PoEScripts_CheckInvalidScriptFolder.ahk
AtriCZE23/Atri
34ed092852b49daeafeb9c94adf3bfba42819b37
[ "MIT", "CNRI-Python-GPL-Compatible", "BSD-3-Clause" ]
5
2021-12-14T20:56:36.000Z
2021-12-20T14:45:34.000Z
trademocro/lib/PoEScripts_CheckInvalidScriptFolder.ahk
AtriCZE23/POe-full
89be2fda5747e44764a62ba5e358d8c9309fbf0a
[ "MIT", "CNRI-Python-GPL-Compatible", "BSD-3-Clause" ]
null
null
null
PoEScripts_CheckInvalidScriptFolder(currentDir, project, critical = false) { valid := true SplitPath, currentDir, FileName, Dir, Extension, NameNoExt, Drive msg := "" If (InStr(currentDir, A_Desktop)) { valid := false msg := "your Desktop (or any of its subfolders)" } If (currentDir = drive) { valid := ...
32.2
121
0.673469
0ba5b1879fe113ded16bd2d850d33e28fdc5db4e
4,190
ahk
AutoHotkey
src/ScreenSpace/ScreenSpace.ahk
Onimuru/GDI-plus
69ef39cf81081ba32162b8f2b45c45aa069c0656
[ "MIT" ]
2
2020-01-08T17:10:25.000Z
2020-01-09T08:57:56.000Z
src/ScreenSpace/ScreenSpace.ahk
Onimuru/GDI-plus
69ef39cf81081ba32162b8f2b45c45aa069c0656
[ "MIT" ]
null
null
null
src/ScreenSpace/ScreenSpace.ahk
Onimuru/GDI-plus
69ef39cf81081ba32162b8f2b45c45aa069c0656
[ "MIT" ]
2
2019-09-30T07:42:37.000Z
2020-01-08T17:50:10.000Z
;===== Auto-execute =========================; ;=============== Setting ===============; #Include, %A_ScriptDir%\..\..\..\lib\Color.ahk #Include, %A_ScriptDir%\..\..\..\lib\General.ahk #Include, %A_ScriptDir%\..\..\..\lib\ObjectOriented.ahk #Include, %A_ScriptDir%\..\..\..\li...
30.583942
321
0.535561
1812eb5e4b4d9e3201b70b93d72777a751371746
140
ahk
AutoHotkey
common/hotstring_demo.ahk
wseioie/HeroesHelper
6e7c33d2345b190d8f61aa2fb967822b6b8e652c
[ "MIT" ]
1
2017-07-17T06:04:48.000Z
2017-07-17T06:04:48.000Z
common/hotstring_demo.ahk
wseioie/HeroesHelper
6e7c33d2345b190d8f61aa2fb967822b6b8e652c
[ "MIT" ]
null
null
null
common/hotstring_demo.ahk
wseioie/HeroesHelper
6e7c33d2345b190d8f61aa2fb967822b6b8e652c
[ "MIT" ]
null
null
null
#Include ./hotstring.ahk dynamic_hotstring := new DynamicHotstring("hotstring.ini", "HotString") dynamic_hotstring.StartDynamicHotstring()
28
71
0.814286
180727560880b54704696e7b83b6089f148da5ae
231
ahk
AutoHotkey
base.ahk
mudssky/myAHKScripts
0b3171a2da14c1c2c330f825839c1da7f2f48d4b
[ "MIT" ]
1
2021-12-11T02:09:44.000Z
2021-12-11T02:09:44.000Z
base.ahk
mudssky/myAHKScripts
0b3171a2da14c1c2c330f825839c1da7f2f48d4b
[ "MIT" ]
null
null
null
base.ahk
mudssky/myAHKScripts
0b3171a2da14c1c2c330f825839c1da7f2f48d4b
[ "MIT" ]
1
2021-12-31T12:59:00.000Z
2021-12-31T12:59:00.000Z
; 拼接所有的ahk脚本的头部,做一些通用的设置 #SingleInstance Force ;跳过对话框,执行此脚本时默认覆盖原来的同名脚本,只允许当前脚本的一个实例存在 #Warn ;启用所有警告,并且把他们显示到消息框中 SendMode "Input" ; 让 Send 成为 SendInput 的代名词. 由于其卓越的速度和可靠性, 推荐在新脚本中使用. SetWorkingDir A_ScriptDir ;设置脚本工作目录为当前脚本所在的目录。
38.5
69
0.839827
5cae39e3ce6b6c029493b7599d1b628f1eeb55ea
418
ahk
AutoHotkey
exeuction_time_poc.ahk
ur0n2/macro
398acc440d84c9b955c75335279e1c5b96067e3b
[ "Apache-2.0" ]
1
2017-07-09T23:47:52.000Z
2017-07-09T23:47:52.000Z
exeuction_time_poc.ahk
ur0n2/macro
398acc440d84c9b955c75335279e1c5b96067e3b
[ "Apache-2.0" ]
11
2017-07-08T15:54:24.000Z
2017-08-08T00:45:10.000Z
exeuction_time_poc.ahk
ur0n2/macro
398acc440d84c9b955c75335279e1c5b96067e3b
[ "Apache-2.0" ]
null
null
null
global tick_timer = False F1:: Critical, OFF Critical startTime := A_TickCount ; Critical, OFF sleep, 3000 Critical minute := (A_TickCount - startTime) / 1000 / 60 second := (A_TickCount - startTime) / 1000 Critical, OFF msgbox , , , %minute% FormatTime, %minute%, , s msgbox , , , %minute% ; `n%s...
14.928571
51
0.614833
5bad1989294eb38dfd2ab6dbc2879c09b6984d45
3,223
ahk
AutoHotkey
MailslotEx.ahk
cocobelgica/AutoHotkey-Mailslot
f84771c5f79ef96bb463c2b49cabfdddc5560d7a
[ "WTFPL" ]
3
2016-12-06T04:18:37.000Z
2019-04-27T20:15:55.000Z
MailslotEx.ahk
cocobelgica/AutoHotkey-Mailslot
f84771c5f79ef96bb463c2b49cabfdddc5560d7a
[ "WTFPL" ]
null
null
null
MailslotEx.ahk
cocobelgica/AutoHotkey-Mailslot
f84771c5f79ef96bb463c2b49cabfdddc5560d7a
[ "WTFPL" ]
null
null
null
#Include %A_LineFile%\..\Mailslot.ahk class MailslotEx extends Mailslot { class Server extends Mailslot.Server { FStream(encoding:="CP0") { return new MailslotEx.Reader(this, encoding) } } class Client extends Mailslot.Client { FStream(encoding:="CP0") { return new MailslotEx.Writer(this, encodin...
21.630872
100
0.582997
ff6e8236072d93b6525715f2e34b30e00125e7cb
2,357
ahk
AutoHotkey
Lib/AutoType.ahk
anonymous1184/bitwarden-autotype
181699fea373625c309e2e0095b46616fd97b0e2
[ "WTFPL" ]
77
2020-03-25T11:29:31.000Z
2022-03-12T01:11:27.000Z
Lib/AutoType.ahk
anonymous1184/bitwarden-autotype
181699fea373625c309e2e0095b46616fd97b0e2
[ "WTFPL" ]
21
2020-04-07T05:11:40.000Z
2022-03-28T22:09:46.000Z
Lib/AutoType.ahk
anonymous1184/bitwarden-autotype
181699fea373625c309e2e0095b46616fd97b0e2
[ "WTFPL" ]
12
2020-04-06T21:00:45.000Z
2022-02-06T09:00:02.000Z
 AutoType(Entry, Mode) { ; Reprompt if (Entry.reprompt) && !ValidateUser("Re-prompt", INI.ADVANCED["reprompt-with-pin"]) Exit ; Generate TOTP if StrLen(Entry.otpauth) { totp := TOTP_Parse(Entry.otpauth, Mode) if StrLen(totp) Entry.totp := totp } ; TCATO switch Entry.tcato { case "on" : obfusca...
19.641667
72
0.613492
f1b791cd4bd3452b6346d00cd085e67bf9980b62
1,302
ahk
AutoHotkey
template.ahk
itmitica/fragfrag
aa0313d5441750da35675115a89a1b0e4c3c0413
[ "MIT" ]
2
2021-04-21T18:09:18.000Z
2021-04-22T00:31:33.000Z
template.ahk
itmitica/fragfrag
aa0313d5441750da35675115a89a1b0e4c3c0413
[ "MIT" ]
null
null
null
template.ahk
itmitica/fragfrag
aa0313d5441750da35675115a89a1b0e4c3c0413
[ "MIT" ]
1
2021-04-22T00:32:06.000Z
2021-04-22T00:32:06.000Z
#Include %A_ScriptDir%\base.ahk #Include %A_ScriptDir%\lib.ahk vWorkingDir := A_Args[1] SetWorkingDir, %vWorkingDir% vStepsTemplate := { 1_cleanup: 1 , 2_createfragdir: 0 , 3_templatefileexists: 0 , 4_templatefilecut: 0 } FileDelete,...
26.571429
92
0.596774
4b623d2cca9f3083b72eb91d1df4136e6eedfebf
961
ahk
AutoHotkey
ELO_UserAutomation.ahk
Jessebeau2001/AutoSort-ELO
c717f9e5d0e45a97a593af04297531818dcc95d8
[ "Unlicense" ]
null
null
null
ELO_UserAutomation.ahk
Jessebeau2001/AutoSort-ELO
c717f9e5d0e45a97a593af04297531818dcc95d8
[ "Unlicense" ]
null
null
null
ELO_UserAutomation.ahk
Jessebeau2001/AutoSort-ELO
c717f9e5d0e45a97a593af04297531818dcc95d8
[ "Unlicense" ]
null
null
null
^F5::Reload ^Numpad7:: Send {Down}{Down}{Down}{Right}{Down}{Down}{Down}{Down}{Down}{Down}{Enter}{Tab}{Down}{Down}{Enter}{Tab}{Tab}{Tab}{Tab}{Enter}{Tab}{Tab}{Tab}{Enter}{Enter} Sleep, 1500 Send {Enter} return ^Numpad8:: Send {Down}{Down}{Down}{Down}{Down}{Down}{Right}{Down}{Down}{Down}{Down}{Down}{Enter}{Tab}{Tab}{Ta...
21.355556
153
0.703434
bad87e5cdec79415e5c5a8e2336c937eaa8e28cc
6,187
ahk
AutoHotkey
@Completed/Functions And Scriptlets/String List.ahk
Uberi/AHK-Scripts
a7939d97fbc9b71663a2c08985e72b2929929fcf
[ "MIT" ]
21
2021-04-23T06:09:02.000Z
2022-03-20T08:45:04.000Z
@Completed/Functions And Scriptlets/String List.ahk
Uberi/AHK-Scripts
a7939d97fbc9b71663a2c08985e72b2929929fcf
[ "MIT" ]
null
null
null
@Completed/Functions And Scriptlets/String List.ahk
Uberi/AHK-Scripts
a7939d97fbc9b71663a2c08985e72b2929929fcf
[ "MIT" ]
12
2021-05-07T03:33:13.000Z
2022-03-03T22:25:20.000Z
;AHK v1 #NoEnv /* ;StringList := "`nRed`nOrange`nYellow`nGreen`nBlue`nIndigo`nViolet`nBlue`nStringTest`n", ElementDelimiter := "`n" StringList := "`r`nRed`r`nOrange`r`nYellow`r`nGreen`r`nBlue`r`nIndigo`r`nViolet`r`nBlue`r`nStringTest`r`n", ElementDelimiter := "`r`n" MsgBox % """" . StringElementList(StringList...
46.871212
185
0.710845
2b49558d663abf39cc6d8cdbbcd82466b8cf2253
4,195
ahk
AutoHotkey
@Saved/AHK.net Archive/~infogulch/TrayIcon.ahk
Uberi/AHK-Scripts
a7939d97fbc9b71663a2c08985e72b2929929fcf
[ "MIT" ]
21
2021-04-23T06:09:02.000Z
2022-03-20T08:45:04.000Z
@Saved/AHK.net Archive/~infogulch/TrayIcon.ahk
Uberi/AHK-Scripts
a7939d97fbc9b71663a2c08985e72b2929929fcf
[ "MIT" ]
null
null
null
@Saved/AHK.net Archive/~infogulch/TrayIcon.ahk
Uberi/AHK-Scripts
a7939d97fbc9b71663a2c08985e72b2929929fcf
[ "MIT" ]
12
2021-05-07T03:33:13.000Z
2022-03-03T22:25:20.000Z
;#NoTrayIcon ;DetectHiddenWindows, On ;MsgBox % TrayIcon_GetInfo() ;% ;SDR() /* WM_MOUSEMOVE = 0x0200 WM_LBUTTONDOWN = 0x0201 WM_LBUTTONUP = 0x0202 WM_LBUTTONDBLCLK = 0x0203 WM_RBUTTONDOWN = 0x0204 WM_RBUTTONUP = 0x0205 WM_RBUTTONDBLCLK = 0x0206 WM_MBUTTONDOWN = 0x0207 WM_MBUTTONUP ...
29.964286
246
0.655066
76d5cddb525d528c27f61a118b132f44b91c0870
4,128
ahk
AutoHotkey
CArgyBargyServerCore.ahk
CharlesWillis3/ahk-argybargy
1cf93476393f8819bc7f09e5578516f5ad726bd3
[ "MIT" ]
null
null
null
CArgyBargyServerCore.ahk
CharlesWillis3/ahk-argybargy
1cf93476393f8819bc7f09e5578516f5ad726bd3
[ "MIT" ]
null
null
null
CArgyBargyServerCore.ahk
CharlesWillis3/ahk-argybargy
1cf93476393f8819bc7f09e5578516f5ad726bd3
[ "MIT" ]
null
null
null
#include %A_LineFile%\..\CArgyBargyBase.ahk DetectHiddenWindows, On class CArgyBargyServerCore extends CArgyBargyBase { ; An array of windows handles that have registered to receive messages from this server _rghRcvrs := [] ; Use the keys as a hash set _rghMaybeInvalidRcvrs := {} __New(sServerId...
30.80597
203
0.611192
285107c4a18da931ccfbe97ac006bbb54627cce0
793
ahk
AutoHotkey
AutoHotKey.ahk
corbob/RandoAHK
82e3ec7e357b265f208ce8730bf83a1e055c67e6
[ "MIT" ]
1
2019-06-28T04:56:59.000Z
2019-06-28T04:56:59.000Z
AutoHotKey.ahk
corbob/RandoAHK
82e3ec7e357b265f208ce8730bf83a1e055c67e6
[ "MIT" ]
null
null
null
AutoHotKey.ahk
corbob/RandoAHK
82e3ec7e357b265f208ce8730bf83a1e055c67e6
[ "MIT" ]
null
null
null
SetTimer,UPDATEDSCRIPT,5000 UPDATEDSCRIPT: FileGetAttrib,attribs,%A_ScriptFullPath% IfInString,attribs,A { FileSetAttrib,-A,%A_ScriptFullPath% Reload } Return CapsLock::Return #if GetKeyState("CapsLock","P") q::SendInput,q w::SendInput,w e::SendInput,e r::SendInput,r t::SendInput,t y::SendI...
16.87234
42
0.679697
429a437c6d22e291aa9cd279e30a3b805abb891e
4,587
ahk
AutoHotkey
src/Config.ahk
johngrib/AhkVimLike
b042f816fd970ab794cf3837e15678343629eb63
[ "MIT" ]
8
2016-02-29T06:37:29.000Z
2019-12-04T07:34:47.000Z
src/Config.ahk
johngrib/AhkVimLike
b042f816fd970ab794cf3837e15678343629eb63
[ "MIT" ]
1
2015-12-10T11:15:30.000Z
2015-12-10T11:16:34.000Z
src/Config.ahk
johngrib/AhkVimLike
b042f816fd970ab794cf3837e15678343629eb63
[ "MIT" ]
4
2017-06-05T23:00:50.000Z
2021-05-14T01:17:54.000Z
class Config { /* Contructor */ __New(file_address) { this.file_address := file_address this.cfg := {} this.set_stat_color() this.set_multi_monitor_location() this.cfg["STAT_LOC"] := this.func_get_stat_location() this.cfg["OP_ADDRESS"] := this.get_ini_section("OP_ADDRE...
26.824561
143
0.551341
896788b89f034acf922f3bde7532a1d5837010b4
842
ahk
AutoHotkey
GDO.Utilities/create_browsers_preprod.ahk
bkavuncu/GDO
d3225660af2b8151eccdb52238cbc51bf2005c3e
[ "MIT" ]
null
null
null
GDO.Utilities/create_browsers_preprod.ahk
bkavuncu/GDO
d3225660af2b8151eccdb52238cbc51bf2005c3e
[ "MIT" ]
1
2019-10-09T08:50:15.000Z
2019-10-09T08:50:15.000Z
GDO.Utilities/create_browsers_preprod.ahk
bkavuncu/GDO
d3225660af2b8151eccdb52238cbc51bf2005c3e
[ "MIT" ]
2
2019-10-02T20:35:22.000Z
2021-05-17T00:56:45.000Z
Width := 1920 Height := 1080 Cols := 1 Rows := 2 URL := "http://dsigdopreprod.doc.ic.ac.uk//Web/Node.cshtml" URLParameter :="clientId" Title := "GDO Node " TopLeftX := 0 TopLeftY := 0 Node := 0 Step := 16 Node += %1% Numnodes := (Cols*Rows) Col := 0 Row := Rows Loop, %Rows% { Loop, %Cols% { Parameter := " --app...
17.183673
59
0.598575
38872d26365e273eb7913f23d99c5d6e8a6704c2
37
ahk
AutoHotkey
home-enter-up.ahk
mytee306/ahk-scripts
b32d101e7c51de5befc05dd315ec2dc16905cfb3
[ "MIT" ]
null
null
null
home-enter-up.ahk
mytee306/ahk-scripts
b32d101e7c51de5befc05dd315ec2dc16905cfb3
[ "MIT" ]
null
null
null
home-enter-up.ahk
mytee306/ahk-scripts
b32d101e7c51de5befc05dd315ec2dc16905cfb3
[ "MIT" ]
null
null
null
!+\:: Send, {home}{enter}{up} return
9.25
23
0.567568
fbec4bdf7c05654a372ddb350d85b47d7b1ffee6
3,089
ahk
AutoHotkey
window/WindowFromPoint.ahk
flipeador/Library-AutoHotkey
d66c1ab8b5ce6a9a0cc2dfdb7cc0ff1ffaba0da7
[ "Unlicense" ]
9
2018-08-20T20:47:52.000Z
2021-03-01T10:19:22.000Z
window/WindowFromPoint.ahk
flipeador/Library-AutoHotkey
d66c1ab8b5ce6a9a0cc2dfdb7cc0ff1ffaba0da7
[ "Unlicense" ]
1
2019-03-14T16:05:08.000Z
2019-04-05T18:28:04.000Z
window/WindowFromPoint.ahk
flipeador/Library-AutoHotkey
d66c1ab8b5ce6a9a0cc2dfdb7cc0ff1ffaba0da7
[ "Unlicense" ]
7
2019-03-14T15:51:47.000Z
2021-11-30T19:28:44.000Z
/* Recupera el identificador de la ventana que coincide con el punto especificado. Parámetros: X : El punto X. Y : El punto Y. ParentID: El identificador de la ventana padre. Si se utiliza, la función busca por una ventana hija (ej. un control) y los puntos X e Y son relativ...
39.101266
174
0.619618
749b38844380176935767c39b4961c5c2d429854
19,425
ahk
AutoHotkey
WindowTweak.ahk
DeathByNukes/WindowTweak
2b03075b91a0ac671ecb6aec6c408ba3484ab821
[ "Unlicense" ]
1
2017-11-02T00:40:36.000Z
2017-11-02T00:40:36.000Z
WindowTweak.ahk
DeathByNukes/WindowTweak
2b03075b91a0ac671ecb6aec6c408ba3484ab821
[ "Unlicense" ]
null
null
null
WindowTweak.ahk
DeathByNukes/WindowTweak
2b03075b91a0ac671ecb6aec6c408ba3484ab821
[ "Unlicense" ]
null
null
null
#NoEnv SetBatchLines, -1 SendMode Input SetWorkingDir %A_ScriptDir% Menu, TRAY, Icon, %A_WinDir%\system32\shell32.dll, 166 SetWinDelay, -1 SetControlDelay, -1 CoordMode, ToolTip, Screen CoordMode, Pixel, Screen CoordMode, Mouse, Screen CoordMode, Caret, Screen CoordMode, Menu, Screen hotkey_window = !#Spa...
25.934579
136
0.70471
fc7cf1e6fe473792863040ae05ccffd936367f34
6,855
ahk
AutoHotkey
PC98/NekoProject II 0.84/WrapperNp21nt.ahk
nayasis/EmuWrapper
9ad36bc49ac21d9c4b518c0d3514065b80099c5c
[ "Apache-2.0" ]
null
null
null
PC98/NekoProject II 0.84/WrapperNp21nt.ahk
nayasis/EmuWrapper
9ad36bc49ac21d9c4b518c0d3514065b80099c5c
[ "Apache-2.0" ]
null
null
null
PC98/NekoProject II 0.84/WrapperNp21nt.ahk
nayasis/EmuWrapper
9ad36bc49ac21d9c4b518c0d3514065b80099c5c
[ "Apache-2.0" ]
null
null
null
#NoEnv #include %A_ScriptDir%\..\..\ZZ_Library\Include.ahk emulatorPid := "" imageDirPath := %0% ; imageDirPath := "\\NAS\emul\image\PC98\Ys 2 (T-ko)" ; imageDirPath := "\\NAS\emul\image\PC98\Mahou no Shougakusei Clit-chan (ja)" fddContainer := new DiskContainer( imageDirPath, "i).*\.(d88|fdi|fdd|hdm|nfd|xdf|tfd)...
25.674157
104
0.637199
03b664a440b8180bbc339dcf4fb6076a92e6a590
58
ahk
AutoHotkey
Task/Even-or-odd/AutoHotkey/even-or-odd.ahk
LaudateCorpus1/RosettaCodeData
9ad63ea473a958506c041077f1d810c0c7c8c18d
[ "Info-ZIP" ]
1
2018-11-09T22:08:38.000Z
2018-11-09T22:08:38.000Z
Task/Even-or-odd/AutoHotkey/even-or-odd.ahk
seanwallawalla-forks/RosettaCodeData
9ad63ea473a958506c041077f1d810c0c7c8c18d
[ "Info-ZIP" ]
null
null
null
Task/Even-or-odd/AutoHotkey/even-or-odd.ahk
seanwallawalla-forks/RosettaCodeData
9ad63ea473a958506c041077f1d810c0c7c8c18d
[ "Info-ZIP" ]
1
2018-11-09T22:08:40.000Z
2018-11-09T22:08:40.000Z
if ( int & 1 ){ ; do odd stuff }else{ ; do even stuff }
9.666667
16
0.534483
b844625adaaee485199c11c33ec79e813c392e96
11,478
ahk
AutoHotkey
rollmouse.ahk
evilC/RollMouse
265568a2d25a8ca6fc325c58012f468abddb45aa
[ "MIT" ]
11
2015-06-10T06:20:50.000Z
2021-07-19T20:18:00.000Z
rollmouse.ahk
evilC/RollMouse
265568a2d25a8ca6fc325c58012f468abddb45aa
[ "MIT" ]
2
2017-11-22T14:04:21.000Z
2017-12-05T16:24:17.000Z
rollmouse.ahk
evilC/RollMouse
265568a2d25a8ca6fc325c58012f468abddb45aa
[ "MIT" ]
3
2017-12-05T16:16:50.000Z
2019-02-11T21:33:14.000Z
; Requires AHK >= 1.1.21.00 /* ToDo: * Better history. Expire items that are too old. Filter outliers - eg a slight move up sometimes has a few move downs in there - keep general up motion but filter out direction inversions. Clear history on change of direction? */ #SingleInstance force global ADHD := new AD...
29.506427
239
0.666231
f41a98cf90d1a0ebaf76aa08e3df10dca16c20df
905
ahk
AutoHotkey
clear-ghosting.ahk
isotherm/paperlike-controls
79b244d2b4debcaa8171cb70fa8f520d32b661cc
[ "MIT" ]
1
2020-12-21T22:43:08.000Z
2020-12-21T22:43:08.000Z
clear-ghosting.ahk
isotherm/paperlike-controls
79b244d2b4debcaa8171cb70fa8f520d32b661cc
[ "MIT" ]
null
null
null
clear-ghosting.ahk
isotherm/paperlike-controls
79b244d2b4debcaa8171cb70fa8f520d32b661cc
[ "MIT" ]
null
null
null
#SingleInstance,Force SetBatchLines,-1 Gui,1:+AlwaysOnTop -Border -SysMenu +Owner -Caption +ToolWindow Gui,1:Show,x0 w1 h1650 NA,Moving window Gui, Color, WindowColor000000 return GuiClose: GuiContextMenu: *Esc:: ExitApp Numpad1:: X:=0,Stop:=0 DllCall("QueryPerformanceFrequency", "Int64*", freq) DllCall("QueryPerfo...
30.166667
106
0.733702
965686480d463b4b8aa2241823841852dcafc6f6
621
ahk
AutoHotkey
GameScripts/escapistAE.ahk
momomeomo/Scripts
2170799a32fdce9e06384b1c5fd8f84ab6ae83f1
[ "Unlicense" ]
null
null
null
GameScripts/escapistAE.ahk
momomeomo/Scripts
2170799a32fdce9e06384b1c5fd8f84ab6ae83f1
[ "Unlicense" ]
null
null
null
GameScripts/escapistAE.ahk
momomeomo/Scripts
2170799a32fdce9e06384b1c5fd8f84ab6ae83f1
[ "Unlicense" ]
1
2022-03-16T16:39:56.000Z
2022-03-16T16:39:56.000Z
 #KeyHistory 0 #NoEnv #SingleInstance Force DetectHiddenWindows, off ListLines, off OnExit("ExitFunc") ExitFunc(ExitReason, ExitCode) { if ExitReason not in Logoff,Shutdown { SoundBeep } } MsgBox,,Cords,F1 to execute F2 to pause 'Esc' to exit`nSends 'Q' and 'E' repeatedly`nconfirmation beep on exit, 3....
14.113636
116
0.703704
7c7e596465833de2e08c17ed43a845b6a38131b7
1,832
ahk
AutoHotkey
koolertron_keypad.ahk
blake-sheridan/macros
a8d0696c596c22e8a3bcdcf9a394c558ac48fe8a
[ "Apache-2.0" ]
null
null
null
koolertron_keypad.ahk
blake-sheridan/macros
a8d0696c596c22e8a3bcdcf9a394c558ac48fe8a
[ "Apache-2.0" ]
null
null
null
koolertron_keypad.ahk
blake-sheridan/macros
a8d0696c596c22e8a3bcdcf9a394c558ac48fe8a
[ "Apache-2.0" ]
null
null
null
;; Bindings for https://www.amazon.com/dp/B076LYKPX4?ref=ppx_yo2_dt_b_product_details&th=1 #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. ; Only ever activate a single instance of this sc...
21.809524
90
0.667576
5cee0bcfb19af2b2f1957d5e018913f791e0ee76
724
ahk
AutoHotkey
ahkdll-v2-release-master/lib/GlobalVarsScript.ahk
wseioie/HeroesHelper
6e7c33d2345b190d8f61aa2fb967822b6b8e652c
[ "MIT" ]
1
2017-07-17T06:04:48.000Z
2017-07-17T06:04:48.000Z
ahkdll-v2-release-master/lib/GlobalVarsScript.ahk
wseioie/HeroesHelper
6e7c33d2345b190d8f61aa2fb967822b6b8e652c
[ "MIT" ]
null
null
null
ahkdll-v2-release-master/lib/GlobalVarsScript.ahk
wseioie/HeroesHelper
6e7c33d2345b190d8f61aa2fb967822b6b8e652c
[ "MIT" ]
null
null
null
GlobalVarsScript(var:="",size:=102400,ByRef object:=0){ global static globalVarsScript If (var="") Return globalVarsScript else if !size { If !InStr(globalVarsScript,var ":= Object(" . &object . ")`n"){ If !CriticalObject(object,1) object:=CriticalObject(object) globalVarsScript .= ...
34.47619
110
0.646409
95f17bc3e9f09660e7dd412fe2f2621fc16ea9e9
1,556
ahk
AutoHotkey
mupa.ahk
shanevans/ut-mupa
02638e3602c98a8eb95af33a9ec7a149bf3aaaf1
[ "Unlicense" ]
null
null
null
mupa.ahk
shanevans/ut-mupa
02638e3602c98a8eb95af33a9ec7a149bf3aaaf1
[ "Unlicense" ]
null
null
null
mupa.ahk
shanevans/ut-mupa
02638e3602c98a8eb95af33a9ec7a149bf3aaaf1
[ "Unlicense" ]
null
null
null
; MUPA - Make Undertale Playable Again ; v.0.01 - 05/07/2017 ; Shane Evans - https://github.com/shanevans/ ; ; Starts Undertale, exits when Undertale exits. ; Requires Debug mode to be turned on for certain functions ; Button configuration based on Logitech Rumblepad 2. ; Buttons may need to be re-bound for ot...
25.508197
88
0.728149
84a54319dd9bb06b6b454c63698ec87d1add0e14
29,240
ahk
AutoHotkey
trademocro/lib/AdvancedHotkey.ahk
AtriCZE23/POe-full
89be2fda5747e44764a62ba5e358d8c9309fbf0a
[ "MIT", "CNRI-Python-GPL-Compatible", "BSD-3-Clause" ]
1
2020-09-25T21:11:20.000Z
2020-09-25T21:11:20.000Z
trademocro/lib/AdvancedHotkey.ahk
AtriCZE23/Atri
34ed092852b49daeafeb9c94adf3bfba42819b37
[ "MIT", "CNRI-Python-GPL-Compatible", "BSD-3-Clause" ]
5
2021-12-14T20:56:36.000Z
2021-12-20T14:45:34.000Z
trademocro/lib/AdvancedHotkey.ahk
AtriCZE23/POe-full
89be2fda5747e44764a62ba5e358d8c9309fbf0a
[ "MIT", "CNRI-Python-GPL-Compatible", "BSD-3-Clause" ]
null
null
null
;_______________________ Hotkey() _______________________ ;____ Date: June 2006 ;____ AHK version: 1.0.44.06 ;____ Platform: WinXP ;____ Authors: Sam & Roland ;#################### Example Gui ######################## /* #SingleInstance, force Gui, Margin, 5, 5 Gui, Add, Text,, Hotkey(Options="",Prompt="",Title="",...
30.909091
130
0.687551
a4d11ae267e8ca5aefd38ae4d4ec439fc61d86a4
311
ahk
AutoHotkey
src/MD2.ahk
Masonjar13/libcrypt.ahk
578549d724102c5bb39d6fcf10d0fede92e48fdb
[ "MIT" ]
53
2015-02-09T02:57:42.000Z
2022-01-26T01:09:40.000Z
src/MD2.ahk
Masonjar13/libcrypt.ahk
578549d724102c5bb39d6fcf10d0fede92e48fdb
[ "MIT" ]
30
2015-02-08T12:00:47.000Z
2021-03-02T23:06:44.000Z
src/MD2.ahk
Masonjar13/libcrypt.ahk
578549d724102c5bb39d6fcf10d0fede92e48fdb
[ "MIT" ]
21
2015-05-14T05:43:34.000Z
2022-03-10T01:53:39.000Z
LC_MD2(string, encoding = "UTF-8") { return LC_CalcStringHash(string, 0x8001, encoding) } LC_HexMD2(hexstring) { return LC_CalcHexHash(hexstring, 0x8001) } LC_FileMD2(filename) { return LC_CalcFileHash(filename, 0x8001, 64 * 1024) } LC_AddrMD2(addr, length) { return LC_CalcAddrHash(addr, length, 0x8001) }
25.916667
52
0.758842
fcb22eb38557c0a87e08f22570205a09d88f8d9b
2,174
ahk
AutoHotkey
ahk/primavera_fetch_text.ahk
chipnetics/vaporware
4d5873dce68d34dd3c1f3cab90b45bf7b11d7aba
[ "MIT" ]
null
null
null
ahk/primavera_fetch_text.ahk
chipnetics/vaporware
4d5873dce68d34dd3c1f3cab90b45bf7b11d7aba
[ "MIT" ]
null
null
null
ahk/primavera_fetch_text.ahk
chipnetics/vaporware
4d5873dce68d34dd3c1f3cab90b45bf7b11d7aba
[ "MIT" ]
null
null
null
CoordMode, mouse, Screen MouseGetPos, xPos, yPos Gui, Add, Text, , Opening Primavera... Please Wait Gui, Show, x%xPos% y%yPos% NoActivate run, "C:\Program Files\Oracle\Primavera P6\P6 Professional\PM.exe" sleep, 2000 Send Jeff Send {Tab} Send {Tab} Send {Tab} Send {Enter} sleep, 20000 Se...
26.839506
98
0.695492
17ec3545270f6b468e8bc1343ed9bf4259b72f87
5,549
ahk
AutoHotkey
carpboard.ahk
wyattscarpenter/carpboard
fa723d76205c1184ae20a585d5bfeef37943296e
[ "CC0-1.0" ]
null
null
null
carpboard.ahk
wyattscarpenter/carpboard
fa723d76205c1184ae20a585d5bfeef37943296e
[ "CC0-1.0" ]
null
null
null
carpboard.ahk
wyattscarpenter/carpboard
fa723d76205c1184ae20a585d5bfeef37943296e
[ "CC0-1.0" ]
null
null
null
; please remember that this file must be saved with a little-endian byteorder mark, whether it's utf8 or utf16 ; that's just one of ahk's wacky rules. #SingleInstance FORCE #InstallKeybdHook ; KeyHistory ; uncomment this line if some hotkey is giving you trouble and you need to review scancodes SetCapslockState Alwa...
43.015504
157
0.680483