text
string
category
string
n_tokens_llada
int64
n_tokens_dream
int64
id
string
url
string
DEV Community Christopher Durham Christopher Durham Posted on • Updated on dyn* doesn't need to be special or: more storage API propaganda A response to @nikomatsakis's dyn*: can we make dyn sized? dyn* Trait is a way to own a value of dyn Trait without knowing how the pointee is stored. In short, dyn* Trait acts as "&...
code
2,048
1,983
5770971424710277131
https://dev.to/cad97/dyn-doesnt-need-to-be-special-3ldm
blob: 20955cd1c83d2925224fe9685d7583740d1cfb92 [file] [log] [blame] #!/usr/bin/env python3 # # Copyright (c) 2019, Nordic Semiconductor ASA # # SPDX-License-Identifier: Apache-2.0 '''Tool for parsing a list of projects to determine if they are Zephyr projects. If no projects are given then the output from `west list` w...
code
2,047
1,981
-5190418656050359859
https://pigweed.googlesource.com/third_party/github/zephyrproject-rtos/zephyr/+/3cf219fb97893e3a5841e77e9cd677c42ae1cc00/scripts/zephyr_module.py
GCC Code Coverage Report Directory: ./ Exec Total Coverage File: tmp_project/StringUtils/TESTS/TEST_LOWER_UPPER/main.cpp Lines: 90 90 100.0 % Date: 2024-09-10 03:06:26 Branches: 330 330 100.0 % Line Branch Exec Source 1 2 /*************************************** 3 Auteur : Pierre Aubert 4 Mail : pierre.aubert@lapp.in2p...
code
2,038
1,981
-6356289526104421115
https://cta-lapp.pages.in2p3.fr/PHOENIX_LIBS/IntrinsicsGenerator/coverage/cov_report.tmp_project_StringUtils_TESTS_TEST_LOWER_UPPER_main.cpp.html
Saints Rows 2 game packages: Nim parsing library File extension vpp_pc KS implementation details License: MIT This page hosts a formal specification of Saints Rows 2 game packages using Kaitai Struct. This specification can be automatically translated into a variety of programming languages to get a parsing library. Ni...
code
2,012
2,041
3197402784126425165
http://formats.kaitai.io/saints_row_2_vpp_pc/nim.html
source: trunk/src/civ.m @ 485 Last change on this file since 485 was 485, checked in by sommeria, 12 years ago File size: 193.3 KB Line 1 2%'civ': function associated with the interface 'civ.fig' for PIV, spline interpolation and stereo PIV (patch) 3%---------------------------------------------------------------------...
code
2,047
2,007
-4308950053232279802
http://servforge.legi.grenoble-inp.fr/projects/soft-uvmat/browser/trunk/src/civ.m?rev=485
package carton 1. Overview 2. Docs Implementation of PACKv2 file in OCaml Install Dune Dependency Authors Maintainers Sources carton-carton-v0.2.0.tbz sha256=1672dc1262fe2b1fce03ab9e71e2767258ffbd284f3326e304a4a49b14d1d63d sha512=be87e266a25c222a9e8214acf175289beaddc15670e54631733baf181ae80657d0553be1d793f686915a6aefdb...
code
2,046
2,019
-7261666726474792949
https://ocaml.org/p/carton/0.2.0
Bug 48062 - [SVG] feComposite filter isn't supported Summary: [SVG] feComposite filter isn't supported Status: RESOLVED FIXED Alias: None Product: LibreOffice Classification: Unclassified Component: Draw (show other bugs) Version: (earliest affected) 3.5.1 release Hardware: All All : medium enhancement Assignee: Not As...
code
2,047
2,046
-4374145356165383262
https://bugs.documentfoundation.org/show_bug.cgi?id=48062
Skip to main content 34. Media Library - Manage Images · 5 min read Peter Dyer In this post we will create the ability to manage an image - update the metadata or delete the image. Background There are no new concepts introduced in this post we are continuing to follow the patterns we have seen throughout the applicati...
code
1,762
1,683
-8158800144818941550
https://www.fullsapps.com/34-media-library-manage-images
Logo ROOT Reference Guide Loading... Searching... No Matches TEnv.cxx Go to the documentation of this file. 1// @(#)root/base:$Id: 0daf41ec24086ee7af29fdc2f9f2f848b150dcc8 $ 2// Author: Fons Rademakers 22/09/95 3 4/************************************************************************* 5 * Copyright (C) 1995-2000, Re...
code
2,047
2,022
-6871510603469737714
https://root.cern/doc/v626/TEnv_8cxx_source.html
Skip to main content Examples AdaStream AdaStream Example AdaStream - Decentralized File Hosting Incentivised via Cardano Ada Payments This project is a Cardano implementation of the BitStream protocol by Robin Linus. Original paper: BitStream: Decentralized File Hosting Incentivised via Bitcoin Payments TL;DR • Alice ...
code
2,048
1,981
5730044177792617247
https://scalus.org/docs/Examples
summaryrefslogtreecommitdiff Commit message (Collapse)AuthorAgeFilesLines * media-libs/libnsgif: Keyword 1.0.0-r1 mips, #918642Matoro Mahri2024-03-171-1/+1 | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org> * media-libs/libnsgif: wire up testsMatoro Mahri2024...
code
2,046
2,042
2997960227618630462
https://gitweb.gentoo.org/repo/gentoo.git/log/media-libs/libnsgif?showmsg=1
pkgdown 2.1.0 devtools, pkgdown Hadley Wickham We’re delighted to announce the release of pkgdown 2.1.0. pkgdown is designed to make it quick and easy to build a beautiful and accessible website for your package. You can install it from CRAN with: install.packages("pkgdown") This is a massive release with a bunch of ne...
code
2,044
2,038
-7414866847292012722
https://www.tidyverse.org/blog/2024/07/pkgdown-2-1-0/
blob: db9e60b7eb691bc4f0814c694577f60d363f32a1 [file] [log] [blame] [edit] /* FUSE: Filesystem in Userspace Copyright (C) 2001-2008 Miklos Szeredi <miklos@szeredi.hu> This program can be distributed under the terms of the GNU GPL. See the file COPYING. */ #include "fuse_i.h" #include <linux/pagemap.h> #include <linux/s...
code
2,046
1,997
-4869973527263465631
https://kunit.googlesource.com/linux/+/refs/heads/kunit/4.19/rebase/from-5.6/fs/fuse/inode.c
blob: d5746cf61f8417f72f52024e2adebe64c2b5e9f8 [file] [log] [blame] # Copyright (c) 2002-2011 International Business Machines Corporation and # others. All Rights Reserved. # # file: line_ja.txt # # Line Breaking Rules # Implement default line breaking as defined by # Unicode Standard Annex #14 Revision 24 for Unicode ...
code
2,046
2,044
-1346267335343348456
https://skia.googlesource.com/external/github.com/unicode-org/icu/+/a184c4b97a74995807098d253edb03a93d1127eb/source/data/brkitr/line_ja.txt
Popularity 4.7 Declining Activity 3.2 Stable 148 9 14 Description Pure is a fast radix-tree based HTTP router that sticks to the native implimentations of Go's "net/http" package; in essence, keeping the handler implimentations 'pure' by using Go 1.7's "context" package. Programming language: Go License: MIT License Ta...
code
2,048
2,030
8474581288471451207
https://go.libhunt.com/pure-alternatives
File dlopen-filter-object.patch of Package glibc.14505 From eb447b7b4bd6177f876ba9420ad9e048c27bae91 Mon Sep 17 00:00:00 2001 From: David Kilroy <David.Kilroy@arm.com> Date: Wed, 12 Feb 2020 14:28:15 -0300 Subject: [PATCH] elf: Allow dlopen of filter object to work [BZ #16272] There are two fixes that are needed to be ...
code
1,565
1,548
6026544739146496026
https://build.opensuse.org/projects/openSUSE:Step:15/packages/glibc.14505/files/dlopen-filter-object.patch?expand=0
git@vger.kernel.org mailing list mirror (one of many) help / color / mirror / code / Atom feed messages from 2019-10-17 13:33:15 to 2019-10-19 21:38:47 UTC [more...] [BUG]: Testsuite failures on big-endian targets 2019-10-19 21:38 UTC (3+ messages) [PATCH v2 0/9] Rewrite packfile reuse code 2019-10-19 20:15 UTC (15+ me...
code
2,046
2,037
-2271910361901308074
https://public-inbox.org/git/?t=20191019213847
DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions Cursors This example shows how to set a mouse cursor for a widget. Implementation: /**************************************************************************** ** $Id: qt/cursor.cpp 3.3.8 ...
code
2,046
2,042
4568143370250544708
http://osr600doc.xinuos.com/en/SDK_qt3/cursor-example.html
FD.io VPP v17.04.2-2-ga8f93f8 Vector Packet Processing qsort.c Go to the documentation of this file. 1 /* 2 * Copyright (c) 2015 Cisco and/or its affiliates. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy...
code
2,048
2,037
-2325577545506111820
https://vpp.flirble.org/stable-1704/d7/da4/qsort_8c_source.html
blob: 78fa41ff865ffd6217f8ec3509fa6345cbd51aaa [file] [log] [blame] /***************************************************************************/ /* */ /* t1gload.c */ /* */ /* Type 1 Glyph Loader (body). */ /* */ /* Copyright 1996-2001 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is...
code
2,047
1,977
7079808876864234799
https://skia.googlesource.com/third_party/freetype2/+/refs/tags/VER-2-0-9/src/type1/t1gload.c
From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e39.co.us.ibm.com (e39.co.us.ibm.com [32.97.110.160]) by dpdk.org (Postfix) with ESMTP id 042D87E2F for ; Fri, 26 Sep 2014 11:30:21 +0200 (CEST) Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators ...
code
2,048
2,018
-9053944089636693312
https://inbox.dpdk.org/dev/1411724186-8036-7-git-send-email-bjzhuc@cn.ibm.com/raw
blob: 9e9b8a7daa630c47a87562b69c8e893e557c4ad2 [file] [log] [blame] //===-- sanitizer_flags.h ---------------------------------------*- C++ -*-===// // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------...
code
2,048
2,005
-2665147706292860436
https://gnu.googlesource.com/gcc/+/refs/tags/releases/gcc-8.2.0/libsanitizer/sanitizer_common/sanitizer_flags.inc
FlexChart | ComponentOne Chart Types / Statistical Charts / WinForms Pareto Chart In This Topic WinForms Pareto Chart In This Topic Pareto charts graphically summarize the process problems in ranking order from the most frequent to the least one. These charts comprise of both a bar and a line chart where bar chart valu...
code
1,265
1,228
-3964875122306628728
https://developer.mescius.com/componentone/docs/win/online-flexchart/pareto-chart.html
100 I want to get last month's date. I wrote this out: $prevmonth = date('M Y'); Which gives me the current month/year. I can't tell if I should use strtotime, mktime. Something to the timestamp? Do I need to add something afterwards to reset so that the date isn't set to last month throughout everything for all timest...
code
2,047
1,974
-7079635182680458131
https://stackoverflow.com/questions/1889758/getting-last-months-date-in-php/36310666
blob: 7fc74dcf910f7fd82e3bc51c3e9fdaf8cbeffb8b [file] [log] [blame] #include <Python.h> #if PY_VERSION_HEX < 0x02050000 typedef int Py_ssize_t; #define PY_SSIZE_T_MAX INT_MAX #define PY_SSIZE_T_MIN INT_MIN #endif #include <net-snmp/net-snmp-config.h> #include <net-snmp/net-snmp-includes.h> #include <sys/types.h> #inclu...
code
2,045
1,979
8244252540112507034
https://gfiber.googlesource.com/vendor/opensource/netsnmp/+/d0741bd9915ee6e82f5b19bcf264a5ea2e74c8ae/python/netsnmp/client_intf.c
Creating a custom Pulsate Inbox The PuslateSDK also allows Developers to directly access the Pulsate Feed API to get the Pulsate Feed Models and build them in a custom way. To get the Feed Models just call this method "void getFeed(int page, IPulsateValueListener listener)". This method takes two arguments - "page" whi...
code
2,042
2,039
-3784747101561013251
https://docs.pulsatehq.com/v2.8.2/reference/custom-pulsate-inbox
blob: 479f32b33415722742c10c7b125cebd682b4b054 [file] [log] [blame] /****************************************************************************** * * Module Name: uteval - Object evaluation * *****************************************************************************/ /* * Copyright (C) 2000 - 2012, Intel Corp. * A...
code
2,042
2,006
-8441126866230106927
https://gfiber.googlesource.com/kernel/windcharger/+/7a3c0fa016ce4d91921d91bebf0e921563e73efe/drivers/acpi/acpica/uteval.c
001 /** 002 * Licensed to the Apache Software Foundation (ASF) under one 003 * or more contributor license agreements. See the NOTICE file 004 * distributed with this work for additional information 005 * regarding copyright ownership. The ASF licenses this file 006 * to you under the Apache License, Version 2.0 (the 0...
code
2,046
2,036
1811384673511831347
https://oozie.apache.org/docs/4.0.0/core/apidocs/src-html/org/apache/oozie/action/ssh/SshActionExecutor.html
blob: f570f387034dd53b446f26be5564f7c8ea6005ec [file] [log] [blame] /* * Common Block IO controller cgroup interface * * Based on ideas and code from CFQ, CFS and BFQ: * Copyright (C) 2003 Jens Axboe <axboe@kernel.dk> * * Copyright (C) 2008 Fabio Checconi <fabio@gandalf.sssup.it> * Paolo Valente <paolo.valente@unimore....
code
2,048
2,019
-3088902581983436814
https://android.googlesource.com/kernel/common/+/0b21fa707d1fc1b229020c468fefa0aa46d9e266/block/blk-cgroup.c
MFEM v2.0 bilinearform.hpp Go to the documentation of this file. 00001 // Copyright (c) 2010, Lawrence Livermore National Security, LLC. Produced at 00002 // the Lawrence Livermore National Laboratory. LLNL-CODE-443211. All Rights 00003 // reserved. See file COPYRIGHT for details. 00004 // 00005 // This file is part of...
code
2,043
2,031
-6085783276505508051
https://docs.mfem.org/2.0/bilinearform_8hpp_source.html
Closed Bug 1580448 (JSProcessActor) Opened 5 years ago Closed 4 years ago Consider introducing JSProcessActors (JSWindowActor for PContent) Categories (Core :: DOM: Content Processes, enhancement, P3) enhancement Tracking () RESOLVED FIXED mozilla77 Fission Milestone M6 Tracking Status firefox77 --- fixed People (Repor...
code
2,046
1,992
2567130026028822434
https://bugzilla.mozilla.org/show_bug.cgi?id=1580448
Starting MaSzyna rail vehicle simulator (release: M7 5.04.2019, based on tmj-a081077c) For online documentation and additional files refer to: http://eu07.pl Authors: Marcin_EU, McZapkie, ABu, Winger, Tolaris, nbmx, OLO_EU, Bart, Quark-t, ShaXbee, Oli_EU, youBy, KURS90, Ra, hunter, szociu, Stele, Q, firleju and others ...
code
2,047
1,925
-4170710424066456606
https://eu07.pl/forum/index.php?action=dlattach;topic=31524.0;attach=117887
source: libcfa/src/concurrency/locks.cfa @ dff1fd1 ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum Last change on this file since dff1fd1 was dff1fd1, checked in by Colby Alexander Parsons <caparsons@…>, 4 years ago added bool return to timeout r...
code
2,044
2,006
-3989221556331514165
https://cforall.uwaterloo.ca/trac/browser/libcfa/src/concurrency/locks.cfa?rev=dff1fd1af08a6ae85e2ef95b1104d6058c4419d4
Changeset 50cd285 in mainline Ignore: Timestamp: 2011-05-13T14:45:09Z (13 years ago) Author: Jan Vesely <jano.vesely@…> Branches: lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export Children: 72cd53d, d83bf51 Parents: 8fcaeed (diff), a29529b (diff) Note: this is a merge chang...
code
2,046
1,992
6306917763290291391
https://www.helenos.org/changeset/50cd28582abee1230bbf53465d0a889ea5ccf8ba/mainline
Closed Bug 1211138 Opened 9 years ago Closed 9 years ago allow to use debug builds for inbound (TC) Categories (Testing :: mozregression, defect) defect Not set normal Tracking (firefox44 affected) RESOLVED FIXED Tracking Status firefox44 --- affected People (Reporter: parkouss, Assigned: parkouss) References Details A...
code
1,148
1,126
-8693523367615069139
https://bugzilla.mozilla.org/show_bug.cgi?id=1211138
Timeline and Jan 4, 2010: 8:05 PM Changeset [2865] by gdb Removed SSH stuff from hvirt branch of invirt-base Jan 3, 2010: 4:43 PM Changeset [2864] by broder Update the git-migration script for package changes: - New packages … 4:43 PM Changeset [2863] by broder Merge invirt-web-iptables into invirt-web and use the new ...
code
2,048
2,034
5557244496998294693
https://xvm.scripts.mit.edu/timeline?from=2010-01-05&daysback=30&authors=
Shortcuts Source code for ignite.metrics.ssim from typing import Callable, Sequence, Union import torch import torch.nn.functional as F from ignite.exceptions import NotComputableError from ignite.metrics.metric import Metric, reinit__is_reduced, sync_all_reduce __all__ = ["SSIM"] [docs]class SSIM(Metric): """ Computes...
code
2,012
1,966
-4200990148756002611
https://pytorch.org/ignite/v0.4.10/_modules/ignite/metrics/ssim.html
Bug 153319 - Crash in: SwFrame::GetPhyPageNum() const or SwFrame::ImplFindPageFrame() shortly after opening ODT Summary: Crash in: SwFrame::GetPhyPageNum() const or SwFrame::ImplFindPageFrame() shor... Status: RESOLVED FIXED Alias: None Product: LibreOffice Classification: Unclassified Component: Writer (show other bug...
code
2,047
2,042
2649021129922089027
https://bugs.documentfoundation.org/show_bug.cgi?id=153319
BLENDER-v305RENDHmSceneTESTXE (((/// ...((( +++... $$$"""$$$$$$ @@@888 !!!DDD+++ ***MMM ---(((+++,,, '''+++ ,,,$$$ '''+++ ,,,666AAABBB666<<>>FFF5)&$#"<<<000:::EEE222BBB///+++FFF0001119997*&000111999FFF???>>>777GGG9+'(%$:::NNN111999EEECCC'''""">,')BI8.+1(%""")AG1-,9*&"""(?E+--8*&?-("""""""""""""""""""""""""""""""...
code
1,859
1,857
8873658241539774546
https://cdn.fs.teachablecdn.com/dIrV8CRFqw8fy7Dp9ZPQ
class ContentEntityConfirmFormBase Same name in other branches 1. 8.9.x core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php \Drupal\Core\Entity\ContentEntityConfirmFormBase 2. 10 core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php \Drupal\Core\Entity\ContentEntityConfirmFormBase 3. 11.x core/lib/Drupa...
code
2,047
2,008
2097059095145492664
https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Entity%21ContentEntityConfirmFormBase.php/class/ContentEntityConfirmFormBase/9
README.md iSTOP The iSTOP R package provides tools for designing induced stop mutations using CRISPR mediated base editing. It can perform a comprehensive search for iSTOP targetable codons present in a reference sequence (either in Fasta format, or from a BSgenome package). A tool for visualizing iSTOP targets across ...
code
2,009
2,048
-831128326455027461
https://rdrr.io/github/EricEdwardBryant/iSTOP/f/README.md
blob: 6faedb87a23dae15fbf864d935d0e3cc658d68dc [file] [log] [blame] // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. #include "vm/clustered_snapshot.h" #i...
code
2,042
1,987
7166779100610539727
https://dart.googlesource.com/sdk.git/+/83735546dbc6ee32909fbb2e86e20365c114822e/runtime/vm/clustered_snapshot.cc
// Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build linux package syscall import ( ) // Linux unshare/clone/clone2/clone3 flags, architecture-independent, // copied from linux/sched.h. const ( CLONE_VM ...
code
2,045
2,028
8729581424683845382
https://ref.gotd.dev/src/syscall/exec_linux.go.html
Chilkat Examples ChilkatHOME.NET Core C#Android™AutoItCC#C++Chilkat2-PythonCkPythonClassic ASPDataFlexDelphi ActiveXDelphi DLLGoJavaLianjaMono C#Node.jsObjective-CPHP ActiveXPHP ExtensionPerlPowerBuilderPowerShellPureBasicRubySQL ServerSwift 2Swift 3,4,5...TclUnicode CUnicode C++VB.NETVBScriptVisual Basic 6.0Visual Fox...
code
1,876
1,850
5139439739114181020
https://www.example-code.com/powerbuilder/firebase_get.asp
ViewVC Help View File | Revision Log | Show Annotations | Download File | Root Listing root/radiance/ray/src/meta/rplot.c Revision: 1.3 Committed: Sat Nov 15 02:13:37 2003 UTC (20 years, 10 months ago) by schorsch Content type: text/plain Branch: MAIN CVS Tags: rad5R2, rad4R2P2, rad5R0, rad5R1, rad3R7P2, rad3R7P1, rad4...
code
2,048
2,013
-4040452486974387081
https://www.radiance-online.org/cgi-bin/viewcvs.cgi/ray/src/meta/rplot.c?view=markup&pathrev=rad4R2P2
## ----global_options, echo=FALSE, results="hide", eval=TRUE-------------------------------------------------- knitr::opts_chunk$set(collapse = TRUE, comment = "#>", fig.width = 5, fig.height = 4.5, fig.align = "center", echo=TRUE, warning=FALSE, message=TRUE, tidy.opts=list(width.cutoff=80), tidy=FALSE) rm(list = ls()...
code
2,034
2,047
-399581656326454334
http://bioconductor.riken.jp/packages/3.20/bioc/vignettes/RegEnrich/inst/doc/RegEnrich.R
Why I Use Arraycollections Over Arrays? 5 months ago We all should know by now that array are terrible for typing we can create a single array containing, an object, string, int and boolean, like so: $array = [ new Quote(quote: 'That\'s all any of us are: amateurs. we don\'t live long enough to be anything else.', auth...
code
1,488
1,451
-6092503710984985301
http://kerrialnewham.com/articles/why-i-use-arraycollections-over-arrays
1. eb252b6 [205515] unable to add/edit attribute references for complex types in schema by kchong · 17 years ago 2. 8bc1937 [205515] unable to add/edit attribute references for complex types in schema by kchong · 17 years ago 3. 480bca4 [204618] Unable to set "required" use option in XSD design view when adding attribu...
code
2,048
2,041
-3091584350535881605
https://git.eclipse.org/r/plugins/gitiles/sourceediting/webtools.sourceediting/+log/eb252b601ce79d3a0af31952a647d38a03f07ffa
https://github.com/YipengQin/VTP_source_code Revision 9b7155788db0ccf7afc0ef108537bd1ea09792cb authored by Yipeng Qin on 07 December 2020, 12:00:56 UTC, committed by Yipeng Qin on 07 December 2020, 12:00:56 UTC 1 parent 9631730 Raw File Tip revision: 9b7155788db0ccf7afc0ef108537bd1ea09792cb authored by Yipeng Qin on 07...
code
2,048
2,006
3292294710580925922
https://archive.softwareheritage.org/browse/revision/9b7155788db0ccf7afc0ef108537bd1ea09792cb/?origin_url=https://github.com/YipengQin/VTP_source_code&path=geodesic_mesh_elements.h&revision=9b7155788db0ccf7afc0ef108537bd1ea09792cb&snapshot=a4bf64ac2020b49ca3840fd021305cb5ed6e230d
Scippy SCIP Solving Constraint Integer Programs cons_indicator.c Go to the documentation of this file. 1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 2 /* */ 3 /* This file is part of the program and library */ 4 /* SCIP --- Solving Constraint Integer Programs */ 5 /* */ 6 /* Copyrigh...
code
1,999
2,048
-8292513775798460301
https://scipopt.org/doc/html/cons__indicator_8c_source.php
Name: perl-Package-DeprecationManager Version: 0.17 Release: 5%{?dist} Summary: Manage deprecation warnings for your distribution License: Artistic 2.0 URL: http://search.cpan.org/dist/Package-DeprecationManager/ Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Package-DeprecationManager-%{version}.tar.gz B...
code
2,038
2,028
416838253648220038
https://git.stg.centos.org/source-git/perl-Package-DeprecationManager/raw/6c48214115bb7f3a3cc777e1818b424239beee81/f/SPECS/perl-Package-DeprecationManager.spec
Logo ROOT 6.10/09 Reference Guide RooProduct.h Go to the documentation of this file. 1 /***************************************************************************** 2 * Project: RooFit * 3 * Package: RooFitCore * 4 * File: $Id: RooProduct.h,v 1.5 2007/05/11 09:11:30 verkerke Exp $ 5 * Authors: * 6 * WV, Wouter Verkerk...
code
2,005
2,002
7667471451116545641
https://root.cern.ch/doc/v610/RooProduct_8h_source.html
blob: b0609df3ac85d701bc472e1e587c54441459485c [file] [log] [blame] /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * * (C) COPYRIGHT 2019-2022 ARM Limited. All rights reserved. * * This program is free software and is provided to you under the terms of the * GNU General Public License version 2 as pu...
code
1,977
1,939
7214492374356113750
https://nest-open-source.googlesource.com/manifest_repos/mali-driver/+/f195aa6e0fc5ace54e419c4367fe304c26a00f07/bifrost/r38p2/kernel/include/linux/memory_group_manager.h
Knox Tizen Wearable SDK application.h 1 /* 2 * Copyright (c) 2000-2017 Samsung Electronics Co., Ltd All Rights Reserved 3 * 4 * PROPRIETARY/CONFIDENTIAL 5 * 6 * This software is the confidential and proprietary information of 7 * SAMSUNG ELECTRONICS ("Confidential Information"). 8 * You shall not disclose such Confiden...
code
2,048
2,028
4118084929174754846
https://docs.samsungknox.com/devref/knox-tizen-sdk/application_8h_source.html
4 $\begingroup$ I have an expression consisting of a few pure functions added together like so: f+g+h I want to add the bodies of these functions together and make that a pure function. Usually I would do this by finding the maximum number of arguments (maxArgs) required to fill the functions f, g and h, and then creat...
code
2,039
2,048
5135438575187746512
https://mathematica.stackexchange.com/questions/87985/using-through-with-slotsequence?noredirect=1
[cfe-commits] r91977 - /cfe/trunk/lib/Frontend/RewriteObjC.cpp Fariborz Jahanian fjahanian at apple.com Tue Dec 22 18:07:38 PST 2009 Author: fjahanian Date: Tue Dec 22 20:07:37 2009 New Revision: 91977 URL: http://llvm.org/viewvc/llvm-project?rev=91977&view=rev Log: Patch to do more rewrite of __block variables. Still ...
code
1,948
1,926
8924161784122796624
https://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20091221/025752.html
request package v1.11.3 Latest Latest Warning This package is not in the latest version of its module. Go to latest Published: Apr 26, 2024 License: Apache-2.0 Imports: 4 Imported by: 2,841 Documentation Overview Package request abstracts a client's request so that all plugins will handle them in an unified way. Index ...
code
1,222
1,204
6335999692447890190
https://pkg.go.dev/github.com/coredns/coredns@v1.11.3/request
Register Submit a solution The challenge is finished. Challenge Overview Make several improvements to invite related endpoints: - add one more field to a model - add a new DELETE endpoint - change the logic of one method Project Background Topcoder Project Service is the main backend service of Topcode Connect – the cl...
code
1,421
1,405
-3134813216765464630
https://www.topcoder.com/challenges/30115489
Skip to main content Generating JTable from database table package process; import javax.swing.*; import javax.swing.table.*; import java.sql.*; /** * This class create JTable from Database table. * User program needs to specify database connection and corresponding atable name. * @author Hemraj */ public class TableTo...
code
1,707
1,646
-1515342290028123437
https://www.programmingforfuture.com/2010/05/generating-jtable-from-database-table.html
[tox] envlist = docs,py38,pep8 minversion = 3.18.0 skipsdist = True ignore_basepython_conflict = True [testenv] basepython = python3 setenv = VIRTUAL_ENV={envdir} OS_LOG_CAPTURE={env:OS_LOG_CAPTURE:true} OS_STDOUT_CAPTURE={env:OS_STDOUT_CAPTURE:true} OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:true} PYTHONWARNINGS=default...
code
2,042
1,997
-1136543766235366420
https://opendev.org/openstack/neutron/raw/commit/fafcabdbe0dccf2747884a35f3a094486c806fa6/tox.ini
dbop package v0.8.0 Latest Latest Warning This package is not in the latest version of its module. Go to latest Published: Apr 30, 2021 License: MIT Imports: 16 Imported by: 0 Documentation Index Constants This section is empty. Variables View Source var ( ErrErrantTransactions = errors.New("detected errant transaction...
code
1,790
1,763
4485996704574440353
https://pkg.go.dev/github.com/cybozu-go/moco@v0.8.0/pkg/dbop
mx-puppet-xmpp/package-lock.json 9629 lines 370 KiB JSON { "name": "mx-puppet-xmpp", "version": "0.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mx-puppet-xmpp", "version": "0.0.0", "dependencies": { "@xmpp/client": "^0.13.0", "@xmpp/client-core": "^0.13.1", "cheerio": "^1.0.0-rc.3", "comma...
code
2,025
2,045
4289030127479633596
https://labs.plantroon.com/aux/mx-puppet-xmpp/src/branch/master/package-lock.json
unified Project: remarkjs/remark-math Package: remark-math@5.1.1 1. remark plugin to parse and stringify math 1. remark 215 2. unified 183 3. markdown 156 4. plugin 139 5. mdast 90 6. remark-plugin 83 7. math 6 8. latex 6 9. tex 5 10. katex 4 remark-math Build Coverage Downloads Size Sponsors Backers Chat remark plugin...
code
1,337
1,337
-6221121645956025363
https://unifiedjs.com/explore/package/remark-math/
#!/bin/bash # Description: EL to AlmaLinux migration script. # License: GPLv3. # Environment variables: # ALMA_RELEASE_URL - almalinux-release package download URL. # ALMA_PUBKEY_URL - RPM-GPG-KEY-AlmaLinux download URL. set -euo pipefail BASE_TMP_DIR='/root' OS_RELEASE_PATH='/etc/os-release' REDHAT_RELEASE_PATH='/etc/...
code
2,045
2,002
7104704414240486949
https://raw.githubusercontent.com/AlmaLinux/almalinux-deploy/master/almalinux-deploy.sh
Closed Bug 1661173 Opened 4 years ago Closed 4 years ago Perma toolkit/components/pdfjs/test/browser_pdfjs_saveas.js | Test timed out - when Gecko 81 switches to Late Beta on 2020-09-04 Categories (Testing :: Mochitest, defect, P1) defect Tracking (Fission Milestone:M6b, firefox-esr68 unaffected, firefox-esr78 unaffect...
code
2,048
2,008
-6255235322506796983
https://bugzilla.mozilla.org/show_bug.cgi?id=1661173
Binding Events to View Model Methods in Windows Store Apps June 24th 2013 Binding Windows Store One of the challenges of using MVVM pattern with different UI frameworks that always comes up is how to bind events that are not exposed as commands to the view model. Windows Store apps are no exception to that. In this blo...
code
1,333
1,290
7759094483171066047
https://www.damirscorner.com/blog/posts/20130624-BindingEventsToViewModelMethodsInWindowsStoreApps.html
Point Cloud Library (PCL) 1.14.1-dev sac_model_normal_sphere.h 1 /* 2 * Software License Agreement (BSD License) 3 * 4 * Point Cloud Library (PCL) - www.pointclouds.org 5 * Copyright (c) 2009-2012, Willow Garage, Inc. 6 * Copyright (c) 2012-, Open Perception, Inc. 7 * 8 * All rights reserved. 9 * 10 * Redistribution an...
code
2,043
2,008
-6492510602943118785
https://pointclouds.org/documentation/sac__model__normal__sphere_8h_source.html
blob: e1aa146bcf8ce7e0a71468545eaa2f9cb51101d5 [file] [log] [blame] Holger Hildebrandtfa074992020-03-27 15:42:06 +00001// mkerrors.sh -Wall -Werror -static -I/tmp/include 2// Code generated by the command above; see README.md. DO NOT EDIT. 3 4// +build mips64le,linux 5 6// Code generated by cmd/cgo -godefs; DO NOT EDIT...
code
2,048
2,033
5079284540117209183
https://gerrit.opencord.org/plugins/gitiles/voltha-openonu-adapter-go/+blame/f304cc49aa1b3b189976ac120cae632e9edffaff/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go
Print this page 11506 smatch resync 2 * Copyright (C) 2018 Oracle. 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License 6 * as published by the Free Software Foundation; either version 2 7 * of the License, or (at your option) any later ve...
code
1,944
1,924
5153277175590419031
https://cr.illumos.org/~webrev/jlevon/smatch-resync/usr/src/tools/smatch/src/check_spectre.c.sdiff.html
8609 want a position independent CRT 1 # 2 # CDDL HEADER START 3 # 4 # The contents of this file are subject to the terms of the 5 # Common Development and Distribution License (the "License"). 6 # You may not use this file except in compliance with the License. 7 # 8 # You can obtain a copy of the license at usr/src/O...
code
2,048
2,004
-6630750297750249885
https://cr.illumos.org/~webrev/richlowe/il_8609/usr/src/lib/libc/sparc/Makefile.com.rhs.html
Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzill...
code
1,416
1,413
4174618678293405308
https://bugzilla.stage.redhat.com/show_bug.cgi?id=731580
#VRML V2.0 utf8 WorldInfo{ title "dual-tet-atop-co Generation Date: 04-10-2003" info[ "Author: Dr. Richard Klitzing" ] } # # HEDRON --- Polyhedron Generator, Version: Version 1.3.1 4-Apr-2003 # Copyright Jim McNeill, 1999/2003 # jim-mcneill@ukonline.co.uk # # Model by: Dr. Richard Klitzing r.klitzing@sdz-medien.de # # ...
code
2,046
2,041
-5423017107109392231
http://www.orchidpalms.com/polyhedra/segmentochora/33/dual-tet-atop-co_f.wrl
5 \$\begingroup\$ I wrote this small program to open a .torrent file, retrieve its info-hash and size. I'm still a beginner at Python so the main focus of this program was to try and utilize classes and objects instead of having just a bunch of functions. It works but I wanted to know if this is a good design. Also, I ...
code
1,189
1,163
-1231082591959680924
https://codereview.stackexchange.com/questions/210700/program-to-calculate-hash-and-size-of-a-torrent/210701
blob: 6f101ac8f4539ed8b55916cd54a6e0151621aaf8 [file] [log] [blame] /* * Copyright 2004 The WebRTC Project Authors. All rights reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights gra...
code
2,045
1,983
-4138215052058178503
https://webrtc.googlesource.com/src/+/3f0d399c0700f4a4019c2cfb03e849db06ca02d7/rtc_base/thread.cc
How can we read data from an excel sheet in Selenium webdriver 0 votes I want to read data from an excel sheet and don't know how can to do that in Selenium webdriver. Anyone please suggest. May 8, 2019 in Selenium by Tarun 17,501 views 1 answer to this question. 0 votes Hi Tarun, to read data from an excel sheet in se...
code
1,305
1,218
-6697420417166254165
https://www.edureka.co/community/45605/how-can-we-read-data-from-an-excel-sheet-in-selenium-webdriver?show=45637
ISO-10303-21; HEADER; FILE_DESCRIPTION (( 'STEP AP203' ), '1' ); FILE_NAME ('Ecrou-N4.STEP', '2012-05-23T12:09:04', ( ' ' ), ( ' ' ), 'SwSTEP 2.0', 'SolidWorks 2011', '' ); FILE_SCHEMA (( 'CONFIG_CONTROL_DESIGN' )); ENDSEC; DATA; #1 = EDGE_CURVE ( 'NONE', #270, #267, #461, .T. ) ; #2 = EDGE_CURVE ( 'NONE', #1229, #266,...
code
2,045
2,041
-7497506864868696443
https://www.mpsag.com/fileadmin/download/watch/tech-data/download.php?file=flyfix/Ecrou-1403.STEP
Chilkat Examples ChilkatHOME.NET Core C#Android™AutoItCC#C++Chilkat2-PythonCkPythonClassic ASPDataFlexDelphi ActiveXDelphi DLLGoJavaLianjaMono C#Node.jsObjective-CPHP ActiveXPHP ExtensionPerlPowerBuilderPowerShellPureBasicRubySQL ServerSwift 2Swift 3,4,5...TclUnicode CUnicode C++VB.NETVBScriptVisual Basic 6.0Visual Fox...
code
2,044
1,981
-2378137653014956229
https://www.example-code.com/swift3/trello_create_new_board.asp
Skip to content Instantly share code, notes, and snippets. @bendog Last active February 17, 2022 23:46 Show Gist options • Save bendog/746fc318292edf560eaa8b377a9e21e0 to your computer and use it in GitHub Desktop. Save bendog/746fc318292edf560eaa8b377a9e21e0 to your computer and use it in GitHub Desktop. Django functi...
code
1,552
1,520
-8218564837479107624
https://gist.github.com/bendog/746fc318292edf560eaa8b377a9e21e0
{- (c) The University of Glasgow 2006 (c) The GRASP/AQUA Project, Glasgow University, 1992-1998 -} {-# LANGUAGE CPP #-} {-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GADTs #-} {-# LANGUAGE LambdaCase #-} {-# LANGUAGE PatternSynonyms #-} -- | -- #name_types# -- GHC uses several kind...
code
2,047
1,992
3091891891426420029
https://ghc.gitlab.haskell.org/ghc/doc/libraries/ghc-9.11-inplace/src/GHC.Types.Name.Reader.html
// SPDX-License-Identifier: GPL-2.0-or-later /* * IPv6 output functions * Linux INET6 implementation * * Authors: * Pedro Roque <roque@di.fc.ul.pt> * * Based on linux/net/ipv4/ip_output.c * * Changes: * A.N.Kuznetsov : airthmetics in fragmentation. * extension headers are implemented. * route changes now work. * ip6_fo...
code
2,044
2,005
2715078218680013511
https://sbexr.rabexc.org/latest/sources/b8/49b7ad378dd69c.html
memlab-test TypeScript icon, indicating that this package has built-in type declarations 1.1.43 • Public • Published memlab memlab is an E2E testing and analysis framework for finding JavaScript memory leaks and optimization opportunities. Online Resources: Features: • Browser memory leak detection - Write test scenari...
code
1,541
1,529
3300443040380399729
https://www.npmjs.com/package/memlab-test
Untitled mail@pastecode.io avatar unknown plain_text a year ago 8.2 kB 2 Indexable Never <?php if($player1 = get_post_custom_values("embed_pelicula")) { ?> <div id="player2"> <?php $activar = get_option('activar-fake'); if ($activar == "true") { ?> <div id="div1" style="display: block;"> <?php $numero = get_option('enl...
code
2,037
1,994
-1566451108732101463
https://pastecode.io/s/w951x7aj
Magento 2.3 Check If Customer Is Logged In With Code Examples In this article, we will look at how to get the solution for the problem, Magento 2.3 Check If Customer Is Logged In With Code Examples How do I find my Magento 2 customer IP? Method to Get IP Address of Magento 2 Visitor: $objectManager = \Magento\Framework...
code
1,239
1,222
3205216026873276924
https://www.isnt.org.in/magento-2-3-check-if-customer-is-logged-in-with-code-examples.html
How to use CastOrThrow method of NUnit.Framework.Constraints.ComparerAdapter class Best Nunit code snippet using NUnit.Framework.Constraints.ComparerAdapter.CastOrThrow EqualityAdapter.cs Source:EqualityAdapter.cs Github copy Full Screen ...116 public override bool CanCompare(object x, object y)117 {118 return TypeHelp...
code
2,046
1,959
-7744209884305458161
https://www.lambdatest.com/automation-testing-advisor/csharp/methods/NUnit.Framework.Constraints.ComparerAdapter.CastOrThrow
ࡱ> xwtw  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvxyz{|}~Root Entry Fiŏ y\Workbook  _VBA_PROJECT_CUR"P VBAR`  $Ʉ\puser Ba=$DEFJGHIKL)(=7'&?:< ThisWorkbook=&%H8W@"1...
code
2,048
2,026
3057521992401591454
http://www.bia.org.tw/v_comm/inc/download_file.asp?re_id=1011&fid=17393
blob: 41db5258e7a7a5ef837ebd11ae605f7144bd4e65 [file] [log] [blame] /* * linux/fs/nfs/callback_proc.c * * Copyright (C) 2004 Trond Myklebust * * NFSv4 callback procedures */ #include <linux/nfs4.h> #include <linux/nfs_fs.h> #include <linux/slab.h> #include <linux/rcupdate.h> #include "nfs4_fs.h" #include "callback.h" #...
code
2,047
1,965
-8135521183467676533
https://gem5.googlesource.com/arm/linux-arm64-legacy/+/aff008ad813c7cf3cfe7b532e7ba2c526c136f22/fs/nfs/callback_proc.c?autodive=0%2F%2F
#! /usr/bin/env perl ################################################ # Generate a README file for the Comprehensive # # LaTeX Symbol List. # # # # Author: Scott Pakin # ################################################ use POSIX; use warnings; use strict; ################################################################...
code
1,948
1,899
8433238730671321205
https://mirror1.ku.ac.th/CTAN/info/symbols/comprehensive/source/makeREADME
cbmroot merge requests https://git.cbm.gsi.de/computing/cbmroot/-/merge_requests 2024-07-23T09:20:03Z https://git.cbm.gsi.de/computing/cbmroot/-/merge_requests/1886 Major Update of LMVM Analysis 2024-07-23T09:20:03Z Cornelius Feier-Riesen Major Update of LMVM Analysis - Introduce 2D Elid Cuts in _CbmLitGlobalElectronId...
code
2,028
2,034
-3361294251371811426
https://git.cbm.gsi.de/computing/cbmroot/-/merge_requests.atom?label_name%5B%5D=Analysis&state=all
Node.List Login Form My Resource feelings, which, in proving of what importance she was to him, made his generated by wwwstat out.--There is something very pompous in his style.--And what can he BiTBOARD had actually been hinted that Colonel Forster was going to be married. Unable to jump to row the most distant clump....
code
2,046
2,048
-781699735588233100
http://61-64-230-183-adsl-tpe.dynamic.so-net.net.tw/login/zippyshare.com/users.mdb/websso/SAML2/SSO/modules/vwar/admin/ovcgi/include/install/install/servlet/lib/index_principal.php
EFM32G_AES_BitFieldsDevices Macros #define _AES_CMD_MASK 0x00000003UL #define _AES_CMD_RESETVALUE 0x00000000UL #define _AES_CMD_START_DEFAULT 0x00000000UL #define _AES_CMD_START_MASK 0x1UL #define _AES_CMD_START_SHIFT 0 #define _AES_CMD_STOP_DEFAULT 0x00000000UL #define _AES_CMD_STOP_MASK 0x2UL #define _AES_CMD_STOP_SH...
code
2,048
2,044
-2579177164148005685
https://docs.silabs.com/mcu/5.5/efm32g/group-EFM32G-AES-BitFields
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>118i_V^</title> <base target="_blank"> <style> #pictb td{font-size:12px; height:20px; line-height:20px;} a { text-decoration: none } a:hover { color: #F00; } </style> </head> <body> <BODY background=/bg.gif topmargin="0"> <table b...
code
2,037
2,016
-3819043582305235698
http://8df.m-0.l2r-9.k.7.g-0f-3j.7lk.h.9.8d.8df.site:11159/2024/081.htm
Closed Bug 232030 Opened 21 years ago Closed 13 years ago check the Content-MD5 header Categories (Core :: Networking: HTTP, enhancement) enhancement Not set normal Tracking () RESOLVED WONTFIX People (Reporter: bugzilla, Assigned: mcmanus) References () Details Attachments (3 files, 14 obsolete files) 5.73 KB, patch D...
code
2,045
2,024
-5658874782150834972
https://bugzilla.mozilla.org/show_bug.cgi?id=232030
CodeNewbie Community 🌱 Cover image for Create A PDF From Multiple Images Using Python Rizwan Hasan for TechLearners Posted on • Updated on • Originally published at dev.to Create A PDF From Multiple Images Using Python In today's world PDF is a very popular file format among book readers, students, and officials, etc....
code
1,026
1,027
-743604058008219256
https://community.codenewbie.org/techlearners/create-a-pdf-from-multiple-images-using-python-4jo3
1. 7998aa9 Fix for VOL-3977 crash in alarm manager by Himani Chawla · 3 years, 5 months ago 2. caf6cf4 Fix for timestamps not coming in kafka message by Himani Chawla · 3 years, 5 months ago v1.2.9 3. ee01bc4 VOL-3970 lock down deploy image by David K. Bainbridge · 3 years, 5 months ago 4. 2d33743 VOL-3970 lock down de...
code
2,046
2,002
6413029540411844994
https://gerrit.opencord.org/plugins/gitiles/voltha-openonu-adapter-go/+log/7998aa97ff57e4a215d6670302d3b5bb1a6b8729
# Licensed under the MIT license # , at your # option. This file may not be copied, modified, or distributed # except according to those terms. <# .SYNOPSIS The installer for promptbox 0.3.1 .DESCRIPTION This script detects what platform you're on and fetches an appropriate archive from https://github.com/dimfeld/promp...
code
2,047
2,044
-7289290782995616673
https://promptbox.imfeld.dev/promptbox-installer.ps1.txt
Make WordPress Core Ignore: Timestamp: 08/17/2018 01:50:26 AM (6 years ago) Author: pento Message: Coding Standards: Upgrade WPCS to 1.0.0 WPCS 1.0.0 includes a bunch of new auto-fixers, which drops the number of coding standards issues across WordPress significantly. Prior to running the auto-fixers, there were 15,312...
code
2,047
2,019
5898886173522177965
https://core.trac.wordpress.org/changeset/43571/trunk/src/wp-admin/includes/media.php
deal.II version GIT relicensing-1838-g97284be5cd 2024-09-11 15:30:00+00:00 \(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\...
code
2,034
2,045
3256082183239997748
https://dealii.org/developer/doxygen/deal.II/sparsity__pattern_8cc_source.html
Chilkat Examples ChilkatHOME.NET Core C#Android™AutoItCC#C++Chilkat2-PythonCkPythonClassic ASPDataFlexDelphi ActiveXDelphi DLLGoJavaLianjaMono C#Node.jsObjective-CPHP ActiveXPHP ExtensionPerlPowerBuilderPowerShellPureBasicRubySQL ServerSwift 2Swift 3,4,5...TclUnicode CUnicode C++VB.NETVBScriptVisual Basic 6.0Visual Fox...
code
2,046
1,991
2144368623799626275
https://www.example-code.com/delphiAx/faire_update_inventory_levels.asp
// Make newform 1323.4.a.bj in Magma, downloaded from the LMFDB on 10 September 2024. // To make the character of type GrpDrchElt, type "MakeCharacter_1323_a();" // To make the coeffs of the qexp of the newform in the Hecke field type "qexpCoeffs();" // To make the newform (type ModFrm), type "MakeNewformModFrm_1323_4_...
code
2,046
2,010
1082585648619861260
https://www.lmfdb.org/ModularForm/GL2/Q/holomorphic/download_newform_to_magma/1323.4.a.bj
// SPDX-License-Identifier: GPL-2.0 /* * This file contains core generic KASAN code. * * Copyright (c) 2014 Samsung Electronics Co., Ltd. * Author: Andrey Ryabinin * * Some code borrowed from https://github.com/xairy/kasan-prototype by * Andrey Konovalov */ #include #include #include #include #include #include #include...
code
2,047
2,008
2236574409028387887
https://git.kernel.dk/cgit/linux-block/plain/mm/kasan/generic.c?id=f8be156be163a052a067306417cd0ff679068c97