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/lang/stemmer-portuguese.adb | stcarrez/ada-stemmer | 3 | 25451 | -- Generated by Snowball 2.2.0 - https://snowballstem.org/
package body Stemmer.Portuguese is
pragma Style_Checks ("-mr");
pragma Warnings (Off, "*variable*is never read and never assigned*");
pragma Warnings (Off, "*mode could be*instead of*");
pragma Warnings (Off, "*formal parameter.*is not modified*"... |
archive/agda-2/Oscar/Class/Monoid.agda | m0davis/oscar | 0 | 10321 |
module Oscar.Class.Monoid where
open import Oscar.Data.Equality
open import Oscar.Level
record Monoid {a} {A : Set a} {b} (_↠_ : A → A → Set b) : Set (a ⊔ b) where
field
ε : ∀ {m} → m ↠ m
_◇_ : ∀ {l m n} → m ↠ n → l ↠ m → l ↠ n
◇-left-identity : ∀ {m n} → (f : m ↠ n) → ε ◇ f ≡ f
◇-right-identity : ... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_143_407.asm | ljhsiun2/medusa | 9 | 24359 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r14
push %r15
push %r8
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WC_ht+0x1748f, %r8
nop
nop
add $10235, %r15
movl $0x61626364, (%r8)
nop
nop
nop
nop
nop
xor $54672, %r14
lea addresses_D_ht+0x884f, %rsi
lea addresses_WT_ht+0x1906f, %rdi
clflush (%r... |
src/test/resources/AllGrammarsParser.g4 | google/polymorphicDSL | 3 | 450 | <reponame>google/polymorphicDSL<filename>src/test/resources/AllGrammarsParser.g4
parser grammar AllGrammarsParser;
options {tokenVocab=AllGrammarsLexer; }
polymorphicDslAllRules : ALL_INPUTS+;
|
ln.asm | MahtabEK/OS---XV6 | 0 | 10139 | <gh_stars>0
_ln: file format elf32-i386
Disassembly of section .text:
00000000 <main>:
#include "stat.h"
#include "user.h"
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 -0x4(%ecx)
a:... |
Source/Levels/L1300.asm | AbePralle/FGB | 0 | 166956 | ; L1300.asm appomattox interior
; Generated 02.16.2001 by mlevel
; Modified 02.16.2001 by <NAME>
INCLUDE "Source/Defs.inc"
INCLUDE "Source/Levels.inc"
INCLUDE "Source/Start.inc"
DICEINDEX EQU 6
GRENADE_INDEX EQU 170
BAINDEX EQU 173
BSINDEX EQU 174
HAIKUINDEX EQU 175
VAR_DICELIGHT EQU 0
VAR_HE... |
src/options_dialog_console.adb | kraileth/ravenadm | 18 | 21569 | <gh_stars>10-100
-- This file is covered by the Internet Software Consortium (ISC) License
-- Reference: ../License.txt
with Ada.Text_IO;
package body Options_Dialog_Console is
package TIO renames Ada.Text_IO;
--------------------------------------------------------------------------------------------
--... |
test/interaction/DoNotEtaContractFunIntoRecord.agda | cruhland/agda | 1,989 | 5666 | -- Andreas, 2013-09-17
module DoNotEtaContractFunIntoRecord where
record _×_ (A B : Set) : Set where
constructor _,_
field
fst : A
snd : B
postulate
A : Set
B : Set
P : (B → A × B) → Set
goal : (x : A) → P (λ y → x , y)
goal x = {!!}
-- Goal should be displayed as
-- P (λ y → x , y)
-- rather th... |
source/web/wsse/web_services-soap-security-headers-encoders.adb | svn2github/matreshka | 24 | 22241 | <filename>source/web/wsse/web_services-soap-security-headers-encoders.adb
------------------------------------------------------------------------------
-- --
-- Matreshka Project --
-- ... |
src/Shaders/Sdk/Direct3D11/FluidCS11/FluidCS11_DensityCS_Shared.asm | tgjones/slimshader-cpp | 20 | 24186 | //
// Generated by Microsoft (R) HLSL Shader Compiler 9.30.9200.16384
//
//
///
// Buffer Definitions:
//
// cbuffer cbSimulationConstants
// {
//
// uint g_iNumParticles; // Offset: 0 Size: 4
// float g_fTimeStep; // Offset: 4 Size: 4 [unused]
// float g_fSmoothlen; ... |
libc/string/memcpy.asm | BernieGurs/MonkOS | 132 | 170276 | ;=============================================================================
; @file memcpy.asm
; @brief Copy bytes from one memory region to another.
;
; Copyright 2016 <NAME>.
; Use of this source code is governed by a BSD-style license that can
; be found in the MonkOS LICENSE file.
;=======================... |
models/tests/test74.als | transclosure/Amalgam | 4 | 1079 | module tests/test
open util/integer
sig LongString, Email, Date, DateTime { }
enum Stringz { StringAlex, StringBrian, StringEmina, StringDaniel, StringFelix, StringIan, StringJukka,
StringMIT, StringNokia, StringWindowsDiscussion, StringLinuxDiscussion,
StringMachineLearning, StringNumeri... |
ray_tracer-integrators.ads | FROL256/ada-ray-tracer | 3 | 23861 | with Interfaces;
with Ada.Numerics.Float_Random;
with Ada.Assertions;
with Vector_Math;
with Materials;
with Ada.Unchecked_Deallocation;
with Ray_Tracer;
use Interfaces;
use Vector_Math;
use Materials;
use Ada.Assertions;
use Ray_Tracer;
private package Ray_Tracer.Integrators is
-----------------------------------... |
Transynther/x86/_processed/AVXALIGN/_st_sm_/i9-9900K_12_0xca_notsx.log_18535_1502.asm | ljhsiun2/medusa | 9 | 172430 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r11
push %r12
push %r9
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_WT_ht+0x1ad13, %r9
nop
nop
nop
add %r11, %r11
mov $0x6162636465666768, %r10
movq %r10, (%r9)
nop
nop
nop
nop
cmp %rcx, %rcx
lea addresses_WC_ht+0x77, %rdx
nop
nop
inc %r12
... |
programs/oeis/186/A186707.asm | neoneye/loda | 22 | 6295 | <reponame>neoneye/loda<gh_stars>10-100
; A186707: Partial sums of A007202 (crystal ball sequence for hexagonal close-packing).
; 1,14,71,224,547,1134,2101,3584,5741,8750,12811,18144,24991,33614,44297,57344,73081,91854,114031,140000,170171,204974,244861,290304,341797,399854,465011,537824,618871,708750,808081,917504,1037... |
src/asf-components-ajax-includes.ads | jquorning/ada-asf | 12 | 21216 | -----------------------------------------------------------------------
-- components-ajax-includes -- AJAX Include component
-- Copyright (C) 2011 <NAME>
-- Written by <NAME> (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the ... |
Library/SpecUI/CommonUI/CWin/cwinBase.asm | steakknife/pcgeos | 504 | 87237 | <reponame>steakknife/pcgeos<gh_stars>100-1000
COMMENT @----------------------------------------------------------------------
Copyright (c) GeoWorks 1988-1994 -- All Rights Reserved
GEOWORKS CONFIDENTIAL
PROJECT: GEOS
MODULE: CommonUI/CWin (common code for several specific ui's)
FILE: cwinBase.asm
ROUTI... |
oeis/024/A024063.asm | neoneye/loda-programs | 11 | 164847 | ; A024063: 6^n-n.
; 1,5,34,213,1292,7771,46650,279929,1679608,10077687,60466166,362797045,2176782324,13060694003,78364164082,470184984561,2821109907440,16926659444719,101559956668398,609359740010477,3656158440062956,21936950640377835,131621703842267114,789730223053602793,4738381338321616872,28430288029929701351,1705817... |
oeis/026/A026356.asm | neoneye/loda-programs | 11 | 5829 | ; A026356: a(n) = floor((n-1)*phi) + n + 1, n > 0, where phi = (1+sqrt(5))/2.
; Submitted by <NAME>(s3)
; 2,4,7,9,12,15,17,20,22,25,28,30,33,36,38,41,43,46,49,51,54,56,59,62,64,67,70,72,75,77,80,83,85,88,91,93,96,98,101,104,106,109,111,114,117,119,122,125,127,130,132,135,138,140,143,145,148,151,153,156,159,161,164,166,... |
programs/oeis/016/A016957.asm | neoneye/loda | 22 | 95690 | <reponame>neoneye/loda
; A016957: a(n) = 6*n + 4.
; 4,10,16,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
mul $0,6
add $0,4
|
grammars/src/main/antlr/Adl.g4 | subigre/archie | 44 | 5760 | //
// description: Antlr4 grammar for Archetype Definition Language (ADL2)
// author: <NAME> <<EMAIL>>
// support: openEHR Specifications PR tracker <https://openehr.atlassian.net/projects/SPECPR/issues>
// copyright: Copyright (c) 2015 openEHR Foundation
// license: Apache 2.0 License <http://www.a... |
src/parser/Datalog.g4 | iliastsa/woof | 6 | 6413 | grammar Datalog;
datalogMain : mRule* EOF;
term
: value=Constant # Const
| name=Identifier # Variable
;
atom : name=Identifier ('(' terms=termList? ')')? ;
termList
: term (',' term)* ;
mRule : head=atom (':-' body=literals)? '.' ;
literal
: atom # LiteralAtom
| '!' atom # LiteralNegAtom
;
li... |
programs/oeis/122/A122770.asm | neoneye/loda | 22 | 16775 | <gh_stars>10-100
; A122770: Numbers k such that A056109(k) is a square.
; 0,6,88,1230,17136,238678,3324360,46302366,644908768,8982420390,125108976696,1742543253358,24270496570320,338044408731126,4708351225665448,65578872750585150,913395867282526656,12721963269204788038,177194089901584505880,2467995295352978294286,34374... |
programs/oeis/158/A158135.asm | neoneye/loda | 22 | 240494 | ; A158135: a(n) = 144*n^2 - 2*n.
; 142,572,1290,2296,3590,5172,7042,9200,11646,14380,17402,20712,24310,28196,32370,36832,41582,46620,51946,57560,63462,69652,76130,82896,89950,97292,104922,112840,121046,129540,138322,147392,156750,166396,176330,186552,197062,207860,218946,230320,241982,253932,266170,278696,291510,304612... |
EffectAnnotations.agda | danelahman/aeff-agda | 4 | 12933 | <reponame>danelahman/aeff-agda
open import Data.Bool hiding (if_then_else_)
open import Data.Empty
open import Data.List
open import Data.List.Properties
open import Data.Maybe
open import Data.Product
open import Data.Sum
open import Data.Unit
open import Relation.Binary.PropositionalEquality hiding (Extensionality ;... |
src/kernel/interrupt.asm | zys1310992814/BookOSv0.2 | 3 | 2271 | <filename>src/kernel/interrupt.asm
;kernel/interrupt.asm
;description: interrupt
;auther: huzicheng
;time: 2019/2/20
;Copyright: (C) 2018-2019 by BookOS developers. All rights reserved.
;E-mail: <EMAIL>
%include "sys/const.inc"
extern exception_handler
extern irq_table
extern sys_call_table
extern tss
global switc... |
source/Alfred/Alfred.applescript | whtsky/PopClip-Extensions | 3 | 941 | tell application "Alfred 2" to search "{popclip text}"
|
programs/oeis/100/A100159.asm | karttu/loda | 1 | 86363 | <filename>programs/oeis/100/A100159.asm<gh_stars>1-10
; A100159: Structured disdyakis triacontahedral numbers (vertex structure 7).
; 1,62,297,820,1745,3186,5257,8072,11745,16390,22121,29052,37297,46970,58185,71056,85697,102222,120745,141380,164241,189442,217097,247320,280225,315926,354537,396172,440945,488970,540361,5... |
msp430-gcc-tics/msp430-gcc-7.3.1.24-source-full/gcc/gcc/testsuite/gnat.dg/generic_disp.adb | TUDSSL/TICS | 7 | 8653 | <reponame>TUDSSL/TICS
-- { dg-do run }
with Generic_Disp_Pkg; use Generic_Disp_Pkg;
procedure Generic_Disp is
I : aliased Integer := 0;
D : Iface'Class := Dispatching_Constructor (DT'Tag, I'access);
begin
null;
end Generic_Disp;
|
elan520-reset_generation_registers.ads | Jellix/elan520 | 0 | 7800 | ------------------------------------------------------------------------
-- Copyright (C) 2004-2020 by <<EMAIL>> --
-- --
-- This work is free. You can redistribute it and/or modify it under --
-- the terms of the Do What The Fuck Y... |
programs/oeis/137/A137362.asm | jmorken/loda | 1 | 82076 | ; A137362: Positions at which the truncated square root of triangular numbers is unique.
; 4,7,8,11,14,17,18,21,24,25,28,31,34,35,38,41,42,45,48,49,52,55,58,59,62,65,66,69,72,75,76,79,82,83,86,89,92,93,96,99,100,103,106,107,110,113,116,117,120,123,124,127,130,133,134,137,140,141,144,147,148,151,154,157,158,161,164,165,... |
c-ops.ads | mikequentel/c2ada | 4 | 26013 | <reponame>mikequentel/c2ada<filename>c-ops.ads<gh_stars>1-10
-- $Source: /home/CVSROOT/c2ada/c-ops.ads,v $
-- $Revision: 1.1.1.1 $ $Date: 1999/02/02 12:01:51 $
with Ada.Unchecked_Conversion;
package C.Ops is
subtype Uchar is C.Unsigned_Char;
subtype Ushort is C.Unsigned_Short;
subtype Uint is C.Unsig... |
programs/oeis/190/A190785.asm | neoneye/loda | 22 | 176242 | ; A190785: Numbers that are congruent to {0, 2, 3, 5, 7, 9, 11} mod 12.
; 0,2,3,5,7,9,11,12,14,15,17,19,21,23,24,26,27,29,31,33,35,36,38,39,41,43,45,47,48,50,51,53,55,57,59,60,62,63,65,67,69,71,72,74,75,77,79,81,83,84,86,87,89,91,93,95,96,98,99,101,103,105,107,108,110,111,113,115,117,119,120,122,123,125,127,129,131,132... |
source/strings/a-zchhan.ads | ytomino/drake | 33 | 21793 | <filename>source/strings/a-zchhan.ads
pragma License (Unrestricted);
-- Ada 2012
with Ada.Characters.Handling;
private with Ada.UCD;
package Ada.Wide_Wide_Characters.Handling is
-- pragma Pure;
pragma Preelaborate;
-- function Character_Set_Version return String;
Character_Set_Version : constant String;
f... |
alloy4fun_models/trashltl/models/5/Jp9TRtzehJrYoFQTr.als | Kaixi26/org.alloytools.alloy | 0 | 284 | open main
pred idJp9TRtzehJrYoFQTr_prop6 {
all f : File | f in Trash => always f in Trash
}
pred __repair { idJp9TRtzehJrYoFQTr_prop6 }
check __repair { idJp9TRtzehJrYoFQTr_prop6 <=> prop6o } |
RASD/Latex File/Alloy/Model3.als | SaeidRezaei90/GalbiatiRezaei | 0 | 1800 | open util/boolean
//sig string {}
//sig Name, Surname{}
sig Email, Password{}
abstract sig User {
//name: one Name,
//surname: some Surname,
email: one Email,
password: some Password,
accessLevel: one Bool,
minedInfo: some MinedInfo,
}
sig EndUser extends User{
userLocation: one Lo... |
programs/oeis/035/A035336.asm | neoneye/loda | 22 | 244656 | ; A035336: a(n) = 2*floor(n*phi) + n - 1, where phi = (1+sqrt(5))/2.
; 2,7,10,15,20,23,28,31,36,41,44,49,54,57,62,65,70,75,78,83,86,91,96,99,104,109,112,117,120,125,130,133,138,143,146,151,154,159,164,167,172,175,180,185,188,193,198,201,206,209,214,219,222,227,230,235,240,243,248,253,256,261,264,269,274,277,282,287,290... |
test/Succeed/Issue3564.agda | shlevy/agda | 1,989 | 5402 | {-# OPTIONS --cubical --no-sized-types --guardedness --safe #-}
module Issue3564 where
record Stream (A : Set) : Set where
coinductive
field head : A
field tail : Stream A
open Stream
data A : Set where a : A
someA : Stream A
head someA = a
tail someA = someA
-- WAS: termination check failed
-- NOW: OK
|
MinesweeperASM/MinesweeperASM/minesweeper.asm | aliascc/aliascc-PoCs | 1 | 873 | <gh_stars>1-10
.model flat, c
printf PROTO arg1:Ptr BYTE, printlist:VARARG
scanf PROTO arg2:Ptr BYTE, inputlist:VARARG
system PROTO arg1:Ptr BYTE
helper_random PROTO arg1:DWORD
.data
B_BLANK equ 1
B_MINE equ 2
B_NUMBER equ 4
B_HIDDEN equ 8
B_ALL equ 15
B_INVALIDPOS equ 0
B_... |
bootstrap/nasm_x86_64_linux.asm | DimaPekutko/malanka | 2 | 161616 | ; extern printf
; extern puts
; extern exit
global __bootstrap
global char_to_int
global int_to_doub
global __ARGC__
global __ARGV__
section .text
__bootstrap:
; argc init
mov rax, rsp
add rax, 0x8
mov [__ARGC__], rax
;argv* init
mov rax, rsp
add rax, 0x16
mov [__ARGV__], rax
... |
scr/zotpick-pandoc.applescript | alexandergogl/zotpick-osx_services | 0 | 2335 | <reponame>alexandergogl/zotpick-osx_services<filename>scr/zotpick-pandoc.applescript
tell application "System Events"
try
set appName to (the name of every process whose frontmost is true) as string
on error errMsg
display alert "Problem" message "Could not get the name of the frontmost application."
error numb... |
oeis/134/A134226.asm | neoneye/loda-programs | 11 | 164213 | ; A134226: Triangle T(n, k) = 3*n - 4 if k = n-1 otherwise k, read by rows.
; Submitted by <NAME>
; 1,2,2,1,5,3,1,2,8,4,1,2,3,11,5,1,2,3,4,14,6,1,2,3,4,5,17,7,1,2,3,4,5,6,20,8,1,2,3,4,5,6,7,23,9,1,2,3,4,5,6,7,8,26,10,1,2,3,4,5,6,7,8,9,29,11,1,2,3,4,5,6,7,8,9,10,32,12,1,2,3,4,5,6,7,8,9,10,11,35,13,1,2,3,4,5,6,7,8,9
lpb... |
test3.asm | ray5273/os_project4 | 0 | 247748 |
_test3: file format elf32-i386
Disassembly of section .text:
00000000 <thread>:
void *stack[NTHREAD];
int tid[NTHREAD];
void *retval[NTHREAD];
void *thread(void *arg){
0: 55 push %ebp
1: 89 e5 mov %esp,%ebp
3: 83 ec 08 sub $0x8,%esp
thread_exit... |
gcc-gcc-7_3_0-release/gcc/ada/sem_ch5.ads | best08618/asylo | 7 | 78 | ------------------------------------------------------------------------------
-- --
-- GNAT COMPILER COMPONENTS --
-- --
-- ... |
programs/oeis/104/A104777.asm | karttu/loda | 1 | 13443 | ; A104777: Integer squares congruent to 1 mod 6.
; 1,25,49,121,169,289,361,529,625,841,961,1225,1369,1681,1849,2209,2401,2809,3025,3481,3721,4225,4489,5041,5329,5929,6241,6889,7225,7921,8281,9025,9409,10201,10609,11449,11881,12769,13225,14161,14641,15625,16129,17161,17689,18769,19321,20449,21025,22201,22801,24025,24649... |
oeis/038/A038731.asm | neoneye/loda-programs | 11 | 2082 | <gh_stars>10-100
; A038731: Number of columns in all directed column-convex polyominoes of area n+1.
; 1,3,10,32,99,299,887,2595,7508,21526,61251,173173,486925,1362627,3797374,10543724,29180067,80521055,221610563,608468451,1667040776,4558234018,12441155715,33900136297,92230468249,250570010499,679844574322,1842280003640... |
src/data/palettes.asm | Xkeeper0/tcrf-birthday | 10 | 105445 | <reponame>Xkeeper0/tcrf-birthday
;
; Palettes used, stored here for... some reason.
; Probably. It made sense at the time.
;
Palette_Main:
; PPU Addr Len
.db $3F, $00, $20
.db $0F, $00, $10, $30 ; BG 0
.db $0F, $09, $19, $38 ; BG 1
; .db $0F, $0F, $0F, $0F ; BG 1
.db $0F, $05, $15, $35 ; BG 2
.db $0F, $07, $17... |
Assembly/MIPS/36_E1_yff01.asm | yadferhad/okay-code | 0 | 169669 | .data
bar: .asciiz " | "
colon: .asciiz ":"
newline: .asciiz "\n"
letter: .asciiz "A"
space: .asciiz " "
.text
li $t0,65
li $s6,91
li $s7,97
li $t1,122
loop:
add $a0,$zero,$t0
li $v0,1
syscall
addi $t0,$t0,1
la $a0,colon
li $v0,4
syscall
la $a0,letter
li $v0,4
syscall
lb $t2,($a0)
addi $t2,$t2,32
... |
test/asset/agda-stdlib-1.0/Data/List/Relation/Binary/Sublist/DecSetoid/Solver.agda | omega12345/agda-mode | 5 | 15981 | <reponame>omega12345/agda-mode
------------------------------------------------------------------------
-- The Agda standard library
--
-- A solver for proving that one list is a sublist of the other.
------------------------------------------------------------------------
{-# OPTIONS --without-K --safe #-}
open impo... |
sample1/hoge_asm.asm | matanki-saito/vs2019AsmSample | 0 | 22369 | <reponame>matanki-saito/vs2019AsmSample<filename>sample1/hoge_asm.asm
SECTION .data
msg: db "Hello world", 0 ; C string needs 0
fmt: db "%s", 10, 0 ; The printf format, "\n",'0'
SECTION .text
GLOBAL geso ; the standard gcc entry point
geso:
push rbp; ; set up stack frame, must be aligned
... |
FormalAnalyzer/models/apps/GaragecheckopencloseApp.als | Mohannadcse/IoTCOM_BehavioralRuleExtractor | 0 | 468 | module app_GaragecheckopencloseApp
open IoTBottomUp as base
open cap_runIn
open cap_now
open cap_switch
open cap_switch
open cap_switch
open cap_switch
open cap_contactSensor
open cap_switch
one sig app_GaragecheckopencloseApp extends IoTApp {
triggerC : one cap_switch,
triggerO : one cap_switch,
che... |
programs/oeis/033/A033117.asm | karttu/loda | 1 | 243288 | ; A033117: Base 7 digits are, in order, the first n terms of the periodic sequence with initial period 1,0.
; 1,7,50,350,2451,17157,120100,840700,5884901,41194307,288360150,2018521050,14129647351,98907531457,692352720200,4846469041400,33925283289801,237476983028607,1662338881200250,11636372168401750,81454605178812251
... |
src/Categories/Diagram/End.agda | Trebor-Huang/agda-categories | 279 | 15857 | <reponame>Trebor-Huang/agda-categories
{-# OPTIONS --without-K --safe #-}
open import Categories.Category
open import Categories.Functor.Bifunctor
module Categories.Diagram.End {o ℓ e o′ ℓ′ e′} {C : Category o ℓ e} {D : Category o′ ℓ′ e′}
(F : Bifunctor (Category.op C) C D) where
private
module D = Category D
... |
Library/Spreadsheet/Spreadsheet/spreadsheetManager.asm | steakknife/pcgeos | 504 | 102182 | <reponame>steakknife/pcgeos<gh_stars>100-1000
COMMENT @%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Copyright (c) GeoWorks 1991 -- All Rights Reserved
PROJECT: PC GEOS
MODULE: GeoCalc
FILE: spreadsheetManager.asm
AUTHOR: <NAME>, Feb 27, 1991
REVISION HISTORY:
Name Date Desc... |
tools-src/gnu/gcc/gcc/ada/xsnames.adb | enfoTek/tomato.linksys.e2000.nvram-mod | 80 | 30280 | <gh_stars>10-100
------------------------------------------------------------------------------
-- --
-- GNAT SYSTEM UTILITIES --
-- ... |
day04/Hello.g4 | zjsyj/awesomecompiler | 0 | 4285 | lexer grammar Hello;
If : 'if';
Int : 'int';
IntLiteral : [0-9]+;
StringLiteral : '"' .*? '"';
AssignmentOP : '=';
RelationalOP : '>'|'>='|'<'|'<=';
Star : '*';
Plus : '+';
Sharp : '#';
SemiColon : ';';
Dot : '.';
Comm : ',';
LeftBracket : '[';
RightBracket : ']';
LeftBrace : '{';
RightBrace : '}';
LeftParen : '(';
... |
programs/oeis/088/A088741.asm | neoneye/loda | 22 | 161 | ; A088741: Number of connected strongly regular simple graphs on n nodes.
; 1,1,1,2,2,3,1,3,3,5
sub $0,1
mov $2,$0
div $0,2
sub $2,4
lpb $2
sub $0,2
mul $0,2
trn $2,8
lpe
add $0,1
|
examples/AIM4/bag/Nat.agda | cruhland/agda | 1,989 | 14389 | <filename>examples/AIM4/bag/Nat.agda
module Nat where
import Prelude
import Equiv
import Datoid
open Prelude
open Equiv
open Datoid
data Nat : Set where
zero : Nat
suc : Nat -> Nat
one : Nat
one = suc zero
_+_ : Nat -> Nat -> Nat
zero + n = n
suc m + n = suc (m + n)
private
... |
base/mvdm/dos/v86/inc/_parse.asm | npocmaka/Windows-Server-2003 | 17 | 176258 | <filename>base/mvdm/dos/v86/inc/_parse.asm<gh_stars>10-100
page 60,132
name _parse
title C to PARSER interface
;-------------------------------------------------------------------
;
; MODULE: _parse
;
; PURPOSE: Supplies an interface between C programs and
... |
test/Succeed/WErrorOverride.agda | cruhland/agda | 1,989 | 7010 | <filename>test/Succeed/WErrorOverride.agda
module WErrorOverride where
postulate
IO : Set → Set
{-# COMPILE GHC IO = type IO #-}
{-# BUILTIN IO IO #-}
infixl 1 _>>=_
postulate
return : {A : Set} → A → IO A
_>>=_ : {A : Set} {B : Set} → IO A → (A → IO B) → IO B
{-# COMPILE GHC return = \_ -> return #-}
{-# ... |
src/isa/avx2/masm/vrda_exp_fma3.asm | jepler/aocl-libm-ose | 66 | 3843 | <reponame>jepler/aocl-libm-ose<filename>src/isa/avx2/masm/vrda_exp_fma3.asm<gh_stars>10-100
;
; Copyright (C) 2008-2020 Advanced Micro Devices, Inc. All rights reserved.
;
; Redistribution and use in source and binary forms, with or without modification,
; are permitted provided that the following conditions are met... |
src/natools-web-filters-text_blocks.adb | faelys/natools-web | 1 | 2541 | ------------------------------------------------------------------------------
-- Copyright (c) 2015, <NAME> --
-- --
-- Permission to use, copy, modify, and distribute this software for any --
-- purpose ... |
Src/Ant8/Tests/Ant8/basic/02_add_r0.asm | geoffthorpe/ant-architecture | 0 | 10496 | <reponame>geoffthorpe/ant-architecture
# $Id: 02_add_r0.asm,v 1.2 2001/03/22 00:39:03 ellard Exp $
#
# Copyright 1999-2000 by the President and Fellows of Harvard College.
# See LICENSE.txt for license information.
#
#@ tests add for r0
# OK
lc r2, 1
add r0, r2, r2
hlt
|
src/asf-applications-views.ads | jquorning/ada-asf | 12 | 10515 | -----------------------------------------------------------------------
-- applications.views -- Ada Web Application
-- Copyright (C) 2009, 2010, 2011, 2012, 2021 <NAME>
-- Written by <NAME> (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compl... |
libsrc/_DEVELOPMENT/adt/p_list/z80/asm_p_list_back.asm | meesokim/z88dk | 0 | 103614 |
; ===============================================================
; Jan 2014
; ===============================================================
;
; void *p_list_back(p_list_t *list)
;
; Return item at back of list without removing it from the list.
;
; ===============================================================
S... |
oeis/105/A105038.asm | neoneye/loda-programs | 11 | 2024 | ; A105038: Nonnegative n such that 6*n^2 + 6*n + 1 is a square.
; Submitted by <NAME>(s1)
; 0,4,44,440,4360,43164,427284,4229680,41869520,414465524,4102785724,40613391720,402031131480,3979697923084,39394948099364,389969783070560,3860302882606240,38213059042991844,378270287547312204,3744489816430130200,37066627876753989... |
applet/aide/source/editors/aide-editor-of_enumeration_literal.ads | charlie5/aIDE | 3 | 11584 | <reponame>charlie5/aIDE<filename>applet/aide/source/editors/aide-editor-of_enumeration_literal.ads
with
AdaM.a_Type.enumeration_literal,
gtk.Widget;
private
with
gtk.gEntry,
gtk.Box,
gtk.Button;
limited
with
adam.a_Type.enumeration_type;
package aIDE.Editor.of_enumeration_literal
is
... |
oeis/001/A001169.asm | neoneye/loda-programs | 11 | 99902 | <filename>oeis/001/A001169.asm
; A001169: Number of board-pile polyominoes with n cells.
; Submitted by <NAME>
; 1,2,6,19,61,196,629,2017,6466,20727,66441,212980,682721,2188509,7015418,22488411,72088165,231083620,740754589,2374540265,7611753682,24400004911,78215909841,250726529556,803721298537,2576384425157,82587791542... |
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xca.log_66_436.asm | ljhsiun2/medusa | 9 | 5562 | <reponame>ljhsiun2/medusa
.global s_prepare_buffers
s_prepare_buffers:
push %rbp
push %rbx
push %rcx
push %rdi
push %rsi
lea addresses_normal_ht+0xd396, %rsi
lea addresses_WT_ht+0xf1d6, %rdi
nop
sub $32669, %rbx
mov $77, %rcx
rep movsw
nop
nop
nop
nop
and $35182, %rbp
lea addresses_normal_ht+0x14866, %rdi
nop
add %rbx,... |
itunes/get-itunes-info.applescript | pahoughton/pah-misc-applescript | 0 | 2974 | #!/usr/bin/osascript
set aFn to (path to desktop as text) & "mac_book_ittracs01.txt"
tell application "iTunes"
set myOut to open for access aFn with write permission
repeat with curTrack in tracks
tell curTrack
set t_did to database id
set t_id to id
set t_art to artist
set t_nm to nam... |
source/unary/str.asm | paulscottrobson/Basic65816 | 0 | 179404 | ; *******************************************************************************************
; *******************************************************************************************
;
; Name : str.asm
; Purpose : Integer to String.
; Date : 11th July 2019
; Author : <EMAIL>
;
; **************************... |
programs/oeis/047/A047293.asm | karttu/loda | 1 | 18220 | <reponame>karttu/loda
; A047293: Numbers that are congruent to {0, 2, 4, 6} mod 7.
; 0,2,4,6,7,9,11,13,14,16,18,20,21,23,25,27,28,30,32,34,35,37,39,41,42,44,46,48,49,51,53,55,56,58,60,62,63,65,67,69,70,72,74,76,77,79,81,83,84,86,88,90,91,93,95,97,98,100,102,104,105,107,109,111,112,114,116,118,119,121,123,125,126,128,13... |
src/ewok-perm.adb | PThierry/ewok-kernel | 0 | 11141 | <gh_stars>0
--
-- Copyright 2018 The wookey project team <<EMAIL>>
-- - <NAME>
-- - Arnauld Michelizza
-- - <NAME>
-- - <NAME>
-- - <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 ... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1126.asm | ljhsiun2/medusa | 9 | 29027 | <filename>Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_1126.asm<gh_stars>1-10
.global s_prepare_buffers
s_prepare_buffers:
push %r13
push %r14
push %r15
push %rax
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0xd267, %r15
add $3552, %rsi
mov $0x6162636465666768, %rdx
movq %rdx, %xmm0... |
include/sf-graphics-text.ads | Fabien-Chouteau/ASFML | 0 | 828 | <reponame>Fabien-Chouteau/ASFML
--//////////////////////////////////////////////////////////
-- SFML - Simple and Fast Multimedia Library
-- Copyright (C) 2007-2018 <NAME> (<EMAIL>)
-- This software is provided 'as-is', without any express or implied warranty.
-- In no event will the authors be held liable for any dama... |
Transynther/x86/_processed/NONE/_xt_/i7-7700_9_0xca_notsx.log_21829_146.asm | ljhsiun2/medusa | 9 | 163458 | .global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r8
push %rcx
push %rdi
push %rsi
lea addresses_WT_ht+0x33ec, %rcx
nop
nop
nop
xor %r14, %r14
mov (%rcx), %r12d
nop
sub $53053, %r10
lea addresses_WC_ht+0x96da, %rsi
lea addresses_D_ht+0x93a8, %rdi
nop
dec %r14
mov $6, %rcx
rep movsw
nop
cm... |
regtests/files/test-ada-8/src/test8.adb | stcarrez/resource-embedder | 7 | 8094 | <filename>regtests/files/test-ada-8/src/test8.adb
with Resources8;
with Ada.Command_Line;
with Ada.Text_IO;
procedure Test8 is
use Resources8;
C : Content_Access := Get_Content ("config/test8.xml");
begin
if C = null then
Ada.Text_IO.Put_Line ("FAIL: No content 'config/test8.xml'");
Ada.Command_Li... |
DependentExtensions/cat/src/math/big_x64_elf.asm | RichardRanft/RakNet | 1,255 | 246302 | ; Copyright (c) 2009-2010 <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 ... |
oeis/134/A134159.asm | neoneye/loda-programs | 11 | 166184 | <reponame>neoneye/loda-programs
; A134159: a(n) = 13 + 165*n + 756*n^2 + 1470*n^3 + 1029*n^4.
; 13,3433,31591,130351,370273,846613,1679323,3013051,5017141,7885633,11837263,17115463,23988361,32748781,43714243,57226963,73653853,93386521,116841271,144459103,176705713,214071493,257071531,306245611
mul $0,7
add $0,3
bin $0... |
prototyping/Interpreter.agda | Tr4shh/Roblox-Luau | 0 | 15230 | <gh_stars>0
module Interpreter where
open import Agda.Builtin.IO using (IO)
open import Agda.Builtin.Int using (pos)
open import Agda.Builtin.Unit using (⊤)
open import FFI.IO using (getContents; putStrLn; _>>=_; _>>_)
open import FFI.Data.Aeson using (Value; eitherDecode)
open import FFI.Data.Either using (Left; Rig... |
src/sqlite3.adb | faelys/lithium3 | 1 | 28631 | <filename>src/sqlite3.adb
pragma Style_Checks (Off);
--
-- Copyright (c) 2009, 2012 <NAME> <<EMAIL>>
--
-- Permission to use, copy, modify, and distribute this software for any
-- purpose with or without fee is hereby granted, provided that the above
-- copyright notice and this permission notice appear in all copies.
... |
Project 2/src/Preliminary/part1b.asm | Nurl4n/Computer-Organization | 0 | 20333 | <reponame>Nurl4n/Computer-Organization
.data
hexNo: .space 20
userInput: .asciiz "Please enter the hexadecimal number that you want to conver to decimal: "
invalidHexNo: .asciiz "You have entered an invalid hexadecimal number, please enter a valid number to convert. \n"
endl: "\n"
.text
main:
addi $sp, $sp, -4
... |
programs/oeis/307/A307989.asm | jmorken/loda | 1 | 2382 | <gh_stars>1-10
; A307989: a(n) = n - pi(2*n) + pi(n-1), where pi is the prime counting function.
; 0,0,1,2,3,4,4,6,6,6,7,8,9,11,11,11,12,14,14,16,16,16,17,18,19,20,20,21,22,23,23,25,26,26,27,27,27,29,30,30,31,32,33,35,35,36,37,39,39,40,40,40,41,42,42,43,43,44,45,47,48,50,51,51,52,52,53,55
mov $1,$0
cal $0,35250 ; Numb... |
src/security-auth-openid.ads | jquorning/ada-security | 19 | 22100 | <reponame>jquorning/ada-security
-----------------------------------------------------------------------
-- security-openid -- OpenID 2.0 Support
-- Copyright (C) 2009, 2010, 2011, 2012, 2018 <NAME>
-- Written by <NAME> (<EMAIL>)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not ... |
host/stm32gd-usart-peripheral.ads | ekoeppen/STM32_Generic_Ada_Drivers | 1 | 30785 | <filename>host/stm32gd-usart-peripheral.ads
with STM32_SVD; use STM32_SVD;
generic
Filename : String;
package STM32GD.USART.Peripheral is
pragma Preelaborate;
procedure Init;
procedure Transmit (Data : in Byte);
function Receive return Byte;
end STM32GD.USART.Peripheral;
|
examples/outdated-and-incorrect/Termination/Common/Level.agda | cruhland/agda | 1,989 | 6751 | module Common.Level where
open import Agda.Primitive public
|
commands/apps/tunnelblick/tunnelblick-connect-all.applescript | daviddzhou/script-commands | 3,305 | 2761 | #!/usr/bin/osascript
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Tunnelblick: Connect All
# @raycast.mode silent
# @raycast.packageName TunnelBlick
#
# Optional parameters:
# @raycast.icon images/tunnelblick.png
# @raycast.needsConfirmation false
#
# Documentation:
# @raycast.description Connect... |
src/main/antlr4/org/rpgleparser/RpgParser.g4 | Neticoa/rpgleparser | 0 | 4167 | <filename>src/main/antlr4/org/rpgleparser/RpgParser.g4<gh_stars>0
parser grammar RpgParser;
options { tokenVocab = RpgLexer; }
r: (dcl_pr
| dcl_pi
| ctl_opt
// | dspec_continuation
// | (dspec_continuation* dspec_fixed)
| subroutine
| statement
| procedure
)*
endSource*
;
statement:
dspec
| dcl_ds
|... |
Cubical/Data/Bool/Properties.agda | dan-iel-lee/cubical | 0 | 11128 | {-# OPTIONS --cubical --no-import-sorts --safe #-}
module Cubical.Data.Bool.Properties where
open import Cubical.Core.Everything
open import Cubical.Functions.Involution
open import Cubical.Foundations.Prelude
open import Cubical.Foundations.Equiv
open import Cubical.Foundations.Isomorphism
open import Cubical.Found... |
45/runtime/rt/fhutil.asm | minblock/msdos | 0 | 170248 | <filename>45/runtime/rt/fhutil.asm
TITLE FHUTIL - Far Heap and Array Utility routines
PAGE 56,132
;***
;FHUTIL - Far Heap and Array Utility routines
;
; Copyright <C> 1987, Microsoft Corporation
;
;Purpose:
; Contains utility routines used in Far Heap and general array accessing.
;
;**********************************... |
Asm4Kids/6on.asm | jacmoe/c64adventures | 17 | 96444 | <reponame>jacmoe/c64adventures<filename>Asm4Kids/6on.asm
; Turn key repeat on
; 10 SYS (49152)
*=$0801
BYTE $0E, $08, $0A, $00, $9E, $20, $28, $34, $39, $31, $35, $32, $29, $00, $00, $00
*=$c000
lda #$80
sta $28a ; 650 - repeat all keys if $80
rts
|
src/API/protypo-api-field_names.ads | fintatarta/protypo | 0 | 10378 | --
-- Utility package to convert IDs to enumarative values.
--
private generic
type Field_Enumerator is (<>);
Prefix : String := "";
package Protypo.Api.Field_Names is
function Is_Field (X : ID) return Boolean;
function To_Field (X : ID) return Field_Enumerator;
end Protypo.Api.Field_Names;
|
agda/AssocList.agda | halfaya/MusicTools | 28 | 66 | {-# OPTIONS --cubical --safe #-}
module AssocList where
open import Cubical.Core.Everything using (Type)
open import Data.Bool using (Bool; false; true; _∨_; _∧_)
open import Data.List using (List; []; _∷_; foldr)
open import Data.Product using (_×_; _,_; proj₂)
open import Function using (_∘_... |
src/Implicits/Resolution/Stack/Algorithm.agda | metaborg/ts.agda | 4 | 8266 | open import Prelude
module Implicits.Resolution.Stack.Algorithm where
open import Induction.WellFounded
open import Induction.Nat
open import Data.Fin.Substitution
open import Data.Nat.Base using (_<′_)
open import Data.List.Any
open Membership-≡
open import Implicits.Syntax
open import Implicits.Substitutions
open i... |
sources/utils/command.asm | SashaVolohov/VH-DOS | 3 | 241088 | <reponame>SashaVolohov/VH-DOS
org 0x0600
include "..\standards.inc"
MACRO ccmps nstr, nlength, jumpto {
mov si,[Command_Integer_Parse@stringd]
push si
mov si,nstr
mov cx,nlength
rep cmpsb
jz jumpto
}
Task_command:
mov ax,2
int 10h
mov ah,2
mov bh,0
xor dx,dx
int 10h
mov bp,cmd_pro... |
day07/src/day.adb | jwarwick/aoc_2020 | 3 | 27446 | -- AoC 2020, Day 7
-- with Ada.Text_IO;
with Bag; use Bag;
with Ada.Containers;
with Ada.Containers.Ordered_Sets;
with Ada.Containers.Indefinite_Ordered_Maps;
package body Day is
-- package TIO renames Ada.Text_IO;
use Bag.Bag_Maps;
package Color_Sets is new Ada.Containers.Ordered_Sets
(Element_Type => Bag_... |
ALINK/tdll.asm | DarkRiDDeR/mandelbrotin-fractal-generation-NASM | 3 | 4796 | <reponame>DarkRiDDeR/mandelbrotin-fractal-generation-NASM
; tdll.asm
;
; assemble with
; nasm -fobj tdll.asm
;
; link with
; alink -oPE -dll tdll win32.lib
; (win32.lib is available from my web page)
global start
global title1
export start
export title1
;these names are defined in win32.lib as the names of
;a stub... |
src/C0.g4 | Alex-Beng/qcc | 4 | 2101 | grammar C0;
compilationUnit
: (variableDefinition | functionDefinition )* EOF
;
functionDefinition
: ret=typeType name=Identifier'(' (parameter (',' parameter)*)? ')'
block
;
variableDefinition
: typeType Identifier (',' Identifier)* ';' #defVar
| ... |
grammar/siliconLexer.g4 | cyyber/silicon | 6 | 3580 | lexer grammar siliconLexer;
Println : 'println';
Print : 'print';
Input : 'input';
Def : 'def';
If : 'if';
Else : 'else';
Return : 'return';
For : 'for';
While : 'while';
To : 'to';
Do : 'do';
End : 'end';
In : 'in';
Null ... |
agda/Note.agda | halfaya/MusicTools | 28 | 16095 | <reponame>halfaya/MusicTools
{-# OPTIONS --erased-cubical --safe #-}
module Note where
open import Data.Integer using (ℤ)
open import Data.Nat using (ℕ; _+_; _*_; ⌊_/2⌋)
open import Function using (_∘_)
open import Pitch using (Pitch; transposePitch)
open import Interval using (Upi; Opi; transpose... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.