max_stars_repo_path
stringlengths
4
261
max_stars_repo_name
stringlengths
6
106
max_stars_count
int64
0
38.8k
id
stringlengths
1
6
text
stringlengths
7
1.05M
homotopy/3x3/FromTo2.agda
UlrikBuchholtz/HoTT-Agda
1
5295
<reponame>UlrikBuchholtz/HoTT-Agda<filename>homotopy/3x3/FromTo2.agda {-# OPTIONS --without-K #-} --open import HoTT open import homotopy.3x3.PushoutPushout open import homotopy.3x3.Transpose import homotopy.3x3.To as To import homotopy.3x3.From as From open import homotopy.3x3.Common module homotopy.3x3.FromTo2 {i} ...
Blitters/sDraw/Examples in Assembler/Example1.asm
idinev/pub_toys
0
95392
;----------[ normal includes ... ]---------\ .686 .model flat,stdcall .mmx option casemap :none option proc:private include \masm32\include\windows.inc include \masm32\include\user32.inc include \masm32\include\gdi32.inc include \masm32\include\kernel32.inc includelib \masm32\lib\user32.lib includelib \masm3...
chat_procedures.adb
cborao/Ada-P3
0
14893
<reponame>cborao/Ada-P3<gh_stars>0 --PRÁCTICA 3: <NAME> (Chat_Procedures.adb) with Ada.Text_IO; with Chat_Messages; with Gnat.Calendar.Time_IO; with Ada.Strings.Unbounded; package body Chat_Procedures is package CM renames Chat_Messages; use type Ada.Calendar.Time; function Max_Valid (Max_Clients: Natur...
src/main/antlr4/minpiler/antlr4/R1.g4
syedraihan/minpiler
0
742
<reponame>syedraihan/minpiler<gh_stars>0 grammar R1; r1 : 'program' exp ; exp : integer | read_exp | neg_exp | add_exp | variable | let_exp ; integer : INT ; read_exp : '(' 'read' ')' ; neg_exp : '(' '-' exp ')' ...
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c8/c83b02b.ada
best08618/asylo
7
23346
-- C83B02B.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained -- unlimited rights in the software and documentation contained herein. -- Unlimit...
libsrc/_DEVELOPMENT/alloc/malloc/c/sdcc_iy/memalign_unlocked_callee.asm
meesokim/z88dk
0
105047
; void *memalign_unlocked_callee(size_t alignment, size_t size) SECTION code_alloc_malloc PUBLIC _memalign_unlocked_callee EXTERN _aligned_alloc_unlocked_callee defc _memalign_unlocked_callee = _aligned_alloc_unlocked_callee INCLUDE "alloc/malloc/z80/asm_memalign_unlocked.asm"
oeis/053/A053731.asm
neoneye/loda-programs
11
176990
<gh_stars>10-100 ; A053731: a(n) = ceiling(binomial(n,8)/n). ; 0,0,0,0,0,0,0,1,1,5,15,42,99,215,429,805,1430,2431,3978,6299,9690,14535,21318,30645,43263,60088,82225,111004,148005,195098,254475,328697,420732,534006,672452,840565,1043460,1286934,1577532,1922618,2330445,2810243,3372291,4028015,4790071,5672453,6690585,7861...
sw/552tests/rand_mem/t_2_mem.asm
JPShen-UWM/ThreadKraken
1
103357
// seed 2 lbi r0, 128 // icount 0 slbi r0, 0 // icount 1 lbi r1, 128 // icount 2 slbi r1, 0 // icount 3 lbi r2, 128 // icount 4 slbi r2, 0 // icount 5 lbi r3, 128 // icount 6 slbi r3, 0 // icount 7 lbi r4, 128 // icount 8 slbi r4, 0 // icount 9 lbi r5, 128 // icount 10 slbi r5, 0 // icount 11 lbi r6, 128 // icount 12 s...
programs/oeis/158/A158537.asm
karttu/loda
1
175880
; A158537: a(n) = 22*n^2 + 1. ; 1,23,89,199,353,551,793,1079,1409,1783,2201,2663,3169,3719,4313,4951,5633,6359,7129,7943,8801,9703,10649,11639,12673,13751,14873,16039,17249,18503,19801,21143,22529,23959,25433,26951,28513,30119,31769,33463,35201,36983,38809,40679,42593,44551,46553,48599,50689,52823,55001,57223,59489,617...
tests/nonsmoke/functional/CompileTests/experimental_ada_tests/configurationPragma_tests/tests/with_dot_issue.ads
ouankou/rose
488
27940
package with_dot_issue is end with_dot_issue;
oeis/064/A064651.asm
neoneye/loda-programs
11
92694
<filename>oeis/064/A064651.asm ; A064651: a(n) = ceiling(a(n-1)/2) + a(n-2) with a(0)=0 and a(1)=1. ; Submitted by <NAME> ; 0,1,1,2,2,3,4,5,7,9,12,15,20,25,33,42,54,69,89,114,146,187,240,307,394,504,646,827,1060,1357,1739,2227,2853,3654,4680,5994,7677,9833,12594,16130,20659,26460,33889,43405,55592,71201,91193,116798,14...
simple-test-language/src/main/antlr4/org/nemesis/simple/language/SimpleLanguage.g4
timboudreau/ANTLR4-Plugins-for-NetBeans
1
4140
<filename>simple-test-language/src/main/antlr4/org/nemesis/simple/language/SimpleLanguage.g4 grammar SimpleLanguage; compilation_unit : namespaceStatement? importStatement*? typesStatement typeDeclaration+ EOF; typeDeclaration : (desc=description? name=typeName S_COLON kind=K_FLOAT (K_DEFA...
m3-sys/m3cc/gcc/gcc/config/i386/cygwin.asm
RodneyBates/modula-3
2
25104
/* stuff needed for libgcc on win32. * * Copyright (C) 1996, 1998, 2001, 2003 Free Software Foundation, Inc. * Written By <NAME> * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either...
programs/oeis/309/A309231.asm
karttu/loda
0
17034
; A309231: Column 3 of the array at A326662 see Comments. ; 7,17,25,34,43,53,61,71,79,89,97,106,115,125,133,142,151,161,169,178,187,197,205,215,223,233,241,250,259,269,277,287,295,305,313,322,331,341,349,359,367,377,385,394,403,413,421,430,439,449,457,466,475,485,493,503,511,521,529,538,547,557,565,574,583,593,601,610,...
Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-8650U_0xd2.log_2982_671.asm
ljhsiun2/medusa
9
83035
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/AVXALIGN/_st_sm_/i7-8650U_0xd2.log_2982_671.asm .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0x11423, %r10 xor $44534, %rbx vmovups (%r10), %ymm7 vextracti128...
src/main/antlr/io/anqur/mbsql/MbSql.g4
anqurvanillapy/mbsql
0
2523
grammar MbSql; @header { package io.anqur.mbsql; } query : EOF | simpleStmt EOF ; simpleStmt : selectStmt ; selectStmt : SELECT (ID | ALL) FROM ID (WHERE EQ AND EQ) ; SELECT : ; ID : ; ALL : ; FROM : ; WHERE : ; EQ : ; STRING_LITERAL : ; AND : ;
src/utils.ads
thindil/steamsky
80
8213
<gh_stars>10-100 -- Copyright 2017-2021 <NAME> -- -- This file is part of Steam Sky. -- -- Steam Sky is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation, either version 3 of the License, or -- (...
src/data/font.asm
jonasbantunes/tictactoe-gb
0
93374
SECTION "Font", ROM0 FontTiles: INCBIN "src/assets/font.chr" FontTilesEnd:
src/test/resources/PolymorphicDslCommonLexer.g4
google/polymorphicDSL
3
4715
<reponame>google/polymorphicDSL<gh_stars>1-10 lexer grammar PolymorphicDslCommonLexer; NUMBER : [0-9]+ DECIMAL? ; fragment DECIMAL : '.' [0-9]+ ; WS : [ \t\r\n] -> skip ; END_OF_FILE : EOF -> skip ;
oeis/013/A013842.asm
neoneye/loda-programs
11
172684
; A013842: a(n) = 7^(5*n + 1). ; Submitted by <NAME> ; 7,117649,1977326743,33232930569601,558545864083284007,9387480337647754305649,157775382034845806615042743,2651730845859653471779023381601,44567640326363195900190045974568007,749048330965186233494494102694564493649,12589255298531885026341962383987545444758743,2115876...
programs/oeis/176/A176635.asm
neoneye/loda
22
93278
<gh_stars>10-100 ; A176635: a(n) = 6*a(n-1)-8*a(n-2) for n > 1; a(0) = 57, a(1) = 242. ; 57,242,996,4040,16272,65312,261696,1047680,4192512,16773632,67101696,268421120,1073713152,4294909952,17179754496,68719247360,274877448192,1099510710272,4398044676096,17592182374400,70368736837632,281474962030592,1125899877482496,45...
scripts/Simulate Undo Go.applescript
samschloegel/qlab-scripts
8
4163
<reponame>samschloegel/qlab-scripts -- For help, bug reports, or feature suggestions, please visit https://github.com/samschloegel/qlab-scripts -- Built for QLab 4. v211121-01 tell application id "com.figure53.QLab.4" to tell front workspace movePlayheadUpASequence set theSelection to (selected as list) stop theSel...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-7700_9_0x48.log_21829_919.asm
ljhsiun2/medusa
9
4361
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r12 push %r8 push %rax push %rbx push %rdx push %rsi lea addresses_normal_ht+0x5d28, %r12 nop nop dec %r10 movb $0x61, (%r12) add $54339, %rsi lea addresses_A_ht+0x3eec, %rdx nop nop inc %r8 mov (%rdx), %eax nop nop nop and $65123, %r12 lea addresses_WT_ht+0x...
Testcases/random2.asm
5ayam5/COL216-A4
0
12313
<filename>Testcases/random2.asm<gh_stars>0 lw $t2, 1000 lw $t0, 2000 addi $t0, $t1, 1
alloy4fun_models/trashltl/models/17/EhrJJrYNYB8snTadj.als
Kaixi26/org.alloytools.alloy
0
4122
open main pred idEhrJJrYNYB8snTadj_prop18 { always all f: File | (f in Protected until f in Trash) } pred __repair { idEhrJJrYNYB8snTadj_prop18 } check __repair { idEhrJJrYNYB8snTadj_prop18 <=> prop18o }
other.7z/SFC.7z/SFC/ソースデータ/MarioKart/Car-p.asm
prismotizm/gigaleak
0
24897
Name: Car-p.asm Type: file Size: 60364 Last-Modified: '1992-07-29T15:00:00Z' SHA-1: 3349106AAE5DC42E0F96A8BE1133F99FA14BA123 Description: null
oeis/140/A140303.asm
neoneye/loda-programs
11
80294
; A140303: Triangle T(n,k) = 3^(n-k) read by rows. ; Submitted by <NAME> ; 1,3,1,9,3,1,27,9,3,1,81,27,9,3,1,243,81,27,9,3,1,729,243,81,27,9,3,1,2187,729,243,81,27,9,3,1,6561,2187,729,243,81,27,9,3,1,19683,6561,2187,729,243,81,27,9,3,1,59049,19683,6561,2187,729,243,81,27,9,3,1 lpb $0 add $1,1 sub $0,$1 lpe sub $1,$...
exercises/module1/lesson5_shellcode/c_to_shellcode/solution/shellcode_task32_step2.asm
lucaadrian/malware_training_vol1
1,708
81827
<gh_stars>1000+ ; compile with: ; ml /c <file_name>.asm ; link <file_name>.obj /entry:main ; Listing generated by Microsoft (R) Optimizing Compiler Version 19.26.28806.0 TITLE C:\Users\IEUser\Source\Repos\Project1\Project1\shellcode_task_step1.cpp .686P .XMM ;include listing.inc .model flat ;INCLUDELIB LIBCMT...
alloy4fun_models/trashltl/models/9/9vDsw29FccoAnrT5j.als
Kaixi26/org.alloytools.alloy
0
3912
open main pred id9vDsw29FccoAnrT5j_prop10 { always (all f:File | f in Protected) } pred __repair { id9vDsw29FccoAnrT5j_prop10 } check __repair { id9vDsw29FccoAnrT5j_prop10 <=> prop10o }
oeis/227/A227466.asm
neoneye/loda-programs
11
163001
<reponame>neoneye/loda-programs<filename>oeis/227/A227466.asm ; A227466: E.g.f. equals the series reversion of tanh(x) / exp(x). ; Submitted by <NAME> ; 1,2,11,96,1149,17520,324855,7096320,178495065,5081045760,161485639875,5668185600000,217773547039125,9090267234048000,409648199646660975,19822083757572096000,1025047834...
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/cd/cd2a21c.ada
best08618/asylo
7
11811
<filename>gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/cd/cd2a21c.ada -- CD2A21C.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained -- unlimi...
src/fltk.adb
micahwelf/FLTK-Ada
1
22979
with Interfaces.C, System; use type Interfaces.C.int, Interfaces.C.unsigned_long, System.Address; package body FLTK is function fl_abi_check (V : in Interfaces.C.int) return Interfaces.C.int; pragma Import (C, fl_abi_check, "fl_abi_check"); pragma Inline (fl_a...
test/Fail/Issue1266.agda
shlevy/agda
1,989
12087
<reponame>shlevy/agda -- Andreas, 2014-09-02, reported by Nisse -- {-# OPTIONS -v scope.mod.inst:30 #-} record R : Set₁ where field A : Set -- works : (A : R) → let open R A renaming (A to B) in B → B -- works _ a = a test : (A : R) → let open R A in A → A test _ a = a -- WAS: -- Either the A introduced by t...
1-base/lace/source/events/interface/lace-subject.ads
charlie5/lace-alire
1
30630
with lace.Event, lace.Observer; limited with lace.Event.Logger; package lace.Subject -- -- Provides an interface for an event subject. -- is pragma remote_Types; type Item is limited interface; type View is access all Item'Class; type Views is array (Positive range <>) of View; typ...
bootsector/bootsect.asm
drakeor/koiz-os-v1
0
88916
<reponame>drakeor/koiz-os-v1<filename>bootsector/bootsect.asm ; Boot sector use16 ; Set global memory offset ; This is the MBR which is loaded by the BIOS at physical address 0x7C00 ; Therefore, all our our operations need to be offset by that amount. org 0x7c00 ; Memory offset where we'll load the kernel KERNEL_OFFS...
registrar-executive-library_unit_registration.adb
annexi-strayline/AURA
13
12569
------------------------------------------------------------------------------ -- -- -- Ada User Repository Annex (AURA) -- -- ANNEXI-STRAYLINE Reference Implementation -- -- ...
examples/test_sha1.adb
ytomino/openssl-ada
1
28214
<reponame>ytomino/openssl-ada<filename>examples/test_sha1.adb with Ada.Streams; with Ada.Text_IO; with Crypto.SHA1; use Crypto.SHA1; procedure Test_SHA1 is procedure Test_01 is use type Ada.Streams.Stream_Element_Array; C : Context := Initial; D : Fingerprint; begin Update (C, "a"); Final (C, D); pragma A...
clients/ada-server/generated/src/-servers.adb
shinesolutions/cloudmanager-api-clients
3
11460
-- Cloud Manager API -- This API allows access to Cloud Manager programs, pipelines, and environments by an authorized technical account created through the Adobe I/O Console. The base url for this API is https://cloudmanager.adobe.io, e.g. to get the list of programs for an organization, you would make a GET request...
libav-12.3/libavcodec/x86/hevc_mc.asm
aldarons-tech/aci
0
10513
;***************************************************************************** ;* x86-optimized HEVC MC ;* Copyright 2015 <NAME> ;* ;* This file is part of Libav. ;* ;* Libav is free software; you can redistribute it and/or ;* modify it under the terms of the GNU Lesser General Public ;* License as published by the Fre...
programs/oeis/004/A004972.asm
neoneye/loda
22
245245
<filename>programs/oeis/004/A004972.asm ; A004972: a(n) = ceiling(n*phi^17), where phi is the golden ratio, A001622. ; 0,3572,7143,10714,14285,17856,21427,24998,28569,32140,35711,39282,42853,46424,49995,53566,57137,60708,64279,67850,71421,74992,78563,82134,85705,89276,92847,96418,99989,103560,107131,110702,114273,11784...
mc1demo.asm
rkbrooks/vg64
9
103903
; ML demo for VG64 ; <NAME> - <EMAIL> ; New Version 1/19/2020 - for reg scheme ; Assumes token register at $DE00, EXROM high, and NO banking at $8000 ; Hires Demo and test code !to "mc1test.o", cbm ; BASIC stub to get a tokenized SYS command in. Grabbed from ; https://harald.ist.org/howto/c64/acme-asm-template...
src/vector/euclidean_norm/test/test.asm
nikAizuddin/lib80386
4
163312
; 1 2 3 4 5 6 7 ;234567890123456789012345678901234567890123456789012345678901234567890 ;===================================================================== ; ; *** TEST *** ; ;-------------------------------------------------------------...
Transynther/x86/_processed/NC/_zr_/i3-7100_9_0x84_notsx.log_1_1473.asm
ljhsiun2/medusa
9
165933
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r14 push %r8 push %r9 push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x18e97, %r14 nop nop nop xor %r10, %r10 mov $0x6162636465666768, %rdi movq %rdi, (%r14) xor $44002, %rbp lea addresses_WC_ht+0x43d7, %r11 nop add %r9, %r9 vmovups (%r1...
programs/oeis/001/A001855.asm
neoneye/loda
22
246647
; A001855: Sorting numbers: maximal number of comparisons for sorting n elements by binary insertion. ; 0,1,3,5,8,11,14,17,21,25,29,33,37,41,45,49,54,59,64,69,74,79,84,89,94,99,104,109,114,119,124,129,135,141,147,153,159,165,171,177,183,189,195,201,207,213,219,225,231,237,243,249,255,261,267,273,279,285,291,297,303,309...
examples/pxScene2d/external/libnode-v10.15.3/deps/openssl/config/archs/VC-WIN32/asm/crypto/aes/aes-586.asm
madanagopaltcomcast/pxCore
918
6350
<reponame>madanagopaltcomcast/pxCore<filename>examples/pxScene2d/external/libnode-v10.15.3/deps/openssl/config/archs/VC-WIN32/asm/crypto/aes/aes-586.asm %ifidn __OUTPUT_FORMAT__,obj section code use32 class=code align=64 %elifidn __OUTPUT_FORMAT__,win32 $@feat.00 equ 1 section .text code align=64 %else section .text co...
src/Categories/Category/Inverse.agda
bblfish/agda-categories
0
7118
<reponame>bblfish/agda-categories {-# OPTIONS --without-K --safe #-} module Categories.Category.Inverse where open import Level using (Level; suc; _⊔_) open import Categories.Category import Categories.Morphism record Inverse {o ℓ e} (C : Category o ℓ e) : Set (o ⊔ ℓ ⊔ e) where open Category C public open Defini...
src/ada-pulse/src/pulse-mainloop.ads
mstewartgallus/linted
0
7752
<reponame>mstewartgallus/linted -- Copyright 2016 <NAME> -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by appl...
programs/oeis/123/A123350.asm
neoneye/loda
22
103315
<reponame>neoneye/loda ; A123350: a(n) = (n^4 + 2n^3 + 5n^2 + 4)/4. ; 1,3,14,46,117,251,478,834,1361,2107,3126,4478,6229,8451,11222,14626,18753,23699,29566,36462,44501,53803,64494,76706,90577,106251,123878,143614,165621,190067,217126,246978,279809,315811,355182,398126,444853,495579,550526,609922,674001,743003,817174,89...
scripts/reminders/count-list.applescript
briangonzalez/awesome-applescripts
39
1277
<gh_stars>10-100 on run argv if (count of argv) > 0 then set reminder_list to item 1 of argv else error "Please provide a list name as the first argument to this script" end if tell application "Reminders" set the_list to list reminder_list set the_reminders to (reminders in the_list whose comp...
sw/552tests/inst_tests/unaligned/jalr_25.asm
JPShen-UWM/ThreadKraken
1
245568
// Original test: ./rbatterm/hw4/problem6/jalr_4.asm // Author: rbatterm // Test source code follows // Test random cases (from random.org) lbi r1, 236 //11101100 jalr r1, 203 //11001011 halt
MSDOS/Virus.MSDOS.Unknown.armag911.asm
fengjixuchui/Family
3
242153
<reponame>fengjixuchui/Family<gh_stars>1-10 ;*************************************************************************** ;* * ;* The 911 Virus * ;* (An "Armagedon the Greek...
_build/dispatcher/jmp_ippsGFpECTstPointInSubgroup_409d9f9b.asm
zyktrcn/ippcp
1
81191
extern m7_ippsGFpECTstPointInSubgroup:function extern n8_ippsGFpECTstPointInSubgroup:function extern y8_ippsGFpECTstPointInSubgroup:function extern e9_ippsGFpECTstPointInSubgroup:function extern l9_ippsGFpECTstPointInSubgroup:function extern n0_ippsGFpECTstPointInSubgroup:function extern k0_ippsGFpECTstPointInSubgroup:...
romhacks/smrotation/main.asm
strotlog/SMBasepatch
0
161224
lorom macro a8() sep #$20 endmacro macro a16() rep #$20 endmacro macro i8() rep #$10 endmacro macro ai8() sep #$30 endmacro macro ai16() rep #$30 endmacro macro i16() rep #$10 endmacro org $00ffc0 ; 0 f01234 db " SM RANDOMIZER " db $30, $02, $0C, $04, $00, $01, $00, $20, $0...
programs/oeis/282/A282211.asm
jmorken/loda
1
1493
<reponame>jmorken/loda ; A282211: Coefficients in q-expansion of (6*E_2^2*E_4 - 8*E_2*E_6 + 3*E_4^2 - E_2^4)/6912, where E_2, E_4, E_6 are the Eisenstein series shown in A006352, A004009, A013973, respectively. ; 0,1,24,108,448,750,2592,2744,7680,9477,18000,15972,48384,30758,65856,81000,126976,88434,227448,137180,33600...
Task/SEDOLs/Ada/sedols.ada
LaudateCorpus1/RosettaCodeData
1
18247
with Ada.Text_IO; use Ada.Text_IO; procedure Test_SEDOL is subtype SEDOL_String is String (1..6); type SEDOL_Sum is range 0..9; function Check (SEDOL : SEDOL_String) return SEDOL_Sum is Weight : constant array (SEDOL_String'Range) of Integer := (1,3,1,7,3,9); Sum : Integer := 0; Item ...
programs/oeis/156/A156573.asm
neoneye/loda
22
175000
<reponame>neoneye/loda ; A156573: a(n) = 34*a(n-1)-a(n-2)-4232 for n > 2; a(1)=529, a(2)=13225. ; 529,13225,444889,15108769,513249025,17435353849,592288777609,20120383080625,683500735959409,23218904639535049,788759257008228025,26794595833640213569,910227499086759029089,30920940373116166771225 seq $0,2315 ; NSW numbers...
programs/oeis/295/A295926.asm
neoneye/loda
22
90673
; A295926: Number of (not necessarily maximum) cliques in the n-cube-connected cycle graph. ; 69,161,401,961,2241,5121,11521,25601,56321,122881,266241,573441,1228801,2621441,5570561,11796481,24903681,52428801,110100481,230686721,482344961,1006632961,2097152001,4362076161,9059696641,18790481921,38923141121,80530636801,1...
lab1/assignment_1.asm
0000Blaze/Microprocess
0
82660
<reponame>0000Blaze/Microprocess # ORG 8000 MVI A,1A MVI B,2B MVI C,3C MVI D,4D MVI E,5E MVI H,6F MVI L,7A HLT
firmware/coreboot/3rdparty/libgfxinit/common/haswell_shared/hw-gfx-gma-power_and_clocks_haswell.adb
fabiojna02/OpenCellular
1
161
-- -- Copyright (C) 2014-2018 secunet Security Networks AG -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -- -- ...
alloy4fun_models/trashltl/models/4/EQWiY4NBDKBuZyJS7.als
Kaixi26/org.alloytools.alloy
0
140
<reponame>Kaixi26/org.alloytools.alloy open main pred idEQWiY4NBDKBuZyJS7_prop5 { eventually ( some f:File | f' in Trash) } pred __repair { idEQWiY4NBDKBuZyJS7_prop5 } check __repair { idEQWiY4NBDKBuZyJS7_prop5 <=> prop5o }
ioctl/IomMarkCollisionArea.asm
osfree-project/FamilyAPI
1
178224
;-------------------------------------------------------- ; Category 7 Function 58 Mark collision area ;-------------------------------------------------------- ; ;Purpose ;Category 7 - ;Function 58H ;Restricts the Mouse from Pointer Drawing in Specified Area(s) of the ;Screen ;Parameter Packet Format ;Fie Id ;Left Row...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca_notsx.log_475_1766.asm
ljhsiun2/medusa
9
98472
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r8 push %r9 push %rax push %rcx push %rdi push %rsi lea addresses_normal_ht+0x815d, %rsi lea addresses_WC_ht+0x18a5d, %rdi nop nop nop nop nop and %r8, %r8 mov $100, %rcx rep movsq nop nop nop lfence lea addresses_WC_ht+0x808d, %r9 no...
drivers/CrashMonitoringDriver/CrashMonitoringDriver/hypercall.asm
SafeBreach-Labs/hAFL2
102
103725
PUBLIC kAFL_Hypercall .code _text kAFL_Hypercall PROC PUBLIC mov rax, 23h mov rbx, rcx mov rcx, rdx vmcall ret kAFL_Hypercall ENDP END
oeis/250/A250120.asm
neoneye/loda-programs
11
175194
<gh_stars>10-100 ; A250120: Coordination sequence for planar net 3.3.3.3.6 (also called the fsz net). ; Submitted by <NAME> ; 1,5,9,15,19,24,29,33,39,43,48,53,57,63,67,72,77,81,87,91,96,101,105,111,115,120,125,129,135,139,144,149,153,159,163,168,173,177,183,187,192,197,201,207,211,216,221,225,231,235,240,245,249,255,25...
src/bswap32.asm
shines77/base64_fast
0
17442
<filename>src/bswap32.asm page ,132 title ByteSwap32 (bswap32.asm) ; ; See: http://www.cppblog.com/luqingfei/archive/2010/08/11/123078.aspx ; See: https://msdn.microsoft.com/en-us/library/ss9fh0d6.aspx ; ifndef X64 .586 ;.686p ;.mmx ;.XMM .model flat, C option casemap : none endif .xlist ;include base64_fast....
kernel.asm
reubenct/OSproject-xv6
1
4924
kernel: file format elf32-i386 Disassembly of section .text: 80100000 <multiboot_header>: 80100000: 02 b0 ad 1b 00 00 add 0x1bad(%eax),%dh 80100006: 00 00 add %al,(%eax) 80100008: fe 4f 52 decb 0x52(%edi) 8010000b: e4 0f in $0xf,%al 8010000c <entry>:...
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0xca_notsx.log_21829_761.asm
ljhsiun2/medusa
9
17212
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_WT_ht+0xdee1, %rsi lea addresses_D_ht+0x13121, %rdi nop nop and $19157, %r15 mov $120, %rcx rep movsb nop nop nop nop nop cmp %rdx, %rdx lea addresses_WC_ht+0x7ae1, %r10 nop cmp %rb...
programs/oeis/175/A175884.asm
neoneye/loda
22
24333
<reponame>neoneye/loda<filename>programs/oeis/175/A175884.asm<gh_stars>10-100 ; A175884: Numbers that are congruent to {0, 2, 4, 7, 9} mod 12. ; 0,2,4,7,9,12,14,16,19,21,24,26,28,31,33,36,38,40,43,45,48,50,52,55,57,60,62,64,67,69,72,74,76,79,81,84,86,88,91,93,96,98,100,103,105,108,110,112,115,117,120,122,124,127,129,13...
Transynther/x86/_processed/US/_zr_/i3-7100_9_0xca_notsx.log_92_514.asm
ljhsiun2/medusa
9
102917
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %r8 push %rax push %rbp push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x10217, %r8 nop nop nop nop cmp $10896, %rdx movl $0x61626364, (%r8) nop cmp %rbp, %rbp lea addresses_WC_ht+0x15f3, %r8 cmp %r15, %r15 mov $0x6162636465666768, %rax m...
UefiCpuPkg/ResetVector/Vtf0/Ia32/PageTables64.asm
nicklela/edk2
3,861
177008
<filename>UefiCpuPkg/ResetVector/Vtf0/Ia32/PageTables64.asm ;------------------------------------------------------------------------------ ; @file ; Sets the CR3 register for 64-bit paging ; ; Copyright (c) 2008 - 2013, Intel Corporation. All rights reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Patent ; ...
src/research/ivt.asm
MijnOS/MijnOS
0
25955
BITS 16 struc gdt_entry_struct limit_low: resb 2 base_low: resb 2 base_middle: resb 1 access: resb 1 granularity: resb 1 base_high: resb 1 endstruc ptr_gdtr db 0,0,0, 0,0,0 flush_gdt: lgdt [ptr_gdtr] jmp 0x08:complete_flush complete_flush: mov ax, 0x10 mov d...
ioq3/build/release-js-js/baseq3/ui/ui_sppostgame.asm
RawTechnique/quake-port
1
777
<reponame>RawTechnique/quake-port<gh_stars>1-10 data export ui_medalNames align 4 LABELV ui_medalNames address $69 address $70 address $71 address $72 address $73 address $74 export ui_medalPicNames align 4 LABELV ui_medalPicNames address $75 address $76 address $77 address $78 address $79 address $80 export ui_medalSo...
oeis/041/A041087.asm
neoneye/loda-programs
11
89422
<filename>oeis/041/A041087.asm ; A041087: Denominators of continued fraction convergents to sqrt(51). ; Submitted by <NAME>(s2) ; 1,7,99,700,9899,69993,989801,6998600,98970201,699790007,9896030299,69972002100,989504059699,6996500419993,98940509939601,699580069997200,9893061489900401,69951010499300007,989207208480100499...
oeis/225/A225804.asm
neoneye/loda-programs
11
171355
<gh_stars>10-100 ; A225804: Arithmetic mean of the first n primes, rounded up. ; Submitted by Jon Maiga ; 2,3,4,5,6,7,9,10,12,13,15,17,19,21,22,24,26,28,30,32,34,36,38,41,43,45,47,49,52,54,56,58,61,63,66,68,70,73,75,78,80,83,85,88,90,92,95,98,100,103,105,108,110,113,116,118,121,124,126,129,131,134,137,139,142,145,148,1...
alloy4fun_models/trashltl/models/8/MwbXe3WqbLnGucoYt.als
Kaixi26/org.alloytools.alloy
0
3094
open main pred idMwbXe3WqbLnGucoYt_prop9 { all p : Protected | p not in Trash' } pred __repair { idMwbXe3WqbLnGucoYt_prop9 } check __repair { idMwbXe3WqbLnGucoYt_prop9 <=> prop9o }
UNKNOWN_0.asm
Mario9501/MLG-OS
0
172300
; ; A boot sector that prints a string using our function ; [org 0x7c00] ;Tell assembler where this code will be loaded. mov bx, HELLO_MSG ;use BX as a parameter to our function, so call print_string ;we can specify a address of a string. mov bx, GOODBYE_MSG call print_string jmp $ ; kil...
code_sender/iterm/iterm.applescript
fredcallaway/SendCode
0
1601
on run argv tell application "iTerm2" tell the current window to tell current session set cmd to (item 1 of argv) as string set commit to ((item 2 of argv) as string is "True") set start_pos to 1 set len to length of cmd if len is greater than 1000...
Cubical/Algebra/Polynomials/Multivariate/Equiv/Poly1-Poly.agda
howsiyu/cubical
0
4732
{-# OPTIONS --safe --experimental-lossy-unification #-} module Cubical.Algebra.Polynomials.Multivariate.Equiv.Poly1-Poly where open import Cubical.Foundations.Prelude open import Cubical.Foundations.Isomorphism open import Cubical.Data.Nat renaming (_+_ to _+n_; _·_ to _·n_) open import Cubical.Data.Vec renaming ( []...
tests/fn_le/22.asm
NullMember/customasm
414
105416
<gh_stars>100-1000 #d le(0) ; error: unsized
assets/chrysalis/characters/human/male/male.adb
ivanhawkes/Chrysalis
59
19343
<filename>assets/chrysalis/characters/human/male/male.adb <AnimDB FragDef="chrysalis/characters/human/male/male_fragment_ids.xml" TagDef="chrysalis/characters/human/male/male_tags.xml"> <FragmentList> <Idle> <Fragment BlendOutDuration="0.2" Tags="Alerted+ScopeLookPose"> <ProcLayer> <Blend ...
examples/examplesPaperJFP/CatTerm.agda
agda/ooAgda
23
15902
<reponame>agda/ooAgda module examplesPaperJFP.CatTerm where open import examplesPaperJFP.BasicIO hiding (main) open import examplesPaperJFP.Console hiding (main) open import examplesPaperJFP.NativeIOSafe cat : IO ConsoleInterface Unit force cat = exec′ getLine λ{ nothing → return unit ; (just line) → delay...
test/asset/agda-stdlib-1.0/Data/Container/Properties.agda
omega12345/agda-mode
5
16781
<gh_stars>1-10 ------------------------------------------------------------------------ -- The Agda standard library -- -- Properties of operations on containers ------------------------------------------------------------------------ {-# OPTIONS --without-K --safe #-} module Data.Container.Properties where import F...
src/frontend/Experimental_Ada_ROSE_Connection/dot_asis/dot_asis_library/source/asis_tool_2-element.adb
sourceryinstitute/rose-sourcery-institute
0
2197
<reponame>sourceryinstitute/rose-sourcery-institute with Asis.Clauses; with Asis.Compilation_Units; with Asis.Declarations; with Asis.Definitions; with Asis.Elements; with Asis.Expressions; with Asis.Exceptions; with Asis.Iterator; with Asis.Statements; -- GNAT-specific: with Asis.Set_Get; with Asis.Text; package body...
sk/sfx/A6.asm
Cancer52/flamedriver
9
103341
Sound_A6_Header: smpsHeaderStartSong 3 smpsHeaderVoice Sound_A6_Voices smpsHeaderTempoSFX $01 smpsHeaderChanSFX $01 smpsHeaderSFXChannel cPSG3, Sound_A6_PSG3, $02, $00 ; PSG3 Data Sound_A6_PSG3: smpsPSGform $E7 smpsPSGvoice sTone_1D smpsModSet $01, $01, $E0, $CA dc.b nF4, $03, ...
oeis/142/A142026.asm
neoneye/loda-programs
11
177188
<gh_stars>10-100 ; A142026: Primes congruent to 22 mod 31. ; Submitted by <NAME> ; 53,239,487,673,797,859,983,1231,1789,1913,2099,2161,2347,2657,2719,2843,3463,4021,4517,4703,4889,4951,5261,5323,5881,6067,6563,6997,7121,7307,7369,7741,7927,8237,8423,8609,9043,9539,9601,9787,9973,10159,10531,10903,11027,11213,11399,1183...
oeis/228/A228016.asm
neoneye/loda-programs
11
12736
<gh_stars>10-100 ; A228016: a(1) = least k such that 1/1+1/2+1/3+1/4+1/5 < H(k) - H(5); a(2) = least k such that H(a(1)) - H(5) < H(k) -H(a(1)), and for n > 2, a(n) = least k such that H(a(n-1)) - H(a(n-2) > H(k) - H(a(n-1)), where H = harmonic number. ; Submitted by <NAME>(s3) ; 54,539,5340,52865,523314,5180279,512794...
programs/oeis/045/A045380.asm
neoneye/loda
22
82613
; A045380: Primes congruent to 2 mod 5. ; 2,7,17,37,47,67,97,107,127,137,157,167,197,227,257,277,307,317,337,347,367,397,457,467,487,547,557,577,587,607,617,647,677,727,757,787,797,827,857,877,887,907,937,947,967,977,997,1087,1097,1117,1187,1217,1237,1277,1297,1307,1327,1367,1427,1447,1487,1567,1597,1607,1627,1637,1657...
data/jpred4/jp_batch_1613899824__Dza5uQ3/jp_batch_1613899824__Dza5uQ3.als
jonriege/predict-protein-structure
0
4788
<reponame>jonriege/predict-protein-structure SILENT_MODE BLOCK_FILE jp_batch_1613899824__Dza5uQ3.concise.blc MAX_NSEQ 647 MAX_INPUT_LEN 649 OUTPUT_FILE jp_batch_1613899824__Dza5uQ3.concise.ps PORTRAIT POINTSIZE 8 IDENT_WIDTH 12 X_OFFSET 2 Y_OFFSET 2 DEFINE_FONT 0 Helvetica DEFAULT DEFINE_FONT 1 Helvetica REL 0.75 ...
ps.asm
B10401023/xv6
0
102951
_ps: file format elf32-i386 Disassembly of section .text: 00000000 <main>: int ctime; char name[16]; // Process name }; int main(int argc, char *argv[]){ 0: 8d 4c 24 04 lea 0x4(%esp),%ecx 4: 83 e4 f0 and $0xfffffff0,%esp 7: ff 71 fc pushl -0...
oeis/010/A010545.asm
neoneye/loda-programs
11
240155
; A010545: Decimal expansion of square root of 94. ; 9,6,9,5,3,5,9,7,1,4,8,3,2,6,5,8,0,2,8,1,4,8,8,8,1,1,5,0,8,4,5,3,1,3,3,9,3,6,5,2,1,5,0,9,8,7,9,5,4,6,7,9,5,9,0,5,3,9,7,1,7,4,8,6,2,3,3,0,3,9,8,6,7,5,7,3,3,0,0,7,2,8,4,8,3,2,5,8,6,7,8,4,7,6,9,1,7,4,9,6 mov $1,1 mov $2,1 mov $3,$0 add $3,8 mov $4,$0 add $4,3 mul $4,2 m...
Image Processing Scripts/Pad/Padding Images.applescript
bbelyeu/applescripts
12
3527
<filename>Image Processing Scripts/Pad/Padding Images.applescript (* Padding an image will add black space around the image to the dimensions indicated in the script command. The pad command takes a list of two integers for the to dimensions parameter: the new width (in pixels) for the image, and the new height for the...
src/model/io/lse-model-io-text_file.adb
mgrojo/lsystem-editor
2
26527
<filename>src/model/io/lse-model-io-text_file.adb ------------------------------------------------------------------------------- -- LSE -- L-System Editor -- Author: Heziode -- -- License: -- MIT License -- -- Copyright (c) 2018 <NAME> (Heziode) <<EMAIL>> -- -- Permission is hereby granted, free of charge, to an...
oeis/055/A055670.asm
neoneye/loda-programs
11
245605
; A055670: a(n) = prime(n) - (-1)^prime(n). ; Submitted by <NAME> ; 1,4,6,8,12,14,18,20,24,30,32,38,42,44,48,54,60,62,68,72,74,80,84,90,98,102,104,108,110,114,128,132,138,140,150,152,158,164,168,174,180,182,192,194,198,200,212,224,228,230,234,240,242,252,258,264,270,272,278,282,284,294,308,312,314,318,332,338,348,350,3...
Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_796.asm
ljhsiun2/medusa
9
98028
<filename>Transynther/x86/_processed/NC/_zr_/i7-7700_9_0xca.log_21829_796.asm .global s_prepare_buffers s_prepare_buffers: push %r11 push %r14 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_UC_ht+0x1e694, %rcx clflush (%rcx) add $63537, %r11 movl $0x61626364, (%rcx) sub %r14, %r14 lea addresse...
src/Numeric/Nat/LCM/Properties.agda
t-more/agda-prelude
111
3838
<reponame>t-more/agda-prelude module Numeric.Nat.LCM.Properties where open import Prelude open import Numeric.Nat.Divide open import Numeric.Nat.Divide.Properties open import Numeric.Nat.LCM is-lcm-unique : ∀ {m m₁ a b} → IsLCM m a b → IsLCM m₁ a b → m ≡ m₁ is-lcm-unique {m} {m₁} (is-lcm a|m b|m lm) (is-lcm a|m₁ b|m...
courses/fundamentals_of_ada/labs/solar_system/050_array_types/src/main.adb
AdaCore/training_material
15
519
<reponame>AdaCore/training_material<gh_stars>10-100 ----------------------------------------------------------------------- -- Ada Labs -- -- -- -- Copyright (C) 2008-2009, AdaCore ...
test/Fail/Issue199.agda
cruhland/agda
1,989
11828
<filename>test/Fail/Issue199.agda -- There was a bug when unifying things of function type during pattern matching -- (the T argument to P is unified with D below) module Issue199 where data D (A : Set) : Set where data P {A : Set} : {T : Set → Set} → T A → Set where p : ∀ d → P {_} {D} d foo : ∀ {A} {l : D A} → P ...
src/asf-components-html-links.ads
jquorning/ada-asf
12
906
<reponame>jquorning/ada-asf<gh_stars>10-100 ----------------------------------------------------------------------- -- html-links -- ASF HTML Links Components -- Copyright (C) 2009, 2010, 2012 <NAME> -- Written by <NAME> (<EMAIL>) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you m...
oeis/131/A131901.asm
neoneye/loda-programs
11
9447
<reponame>neoneye/loda-programs<gh_stars>10-100 ; A131901: 2*A002024 - A131821. ; Submitted by <NAME> ; 1,2,2,3,5,3,4,7,7,4,5,9,9,9,5,6,11,11,11,11,6,7,13,13,13,13,13,7,8,15,15,15,15,15,15,8,9,17,17,17,17,17,17,17,9,10,19,19,19,19,19,19,19,19,10 lpb $0 add $2,1 sub $0,$2 lpe add $0,$2 lpb $0 mul $2,2 gcd $0,$2...
programs/oeis/173/A173508.asm
jmorken/loda
1
10346
<filename>programs/oeis/173/A173508.asm ; A173508: a(n) = ceiling(A173497(n)/2). ; 1,1,1,2,2,3,4,6,8,11,15,20,28,38,52,71,97,132,181,247,337,461,629,860,1174,1604,2191,2993,4089,5585,7630,10422,14237,19448,26567,36291,49574,67720,92507,126367,172620,235804,322114 sub $0,1 mov $2,6 mov $4,2 lpb $0 sub $0,1 mov $3,$...