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
src/natools-web-cookie_setters.adb
faelys/natools-web
1
11849
<reponame>faelys/natools-web ------------------------------------------------------------------------------ -- Copyright (c) 2019, <NAME> -- -- -- -- Permission to use, copy, modify, and distribute this softw...
Jahr 1/MC/Programmierung/LEDLauflicht/LEDLauflicht/main.asm
BackInBash/Technikerschule
2
790
<reponame>BackInBash/Technikerschule ; ; LEDLauflicht.asm ; ; Created: 19/03/2021 13:45:34 ; Author : Markus ; ; Replace with your application code .INCLUDE "m16def.inc" init: LDI R18, 1 LDI R17, 0xff out DDRA, R17 main: out PORTA, R18 ADD R18, R18 CBI PORTA, 0 jmp main
archive/agda-2/Oscar/Data/Step.agda
m0davis/oscar
0
4199
<reponame>m0davis/oscar module Oscar.Data.Step {𝔣} (FunctionName : Set 𝔣) where open import Data.Nat using (ℕ; suc; zero) open import Relation.Binary.PropositionalEquality using (_≡_; refl; cong₂; cong; sym; trans) open import Function using (_∘_; flip) open import Relation.Nullary using (¬_; Dec; yes; no) open imp...
6_LEZ/EX_2_NEAR/assembler.asm
mich2k/CE_LAB
0
174175
.586 .model flat .code _sommavett proc push ebp mov ebp,esp push ebx push esi push edi mov esi,0 mov ecx, dword ptr [ebp+8] mov edx, dword ptr [ebp+12] mov edi, dword ptr [ebp+16] call fagiolo mov eax, ebx pop edi pop esi pop ebx mov esp,ebp pop ebp ret _sommavett endp ; i parametri della mia funzione solo indi...
programs/oeis/023/A023717.asm
neoneye/loda
22
21718
<filename>programs/oeis/023/A023717.asm<gh_stars>10-100 ; A023717: Numbers with no 3's in base-4 expansion. ; 0,1,2,4,5,6,8,9,10,16,17,18,20,21,22,24,25,26,32,33,34,36,37,38,40,41,42,64,65,66,68,69,70,72,73,74,80,81,82,84,85,86,88,89,90,96,97,98,100,101,102,104,105,106,128,129,130,132,133,134,136,137,138,144,145,146,14...
F458/mcu/nested_interrupt/TMDX570LC43HDK/source/HL_sys_intvecs.asm
daeroro/IntegrationProject
0
160977
;------------------------------------------------------------------------------- ; HL_sys_intvecs.asm ; ; (c) Texas Instruments 2009-2013, All rights reserved. ; .sect ".intvecs" .arm ;------------------------------------------------------------------------------- ; import reference for interrupt ro...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2390.asm
ljhsiun2/medusa
9
16747
<filename>Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0x48.log_21829_2390.asm .global s_prepare_buffers s_prepare_buffers: push %r13 push %r15 push %rcx push %rdi push %rsi lea addresses_normal_ht+0x13b8f, %rsi lea addresses_A_ht+0xbbc7, %rdi clflush (%rsi) nop nop nop and %r15, %r15 mov $116, %rcx rep movsw nop nop...
source/asis/asis-implementation-permissions.ads
faelys/gela-asis
4
28081
<filename>source/asis/asis-implementation-permissions.ads ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- -- 7 package Asis.Implementation.Permissions ------------------------------------------------------...
data/items/marts.asm
AtmaBuster/pokeplat-gen2
6
104314
Marts: ; entries correspond to MART_* constants dw Mart0Badge dw Mart1Badge dw Mart3Badge dw Mart5Badge dw Mart7Badge dw Mart8Badge dw MartJubilife dw MartOreburgh .End Mart0Badge: db 4 ; # items db POKE_BALL db POTION db ANTIDOTE db PARLYZ_HEAL db -1 ; end Mart1Badge: db 10 ; # items db POKE_BALL db...
alloy4fun_models/trashltl/models/14/HgBXErKEyEuji6TYx.als
Kaixi26/org.alloytools.alloy
0
45
open main pred idHgBXErKEyEuji6TYx_prop15 { all f:File | f not in Trash implies eventually f in Trash } pred __repair { idHgBXErKEyEuji6TYx_prop15 } check __repair { idHgBXErKEyEuji6TYx_prop15 <=> prop15o }
source/amf/dd/amf-internals-tables-dg_metamodel.ads
svn2github/matreshka
24
148
------------------------------------------------------------------------------ -- -- -- Matreshka Project -- -- -- -- ...
OutlawsLib/antlr/LvtParser.g4
Zbyl/OutlawsX
2
2193
<reponame>Zbyl/OutlawsX<filename>OutlawsLib/antlr/LvtParser.g4 parser grammar LvtParser; options { tokenVocab = LvtLexer; } lvt_file : LVT lvt_version=float_ LEVELNAME level_name=STR VERSION level_version=float_ lvt_file_element* EOF ; lvt_file_elemen...
programs/oeis/021/A021130.asm
neoneye/loda
22
174049
<reponame>neoneye/loda ; A021130: Decimal expansion of 1/126. ; 0,0,7,9,3,6,5,0,7,9,3,6,5,0,7,9,3,6,5,0,7,9,3,6,5,0,7,9,3,6,5,0,7,9,3,6,5,0,7,9,3,6,5,0,7,9,3,6,5,0,7,9,3,6,5,0,7,9,3,6,5,0,7,9,3,6,5,0,7,9,3,6,5,0,7,9,3,6,5,0,7,9,3,6,5,0,7,9,3,6,5,0,7,9,3,6,5,0,7 add $0,1 mov $1,10 pow $1,$0 mul $1,7 div $1,882 mod $1,1...
regtests/util-beans-objects-discretes.adb
RREE/ada-util
60
6376
----------------------------------------------------------------------- -- Util.Beans.Objects.Discretes -- Unit tests for concurrency package -- Copyright (C) 2009, 2010, 2020 <NAME> -- Written by <NAME> (<EMAIL>) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file ex...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca.log_21829_820.asm
ljhsiun2/medusa
9
87714
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r14 push %r8 push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x1e95, %r13 nop nop nop sub $62914, %r8 movl $0x61626364, (%r13) nop nop nop nop cmp $5373, %r8 lea addresses_WC_ht+0xde2, %rsi lea addresses_UC_ht+0x110e2, %rdi cmp %r14, %r14...
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_72_896.asm
ljhsiun2/medusa
9
245238
<reponame>ljhsiun2/medusa<filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0x48_notsx.log_72_896.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r14 push %r8 push %r9 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_WT_ht+0x530f, %r14 nop xor %r8, %r8 mov $0x6162636465666768, ...
src/Generic/Lib/Category.agda
turion/Generic
0
17031
module Generic.Lib.Category where open import Category.Functor public open import Category.Applicative public open import Category.Monad public open RawFunctor {{...}} public open RawApplicative {{...}} hiding (_<$>_; _<&>_; _<$_; zip; zipWith) renaming (_⊛_ to _<*>_) public open RawMonad {{...}} hiding (pure; _<$>_;...
bahamut/source/menu-names.asm
higan-emu/bahamut-lagoon-translation-kit
2
245675
<reponame>higan-emu/bahamut-lagoon-translation-kit<filename>bahamut/source/menu-names.asm //modifications to the name entry screen namespace menu { seek(codeCursor) namespace decodeNameEntry { //called once when loading the name entry screen enqueue pc seek($eeda2c); jsl main; jmp $da5a dequeue pc //A => ...
src/linted-simulator/src/linted-types.adb
mstewartgallus/linted
0
20056
<reponame>mstewartgallus/linted<gh_stars>0 -- 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 requi...
Transynther/x86/_processed/NC/_zr_un_/i3-7100_9_0x84_notsx.log_21829_699.asm
ljhsiun2/medusa
9
7610
<filename>Transynther/x86/_processed/NC/_zr_un_/i3-7100_9_0x84_notsx.log_21829_699.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r10 push %rax push %rbp push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_normal_ht+0xe19a, %rsi lea addresses_A_ht+0x1bd3a, %rdi nop and %rdx, %rdx mov $...
springboot-demos02/springbootdemo194-Antlr4/src/main/resources/Dsl.g4
zjxkenshine/codedemo
1
1743
grammar Dsl; //定义规则文件grammar @header { //一种action,定义生成的词法语法解析文件的头,当使用java的时候,生成的类需要包名,可以在这里统一定义 package com.kenshine.antlr4.demo; } //parsers sta:(sql ender)*; //定义sta规则,里面包含了*(0个以上)个 sql ender组合规则 ender:';'; //定义ender规则,是一个分号 sql //定义sql规则,sql规则有两条分支:select/load : SELECT ~(';')* as tableName //se...
IEAATParser/src/main/antlr4/nl/utwente/fmt/ieaatparser/antlr/GetPaths.g4
SwiftPengu/ProbabilisticVulnerabilityAnalysis
0
7376
grammar GetPaths; paths : ( attackStepList | '(' attackStepList ')' | TARGET putInSet ) DASH 'visited' EOF ; attackStepList: attackStepReference union*; attackStepReference: reference castToAttackStep putInSet; reference: 'self'? '.' ID; union: '->' 'u...
Cubical/HITs/S2.agda
thomas-lamiaux/cubical
1
15383
{-# OPTIONS --safe #-} module Cubical.HITs.S2 where open import Cubical.HITs.S2.Base public open import Cubical.HITs.S2.Properties public
Transynther/x86/_processed/AVXALIGN/_ht_zr_/i9-9900K_12_0xca_notsx.log_21829_1469.asm
ljhsiun2/medusa
9
3475
<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r8 push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0xec36, %r8 nop add %rdx, %rdx movb $0x61, (%r8) nop dec %rbx lea addresses_UC_ht+0x1e534, %r13 nop add %rbx, %rbx movl $0x61626364, (%r13) nop nop nop nop xor %r...
oeis/057/A057300.asm
neoneye/loda-programs
11
11980
<reponame>neoneye/loda-programs ; A057300: Binary counter with odd/even bit positions swapped; base-4 counter with 1's replaced by 2's and vice versa. ; Submitted by <NAME>(s1.) ; 0,2,1,3,8,10,9,11,4,6,5,7,12,14,13,15,32,34,33,35,40,42,41,43,36,38,37,39,44,46,45,47,16,18,17,19,24,26,25,27,20,22,21,23,28,30,29,31,48,50,...
test/interaction/Issue2578.agda
cruhland/agda
1,989
770
<filename>test/interaction/Issue2578.agda -- <NAME>, 2017-05-13, issue #2578 reported by nad -- Jesper, 2017-07-06, absurd clauses are no longer highlighted as catchall, -- so the test case had to be changed to reproduce the intended behaviour. data _⊎_ (A B : Set) : Set where inj₁ : A → A ⊎ B inj₂ : B → A ⊎ B re...
oeis/090/A090965.asm
neoneye/loda-programs
11
80558
<gh_stars>10-100 ; A090965: a(n) = 8*a(n-1) - 4*a(n-2), where a(0) = 1, a(1) = 4. ; 1,4,28,208,1552,11584,86464,645376,4817152,35955712,268377088,2003193856,14952042496,111603564544,833020346368,6217748512768,46409906716672,346408259682304,2585626450591744,19299378566004736,144052522725670912,1075222667541348352,802557...
source/image/required/s-valboo.adb
ytomino/drake
33
6191
with System.Val_Enum; with System.Value_Errors; package body System.Val_Bool is function Value_Boolean (Str : String) return Boolean is First : Positive; Last : Natural; begin Val_Enum.Trim (Str, First, Last); if First <= Last then declare S : String := Str (First .. ...
src/compiler.ads
GLADORG/template-compiler
0
2682
<filename>src/compiler.ads with GNATCOLL.Strings_Impl, Ada.Wide_Wide_Characters.Handling, Ada.Characters,Ada.Containers.Doubly_Linked_Lists; use Ada.Wide_Wide_Characters.Handling; package Compiler is package aString is new GNATCOLL.Strings_Impl.Strings (SSize => GNATCOLL.Strings_Impl.Optimal_Strin...
libsrc/_DEVELOPMENT/math/float/math32/lm32/c/sccz80/mul2.asm
Frodevan/z88dk
640
86180
SECTION code_fp_math32 PUBLIC mul2 EXTERN m32_fsmul2_fastcall defc mul2 = m32_fsmul2_fastcall ; SDCC bridge for Classic IF __CLASSIC PUBLIC _mul2 EXTERN cm32_sdcc_fsmul2 defc _mul2 = cm32_sdcc_fsmul2 ENDIF
tools-src/gnu/gcc/gcc/ada/frontend.adb
enfoTek/tomato.linksys.e2000.nvram-mod
80
17380
<reponame>enfoTek/tomato.linksys.e2000.nvram-mod<filename>tools-src/gnu/gcc/gcc/ada/frontend.adb ------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS ...
oeis/018/A018909.asm
neoneye/loda-programs
11
168871
; A018909: Define the sequence S(a_0,a_1) by a_{n+2} is the least integer such that a_{n+2}/a_{n+1}>a_{n+1}/a_n for n >= 0. This is S(3,6). ; Submitted by <NAME>(s1) ; 3,6,13,29,65,146,328,737,1657,3726,8379,18843,42375,95295,214305,481942,1083821,2437364,5481296,12326680,27721007,62340730,140195723,315280889,709023335...
F1.agda
JacquesCarette/pi-dual
14
13670
{-# OPTIONS --without-K #-} module F1 where open import Data.Unit open import Data.Sum hiding (map) open import Data.Product hiding (map) open import Data.List open import Data.Nat open import Data.Bool {-- infixr 90 _⊗_ infixr 80 _⊕_ infixr 60 _∘_ infix 30 _⟷_ --} ------------------------------------------------...
target/cos_117/disasm/iop_overlay1/COMM11.asm
jrrk2/cray-sim
49
8324
0x0000 (0x000000) 0x2104- f:00020 d: 260 | A = OR[260] 0x0001 (0x000002) 0x290D- f:00024 d: 269 | OR[269] = A 0x0002 (0x000004) 0x2104- f:00020 d: 260 | A = OR[260] 0x0003 (0x000006) 0x1403- f:00012 d: 3 | A = A + 3 (0x0003) ...
same-origin-policy/src/model/sop.als
cfbolz/500lines
2
4328
/** * sop.als * A model of the same-origin policy */ module sop open cors open origin open setDomain fact sameOriginPolicy { -- same origin policy actually has multiple parts domSop xmlHttpReqSop } pred domSop { -- For every successful read/write DOM operation, all o: ReadDom + WriteDom | let ta...
oeis/347/A347525.asm
neoneye/loda-programs
11
13009
; A347525: Number of minimum dominating sets in the n-Andrásfai graph. ; Submitted by <NAME>(w2) ; 2,5,24,22,28,34,40,46,52,58,64,70,76,82,88,94,100,106,112,118,124,130,136,142,148,154,160,166,172,178,184,190,196,202,208,214,220,226,232,238,244,250,256,262,268,274,280,286,292,298,304,310,316,322,328,334 mov $6,2 mov $...
eBindings/uuid/tests/testcases/gnatcoll-uuid-test.adb
persan/zeromq-Ada
33
18765
<reponame>persan/zeromq-Ada<filename>eBindings/uuid/tests/testcases/gnatcoll-uuid-test.adb with GNAT.Source_Info; package body GNATCOLL.uuid.Test is ---------- -- Name -- ---------- function Name (T : Test_Case) return AUnit.Test_String is pragma Unreferenced (T); begin re...
Transynther/x86/_processed/NONE/_st_zr_un_/i7-8650U_0xd2.log_19663_1016.asm
ljhsiun2/medusa
9
24273
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r14 push %r15 push %rbp push %rcx push %rdi push %rsi lea addresses_WC_ht+0x3bc1, %r15 nop inc %r12 movups (%r15), %xmm6 vpextrq $1, %xmm6, %r14 inc %rbp lea addresses_WT_ht+0x1dea1, %rsi lea addresses_WC_ht+0xc3c1, %rdi nop nop nop cmp %r14, %r14 mov $39, %r...
MdePkg/Library/BaseLib/X64/ReadCr3.nasm
nicklela/edk2
3,861
90488
<gh_stars>1000+ ;------------------------------------------------------------------------------ ; ; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR> ; SPDX-License-Identifier: BSD-2-Clause-Patent ; ; Module Name: ; ; ReadCr3.Asm ; ; Abstract: ; ; AsmReadCr3 function ; ; Notes: ; ;-----...
Task/Long-multiplication/Ada/long-multiplication-6.ada
LaudateCorpus1/RosettaCodeData
1
701
with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; with Ada.Text_IO; use Ada.Text_IO; with Interfaces; use Interfaces; procedure Long_Multiplication is -- Insert definitions above here procedure Put (Value : Long_Number) is X : Long_Number := Value; Last : Natural ...
Task/Twelve-statements/Ada/twelve-statements-1.ada
LaudateCorpus1/RosettaCodeData
1
24366
with Ada.Text_IO, Logic; procedure Twelve_Statements is package L is new Logic(Number_Of_Statements => 12); use L; -- formally define the 12 statements as expression function predicates function P01(T: Table) return Boolean is (T'Length = 12); -- list of 12 statements function P02(T: Table) ...
Transynther/x86/_processed/NONE/_xt_/i7-8650U_0xd2_notsx.log_1275_910.asm
ljhsiun2/medusa
9
169690
.global s_prepare_buffers s_prepare_buffers: push %r10 push %r11 push %r12 push %r14 push %rbp lea addresses_WC_ht+0x1ed74, %r11 nop nop nop nop nop and $28745, %r10 mov $0x6162636465666768, %r14 movq %r14, (%r11) nop nop nop and $45067, %r11 lea addresses_normal_ht+0x1c574, %r12 nop inc %rbp mov (%r12), %r10d and %r12...
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/tests/c3/c35502a.ada
best08618/asylo
7
12925
<reponame>best08618/asylo<gh_stars>1-10 -- C35502A.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 docume...
DevSound_Vars.asm
DevEd2/HokeyPokey-GB
0
88850
; ================================================================ ; DevSound variable definitions ; ================================================================ if !def(incDSVars) incDSVars set 1 SECTION "DevSound varialbes",WRAM0 DSVarsStart GlobalVolume ds 1 GlobalSpeed1 ds 1 GlobalSpeed2 ds 1 ...
base/mvdm/wow16/toolhelp/dllentry.asm
npocmaka/Windows-Server-2003
17
16831
<gh_stars>10-100 PAGE,132 ;*************************************************************************** ;* ;* DLLENTRY.ASM ;* ;* TOOLHELP.DLL Entry code ;* ;* This module generates a code segment called INIT_TEXT. ;* It initializes the local heap if one exists and then calls ;* the C routi...
dino/lcs/enemy/2C.asm
zengfr/arcade_game_romhacking_sourcecode_top_secret_data
6
25218
copyright zengfr site:http://github.com/zengfr/romhack 00042A move.l D1, (A0)+ 00042C dbra D0, $42a 001248 move.l D2, ($2c,A6) 00124C tst.w D0 [enemy+2C, enemy+2E, etc+2C, etc+2E, item+2C, item+2E] 001298 move.l D2, ($2c,A6) 00129C tst.w D0 [enemy+2C, enemy+2E, item+2C, item+2E] 0016D2 move.l D1, ...
UI Applescript Examples/UI Applescript Examples/AppDelegate.applescript
Iainmon/VPN-and-File-Server-Connection-Applescript
0
4525
-- -- AppDelegate.applescript -- UI Applescript Examples -- -- Created by <NAME> on 5/19/17. -- Copyright © 2017 <NAME>. All rights reserved. -- script AppDelegate property parent : class "NSObject" -- IBOutlets property theWindow : missing value property imageButton1 : missing value propert...
editors/levee/dos.asm
ibara/LiteBSD-Ports
14
101464
name dos page 55,80 title 'DOS.ASM -- assembly routines for the teeny-shell under DOS' _TEXT segment byte public 'CODE' assume cs:_TEXT public _fail_criterr ; ; If we get a critical error, just fail it - dos 3.0 and up only, please! ; _fail_criterr proc far mov al, 3 iret _fail_criterr endp public _ig...
src/arch/x86_64/boot.asm
fdidron/lisa
0
7041
<reponame>fdidron/lisa global start section .text bits 32 start: mov dword [0xb8000], 0x2f4b2f4f hlt
oeis/141/A141194.asm
neoneye/loda-programs
11
315
<reponame>neoneye/loda-programs ; A141194: Primes of the form 16k+7. ; Submitted by <NAME>(s4) ; 7,23,71,103,151,167,199,263,311,359,439,487,503,599,631,647,727,743,823,839,887,919,967,983,1031,1063,1223,1303,1319,1367,1399,1447,1511,1543,1559,1607,1783,1831,1847,1879,2039,2087,2311,2423,2503,2551,2647,2663,2711,2791,2...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_421.asm
ljhsiun2/medusa
9
171987
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %r15 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_A_ht+0x16258, %rax nop nop nop sub %rcx, %rcx mov $0x6162636465666768, %r10 movq %r10, %xmm3 vmovups %ymm3, (%rax) nop inc %r15 lea addresses_WC_ht+0xdb28,...
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_36_2036.asm
ljhsiun2/medusa
9
172145
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r15 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x1a9e1, %rbp nop cmp $22336, %r8 movb $0x61, (%rbp) add %r15, %r15 lea addresses_UC_ht+0x17adf, %r11 nop nop inc %rax movb (%r11), %cl nop sub %rax, %rax lea addresses_WC_ht+0x...
archive/agda-2/Oscar/Data/Term/ThickAndThin.agda
m0davis/oscar
0
16365
<filename>archive/agda-2/Oscar/Data/Term/ThickAndThin.agda {-# OPTIONS --allow-unsolved-metas #-} module Oscar.Data.Term.ThickAndThin {𝔣} (FunctionName : Set 𝔣) where open import Oscar.Class.ThickAndThin open import Oscar.Data.Term FunctionName import Oscar.Data.Term.ThickAndThin.internal FunctionName as ⋆ instance...
programs/oeis/287/A287925.asm
jmorken/loda
1
165571
<reponame>jmorken/loda ; A287925: a(n) = prime(1)^4 + prime(n)^4 ; 32,97,641,2417,14657,28577,83537,130337,279857,707297,923537,1874177,2825777,3418817,4879697,7890497,12117377,13845857,20151137,25411697,28398257,38950097,47458337,62742257,88529297,104060417,112550897,131079617,141158177 cal $0,40 ; The prime numbers....
Data/ships/Chameleon.asm
ped7g/EliteNext
0
80680
<reponame>ped7g/EliteNext Chameleon: DB $03, $0F, $A0 DW ChameleonEdges DB ChameleonEdgesSize DB $00, $1A DB ChameleonVertSize DB ChameleonEdgesCnt DB $00, $C8 ...
8051/14arith/add.asm
iamvk1437k/mpmc
1
247561
<gh_stars>1-10 MOV A,#20H ;Move 1st data to accumulator MOV dptr,#4200H ;Load the address in dptr MOV B,#54H ;Move 2nd data to accumulator ADD A,B ;Add both data MOVX @dptr,A ;Store the result in memory HERE: SJMP HERE ;Stop the program
gcc-gcc-7_3_0-release/gcc/ada/a-except.adb
best08618/asylo
7
12759
<filename>gcc-gcc-7_3_0-release/gcc/ada/a-except.adb ------------------------------------------------------------------------------ -- -- -- GNAT COMPILER COMPONENTS -- -- ...
oeis/246/A246923.asm
neoneye/loda-programs
11
3626
; A246923: G.f.: 1 / AGM(1-9*x, sqrt((1-x)*(1-81*x))). ; Submitted by <NAME> ; 1,25,1089,60025,3690241,241025625,16359689025,1140463805625,81081830657025,5852177325225625,427465780890020929,31528177440967935225,2344153069158724611841,175473167541934734763225,13211212029033949825064769,999630716942846408773325625,75966...
alloy4fun_models/trashltl/models/5/E6fcZ6H7Go8n7sEJ7.als
Kaixi26/org.alloytools.alloy
0
2343
open main pred idE6fcZ6H7Go8n7sEJ7_prop6 { some f : File | always f in Trash since eventually f in Trash } pred __repair { idE6fcZ6H7Go8n7sEJ7_prop6 } check __repair { idE6fcZ6H7Go8n7sEJ7_prop6 <=> prop6o }
Transynther/x86/_processed/NONE/_xt_sm_/i7-8650U_0xd2_notsx.log_1226_550.asm
ljhsiun2/medusa
9
26135
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r10 push %r14 push %rax push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0xa8d6, %rbx nop nop nop add $55301, %rsi movb (%rbx), %al nop nop nop cmp $42374, %rdi lea addresses_normal_ht+0x42d6, %rsi lea addresses_UC_ht+...
Cubical/Foundations/GroupoidLaws.agda
cj-xu/cubical
0
12544
{- This file proves the higher groupoid structure of types for homogeneous and heterogeneous paths -} {-# OPTIONS --cubical --safe #-} module Cubical.Foundations.GroupoidLaws where open import Cubical.Foundations.Prelude private variable ℓ : Level A : Type ℓ x y z w : A _⁻¹ : (x ≡ y) → (y ≡ x) x≡y ⁻¹...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xa0.log_104_1340.asm
ljhsiun2/medusa
9
163421
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r14 push %r8 push %rcx lea addresses_UC_ht+0x15eff, %r12 clflush (%r12) nop nop nop nop nop add %r11, %r11 movb (%r12), %r13b nop nop nop nop nop sub $30829, %r14 lea addresses_WC_ht+0x14327, %r8 nop nop and $5786, %r13 mov (%r8), %ecx nop...
source/nodes/program-nodes-select_statements.adb
optikos/oasis
0
9053
-- Copyright (c) 2019 <NAME> <<EMAIL>> -- -- SPDX-License-Identifier: MIT -- License-Filename: LICENSE ------------------------------------------------------------- package body Program.Nodes.Select_Statements is function Create (Select_Token : not null Program.Lexical_Elements .Lexical_El...
Transynther/x86/_processed/NONE/_xt_sm_/i9-9900K_12_0xca_notsx.log_21829_486.asm
ljhsiun2/medusa
9
175522
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_WC_ht+0x2bc1, %r15 nop nop add $16756, %rbx movl $0x61626364, (%r15) nop nop nop nop nop cmp $15107, %rbp lea addresses_D_ht+0x6d61, %rsi lea addresses_normal_ht+0x9971, %rdi nop no...
programs/oeis/153/A153465.asm
neoneye/loda
22
178868
; A153465: 9*4^n - 2. ; 34,142,574,2302,9214,36862,147454,589822,2359294,9437182,37748734,150994942,603979774,2415919102,9663676414,38654705662,154618822654,618475290622,2473901162494,9895604649982,39582418599934,158329674399742,633318697598974,2533274790395902,10133099161583614,40532396646334462,162129586585337854,648...
expr/Expr.g4
go-sqlparser/go-antlr-practices
0
3569
grammar Expr; @parser::header { import ( "os" ) } @parser::members { func eval(left int, op antlr.Token, right int) int { if (op.GetTokenType() == ExprParserMUL) { return left * right } else if (op.GetTokenType() == ExprParserDIV) { return left / right } else if (op.GetTokenType() == ...
oeis/138/A138814.asm
neoneye/loda-programs
11
17946
; A138814: Divisors of 4064 (half the 4th perfect number). ; Submitted by <NAME> ; 1,2,4,8,16,32,127,254,508,1016,2032,4064 mov $1,2 pow $1,$0 mod $0,6 mul $1,2 mov $2,2 pow $2,$0 sub $1,$2 mov $0,$1
Correlation/correlation.adb
veyselharun/ABench2020
0
26515
-- -- ABench2020 Benchmark Suite -- -- Sample Correlation Coefficient Calculation Program -- -- Licensed under the MIT License. See LICENSE file in the ABench root -- directory for license information. -- -- Uncomment the line below to print the result. -- with Ada.Text_IO; use Ada.Text_IO; with Ada.Numerics.Eleme...
libsrc/_DEVELOPMENT/math/float/math16/lm16/c/sdcc/___h2uint.asm
Frodevan/z88dk
0
175984
<gh_stars>0 SECTION code_fp_math16 PUBLIC ___h2uint PUBLIC _f16_u16_f16 EXTERN cm16_sdcc___h2uint defc ___h2uint = cm16_sdcc___h2uint defc _f16_u16_f16 = cm16_sdcc___h2uint
CoinductiveCK.agda
goodlyrottenapple/coinductiveCK
0
8413
<reponame>goodlyrottenapple/coinductiveCK module CoinductiveCK where open import Data.Product open import Data.Sum open import Data.Empty open import Data.Nat open import Data.Bool using (Bool; if_then_else_; true; false) open import Relation.Binary.PropositionalEquality as PropEq using (_≡_; _≢_; refl; sym; cong; ...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_1017_549.asm
ljhsiun2/medusa
9
25552
<filename>Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_1017_549.asm<gh_stars>1-10 .global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r8 push %rax push %rcx push %rdi push %rsi lea addresses_UC_ht+0x151fb, %rsi lea addresses_WT_ht+0x1dc7b, %rdi nop nop nop nop nop and $2...
src/aof-core-objects.adb
glencornell/ada-object-framework
0
9066
-- Copyright (C) 2020 <NAME> <<EMAIL>> -- -- 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 3 of the -- License, or (at your option) any later version. -- -- This program...
programs/oeis/008/A008595.asm
karttu/loda
0
95526
; A008595: Multiples of 13. ; 0,13,26,39,52,65,78,91,104,117,130,143,156,169,182,195,208,221,234,247,260,273,286,299,312,325,338,351,364,377,390,403,416,429,442,455,468,481,494,507,520,533,546,559,572,585,598,611,624,637,650,663,676,689,702,715,728,741,754,767,780,793,806,819,832,845,858,871,884,897,910,923,936,949,962...
ACSL.g4
mmenshchikov/acsl-grammar
0
1222
/* * ACSL language grammar based on official specification 1.13. * Meant for use with ANTLR. * Copyright belongs to original authors. * * Built up by <NAME>. * * This work is licensed under the Creative Commons Attribution 4.0 * International License. To view a copy of this license, * visit http://creativecomm...
nicolai/thesis/Truncation_Level_Criteria.agda
nicolaikraus/HoTT-Agda
1
7853
<filename>nicolai/thesis/Truncation_Level_Criteria.agda {-# OPTIONS --without-K #-} module Truncation_Level_Criteria where open import lib.Basics hiding (_⊔_) open import lib.NType2 open import lib.types.Nat hiding (_+_) open import lib.types.Pi open import lib.types.Sigma open import lib.types.Unit open import lib.t...
oeis/066/A066949.asm
neoneye/loda-programs
11
245465
<reponame>neoneye/loda-programs ; A066949: Take the sum of the previous two terms, subtract n if this sum is greater than n. ; Submitted by <NAME> ; 0,1,1,2,3,5,2,7,1,8,9,6,3,9,12,6,2,8,10,18,8,5,13,18,7,25,6,4,10,14,24,7,31,5,2,7,9,16,25,2,27,29,14,43,13,11,24,35,11,46,7,2,9,11,20,31,51,25,18,43,1,44,45,26,7,33,40,6,4...
Transynther/x86/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_486.asm
ljhsiun2/medusa
9
89724
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r9 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_A_ht+0x176e5, %rax nop nop nop add $16958, %r12 vmovups (%rax), %ymm6 vextracti128 $0, %ymm6, %xmm6 vpextrq $1, %xmm6, %rsi mfence lea addresses_D_ht+0x18c5, %rsi lea addresses_norma...
external/defyx/src/jit_compiler_x86_static.asm
blackrangersoftware/brs-scala
0
27163
; Copyright (c) 2018-2019, tevador <<EMAIL>> ; ; 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 copyright ; notice, this list of conditi...
programs/oeis/270/A270472.asm
karttu/loda
1
82579
; A270472: Expansion of (1-2*x)/(1-9*x). ; 1,7,63,567,5103,45927,413343,3720087,33480783,301327047,2711943423,24407490807,219667417263,1977006755367,17793060798303,160137547184727,1441237924662543,12971141321962887 mov $1,9 pow $1,$0 mul $1,7 div $1,18 mul $1,2 add $1,1
alloy4fun_models/trashltl/models/12/RphjZFw522hZLzk5i.als
Kaixi26/org.alloytools.alloy
0
771
<filename>alloy4fun_models/trashltl/models/12/RphjZFw522hZLzk5i.als<gh_stars>0 open main pred idRphjZFw522hZLzk5i_prop13 { eventually all f:File | f in Trash implies once f not in Trash } pred __repair { idRphjZFw522hZLzk5i_prop13 } check __repair { idRphjZFw522hZLzk5i_prop13 <=> prop13o }
src/jason-projects-beans.ads
stcarrez/jason
2
26334
----------------------------------------------------------------------- -- jason-projects-beans -- Beans for module projects -- Copyright (C) 2016 Stephane.Carrez -- Written by Stephane.Carrez (<EMAIL>) -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in com...
12_02CBMScrDisp/bak/DisplayScreens.asm
phaze101/C64-Bedtime-Coding-Public
0
97046
<reponame>phaze101/C64-Bedtime-Coding-Public<gh_stars>0 ;============================================================================== ; Display Screen with Text ;============================================================================== DisplayScreens lda #SpaceCharacter ;Fill value ldy ...
programs/oeis/215/A215761.asm
neoneye/loda
22
27633
; A215761: Numbers m with property that 36m+11 is prime. ; 0,1,2,5,6,7,12,13,16,18,23,25,26,27,28,30,32,36,40,41,42,43,46,50,51,56,57,58,61,62,65,67,68,70,75,78,81,82,83,90,92,93,96,98,103,107,111,113,118,126,127,130,133,135,137,140,141,145,147,152,153,155,161,162,163,166,170,172,175,180,182,183,188,193,197,200,201,202...
.emacs.d/elpa/ada-mode-7.0.1/ada_process_lr1_main.adb
caqg/linux-home
0
24039
-- generated parser support file. -- command line: wisitoken-bnf-generate.exe --generate LR1 Ada_Emacs re2c PROCESS text_rep ada.wy -- -- Copyright (C) 2013 - 2019 Free Software Foundation, Inc. -- This program is free software; you can redistribute it and/or -- modify it under the terms of the GNU General Publ...
src/endianness-interfaces.ads
AntonMeep/endianness
0
25935
with Interfaces; use Interfaces; package Endianness.Interfaces with Pure, Preelaborate, SPARK_Mode => On is -- @summary -- Instance of Endianness' functions for Interfaces' integer types function Swap_Endian is new Endianness.Swap_Endian (Integer_8); function Swap_Endian is new Endianness.Swap_...
Transynther/x86/_processed/AVXALIGN/_zr_/i7-8650U_0xd2_notsx.log_137_656.asm
ljhsiun2/medusa
9
171904
<reponame>ljhsiun2/medusa .global s_prepare_buffers s_prepare_buffers: push %r12 push %r13 push %r15 push %r8 push %r9 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x486c, %r15 nop nop nop nop nop sub %r13, %r13 mov $0x6162636465666768, %rax movq %rax, (%r15) nop nop and %r12, %r12 lea addresses...
src/stars/tests/tests/pseudoOps/rolv_rorv_test.asm
kevintmcdonnell/stars
9
233
<reponame>kevintmcdonnell/stars<filename>src/stars/tests/tests/pseudoOps/rolv_rorv_test.asm .text main: li $t0, 0x1234abcd li $t1, 12 # Should be 0x4abcd123 rolv $a0, $t0, $t1 li $v0, 34 syscall li $a0, ' ' li $v0, 11 syscall # Should be 0xbcd1234a rorv $a0, $t0, $t1 li $v0, 34 syscall
oeis/142/A142814.asm
neoneye/loda-programs
11
16247
<reponame>neoneye/loda-programs ; A142814: Primes congruent to 16 mod 61. ; Submitted by <NAME> ; 199,443,809,1297,1663,1907,2029,2273,3371,4591,4957,5323,5689,6299,6421,8861,9227,9349,10691,11057,11423,11789,12277,13009,13619,14107,14717,15083,15937,16547,17401,18133,18743,19231,19597,19841,19963,20939,21061,22037,221...
Sankore-3.1/resources/macx/PowerPointImport.applescript
eaglezzb/rsdc
0
927
<gh_stars>0 tell application "Microsoft PowerPoint" launch set presentationCount to number of presentations -- see http://thesource.ofallevil.com/mac/developers/default.mspx?CTT=PageView&clr=99-21-0&target=2511850e-bf23-4a4e-a58a-078b50c6c6a11033&srcid=7830652b-fe36-4563-bedb-94aa37694b301033&ep=7 repeat 3 times ...
memsim-master/src/memory-arbiter.ads
strenkml/EE368
0
8306
<gh_stars>0 with Memory.Container; use Memory.Container; with Ada.Containers.Vectors; package Memory.Arbiter is type Arbiter_Type is new Container_Type with private; type Arbiter_Pointer is access all Arbiter_Type'Class; function Create_Arbiter(next : access Memory_Type'Class) r...
src/orig/dds-request_reply-connext_c_replier-simple_replier_generic.ads
alexcamposruiz/dds-requestreply
0
24046
<reponame>alexcamposruiz/dds-requestreply<gh_stars>0 with DDS.Publisher; with DDS.Subscriber; with DDS.Request_Reply.Connext_C_Replier; with DDS.Request_Reply.Connext_C_Entity_Params; with DDS.Typed_DataWriter_Generic; with DDS.Typed_DataReader_Generic; generic with package Reply_DataWriter is new DDS.Typed_DataWr...
apps/breakfast/pde_fw/toast/examples/Assembly (CCE)/msp430x24x_svs_01.asm
tp-freeforall/breakfast
1
28391
;****************************************************************************** ; MSP430x24x Demo - SVS, POR @ 2.5V Vcc ; ; Description: The SVS POR feature is used to disable normal operation that ; toggles P1.0 by xor'ing P1.0 inside of a software loop. ; In the example, when VCC is above 2.5V, the MSP43...
code/integer_calc/macos/icalc.asm
HudsonSchumaker/x86_64-NSAM
0
244023
; O3 Ozone Project Lab ; icalc.asm ; <NAME> bits 64 section .data section .bss section .text global _o3add, _o3sub, _o3mult, _o3pow, _o3div, _o3inc, _o3dec ; entry points _o3add: mov rax, rdi ; 1st arg, moved to rax add rax, rsi ; 2sd arg, added to rax(rdi value) ret ; return, rax has the sum ...
maps/old/IlexForest.asm
AtmaBuster/pokeplat-gen2
6
87369
object_const_def ; object_event constants const ILEXFOREST_FARFETCHD const ILEXFOREST_YOUNGSTER1 const ILEXFOREST_BLACK_BELT const ILEXFOREST_ROCKER const ILEXFOREST_POKE_BALL1 const ILEXFOREST_KURT const ILEXFOREST_LASS const ILEXFOREST_YOUNGSTER2 const ILEXFOREST_POKE_BALL2 const ILEXFOREST_POKE_BALL3 con...
oeis/026/A026021.asm
neoneye/loda-programs
11
89767
<filename>oeis/026/A026021.asm ; A026021: T(n,[ n/2 ]), where T is the array defined in A026009. ; Submitted by <NAME> ; 1,1,2,3,6,10,19,34,62,117,207,407,704,1430,2431,5070,8502,18122,30056,65246,107236,236436,385662,861764,1396652,3157325,5088865,11622015,18642420,42961470,68624295,159419670,253706790,593636670,94163...
oeis/163/A163467.asm
neoneye/loda-programs
11
83024
<filename>oeis/163/A163467.asm ; A163467: a(n) = floor(p/2) * floor(floor(p/2)/2) * floor(floor(floor(p/2)/2)/2) * ... * 1, where p=prime(n). ; 1,1,2,3,10,18,64,72,110,294,315,1296,2000,2100,2530,6084,8526,9450,33792,38080,46656,53352,82000,106480,248832,270000,275400,322452,341172,460992,615195,2129920,2515456,2552448...
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/limited_with3_pkg3.ads
best08618/asylo
7
16720
with Limited_With3; with Limited_With3_Pkg1; package Limited_With3_Pkg3 is package My_Q is new Limited_With3_Pkg1 (Limited_With3.T); type TT is tagged record State : My_Q.Element_Access; end record; end Limited_With3_Pkg3;
dump.asm
ern0/dump
2
166734
<gh_stars>1-10 ; dump.asm - 2017.09.29 - <EMAIL> ; Simple dump for 80186 assembly developers ;---------------------------------------------------------------------- ; ; MEMDUMP_REG equ 0 ; ; Register pointing to memory to dump ; 0: DI, 2: SI, 4: BP, 6: SP, ; 8: BX, 10: DX, 12: CX, 14: AX ; ; MEMDUMP_LEN equ 6 ; ; ...
src/main/antlr4/me/bgx/freemarker/FreemarkerLexer.g4
jmena/freemarker-g4
1
6836
/* Copyright (c) 2018 <NAME> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicen...
programs/oeis/307/A307707.asm
neoneye/loda
22
165181
<filename>programs/oeis/307/A307707.asm ; A307707: Lexicographically earliest sequence starting with a(1) = 0 such that a(n) is the number of pairs of contiguous terms whose sum is a(n). ; 0,1,1,1,2,1,2,2,2,2,2,3,2,3,2,3,3,3,3,3,3,3,4,3,4,3,4,3,4,4,4,4,4,4,4,4,4,5,4,5,4,5,4,5,4,5,5,5,5,5,5,5,5,5,5,5,6,5,6,5,6,5,6,5,6,5...