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 |
|---|---|---|---|---|
library/encoding/encodeCharForURL.applescript | NYHTC/applescript-fm-helper | 1 | 1720 | <reponame>NYHTC/applescript-fm-helper<filename>library/encoding/encodeCharForURL.applescript<gh_stars>1-10
-- encodeCharForURL(this_char)
-- <NAME> http://www.danshockley.com
-- Encode a character
(*
HISTORY:
1.0 - created
*)
on run
encodeCharForURL(";")
end run
--------------------
-- START OF CODE
------------... |
thirdparty/adasdl/thin/adasdl/AdaSDL/binding/sdl-joystick.ads | Lucretia/old_nehe_ada95 | 0 | 23407 |
-- ----------------------------------------------------------------- --
-- AdaSDL --
-- Binding to Simple Direct Media Layer --
-- Copyright (C) 2001 A.M.F.Vargas --
-- <NAME> ... |
programs/oeis/187/A187334.asm | neoneye/loda | 22 | 29453 | ; A187334: Sum{floor(kn/5), k=1,2,3,4,5}; complement of A187335.
; 0,1,4,7,10,15,16,19,22,25,30,31,34,37,40,45,46,49,52,55,60,61,64,67,70,75,76,79,82,85,90,91,94,97,100,105,106,109,112,115,120,121,124,127,130,135,136,139,142,145,150,151,154,157,160,165,166,169,172,175,180,181,184,187,190,195,196,199,202,205,210,211,214... |
source/RASCAL-MessageTrans.ads | bracke/Meaning | 0 | 15363 | <filename>source/RASCAL-MessageTrans.ads
--------------------------------------------------------------------------------
-- --
-- Copyright (C) 2004, RISC OS Ada Library (RASCAL) developers. --
-- ... |
KernelParts/IH.asm | Th3Matt/FlameOS-2.0 | 0 | 246560 | <filename>KernelParts/IH.asm
Exceptions:
.DE:
xchg bx, bx
cli ;ff4
push eax
push ebx
push ecx
push edx
push edi
push esi
add esp, 24 ;fd8
pop ebx
pop ecx
pop edx
mov eax, 0xFFFF
... |
thirdparty/adasdl/thin/adasdl/AdaGL/GL_x11/adagl.ads | Lucretia/old_nehe_ada95 | 0 | 649 | <filename>thirdparty/adasdl/thin/adasdl/AdaGL/GL_x11/adagl.ads
-- ---------------------------------------------------------------- --
-- This file contains some improvements to the gl Ada binding --
-- in order to allow a better programming style. --
-- The prototypes below follow the Impl... |
Bubble Sort Graphic/sorthem.asm | ChrisV2026/Projects | 0 | 85773 | <filename>Bubble Sort Graphic/sorthem.asm<gh_stars>0
%include "asm_io.inc"
SECTION .data
row1: db " o|o",10,0
row2: db " oo|oo",10,0
row3: db " ooo|ooo",10,0
row4: db " oooo|oooo",10,0
row5: db " ooooo|ooooo",10,0
row6: db " oooooo|oooooo",10,0
row7: db " ooooooo|ooooooo",10,... |
theorems/cohomology/EMModel.agda | timjb/HoTT-Agda | 0 | 2454 | {-# OPTIONS --without-K --rewriting #-}
open import HoTT
open import homotopy.EilenbergMacLane
open import groups.ToOmega
open import cohomology.Theory
open import cohomology.SpectrumModel
module cohomology.EMModel where
module _ {i} (G : AbGroup i) where
open EMExplicit G using (⊙EM; EM-level; EM-conn; spectrum)... |
Transynther/x86/_processed/NONE/_xt_/i3-7100_9_0x84_notsx.log_21829_2289.asm | ljhsiun2/medusa | 9 | 240871 | .global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r15
push %rbp
push %rbx
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1d76, %rsi
lea addresses_UC_ht+0xa7f6, %rdi
nop
nop
nop
and $29408, %rbx
mov $62, %rcx
rep movsq
nop
nop
lfence
lea addresses_WT_ht+0xdbc6, %rsi
lea addresses_A_ht+0xcc66, %... |
gcc-gcc-7_3_0-release/gcc/testsuite/ada/acats/support/repspec.ada | best08618/asylo | 7 | 23488 | <reponame>best08618/asylo
-- REPSPEC.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 cont... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1934.asm | ljhsiun2/medusa | 9 | 100142 | <filename>Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0.log_21829_1934.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r15
push %r8
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_D_ht+0xa7cc, %rsi
lea addresses_UC_ht+0x1bbec, %rdi
add $36922, %rbp
mov $97, %rcx
rep movsq
no... |
Library/Chart/SGroup/sgroupFind.asm | steakknife/pcgeos | 504 | 25765 | <reponame>steakknife/pcgeos
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1992 -- All Rights Reserved
PROJECT: PC GEOS
MODULE:
FILE: sgroupFind.asm
AUTHOR: <NAME>
ROUTINES:
Name Description
---- -----------
REVISION HISTORY:
Name Date Desc... |
src/main/antlr/TextTemplateParser.g4 | mikecargal/texttemplate-editor | 0 | 4666 | parser grammar TextTemplateParser;
options {
tokenVocab = TextTemplateLexer;
}
compilationUnit: beginningBullet? templateContents+ EOF;
subtemplateSection: SUBTEMPLATES text* subtemplateSpecs;
subtemplateSpecs: subtemplateSpec*;
subtemplateSpec: templateContextToken text*;
templateContents:
beginningBullet? (
... |
gcc-gcc-7_3_0-release/gcc/ada/validsw.adb | best08618/asylo | 7 | 17597 | <reponame>best08618/asylo<filename>gcc-gcc-7_3_0-release/gcc/ada/validsw.adb<gh_stars>1-10
------------------------------------------------------------------------------
-- --
-- GNAT COMPILER COMPONENTS ... |
libsrc/stdio_new/error/stdio_error_eacces_mc.asm | meesokim/z88dk | 8 | 83003 | <filename>libsrc/stdio_new/error/stdio_error_eacces_mc.asm
; stdio_error_eacces_mc
; 06.2008 aralbrec
PUBLIC stdio_error_eacces_mc
EXTERN stdio_errno_mc
INCLUDE "../stdio.def"
.stdio_error_eacces_mc
ld hl,EACCES
jp stdio_errno_mc
|
legend-engine-language-pure-grammar/src/main/antlr4/org/finos/legend/engine/language/pure/grammar/from/antlr4/runtime/RuntimeParserGrammar.g4 | dave-wathen/legend-engine | 32 | 1982 | parser grammar RuntimeParserGrammar;
import CoreParserGrammar;
options
{
tokenVocab = RuntimeLexerGrammar;
}
// -------------------------------------- IDENTIFIER --------------------------------------
identifier: VALID_STRING | STRING
| RUNTIM... |
libsrc/_DEVELOPMENT/compress/zx7/c/sdcc_iy/dzx7_smart_rcs.asm | meesokim/z88dk | 0 | 170085 |
; void dzx7_smart_rcs(void *src, void *dst)
SECTION code_compress_zx7
PUBLIC _dzx7_smart_rcs
EXTERN asm_dzx7_smart_rcs
_dzx7_smart_rcs:
pop af
pop hl
pop de
push de
push hl
push af
jp asm_dzx7_smart_rcs
|
experiments/test-suite/manual/m100/student.als | kaiyuanw/AlloyFLCore | 1 | 4731 | <gh_stars>1-10
pred test131 {
some disj List0: List {some disj Node0, Node1, Node2: Node {some disj True0: True {some disj False0: False {some disj True0, False0: Boolean {
List = List0
header = List0->Node1
Node = Node0 + Node1 + Node2
link = Node0->Node2 + Node1->Node0
elem = Node0->1 + Node1->2 + Node2->1
True = Tru... |
oeis/097/A097252.asm | neoneye/loda-programs | 11 | 6837 | <filename>oeis/097/A097252.asm<gh_stars>10-100
; A097252: Numbers whose set of base 6 digits is {0,5}.
; Submitted by <NAME>
; 0,5,30,35,180,185,210,215,1080,1085,1110,1115,1260,1265,1290,1295,6480,6485,6510,6515,6660,6665,6690,6695,7560,7565,7590,7595,7740,7745,7770,7775,38880,38885,38910,38915,39060,39065,39090,39095... |
Transynther/x86/_processed/AVXALIGN/_st_/i7-7700_9_0x48.log_21829_1602.asm | ljhsiun2/medusa | 9 | 13527 | <reponame>ljhsiun2/medusa<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r13
push %r15
push %rax
push %rbx
push %rdx
push %rsi
lea addresses_UC_ht+0x2142, %r15
clflush (%r15)
nop
nop
add %rbx, %rbx
movb $0x61, (%r15)
nop
nop
sub $44005, %rdx
lea addresses_UC_ht+0x726, %rsi
and $10104, %r13
m... |
test-suite/programs/unit/jz_0x12.asm | ocus/TinyASM_Haskell | 0 | 100247 | <gh_stars>0
MOV [0] 0
MOV [1] 25
JZ 12 [0]
DPRINT 66
HALT
JZ 18 [1]
DPRINT 44
HALT
DPRINT 22
HALT
|
Library/Mailbox/Main/mainLibrary.asm | steakknife/pcgeos | 504 | 166386 | <filename>Library/Mailbox/Main/mainLibrary.asm
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1994 -- All Rights Reserved
PROJECT:
MODULE:
FILE: mainLibrary.asm
AUTHOR: <NAME>, Oct 6, 1994
ROUTINES:
Name Description
---- -----------
... |
cohomology/LongExactSequence.agda | UlrikBuchholtz/HoTT-Agda | 1 | 10444 | {-# OPTIONS --without-K #-}
open import HoTT
open import cohomology.Exactness
open import cohomology.FunctionOver
open import cohomology.Theory
open import cohomology.CofiberSequence
module cohomology.LongExactSequence {i} (CT : CohomologyTheory i)
{X Y : Ptd i} (n : ℤ) (f : fst (X ⊙→ Y)) where
open CohomologyTheo... |
libsrc/target/gal/stdio/scrollup_MODE1.asm | dikdom/z88dk | 0 | 25714 | <filename>libsrc/target/gal/stdio/scrollup_MODE1.asm
MODULE scrollup_MODE1
PUBLIC scrollup_MODE1
EXTERN generic_console_printc
EXTERN __console_w
scrollup_MODE1:
ld hl,($2a6a)
ld bc,$20
add hl,bc
ld d,h
ld e,l
ex de,hl
inc h
ld bc,32 * 200
... |
source/oasis/program-elements-record_aggregates.ads | optikos/oasis | 0 | 9077 | <filename>source/oasis/program-elements-record_aggregates.ads
-- Copyright (c) 2019 <NAME> <<EMAIL>>
--
-- SPDX-License-Identifier: MIT
-- License-Filename: LICENSE
-------------------------------------------------------------
with Program.Elements.Expressions;
with Program.Lexical_Elements;
with Program.Elements.R... |
theorems/homotopy/blakersmassey/Pushout.agda | timjb/HoTT-Agda | 294 | 4277 | {-# OPTIONS --without-K --rewriting #-}
open import HoTT
-- custom pushout for Blakers-Massey
module homotopy.blakersmassey.Pushout {i j k}
{A : Type i} {B : Type j} (Q : A → B → Type k) where
bmspan : Span {i} {j} {lmax i (lmax j k)}
bmspan = span A B (Σ A λ a → Σ B λ b → Q a b) fst (fst ∘ snd)
BMPushout : Type... |
runtime/linux64/linux64.asm | pedroreissantos/compact | 4 | 15807 | <reponame>pedroreissantos/compact
section .bss
$buf2 resb 2
section .text
global _prints, _readb, _exit, _start
extern _env, _strlen, _main
_prints:
push qword [rsp+8] ; pushd 'prints' first argument
call _strlen
mov rdx, rax ; strlen
pop rsi ; string
mov edi, 1 ; stdout
mov eax, 1 ; SYS_write
syscall
... |
src/libhello.adb | alire-project/libhello | 1 | 12875 | <gh_stars>1-10
with Ada.Text_IO;
package body libhello is
-----------------
-- Hello_World --
-----------------
procedure Hello_World is
use Ada.Text_IO;
begin
Put_Line ("Hello, world!");
end Hello_World;
end libhello;
|
os/src/entry.asm | yuoo655/c | 2 | 80749 | .section .text.entry
.globl _start
_start:
# a0: hart id
mv tp, a0
la sp, boot_stack
# li t1, 4096 * 16 # t1 = 4096 * 16 64KB
addi t0, a0, 1 # t0 = a0 + 1 hartid+1
slli t0, t0, 16 # 64K * (hartid + 1)
add sp, sp, t0 # sp = sp + t0
call rust_main
.section .bss.s... |
test/Succeed/NoAbsurdClause.agda | shlevy/agda | 1,989 | 12447 | <filename>test/Succeed/NoAbsurdClause.agda
open import Agda.Builtin.Nat
data Fin : Nat → Set where
zero : {n : Nat} → Fin (suc n)
suc : {n : Nat} → Fin n → Fin (suc n)
f : Fin 1 → Nat
f zero = 0
|
4/4-1.asm | winderica/GoodbyeASM | 0 | 99645 | .386
print macro string
push ax
push dx
mov dx, offset string
mov ah, 09h
int 21h
pop dx
pop ax
endm
print_char macro char
push ax
push dx
mov ah, 02h
mov dl, char
int 21h
pop dx
pop ax
endm
print_newline macr... |
src/cli.ads | psyomn/ash | 11 | 24539 | <filename>src/cli.ads
-- Copyright 2019 <NAME> (psyomn)
--
-- 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 a... |
F0.agda | JacquesCarette/pi-dual | 14 | 15758 | {-# OPTIONS --without-K #-}
module F0 where
import Level as L
open import Data.Unit
open import Data.Sum
open import Data.Product
open import Function using (id ; _$_ )
infixr 90 _⊗_
infixr 80 _⊕_
infixr 60 _∘_
infix 30 _⟷_
---------------------------------------------------------------------------
-- Our own vers... |
library/02_functions_batch1/GetRawData4Read.asm | SamantazFox/dds140-reverse-engineering | 1 | 15827 | 10001200: 83 7c 24 04 00 cmp DWORD PTR [esp+0x4],0x0
10001205: b8 10 10 01 10 mov eax,0x10011010
1000120a: 74 05 je 0x10001211
1000120c: b8 10 32 01 10 mov eax,0x10013210
10001211: c2 04 00 ret 0x4
10001214: cc int3
10001215: cc ... |
SaveChromeTabsToMarkdown.scpt | tIsGoud/save-chrome-tabs-to-markdown | 2 | 2574 | /************************
Export Google Chrome tabs to a Markdown file
Version 1.0
April 26, 2020
Usage:
Run the script when Google Chrome is open.
Customization:
By default the new file is saved in "Documents".
Change the variable 'directory' to change the location.
Example `pathTo` variables: `desk... |
src/autogenerated/textBank8.asm | jannone/westen | 49 | 160632 | <gh_stars>10-100
; line: 'the pass words. Vampires keep their names'
; size in bytes: 42
line_0:
db #29,#8e,#77,#71,#00,#86,#69,#8c,#8c,#00,#95,#84,#8a,#6f,#8c,#14
db #00,#5a,#69,#7f,#86,#79,#8a,#71,#8c,#00,#7c,#71,#71,#86,#00,#8e
db #77,#71,#79,#8a,#00,#82,#69,#7f,#71,#8c
end_line_0:
; line: 'other notes.'... |
oeis/139/A139635.asm | neoneye/loda-programs | 11 | 100535 | ; A139635: Binomial transform of [1, 11, 11, 11,...].
; 1,12,34,78,166,342,694,1398,2806,5622,11254,22518,45046,90102,180214,360438,720886,1441782,2883574,5767158,11534326,23068662,46137334,92274678,184549366,369098742,738197494,1476394998,2952790006,5905580022,11811160054,23622320118,47244640246,94489280502,1889785610... |
Transynther/x86/_processed/US/_st_zr_un_/i9-9900K_12_0xa0.log_21829_1526.asm | ljhsiun2/medusa | 9 | 174679 | .global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r14
push %r15
push %r8
push %r9
push %rbp
push %rcx
push %rdi
push %rsi
lea addresses_A_ht+0xfc8e, %r12
clflush (%r12)
cmp %r15, %r15
mov (%r12), %ecx
nop
nop
nop
sub %r15, %r15
lea addresses_normal_ht+0x1821e, %r14
nop
nop
nop
nop
add %rbp, %rbp
movl $0x6162... |
Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_55_1288.asm | ljhsiun2/medusa | 9 | 576 | <filename>Transynther/x86/_processed/US/_zr_/i3-7100_9_0x84_notsx.log_55_1288.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r15
push %r9
push %rax
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_D_ht+0xfcd7, %r10
sub $12364, %rax
movl $0x61626364, (%r10)
nop
nop
dec %rcx
lea addre... |
src/test/ref/condition-integer-3.asm | jbrandwood/kickc | 2 | 169026 | // Tests using integer conditions in ternary operator
// This should produce '++0++' at the top of the screen
// Commodore 64 PRG executable file
.file [name="condition-integer-3.prg", type="prg", segments="Program"]
.segmentdef Program [segments="Basic, Code, Data"]
.segmentdef Basic [start=$0801]
.segmentdef Code [... |
other.7z/SFC.7z/SFC/ソースデータ/MarioKart/Sub_sound.asm | prismotizm/gigaleak | 0 | 93598 | <reponame>prismotizm/gigaleak
Name: Sub_sound.asm
Type: file
Size: 15835
Last-Modified: '1992-07-01T15:00:00Z'
SHA-1: 2CD040F3D9878B731F4A4BF96432D807123934EB
Description: null
|
test/Succeed/fol-theorems/Issue15.agda | asr/apia | 10 | 16308 | <gh_stars>1-10
{-# OPTIONS --exact-split #-}
{-# OPTIONS --no-sized-types #-}
{-# OPTIONS --no-universe-polymorphism #-}
{-# OPTIONS --without-K #-}
module Issue15 where
infix 7 _≡_
infixr 5 _∧_
infix 5 ∃
infixr 4 _∨_
data _∨_ (A B : Set) : Set where
inj₁ : A → A ∨ B
inj₂ ... |
oeis/285/A285074.asm | neoneye/loda-programs | 11 | 174697 | ; A285074: Positions of 0 in A285073; complement of A285075.
; Submitted by <NAME>
; 1,3,5,7,8,10,12,13,15,17,19,20,22,24,25,27,29,31,32,34,36,37,39,41,42,44,46,48,49,51,53,54,56,58,60,61,63,65,66,68,70,71,73,75,77,78,80,82,83,85,87,89,90,92,94,95,97,99,101,102,104,106,107,109,111,112,114,116,118,119,121,123,124,126,12... |
BigNum/Mod/Primes/bnRandom.asm | FloydZ/Crypto-Hash | 11 | 171016 | .686
.model flat,stdcall
option casemap:none
include windows.inc
include wincrypt.inc
include .\bnlib.inc
include .\bignum.inc
.code
bnRandom proc uses edi bn,nbit
LOCAL hProv,Result
xor eax,eax
mov ecx,nbit
mov edi,bn
shr ecx,5
mov Result,eax
.if ecx<=BN_MAX_DWORD
mov [edi].BN.dwSize,ecx
mov [edi].BN.bSign... |
test/Succeed/Issue2302.agda | alhassy/agda | 3 | 11596 | <filename>test/Succeed/Issue2302.agda
{-# OPTIONS --rewriting #-}
open import Agda.Builtin.Equality
postulate
A : Set
x0 : A
f : A → A → A
{-# BUILTIN REWRITE _≡_ #-}
postulate
fxx : (x : A) → (f x x) ≡ x
{-# REWRITE fxx #-}
meta : A
meta-reveal : meta ≡ x0
test : f x0 meta ≡ x0
meta = _
test = refl
meta... |
PP-Lab1/src/lab1.adb | JackShen1/parallel-programming | 3 | 3326 | ------------------------------------------------------
--| Labwork #1 |
------------------------------------------------------
--| Author | Jack (Yevhenii) Shendrikov |
--| Group | IO-82 |
--| Variant | #25 ... |
programs/oeis/334/A334659.asm | neoneye/loda | 22 | 98257 | ; A334659: Dirichlet g.f.: 1 / zeta(s-3).
; 1,-8,-27,0,-125,216,-343,0,0,1000,-1331,0,-2197,2744,3375,0,-4913,0,-6859,0,9261,10648,-12167,0,0,17576,0,0,-24389,-27000,-29791,0,35937,39304,42875,0,-50653,54872,59319,0,-68921,-74088,-79507,0,0,97336,-103823,0,0,0,132651,0,-148877
mov $1,$0
add $0,1
pow $0,3
seq $1,8683 ;... |
lib/chibiakumas/SrcALL/V1_HardwareTileArray.asm | gilbertfrancois/msx | 0 | 99102 | ifdef BuildGMB
include "..\SrcGB\GB_V1_HardwareTileArray.asm"
endif
ifdef BuildGBC
include "..\SrcGB\GB_V1_HardwareTileArray.asm"
endif
ifdef BuildSMS
include "..\SrcSMS\SMS_V1_HardwareTileArray.asm"
endif
ifdef BuildSGG
include "..\SrcSMS\SMS_V1_HardwareTileArray.asm"
endif
ifdef BuildMSX... |
src/Test.agda | cspollard/diff | 0 | 16038 | <filename>src/Test.agda
module Test where
open import Algebra using (CommutativeRing; IsCommutativeRing)
open import Assume using (assume)
import Data.Nat as ℕ
open ℕ using (ℕ; zero; suc)
import Data.Fin as F
open F using (Fin)
open import Relation.Binary using (Rel; Setoid; _Preserves_⟶_)
open import Function usin... |
programs/oeis/267/A267777.asm | neoneye/loda | 22 | 167693 | ; A267777: Binary representation of the n-th iteration of the "Rule 209" elementary cellular automaton starting with a single ON (black) cell.
; 1,1,11001,1111001,111111001,11111111001,1111111111001,111111111111001,11111111111111001,1111111111111111001,111111111111111111001,11111111111111111111001,111111111111111111111... |
programs/oeis/315/A315311.asm | neoneye/loda | 22 | 88506 | ; A315311: Coordination sequence Gal.3.51.3 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,6,10,16,20,26,32,36,42,46,52,58,62,68,72,78,84,88,94,98,104,110,114,120,124,130,136,140,146,150,156,162,166,172,176,182,188,192,198,202,208... |
list2/task1/src/main.adb | luk9400/nsi | 0 | 7275 | <gh_stars>0
with Ada.Text_IO;
with Primes;
procedure Main is
N : Positive := 16;
begin
Ada.Text_IO.Put_Line (Primes.IsPrime (N)'Image);
end Main;
|
work/ff3_battle-specials.asm | ypyp-pprn-mnmn/ff3_hack | 4 | 20844 | ;; encoding: utf-8
;; ff3_poison.asm
;;
;; re-implementation of logics around processing poisonous status
;;
;; version:
;; 0.1.0
;;=================================================================================================
__FF3_BATTLE_SPECIALS_INCLUDED__
.ifdef _FIX_REFLECTION
;-------------------... |
data/jpred4/jp_batch_1613899824__mqcg2Zh/jp_batch_1613899824__mqcg2Zh.als | jonriege/predict-protein-structure | 0 | 5041 | <filename>data/jpred4/jp_batch_1613899824__mqcg2Zh/jp_batch_1613899824__mqcg2Zh.als
SILENT_MODE
BLOCK_FILE jp_batch_1613899824__mqcg2Zh.concise.blc
MAX_NSEQ 840
MAX_INPUT_LEN 842
OUTPUT_FILE jp_batch_1613899824__mqcg2Zh.concise.ps
PORTRAIT
POINTSIZE 8
IDENT_WIDTH 12
X_OFFSET 2
Y_OFFSET 2
DEFINE_FONT 0 Helvetica DEFAUL... |
src/adda-generator.adb | alban-linard/adda | 0 | 11571 | <gh_stars>0
package body Adda.Generator is
use Successors;
overriding procedure Initialize
(Object : in out Decision_Diagram) is
begin
if Object.Data /= null then
Object.Data.Reference_Counter.all :=
Object.Data.Reference_Counter.all + 1;
end if;
end I... |
mc-sema/validator/x86_64/tests/ADC64rr.asm | randolphwong/mcsema | 2 | 24021 | BITS 64
;TEST_FILE_META_BEGIN
;TEST_TYPE=TEST_F
;TEST_IGNOREFLAGS=
;TEST_FILE_META_END
; Adc64RR
mov rax, 0xdead1234abcd
mov rdx, 0xdead2345bcde
;TEST_BEGIN_RECORDING
adc rax, rdx
;TEST_END_RECORDING
|
Sept10/5.asm | s10singh97/Microprocessor_Lab | 0 | 94068 | <gh_stars>0
;Complement the contents of flag
hlt |
asm/idle.asm | mlndz28/selector-623 | 0 | 634 | <reponame>mlndz28/selector-623
loc
;******************************************************************
;* MODO_LIBRE - standby mode. Load the respective message on the
;* screen for this mode and turn off the 7 segment display.
;*
;* Calling convention:
;* jsr MODO_LIBRE
;*
;* Calls: Cargar_LCD
;* Changes: X, Y, BIN... |
oeis/350/A350094.asm | neoneye/loda-programs | 11 | 25889 | <reponame>neoneye/loda-programs<gh_stars>10-100
; A350094: a(n) = Sum_{k=0..n} n CNIMPL k where CNIMPL = NOT(n) AND k is the bitwise logical converse non-implication operator (A102037).
; Submitted by <NAME>
; 0,0,1,0,6,4,3,0,28,24,21,16,18,12,7,0,120,112,105,96,94,84,75,64,84,72,61,48,42,28,15,0,496,480,465,448,438,42... |
bucket_34/gnatstudio/patches/patch-kernel_src_gtkada-search__entry.adb | jrmarino/ravensource | 17 | 29963 | <filename>bucket_34/gnatstudio/patches/patch-kernel_src_gtkada-search__entry.adb
--- kernel/src/gtkada-search_entry.adb.orig 2021-06-18 05:08:58 UTC
+++ kernel/src/gtkada-search_entry.adb
@@ -21,13 +21,13 @@ with Gtk.Style_Context; use Gtk.Style_C
with Gtk.Widget; use Gtk.Widget;
with Gtkada.Handlers; use... |
oeis/021/A021898.asm | neoneye/loda-programs | 11 | 21263 | ; A021898: Decimal expansion of 1/894.
; Submitted by <NAME>(m2)
; 0,0,1,1,1,8,5,6,8,2,3,2,6,6,2,1,9,2,3,9,3,7,3,6,0,1,7,8,9,7,0,9,1,7,2,2,5,9,5,0,7,8,2,9,9,7,7,6,2,8,6,3,5,3,4,6,7,5,6,1,5,2,1,2,5,2,7,9,6,4,2,0,5,8,1,6,5,5,4,8,0,9,8,4,3,4,0,0,4,4,7,4,2,7,2,9,3,0,6
seq $0,83811 ; Numbers n such that 2n+1 is the digit r... |
programs/oeis/229/A229620.asm | karttu/loda | 1 | 98364 | <reponame>karttu/loda
; A229620: Incorrect version of A045949.
; 0,6,38,116,256,478,798,1236,1808,2534,3430,4516,5808,7326,9086,11108,13408,16006,18918,22164,25760,29726,34078,38836,44016,49638,55718,62276,69328,76894,84990,93636,102848,112646,123046,134068,145728,158046,171038,184724,199120,214246,230118,246756,264176... |
alloy4fun_models/trashltl/models/11/iZJEjauSzkhnurdY3.als | Kaixi26/org.alloytools.alloy | 0 | 2935 | open main
pred idiZJEjauSzkhnurdY3_prop12 {
eventually (always some f:File | (f not in Trash and f not in Protected ) implies f in Trash')
}
pred __repair { idiZJEjauSzkhnurdY3_prop12 }
check __repair { idiZJEjauSzkhnurdY3_prop12 <=> prop12o } |
src/Categories/Category/Construction/Thin.agda | Trebor-Huang/agda-categories | 279 | 15127 | <filename>src/Categories/Category/Construction/Thin.agda
{-# OPTIONS --without-K --safe #-}
open import Relation.Binary using (Poset)
-- A thin (or posetal) category is a category with at most one
-- morphism between any pair of objects.
--
-- As explained on nLab:
--
-- "Up to isomorphism, a thin category is the s... |
src/SizedIO/Console.agda | stephanadls/state-dependent-gui | 2 | 10085 | module SizedIO.Console where
open import Level using () renaming (zero to lzero)
open import Size
open import NativeIO
open import SizedIO.Base
data ConsoleCommand : Set where
putStrLn : String → ConsoleCommand
getLine : ConsoleCommand
ConsoleResponse : ConsoleCommand → Set
ConsoleResponse (putStrLn s) = Unit
... |
ubb/asc/lab11/RusuCosmin_11_1.asm | AlexanderChristian/private_courses | 0 | 84082 | ;Read from the keyboard a string s of characters and a byte n. Divide the string s
;in n sub-strings (the last sub-string can have less than n characters). Print on
;the screen each sub-string and its position in the string.
;Example:
;Input: s = '1234567890abcdefg', n = 4
;Output:
;1: '1234'
;2: '5678'
;3: '90ab'... |
programs/oeis/129/A129565.asm | jmorken/loda | 1 | 5159 | ; A129565: A115359 * A000012 as infinite lower triangular matrices.
; 1,0,1,1,1,1,0,0,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,1,1,1,1,1
mov $1,1
mov $2,$0
lpb $2
mul $2,2
add $6,$2
mov $2,$1
lpb $6
add $1,2
add $3,$1
add $4,$0
mov $0,$1
mov $1,1
... |
oeis/020/A020968.asm | neoneye/loda-programs | 11 | 244414 | <reponame>neoneye/loda-programs<filename>oeis/020/A020968.asm
; A020968: Expansion of 1/((1-7*x)*(1-8*x)*(1-11*x)).
; Submitted by <NAME>(s2)
; 1,26,455,6700,89661,1130766,13712035,161844800,1874156921,21406992706,242089527615,2717862993300,30349359729781,337562780465846,3743627395703195,41428143398876200,4577287466873... |
gcc-gcc-7_3_0-release/gcc/testsuite/gnat.dg/opt29.adb | best08618/asylo | 0 | 19467 | -- { dg-do compile }
-- { dg-options "-O" }
package body Opt29 is
procedure Proc (T : Rec) is
begin
if Derived2 (T.F2.all).Id = T.F1.Id then
raise Program_Error;
end if;
end;
end Opt29;
|
programs/oeis/114/A114948.asm | neoneye/loda | 22 | 28435 | ; A114948: a(n) = n^2 + 10.
; 11,14,19,26,35,46,59,74,91,110,131,154,179,206,235,266,299,334,371,410,451,494,539,586,635,686,739,794,851,910,971,1034,1099,1166,1235,1306,1379,1454,1531,1610,1691,1774,1859,1946,2035,2126,2219,2314,2411,2510
add $0,1
pow $0,2
add $0,10
|
src/L/Base/Id/Properties.agda | borszag/smallib | 0 | 1936 | module L.Base.Id.Properties where
open import L.Base.Id.Core
sym : ∀{a} {A : Set a} {x y : A} → x ≡ y → y ≡ x
sym {x = x}{y = y} = λ p → J (λ a b _ → b ≡ a) (λ _ → refl) x y p
tran : ∀{a} {A : Set a} {x y z : A} → x ≡ y → y ≡ z → x ≡ z
tran {x = x}{y = y}{z = z} =
λ p → J (λ a b p → b ≡ z → a ≡ z) (λ a q → q) x... |
programs/oeis/052/A052534.asm | karttu/loda | 0 | 179843 | <filename>programs/oeis/052/A052534.asm
; A052534: Expansion of (1-x)*(1+x)/(1-2*x-x^2+x^3).
; 1,2,4,9,20,45,101,227,510,1146,2575,5786,13001,29213,65641,147494,331416,744685,1673292,3759853,8448313,18983187,42654834,95844542,215360731,483911170,1087338529,2443227497,5489882353,12335653674
mov $1,1
mov $4,1
lpb $0,1
... |
libsrc/_DEVELOPMENT/math/float/am9511/c/sdcc/cam32_sdcc_asinh.asm | dikdom/z88dk | 1 | 172023 |
SECTION code_fp_am9511
PUBLIC cam32_sdcc_asinh
EXTERN asm_sdcc_read1, _am9511_asinh
.cam32_sdcc_asinh
call asm_sdcc_read1
jp _am9511_asinh
|
source/asis/asis-elements.adb | faelys/gela-asis | 4 | 10876 | <reponame>faelys/gela-asis<filename>source/asis/asis-elements.adb
------------------------------------------------------------------------------
-- G E L A A S I S --
-- ASIS implementation for Gela project, a portable Ada compiler --
-- ... |
src/main/antlr/br/com/dillmann/restdb/core/filterDsl/FilterDsl.g4 | lucasdillmann/restdb | 2 | 2143 | <reponame>lucasdillmann/restdb
grammar FilterDsl;
@header {
package br.com.dillmann.restdb.core.filterDsl;
}
root: group (logicalOperator group)* EOF;
group: expressions | '(' group (logicalOperator group)* ')';
expressions: expression (logicalOperator expression)*;
expression: columnName '.' operation ('[' parameters... |
src/scanners.ads | aeszter/lox-spark | 6 | 1484 | <reponame>aeszter/lox-spark
with Ada.Characters.Latin_1;
with SPARK.Text_IO;
with Error_Reporter;
with Tokens;
package Scanners with SPARK_Mode is
procedure Scan_Tokens (Source : String; Token_List : in out Tokens.List) with
Global => (in_out => (Error_Reporter.State, SPARK.Text_IO.Standard_Error)),
Pre =... |
data/jpred4/jp_batch_1613899824__LNZWxg8/jp_batch_1613899824__LNZWxg8.als | jonriege/predict-protein-structure | 0 | 1829 | SILENT_MODE
BLOCK_FILE jp_batch_1613899824__LNZWxg8.concise.blc
MAX_NSEQ 841
MAX_INPUT_LEN 843
OUTPUT_FILE jp_batch_1613899824__LNZWxg8.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
DEFINE_FONT 7 Helvetica REL 0.6
DEFINE_FO... |
change_calculator.adb | kylelk/ada-examples | 1 | 16815 | with Ada.Text_IO;
with Ada.Float_Text_IO;
with Ada.IO_Exceptions;
with Ada.Integer_Text_IO;
use Ada;
procedure Change_Calculator is
type Money is delta 0.01 digits 10;
Input_Amount : Money := 0.0;
package Money_IO is new Text_IO.Decimal_IO(Money);
type Currency_Denomination is record
Name : String(1... |
other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/ツール/tool/cos2/chip/ys_msge0.asm | prismotizm/gigaleak | 0 | 244114 | <gh_stars>0
Name: ys_msge0.asm
Type: file
Size: 151156
Last-Modified: '2016-05-13T04:52:56Z'
SHA-1: 90C3DB48333DC0C943D7FABAC9CD0CF5D69F5B63
Description: null
|
reloadActiveFirefoxTab.applescript | dragdropsite/BrowserAutoRefresh | 6 | 1503 | tell application "Firefox"
activate
end tell
tell application "System Events"
tell process "Firefox"
keystroke "r" using {command down}
end tell
end tell
#tell application "Sublime Text 2"
# activate
#end tell |
bluemag/src/main/antlr4/BluemagAntlr.g4 | stivenramireza/compiler-languages | 1 | 7098 | grammar BluemagAntlr;
@header{
package co.edu.eafit.dis.st0270.s2017.bluemag.parser;
}
gramManRec:manRec EOF
;
manRec:declaraciones instrucciones
;
declaraciones:('clase' ID ENTERO ';')+
;
instrucciones: instruccion*
;
instruccion:'solicitar' ID restInstruccion
|bloque
... |
pre/mips/matrix_transform.asm | t0ush1/ComputerOrganization | 2 | 27811 | <gh_stars>1-10
.data
array: .space 30000 #int array[2500][3]
space: .asciiz " "
line: .asciiz "\n"
.macro readInt(%x) #i nput int -> $x
li $v0, 5
syscall
move %x, $v0
.end_macro
.macro writeInt(%x) #output int $x
move $a0, %x
li $v0, 1
syscall
.end_macro
.macro writeString(%s) #o... |
test/ir/regSpill.asm | shivansh/gogo | 24 | 102767 | # Test to demonstrate register spilling via next-use heuristic.
.data
v1: .word 0
v2: .word 0
v3: .word 0
v4: .word 0
v5: .word 0
v6: .word 0
v7: .word 0
.text
runtime:
addi $sp, $sp, -4
sw $ra, 0($sp)
lw $ra, 0($sp)
addi $sp, $sp, 4
jr $ra
.end runtime
.globl main
.ent main
main:
li $3, -1 # v... |
programs/oeis/239/A239443.asm | jmorken/loda | 1 | 26560 | ; A239443: a(n) = phi(n^9), where phi = A000010.
; 1,256,13122,131072,1562500,3359232,34588806,67108864,258280326,400000000,2143588810,1719926784,9788768652,8854734336,20503125000,34359738368,111612119056,66119763456,305704134738,204800000000,453874312332,548758735360,1722841676182,880602513408,3051757812500,2505924774... |
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xca.log_21829_720.asm | ljhsiun2/medusa | 9 | 98406 | <gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r14
push %r8
push %r9
lea addresses_WC_ht+0x15cbf, %r11
clflush (%r11)
nop
nop
nop
nop
nop
add $53350, %r8
movb (%r11), %r14b
nop
nop
nop
sub %r11, %r11
lea addresses_D_ht+0xfa3f, %r10
nop
nop
nop
xor $35394, %r14
movw $0x6162, (%r10)... |
programs/oeis/060/A060577.asm | neoneye/loda | 22 | 3537 | <gh_stars>10-100
; A060577: Number of homeomorphically irreducible general graphs on 2 labeled nodes and with n edges.
; 1,1,4,6,11,17,24,32,41,51,62,74,87,101,116,132,149,167,186,206,227,249,272,296,321,347,374,402,431,461,492,524,557,591,626,662,699,737,776,816,857,899,942,986,1031,1077,1124,1172,1221,1271,1322,1374,... |
source/adam-any.adb | charlie5/aIDE | 3 | 23107 | with
ada.Containers.Vectors;
package body AdaM.Any
is
package view_resolver_Vectors is new ada.Containers.Vectors (Positive, view_Resolver);
all_Resolvers : view_resolver_Vectors.Vector;
procedure register_view_Resolver (the_Resolver : in view_Resolver)
is
begin
all_Resolvers.append (th... |
dsl-parser/src/main/antlr4/com/mattunderscore/specky/parser/SpeckyLexer.g4 | mattunderscorechampion/specky | 0 | 5322 | /* Copyright © 2016 <NAME>
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 conditions and the following discla... |
iictl.adb | byllgrim/iictl | 0 | 2100 | <reponame>byllgrim/iictl
-- See LICENSE file for cc0 license details
with Ada.Command_Line;
with Ada.Directories;
with Ada.Exceptions; use Ada.Exceptions; -- TODO remove
with Ada.Strings.Unbounded;
with Ada.Text_Io;
with Ch_Conn;
with Posix.Io;
with Posix.Process_Identification;
with Posix.User_Database;
with Srv_Conn;... |
programs/oeis/045/A045674.asm | neoneye/loda | 22 | 170060 | <filename>programs/oeis/045/A045674.asm
; A045674: Number of 2n-bead balanced binary necklaces which are equivalent to their reverse, complement and reversed complement.
; 1,1,2,2,4,4,6,8,12,16,20,32,38,64,72,128,140,256,272,512,532,1024,1056,2048,2086,4096,4160,8192,8264,16384,16512,32768,32908,65536,65792,131072,1313... |
test/asset/agda-stdlib-1.0/Relation/Binary/Construct/Flip.agda | omega12345/agda-mode | 5 | 11787 | ------------------------------------------------------------------------
-- The Agda standard library
--
-- Many properties which hold for `∼` also hold for `flip ∼`. Unlike
-- the module `Relation.Binary.Construct.Converse` this module flips
-- both the relation and the underlying equality.
---------------------------... |
oeis/178/A178632.asm | neoneye/loda-programs | 11 | 168587 | ; A178632: a(n) = 45 * ((10^n - 1)/9)^2.
; 45,5445,554445,55544445,5555444445,555554444445,55555544444445,5555555444444445,555555554444444445,55555555544444444445,5555555555444444444445,555555555554444444444445,55555555555544444444444445,5555555555555444444444444445,555555555555554444444444444445,5555555555555554444444... |
tests/syntax/bad/testfile-return-1.adb | xuedong/mini-ada | 0 | 15384 | <reponame>xuedong/mini-ada<filename>tests/syntax/bad/testfile-return-1.adb
with Ada.Text_IO; use Ada.Text_IO;
procedure Test is
function F return character is begin return 'a' end F;
begin Put(F); end;
|
examples/shared/hello_world_blinky/src/blinky.adb | morbos/Ada_Drivers_Library | 2 | 10737 | ------------------------------------------------------------------------------
-- --
-- Copyright (C) 2015-2016, AdaCore --
-- --
-- ... |
src/Categories/Category/Helper.agda | laMudri/agda-categories | 0 | 13546 | {-# OPTIONS --without-K --safe #-}
module Categories.Category.Helper where
open import Level
open import Relation.Binary using (Rel; IsEquivalence)
open import Categories.Category.Core using (Category)
-- Since we add extra proofs in the definition of `Category` (i.e. `sym-assoc` and
-- `identity²`), we might still ... |
src/tools/fixord.adb | spr93/whitakers-words | 204 | 24462 | -- WORDS, a Latin dictionary, by <NAME> (USAF, Retired)
--
-- Copyright <NAME> (1936–2010)
--
-- This is a free program, which means it is proper to copy it and pass
-- it on to your friends. Consider it a developmental item for which
-- there is no charge. However, just for form, it is Copyrighted
-- (c). Permission i... |
programs/oeis/171/A171369.asm | neoneye/loda | 22 | 175835 | <filename>programs/oeis/171/A171369.asm<gh_stars>10-100
; A171369: Triangle read by rows, replace 2's with 3's in A169695.
; 1,3,3,1,3,3,3,3,1,3,3,3,3,3,3,1,3,3,3,3,3,3,3,3,1,3,3,3,3,3,3,3,3,3,3,1,3,3,3,3,3,3,3,3,3,3,3,3,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,3,3,3,3,3,3,3,3,3
lpb $0
sub... |
programs/oeis/080/A080663.asm | neoneye/loda | 22 | 93223 | <reponame>neoneye/loda
; A080663: a(n) = 3*n^2 - 1.
; 2,11,26,47,74,107,146,191,242,299,362,431,506,587,674,767,866,971,1082,1199,1322,1451,1586,1727,1874,2027,2186,2351,2522,2699,2882,3071,3266,3467,3674,3887,4106,4331,4562,4799,5042,5291,5546,5807,6074,6347,6626,6911,7202,7499,7802,8111,8426,8747,9074,9407,9746,10091... |
oeis/269/A269538.asm | neoneye/loda-programs | 11 | 80748 | <reponame>neoneye/loda-programs<filename>oeis/269/A269538.asm
; A269538: Number of length-4 0..n arrays with no repeated value differing from the previous repeated value by other than one.
; 10,64,222,568,1210,2280,3934,6352,9738,14320,20350,28104,37882,50008,64830,82720,104074,129312,158878,193240,232890,278344,330142... |
codes/reversing a byte.asm | rupak10987/ASSEMBLY_language_practice | 0 | 178499 | <reponame>rupak10987/ASSEMBLY_language_practice<filename>codes/reversing a byte.asm
.model small
.stack 100h
.data
.code
main proc
XOR ax,ax
mov bx,0ABh
mov cx,8
reverse:
shl bx,1
rcr ax,1
loop reverse
main endp
end main
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.